plugin: fix link to 3-clause BSD license
authorPhilipp Zabel <p.zabel@pengutronix.de>
Mon, 25 Feb 2019 12:48:38 +0000 (13:48 +0100)
committerPhilipp Zabel <philipp.zabel@gmail.com>
Mon, 25 Feb 2019 13:51:18 +0000 (14:51 +0100)
The current link points to the 2-clause BSD license,
explicitly link to the 3-clause version of the license.

gst/gstplugin.c

index 129f60c..5e92708 100644 (file)
@@ -88,7 +88,7 @@ static char *_gst_plugin_fault_handler_filename = NULL;
  * QPL: http://www.trolltech.com/licenses/qpl.html
  * MPL: http://www.opensource.org/licenses/mozilla1.1.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 */
     "GPL\000"                   /* GNU General Public License */