cdparanoia: run-time license is LGPL now that we require cdparanoia 0.10.2

cdparanoia has an LGPL v2.1 license since 0.10.1 and we now require 0.10.2.
Finally fixes #531035.
This commit is contained in:
Tim-Philipp Müller 2009-06-19 22:16:43 +01:00
parent 4e1086f93b
commit b20b375180

View 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)