diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ext/ofa/gstofa.c | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,10 @@ 2008-03-19 Sebastian Dröge <slomo@circular-chaos.org> + * ext/ofa/gstofa.c: + Use GPL as license, the plugin itself is LGPL but libofa is GPL. + +2008-03-19 Sebastian Dröge <slomo@circular-chaos.org> + Based on a patch by: Eric Buehl <eric dot buehl at gmail dot com> * configure.ac: 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) |