From 415c7f8dc6842003215921834570ca4c04ac2de7 Mon Sep 17 00:00:00 2001 From: Christian Schaller Date: Thu, 10 Jul 2003 13:21:51 +0000 Subject: 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 --- ext/ivorbis/vorbisfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \n" -- cgit v1.2.1