From 234aa1b28566287ebce5b9e2c9d7562c180c7c6f Mon Sep 17 00:00:00 2001 From: Christian Schaller Date: Thu, 10 Jul 2003 13:19:43 +0000 Subject: [PATCH] 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 --- gst/goom/README | 5 +++++ gst/goom/gstgoom.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 gst/goom/README 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 ", -- 2.7.4