fix licensing terms for Goom, it is LGPL not GPL

Original commit message from CVS:
fix licensing terms for Goom, it is LGPL not GPL
This commit is contained in:
Christian Schaller 2003-07-10 13:19:43 +00:00
parent 22364f25d3
commit 234aa1b285
2 changed files with 6 additions and 1 deletions

5
gst/goom/README Normal file
View file

@ -0,0 +1,5 @@
The Goom plugin is based on the Goom visualization code from
the Goom homepage found at:
http://ios.free.fr/?page=projet&quoi=1
Like the original library so is the Goom plugin available under the LGPL license

View file

@ -63,7 +63,7 @@ GType gst_goom_get_type(void);
static GstElementDetails gst_goom_details = {
"GOOM: what a GOOM!",
"Visualization",
"GPL",
"LGPL",
"Takes frames of data and outputs video frames using the GOOM filter",
VERSION,
"Wim Taymans <wim.taymans@chello.be>",