mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-18 04:05:34 +00:00
plugin: fix link to 3-clause BSD license
The current link points to the 2-clause BSD license, explicitly link to the 3-clause version of the license.
This commit is contained in:
parent
a1447b036c
commit
bef07f73a2
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ static char *_gst_plugin_fault_handler_filename = NULL;
|
||||||
* QPL: http://www.trolltech.com/licenses/qpl.html
|
* QPL: http://www.trolltech.com/licenses/qpl.html
|
||||||
* MPL: http://www.opensource.org/licenses/mozilla1.1.php
|
* MPL: http://www.opensource.org/licenses/mozilla1.1.php
|
||||||
* MIT/X11: http://www.opensource.org/licenses/mit-license.php
|
* MIT/X11: http://www.opensource.org/licenses/mit-license.php
|
||||||
* 3-clause BSD: http://www.opensource.org/licenses/bsd-license.php
|
* 3-clause BSD: https://opensource.org/licenses/BSD-3-Clause
|
||||||
*/
|
*/
|
||||||
static const gchar valid_licenses[] = "LGPL\000" /* GNU Lesser General Public License */
|
static const gchar valid_licenses[] = "LGPL\000" /* GNU Lesser General Public License */
|
||||||
"GPL\000" /* GNU General Public License */
|
"GPL\000" /* GNU General Public License */
|
||||||
|
|
Loading…
Reference in a new issue