fix license information
authorChristian Schaller <uraeus@gnome.org>
Mon, 20 Sep 2004 14:25:08 +0000 (14:25 +0000)
committerChristian Schaller <uraeus@gnome.org>
Mon, 20 Sep 2004 14:25:08 +0000 (14:25 +0000)
Original commit message from CVS:
fix license information

ChangeLog
LICENSE_readme
ext/mikmod/gstmikmod.c

index a9cd506..9647758 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-09-20  Christian Schaller <christian@fluendo.com>
+
+       * Fix mixmod license to LGPL as they have relicensed
+       * Move Dirac and Effectv into LGPL section of README_license
+
 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
 
        * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
index a965f33..4a79dfa 100644 (file)
@@ -72,6 +72,7 @@ ladspa                            (http://www.ladspa.org/)
 lame             libmp3lame       (http://lame.sourceforge.net/)
 libvisual        libvisual        (http://libvisual.sourceforge.net/)
 matroska                          (http://www.matroska.org/)
+mikmod           libmikmod        (http://mikmod.raphnet.net/)
 ossaudio                          (http://www.opensound.com/)
 qcamsrc
 rfbenc           librfb
@@ -81,6 +82,9 @@ smoothwave
 swfdec                            (http://swfdec.sourceforge.net/)
 tarkin                            (http://svn.xiph.org/trunk/tarkin/)
 textoverlay      pango            (http://www.pango.org/)
+dirac                             (http://www.bbc.co.uk/rd/projects/dirac/)
+effectv (Our ports was relicensed)(http://effectv.sourceforge.net/)
+
 
 Plugins which use a BSD covered library are as follows:
 
@@ -118,10 +122,6 @@ sunaudiosink                            (http://www.sun.com/)
 
 Unsure:
 
-mikmod           libmikmod        (http://mikmod.raphnet.net/)
-Seems a newer release of mikmod is LGPL, though it's listed as GPL by
-GStreamer.
-
 faad             libfaad          (http://www.audiocoding.com/)
 faad's license depends on its major version :
   - for FAAD1 : it is LGPL
@@ -132,12 +132,3 @@ http://www.audiocoding.com/modules/wiki/?page=FAAC
 
 by default, GStreamer faad plugin would compile against FAAD2 if available.
 it falls back to FAAD1 if not.
-
-dirac                             (http://www.bbc.co.uk/rd/projects/dirac/)
-The sourceforge website claims it uses GPL, LGPL, and the Mozilla Public
-License 1.1.  Not sure which parts GStreamer uses, and what licenses are
-inherited.
-
-effectv          effectv          (http://effectv.sourceforge.net/)
-The sourceforge website claims it uses GPL, though it is currently
-listed as an LGPL library in GStreamer.
index e7f9074..72dbbe8 100644 (file)
@@ -552,4 +552,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "mikmod",
     "Mikmod plugin library",
-    plugin_init, VERSION, "GPL", GST_PACKAGE, GST_ORIGIN)
+    plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)