diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-03-19 18:19:12 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-03-19 18:19:12 +0000 |
commit | 3999646a0d26f7db52bd18325e390a2695614f2a (patch) | |
tree | 9b23b1a4978147da64ebf374e8f721c452de9e69 | |
parent | ef2cb71d5fcad4dc3cbc239368a7bb9c30206761 (diff) | |
download | gst-plugins-bad-3999646a0d26f7db52bd18325e390a2695614f2a.tar.gz gst-plugins-bad-3999646a0d26f7db52bd18325e390a2695614f2a.tar.bz2 gst-plugins-bad-3999646a0d26f7db52bd18325e390a2695614f2a.zip |
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.
-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) |