From bef07f73a2d417c9b2afdd1fdf2443ddad91915f Mon Sep 17 00:00:00 2001
From: Philipp Zabel
Date: Mon, 25 Feb 2019 13:48:38 +0100
Subject: [PATCH] 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.
---
gst/gstplugin.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gst/gstplugin.c b/gst/gstplugin.c
index 129f60c339..5e927081b1 100644
--- a/gst/gstplugin.c
+++ b/gst/gstplugin.c
@@ -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 */