remove copyright field from plugins
authorAndy Wingo <wingo@pobox.com>
Thu, 4 Dec 2003 10:37:38 +0000 (10:37 +0000)
committerAndy Wingo <wingo@pobox.com>
Thu, 4 Dec 2003 10:37:38 +0000 (10:37 +0000)
Original commit message from CVS:
remove copyright field from plugins

45 files changed:
configure.ac
ext/aalib/gstaasink.c
ext/dv/gstdvdec.c
ext/esd/gstesd.c
ext/flac/gstflac.c
ext/gdk_pixbuf/gstgdkpixbuf.c
ext/jpeg/gstjpeg.c
ext/ladspa/gstladspa.c
ext/libpng/gstpng.c
ext/mikmod/gstmikmod.c
ext/pango/gsttextoverlay.c
ext/pango/gsttimeoverlay.c
ext/raw1394/gst1394.c
ext/shout2/gstshout2.c
ext/speex/gstspeex.c
gst/auparse/gstauparse.c
gst/avi/gstavidemux.c
gst/cutter/gstcutter.c
gst/debug/efence.c
gst/debug/gstnavigationtest.c
gst/effectv/gsteffectv.c
gst/flx/gstflxdec.c
gst/goom/gstgoom.c
gst/law/alaw.c
gst/law/mulaw.c
gst/level/gstlevel.c
gst/matroska/matroska.c
gst/median/gstmedian.c
gst/monoscope/gstmonoscope.c
gst/qtdemux/qtdemux.c
gst/rtp/gstrtp.c
gst/smoothwave/gstsmoothwave.c
gst/smpte/gstsmpte.c
gst/spectrum/gstspectrum.c
gst/udp/gstudp.c
gst/videocrop/gstvideocrop.c
gst/videofilter/gstvideobalance.c
gst/videofilter/gstvideofilter.c
gst/videofilter/gstvideoflip.c
gst/videofilter/gstvideotemplate.c
gst/videoflip/gstvideoflip.c
gst/wavenc/gstwavenc.c
gst/wavparse/gstwavparse.c
sys/oss/gstossaudio.c
sys/v4l2/gstv4l2.c

index f3704eb..db914fd 100644 (file)
@@ -1302,7 +1302,6 @@ dnl ############################
 
 dnl set license and copyright notice
 AC_DEFINE(GST_LICENSE, "LGPL", [GStreamer license])
