fix licensing terms for Goom, it is LGPL not GPL
authorChristian Schaller <uraeus@gnome.org>
Thu, 10 Jul 2003 13:19:43 +0000 (13:19 +0000)
committerChristian Schaller <uraeus@gnome.org>
Thu, 10 Jul 2003 13:19:43 +0000 (13:19 +0000)
Original commit message from CVS:
fix licensing terms for Goom, it is LGPL not GPL

gst/goom/README [new file with mode: 0644]
gst/goom/gstgoom.c

diff --git a/gst/goom/README b/gst/goom/README
new file mode 100644 (file)
index 0000000..f12cf1b
--- /dev/null
@@ -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
index cbafd01..bbf49bb 100644 (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>",