From d3664b8e127e5570f8773dfe8b6688d297af9985 Mon Sep 17 00:00:00 2001 From: Christian Schaller Date: Thu, 10 Jul 2003 15:39:11 +0000 Subject: [PATCH] fix license field of lame plugin to say LGPL, lame is LGPL. Add Readme with info Original commit message from CVS: fix license field of lame plugin to say LGPL, lame is LGPL. Add Readme with info --- ext/lame/README | 4 ++++ ext/lame/gstlame.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 ext/lame/README diff --git a/ext/lame/README b/ext/lame/README new file mode 100644 index 0000000000..49facf94b6 --- /dev/null +++ b/ext/lame/README @@ -0,0 +1,4 @@ +The lame plugin uses the lame library available at: +lame.sourceforge.net + +lame is available under the terms of the LGPL license diff --git a/ext/lame/gstlame.c b/ext/lame/gstlame.c index bcd7167349..13cbdd7f86 100644 --- a/ext/lame/gstlame.c +++ b/ext/lame/gstlame.c @@ -28,7 +28,7 @@ static GstElementDetails gst_lame_details = { "L.A.M.E. mp3 encoder", "Codec/Audio/Encoder", - "GPL", + "LGPL", "High-quality free MP3 encoder", VERSION, "Erik Walthinsen ",