summaryrefslogtreecommitdiffstats
path: root/gst
diff options
context:
space:
mode:
authorChristian Schaller <uraeus@gnome.org>2003-07-10 13:19:43 +0000
committerChristian Schaller <uraeus@gnome.org>2003-07-10 13:19:43 +0000
commit234aa1b28566287ebce5b9e2c9d7562c180c7c6f (patch)
tree2842e9c413bd6d29554bb99302def37b3f1062f0 /gst
parent22364f25d3df1f20c14f8f21867c599644b605d9 (diff)
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
Diffstat (limited to 'gst')
-rw-r--r--gst/goom/README5
-rw-r--r--gst/goom/gstgoom.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/gst/goom/README b/gst/goom/README
new file mode 100644
index 00000000..f12cf1b5
--- /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 cbafd016..bbf49bbd 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 <wim.taymans@chello.be>",