summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-03-19 18:19:12 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-03-19 18:19:12 +0000
commit3999646a0d26f7db52bd18325e390a2695614f2a (patch)
tree9b23b1a4978147da64ebf374e8f721c452de9e69 /ext
parentef2cb71d5fcad4dc3cbc239368a7bb9c30206761 (diff)
downloadgst-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.
Diffstat (limited to 'ext')
-rw-r--r--ext/ofa/gstofa.c2
1 files changed, 1 insertions, 1 deletions
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)