add MPL and Properietart to list of licenses
authorChristian Schaller <uraeus@gnome.org>
Wed, 18 Jan 2006 11:44:55 +0000 (11:44 +0000)
committerChristian Schaller <uraeus@gnome.org>
Wed, 18 Jan 2006 11:44:55 +0000 (11:44 +0000)
Original commit message from CVS:
add MPL and Properietart to list of licenses

ChangeLog
gst/gstplugin.c

index 5ebdac4..7c208cf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-01-18  Christian Schaller  <Christian@fluendo.com>
+
+       * gst/gstplugin.c: Add MPL and Proprietary as license options
+
 2006-01-18  Andy Wingo  <wingo@pobox.com>
 
        * gst/gstindex.h (gst_index_add_associationv): Add to header. The
index 22549d4..d3d89d7 100644 (file)
@@ -93,12 +93,15 @@ static gboolean _gst_plugin_fault_handler_is_setup = FALSE;
  * GPL: http://www.gnu.org/copyleft/gpl.html
  * LGPL: http://www.gnu.org/copyleft/lesser.html
  * QPL: http://www.trolltech.com/licenses/qpl.html
+ * MPL: http://www.opensource.org/licenses/mozilla1.1.php
  */
 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 */
+  "MPL",                        /* MPL 1.1 license */
+  "Proprietary",                /* Proprietary license */
   GST_LICENSE_UNKNOWN,          /* some other license */
   NULL
 };