cdparanoia: run-time license is LGPL now that we require cdparanoia 0.10.2
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 19 Jun 2009 21:16:43 +0000 (22:16 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 19 Jun 2009 21:21:03 +0000 (22:21 +0100)
cdparanoia has an LGPL v2.1 license since 0.10.1 and we now require 0.10.2.
Finally fixes #531035.

ext/cdparanoia/gstcdparanoiasrc.c

index e89482b..fb710e0 100644 (file)
@@ -541,4 +541,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "cdparanoia",
     "Read audio from CD in paranoid mode",
-    plugin_init, VERSION, "GPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
+    plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)