[gst-cvs] gst-plugins-base: cdparanoia: run-time license is LGPL now that we require cdparanoia 0.10.2
Tim Mueller
tpm at kemper.freedesktop.org
Fri Jun 19 14:33:05 PDT 2009
Module: gst-plugins-base
Branch: master
Commit: b20b37518068dd0de0ec7d1e81e065a2c86cf73a
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?id=b20b37518068dd0de0ec7d1e81e065a2c86cf73a
Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
Date: Fri Jun 19 22:16:43 2009 +0100
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.
---
ext/cdparanoia/gstcdparanoiasrc.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ext/cdparanoia/gstcdparanoiasrc.c b/ext/cdparanoia/gstcdparanoiasrc.c
index e89482b..fb710e0 100644
--- a/ext/cdparanoia/gstcdparanoiasrc.c
+++ b/ext/cdparanoia/gstcdparanoiasrc.c
@@ -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)
More information about the Gstreamer-commits
mailing list