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 /ext | |
parent | ef2cb71d5fcad4dc3cbc239368a7bb9c30206761 (diff) |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ofa/gstofa.c b/ext/ofa/gstofa.c index cf86048df..9c07c14c5 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) |