From 3999646a0d26f7db52bd18325e390a2695614f2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 19 Mar 2008 18:19:12 +0000 Subject: ext/ofa/gstofa.c: Use GPL as license, the plugin itself is LGPL but libofa is GPL. Original commit message from CVS: * ext/ofa/gstofa.c: Use GPL as license, the plugin itself is LGPL but libofa is GPL. --- ChangeLog | 5 +++++ ext/ofa/gstofa.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 38752d93..31cf9101 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-03-19 Sebastian Dröge + + * ext/ofa/gstofa.c: + Use GPL as license, the plugin itself is LGPL but libofa is GPL. + 2008-03-19 Sebastian Dröge Based on a patch by: Eric Buehl diff --git a/ext/ofa/gstofa.c b/ext/ofa/gstofa.c index cf86048d..9c07c14c 100644 --- a/ext/ofa/gstofa.c +++ b/ext/ofa/gstofa.c @@ -247,4 +247,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, "ofa", "Calculate MusicIP fingerprint from audio files", - plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) + plugin_init, VERSION, "GPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) -- cgit v1.2.1