Add QPL and GPL/QPL, plus add links to licenses
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>
Sun, 2 Nov 2003 14:17:17 +0000 (14:17 +0000)
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>
Sun, 2 Nov 2003 14:17:17 +0000 (14:17 +0000)
Original commit message from CVS:
Add QPL and GPL/QPL, plus add links to licenses

gst/gstplugin.c

index 0ae37e6..19b451e 100644 (file)
@@ -42,10 +42,17 @@ static GList *_gst_plugin_static = NULL;
 /* list of valid licenses.
  * One of these must be specified or the plugin won't be loaded 
  * Contact gstreamer-devel@lists.sourceforge.net if your license should be 
- * added. */
+ * added.
+ *
+ * GPL: http://www.gnu.org/copyleft/gpl.html
+ * LGPL: http://www.gnu.org/copyleft/lesser.html
+ * QPL: http://www.trolltech.com/licenses/qpl.html
+ */
 static gchar *valid_licenses[] = {
   "LGPL",                      /* GNU Lesser General Public License */
   "GPL",                       /* GNU General Public License */
+  "QPL",                       /* Trolltech Qt Public License */
+  "GPL/QPL",                   /* Combi-license of GPL + QPL */
   GST_LICENSE_UNKNOWN,         /* some other license */
   NULL
 };