diff options
author | Christian Schaller <uraeus@gnome.org> | 2003-07-10 13:21:51 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2003-07-10 13:21:51 +0000 |
commit | 415c7f8dc6842003215921834570ca4c04ac2de7 (patch) | |
tree | 68735b693a03d09671d1464cab5be4410fbc3e24 | |
parent | 3706527bc8ac4fe306e9b27e2e365e620eb19067 (diff) | |
download | gst-plugins-bad-415c7f8dc6842003215921834570ca4c04ac2de7.tar.gz gst-plugins-bad-415c7f8dc6842003215921834570ca4c04ac2de7.tar.bz2 gst-plugins-bad-415c7f8dc6842003215921834570ca4c04ac2de7.zip |
fix license of tremor Vorbis plugin to be LGPL not GPL
Original commit message from CVS:
fix license of tremor Vorbis plugin to be LGPL not GPL
-rw-r--r-- | ext/ivorbis/vorbisfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ivorbis/vorbisfile.c b/ext/ivorbis/vorbisfile.c index 3e869e1d..86c7baf2 100644 --- a/ext/ivorbis/vorbisfile.c +++ b/ext/ivorbis/vorbisfile.c @@ -79,7 +79,7 @@ GstElementDetails ivorbisfile_details = { "Ogg Vorbis decoder", "Codec/Audio/Decoder", - "GPL", + "LGPL", "Decodes OGG Vorbis audio using the Tremor vorbisfile API", VERSION, "Monty <monty@xiph.org>\n" |