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.
This commit is contained in:
Sebastian Dröge 2008-03-19 18:19:12 +00:00
parent ef2cb71d5f
commit 3999646a0d
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
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>

View file

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