-AC_DEFINE(GST_COPYRIGHT, "(c) 1999-2003 The GStreamer Team", [copyright message in plugins])
 dnl package name in plugins
 AC_ARG_WITH(package-name,
 AC_HELP_STRING([--with-package-name],[specify package name to use in plugins]),
index 4a7d8a4..59897e5 100644 (file)
@@ -557,7 +557,6 @@ GST_PLUGIN_DEFINE (
   plugin_init,
   VERSION,
   "GPL",
-  GST_COPYRIGHT,
   GST_PACKAGE,
   GST_ORIGIN
 )
index 7bcaef7..094445a 100644 (file)
@@ -998,7 +998,6 @@ GST_PLUGIN_DEFINE (
   plugin_init,
   VERSION,
   "LGPL",
-  GST_COPYRIGHT,
   GST_PACKAGE,
   GST_ORIGIN
 );
index cf62bfa..e804b72 100644 (file)
@@ -49,7 +49,6 @@ GST_PLUGIN_DEFINE (
   plugin_init,
   VERSION,
   "LGPL",
-  GST_COPYRIGHT,
   GST_PACKAGE,
   GST_ORIGIN)
 
index a52b94f..bcbc60c 100644 (file)
@@ -53,6 +53,5 @@ GST_PLUGIN_DEFINE (
   plugin_init,
   VERSION,
   "LGPL",
-  GST_COPYRIGHT,
   GST_PACKAGE,
   GST_ORIGIN)
index c9c7d91..749a72f 100644 (file)
@@ -434,6 +434,5 @@ GST_PLUGIN_DEFINE (
   plugin_init,
   VERSION,
   "LGPL",
-  GST_COPYRIGHT,
   GST_PACKAGE,
   GST_ORIGIN)
index 1e7f897..2fe1000 100644 (file)
@@ -41,6 +41,5 @@ GST_PLUGIN_DEFINE (
   plugin_init,
   VERSION,
   "LGPL",
-  GST_COPYRIGHT,
   GST_PACKAGE,
   GST_ORIGIN)
index 6dc8763..6ecb3ce 100644 (file)
@@ -1,6 +1,7 @@
 /* GStreamer
  * Copyright (C) <1999> Erik Walthinsen <omega@cse.ogi.edu>
  *               <2001> Steve Baker <stevebaker_org@yahoo.co.uk>
+ *               2003 Andy Wingo <wingo at pobox.com>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Library General Public
 #include <ladspa.h>     /* main ladspa sdk include file */
 #include "utils.h"      /* ladspa sdk utility functions */
 
+/* 1.0 and the 1.1 preliminary headers don't define a version, but 1.1 final
+   does */
+#ifndef LADSPA_VERSION
+#define LADSPA_VERSION "1.0"
+#endif
 
 /* takes ownership of the name */
 static GstPadTemplate*
@@ -1038,9 +1044,8 @@ GST_PLUGIN_DEFINE (
   "ladspa",
   "All LADSPA plugins",
   plugin_init,
-  LADSPA_VERSION,
-  "LGPL",
-  "(c) 2003 The LADSPA team",
-  "LADSPA",
-  "http://www.ladspa.org/"
+  VERSION,
+  GST_LICENSE,
+  GST_PACKAGE,
+  GST_ORIGIN
 )
index 54bcccb..20e5d0b 100644 (file)
@@ -40,6 +40,5 @@ GST_PLUGIN_DEFINE (
   plugin_init,
   VERSION,
   "LGPL",
-  GST_COPYRIGHT,
   GST_PACKAGE,
   GST_ORIGIN)
index 57fa9bb..6559b94 100644 (file)
@@ -562,6 +562,5 @@ GST_PLUGIN_DEFINE (
   plugin_init,
   VERSION,
   "GPL",
-  GST_COPYRIGHT,
   GST_PACKAGE,
   GST_ORIGIN)
index 06f43ef..2605c6a 100644 (file)
@@ -650,7 +650,6 @@ GST_PLUGIN_DEFINE (
     plugin_init,
     VERSION,
     "GPL",
-    GST_COPYRIGHT,
     GST_PACKAGE,
     GST_ORIGIN)
 
index 0f97f6b..9a3b292 100644 (file)
@@ -210,7 +210,6 @@ GST_PLUGIN_DEFINE (
   plugin_init,
   VERSION,
   GST_LICENSE,
-  GST_COPYRIGHT,
   GST_PACKAGE,
   GST_ORIGIN
 )
index f8ed514..0a5a8b7 100644 (file)
@@ -43,7 +43,6 @@ GST_PLUGIN_DEFINE(
   plugin_init,
   VERSION,
   "LGPL",
-  GST_COPYRIGHT,
   GST_PACKAGE,
   GST_ORIGIN
 );
index 3faccb6..bcf3981 100644 (file)
@@ -542,7 +542,6 @@ GST_PLUGIN_DEFINE (
   plugin_init,
   VERSION,
   "LGPL",
-  GST_COPYRIGHT,
   "libshout2",
   "http://www.icecast.org/download.html"
 )
index 7103f01..022b8ca 100644 (file)
@@ -41,6 +41,5 @@ GST_PLUGIN_DEFINE (
   plugin_init,
   VERSION,
   "LGPL",
-  GST_COPYRIGHT,
   GST_PACKAGE,
   GST_ORIGIN)
index 8b75798..91ef0c3 100644 (file)
@@ -313,7 +313,6 @@ GST_PLUGIN_DEFINE (
   plugin_init,
   VERSION,
   "GPL",
-  GST_COPYRIGHT,
   GST_PACKAGE,
   GST_ORIGIN
 )
index a1f526d..ad4531a 100644 (file)
@@ -1995,7 +1995,6 @@ GST_PLUGIN_DEFINE (
   plugin_init,
   VERSION,
   GST_LICENSE,
-  GST_COPYRIGHT,
   GST_PACKAGE,
   GST_ORIGIN
 )
index 7000346..b4ac2bd 100644 (file)
@@ -454,7 +454,6 @@ GST_PLUGIN_DEFINE (
   plugin_init,
   VERSION,
   "LGPL",
-  GST_COPYRIGHT,
   GST_PACKAGE,
   GST_ORIGIN)
 
index 899571d..2c4c9b9 100644 (file)
@@ -309,7 +309,6 @@ GST_PLUGIN_DEFINE (
   plugin_init,
   VERSION,
   "LGPL",
-  GST_COPYRIGHT,
   GST_PACKAGE,
   GST_ORIGIN)
 
index 97ada37..0dad689 100644 (file)
@@ -223,7 +223,6 @@ GST_PLUGIN_DEFINE (
   plugin_init,
   VERSION,
   GST_LICENSE,
-  GST_COPYRIGHT,
   GST_PACKAGE,
   GST_ORIGIN
 )
index 28fac81..6ab3447 100644 (file)
@@ -110,7 +110,6 @@ GST_PLUGIN_DEFINE (
   plugin_init,
   VERSION,
   "LGPL",
-  "Wim Taymans <wim.taymans@chello.be>, (c) 2001 FUKUCHI Kentarou, (c) 2001 Sam Mertens, (c) 2002 Ed Tannenbaum",
   GST_PACKAGE,
   GST_ORIGIN
 );
index 6a8a610..4a14480 100644 (file)
@@ -673,7 +673,6 @@ GST_PLUGIN_DEFINE (
   plugin_init,
   VERSION,
   GST_LICENSE,
-  GST_COPYRIGHT,
   GST_PACKAGE,
   GST_ORIGIN
 )
index bb04840..ac885c1 100644 (file)
@@ -405,7 +405,6 @@ GST_PLUGIN_DEFINE (
   plugin_init,
   VERSION,
   GST_LICENSE,
-  GST_COPYRIGHT,
   GST_PACKAGE,
   GST_ORIGIN
 )
index 04c149a..70cb12d 100644 (file)
@@ -68,7 +68,6 @@ GST_PLUGIN_DEFINE (
   plugin_init,
   VERSION,
   GST_LICENSE,
-  GST_COPYRIGHT,
   GST_PACKAGE,
   GST_ORIGIN
 )
index 611dec0..f2f465a 100644 (file)
@@ -75,7 +75,6 @@ GST_PLUGIN_DEFINE (
   plugin_init,
   VERSION,
   GST_LICENSE,
-  GST_COPYRIGHT,
   GST_PACKAGE,
   GST_ORIGIN
 )
index 42f128a..72feef2 100644 (file)
@@ -482,7 +482,6 @@ GST_PLUGIN_DEFINE (
   plugin_init,
   VERSION,
   GST_LICENSE,
-  GST_COPYRIGHT,
   GST_PACKAGE,
   GST_ORIGIN
 )
index 50f8dcb..feb44d6 100644 (file)
@@ -39,7 +39,6 @@ GST_PLUGIN_DEFINE (
   plugin_init,
   VERSION,
   "LGPL",
-  GST_COPYRIGHT,
   GST_PACKAGE,
   GST_ORIGIN
 )
index 8c960e6..b4d4166 100644 (file)
@@ -412,7 +412,6 @@ GST_PLUGIN_DEFINE (
   plugin_init,
   VERSION,
   GST_LICENSE,
-  GST_COPYRIGHT,
   GST_PACKAGE,
   GST_ORIGIN
 )
index 27e3039..5d64b5c 100644 (file)
@@ -334,7 +334,6 @@ GST_PLUGIN_DEFINE (
   plugin_init,
   VERSION,
   "LGPL",
-  GST_COPYRIGHT,
   GST_PACKAGE,
   GST_ORIGIN
 )
index 9f8a8b0..5bd0898 100644 (file)
@@ -238,7 +238,6 @@ GST_PLUGIN_DEFINE (
   plugin_init,
   VERSION,
   "LGPL",
-  GST_COPYRIGHT,
   GST_PACKAGE,
   GST_ORIGIN
 )
index 21f4f08..56bea9b 100644 (file)
@@ -44,7 +44,6 @@ GST_PLUGIN_DEFINE (
   plugin_init,
   VERSION,
   "LGPL",
-  GST_COPYRIGHT,
   GST_PACKAGE,
   GST_ORIGIN
 )
index a113bc5..57c267e 100644 (file)
@@ -310,6 +310,5 @@ GST_PLUGIN_DEFINE (
   plugin_init,
   VERSION,
   "LGPL",
-  GST_COPYRIGHT,
   GST_PACKAGE,
   GST_ORIGIN)
index de48510..fb51667 100644 (file)
@@ -487,7 +487,6 @@ GST_PLUGIN_DEFINE (
   plugin_init,
   VERSION,
   "LGPL",
-  GST_COPYRIGHT,
   GST_PACKAGE,
   GST_ORIGIN
 )
index 4b45ad7..920d69e 100644 (file)
@@ -212,7 +212,6 @@ GST_PLUGIN_DEFINE (
   plugin_init,
   VERSION,
   GST_LICENSE,
-  GST_COPYRIGHT,
   GST_PACKAGE,
   GST_ORIGIN
 )
index d4d90bc..b98e612 100644 (file)
@@ -44,7 +44,6 @@ GST_PLUGIN_DEFINE (
   plugin_init,
   VERSION,
   GST_LICENSE,
-  GST_COPYRIGHT,
   GST_PACKAGE,
   GST_ORIGIN
 )
index d96a6c5..fb3ea23 100644 (file)
@@ -446,7 +446,6 @@ GST_PLUGIN_DEFINE (
   plugin_init,
   VERSION,
   GST_LICENSE,
-  GST_COPYRIGHT,
   GST_PACKAGE,
   GST_ORIGIN
 )
index 1e4fb51..e4bb900 100644 (file)
@@ -227,7 +227,6 @@ GST_PLUGIN_DEFINE (
   plugin_init,
   VERSION,
   GST_LICENSE,
-  GST_COPYRIGHT,
   GST_PACKAGE,
   GST_ORIGIN
 )
index 8173611..3a0acc3 100644 (file)
@@ -560,7 +560,6 @@ GST_PLUGIN_DEFINE (
   plugin_init,
   VERSION,
   "LGPL",
-  GST_COPYRIGHT,
   GST_PACKAGE,
   GST_ORIGIN
 )
index 1c64829..3ba70ee 100644 (file)
@@ -220,7 +220,6 @@ GST_PLUGIN_DEFINE (
   plugin_init,
   VERSION,
   GST_LICENSE,
-  GST_COPYRIGHT,
   GST_PACKAGE,
   GST_ORIGIN
 )
index 71f9f16..67c72ac 100644 (file)
@@ -197,7 +197,6 @@ GST_PLUGIN_DEFINE (
   plugin_init,
   VERSION,
   GST_LICENSE,
-  GST_COPYRIGHT,
   GST_PACKAGE,
   GST_ORIGIN
 )
index 7606e5b..7d65cac 100644 (file)
@@ -460,7 +460,6 @@ GST_PLUGIN_DEFINE (
   plugin_init,
   VERSION,
   GST_LICENSE,
-  GST_COPYRIGHT,
   GST_PACKAGE,
   GST_ORIGIN
 )
index 5d11ff7..3ae5000 100644 (file)
@@ -666,7 +666,6 @@ GST_PLUGIN_DEFINE (
   plugin_init,
   VERSION,
   GST_LICENSE,
-  GST_COPYRIGHT,
   GST_PACKAGE,
   GST_ORIGIN
 )
index 23a09d4..4031684 100644 (file)
@@ -1137,7 +1137,6 @@ GST_PLUGIN_DEFINE (
   plugin_init,
   VERSION,
   GST_LICENSE,
-  GST_COPYRIGHT,
   GST_PACKAGE,
   GST_ORIGIN
 )
index 1530d2d..b796664 100644 (file)
@@ -72,7 +72,6 @@ GST_PLUGIN_DEFINE (
   plugin_init,
   VERSION,
   GST_LICENSE,
-  GST_COPYRIGHT,
   GST_PACKAGE,
   GST_ORIGIN
 )
index 0054d93..f91e10c 100644 (file)
@@ -51,7 +51,6 @@ GST_PLUGIN_DEFINE (
   plugin_init,
   VERSION,
   GST_LICENSE,
-  GST_COPYRIGHT,
   GST_PACKAGE,
   GST_ORIGIN
 )