mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
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:
parent
ef2cb71d5f
commit
3999646a0d
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue