From: Christian Schaller Date: Thu, 10 Jul 2003 13:19:43 +0000 (+0000) Subject: fix licensing terms for Goom, it is LGPL not GPL X-Git-Tag: 1.19.3~509^2~15864 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=234aa1b28566287ebce5b9e2c9d7562c180c7c6f;p=platform%2Fupstream%2Fgstreamer.git 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 --- diff --git a/gst/goom/README b/gst/goom/README new file mode 100644 index 0000000..f12cf1b --- /dev/null +++ b/gst/goom/README @@ -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 diff --git a/gst/goom/gstgoom.c b/gst/goom/gstgoom.c index cbafd01..bbf49bb 100644 --- a/gst/goom/gstgoom.c +++ b/gst/goom/gstgoom.c @@ -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 ",