From e46d34995dbfd1481f962b620df4dfa4266f7977 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Thu, 4 Dec 2003 10:37:38 +0000 Subject: [PATCH] remove copyright field from plugins Original commit message from CVS: remove copyright field from plugins --- configure.ac | 1 - ext/aalib/gstaasink.c | 1 - ext/dv/gstdvdec.c | 1 - ext/esd/gstesd.c | 1 - ext/flac/gstflac.c | 1 - ext/gdk_pixbuf/gstgdkpixbuf.c | 1 - ext/jpeg/gstjpeg.c | 1 - ext/ladspa/gstladspa.c | 15 ++++++++++----- ext/libpng/gstpng.c | 1 - ext/mikmod/gstmikmod.c | 1 - ext/pango/gsttextoverlay.c | 1 - ext/pango/gsttimeoverlay.c | 1 - ext/raw1394/gst1394.c | 1 - ext/shout2/gstshout2.c | 1 - ext/speex/gstspeex.c | 1 - gst/auparse/gstauparse.c | 1 - gst/avi/gstavidemux.c | 1 - gst/cutter/gstcutter.c | 1 - gst/debug/efence.c | 1 - gst/debug/gstnavigationtest.c | 1 - gst/effectv/gsteffectv.c | 1 - gst/flx/gstflxdec.c | 1 - gst/goom/gstgoom.c | 1 - gst/law/alaw.c | 1 - gst/law/mulaw.c | 1 - gst/level/gstlevel.c | 1 - gst/matroska/matroska.c | 1 - gst/median/gstmedian.c | 1 - gst/monoscope/gstmonoscope.c | 1 - gst/qtdemux/qtdemux.c | 1 - gst/rtp/gstrtp.c | 1 - gst/smoothwave/gstsmoothwave.c | 1 - gst/smpte/gstsmpte.c | 1 - gst/spectrum/gstspectrum.c | 1 - gst/udp/gstudp.c | 1 - gst/videocrop/gstvideocrop.c | 1 - gst/videofilter/gstvideobalance.c | 1 - gst/videofilter/gstvideofilter.c | 1 - gst/videofilter/gstvideoflip.c | 1 - gst/videofilter/gstvideotemplate.c | 1 - gst/videoflip/gstvideoflip.c | 1 - gst/wavenc/gstwavenc.c | 1 - gst/wavparse/gstwavparse.c | 1 - sys/oss/gstossaudio.c | 1 - sys/v4l2/gstv4l2.c | 1 - 45 files changed, 10 insertions(+), 49 deletions(-) diff --git a/configure.ac b/configure.ac index f3704eb..db914fd 100644 --- a/configure.ac +++ b/configure.ac @@ -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]), diff --git a/ext/aalib/gstaasink.c b/ext/aalib/gstaasink.c index 4a7d8a4..59897e5 100644 --- a/ext/aalib/gstaasink.c +++ b/ext/aalib/gstaasink.c @@ -557,7 +557,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, "GPL", - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN ) diff --git a/ext/dv/gstdvdec.c b/ext/dv/gstdvdec.c index 7bcaef7..094445a 100644 --- a/ext/dv/gstdvdec.c +++ b/ext/dv/gstdvdec.c @@ -998,7 +998,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, "LGPL", - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN ); diff --git a/ext/esd/gstesd.c b/ext/esd/gstesd.c index cf62bfa..e804b72 100644 --- a/ext/esd/gstesd.c +++ b/ext/esd/gstesd.c @@ -49,7 +49,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, "LGPL", - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN) diff --git a/ext/flac/gstflac.c b/ext/flac/gstflac.c index a52b94f..bcbc60c 100644 --- a/ext/flac/gstflac.c +++ b/ext/flac/gstflac.c @@ -53,6 +53,5 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, "LGPL", - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN) diff --git a/ext/gdk_pixbuf/gstgdkpixbuf.c b/ext/gdk_pixbuf/gstgdkpixbuf.c index c9c7d91..749a72f 100644 --- a/ext/gdk_pixbuf/gstgdkpixbuf.c +++ b/ext/gdk_pixbuf/gstgdkpixbuf.c @@ -434,6 +434,5 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, "LGPL", - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN) diff --git a/ext/jpeg/gstjpeg.c b/ext/jpeg/gstjpeg.c index 1e7f897..2fe1000 100644 --- a/ext/jpeg/gstjpeg.c +++ b/ext/jpeg/gstjpeg.c @@ -41,6 +41,5 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, "LGPL", - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN) diff --git a/ext/ladspa/gstladspa.c b/ext/ladspa/gstladspa.c index 6dc8763..6ecb3ce 100644 --- a/ext/ladspa/gstladspa.c +++ b/ext/ladspa/gstladspa.c @@ -1,6 +1,7 @@ /* GStreamer * Copyright (C) <1999> Erik Walthinsen * <2001> Steve Baker + * 2003 Andy Wingo * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -30,6 +31,11 @@ #include /* 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 ) diff --git a/ext/libpng/gstpng.c b/ext/libpng/gstpng.c index 54bcccb..20e5d0b 100644 --- a/ext/libpng/gstpng.c +++ b/ext/libpng/gstpng.c @@ -40,6 +40,5 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, "LGPL", - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN) diff --git a/ext/mikmod/gstmikmod.c b/ext/mikmod/gstmikmod.c index 57fa9bb..6559b94 100644 --- a/ext/mikmod/gstmikmod.c +++ b/ext/mikmod/gstmikmod.c @@ -562,6 +562,5 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, "GPL", - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN) diff --git a/ext/pango/gsttextoverlay.c b/ext/pango/gsttextoverlay.c index 06f43ef..2605c6a 100644 --- a/ext/pango/gsttextoverlay.c +++ b/ext/pango/gsttextoverlay.c @@ -650,7 +650,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, "GPL", - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN) diff --git a/ext/pango/gsttimeoverlay.c b/ext/pango/gsttimeoverlay.c index 0f97f6b..9a3b292 100644 --- a/ext/pango/gsttimeoverlay.c +++ b/ext/pango/gsttimeoverlay.c @@ -210,7 +210,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, GST_LICENSE, - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN ) diff --git a/ext/raw1394/gst1394.c b/ext/raw1394/gst1394.c index f8ed514..0a5a8b7 100644 --- a/ext/raw1394/gst1394.c +++ b/ext/raw1394/gst1394.c @@ -43,7 +43,6 @@ GST_PLUGIN_DEFINE( plugin_init, VERSION, "LGPL", - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN ); diff --git a/ext/shout2/gstshout2.c b/ext/shout2/gstshout2.c index 3faccb6..bcf3981 100644 --- a/ext/shout2/gstshout2.c +++ b/ext/shout2/gstshout2.c @@ -542,7 +542,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, "LGPL", - GST_COPYRIGHT, "libshout2", "http://www.icecast.org/download.html" ) diff --git a/ext/speex/gstspeex.c b/ext/speex/gstspeex.c index 7103f01..022b8ca 100644 --- a/ext/speex/gstspeex.c +++ b/ext/speex/gstspeex.c @@ -41,6 +41,5 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, "LGPL", - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN) diff --git a/gst/auparse/gstauparse.c b/gst/auparse/gstauparse.c index 8b75798..91ef0c3 100644 --- a/gst/auparse/gstauparse.c +++ b/gst/auparse/gstauparse.c @@ -313,7 +313,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, "GPL", - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN ) diff --git a/gst/avi/gstavidemux.c b/gst/avi/gstavidemux.c index a1f526d..ad4531a 100644 --- a/gst/avi/gstavidemux.c +++ b/gst/avi/gstavidemux.c @@ -1995,7 +1995,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, GST_LICENSE, - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN ) diff --git a/gst/cutter/gstcutter.c b/gst/cutter/gstcutter.c index 7000346..b4ac2bd 100644 --- a/gst/cutter/gstcutter.c +++ b/gst/cutter/gstcutter.c @@ -454,7 +454,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, "LGPL", - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN) diff --git a/gst/debug/efence.c b/gst/debug/efence.c index 899571d..2c4c9b9 100644 --- a/gst/debug/efence.c +++ b/gst/debug/efence.c @@ -309,7 +309,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, "LGPL", - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN) diff --git a/gst/debug/gstnavigationtest.c b/gst/debug/gstnavigationtest.c index 97ada37..0dad689 100644 --- a/gst/debug/gstnavigationtest.c +++ b/gst/debug/gstnavigationtest.c @@ -223,7 +223,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, GST_LICENSE, - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN ) diff --git a/gst/effectv/gsteffectv.c b/gst/effectv/gsteffectv.c index 28fac81..6ab3447 100644 --- a/gst/effectv/gsteffectv.c +++ b/gst/effectv/gsteffectv.c @@ -110,7 +110,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, "LGPL", - "Wim Taymans , (c) 2001 FUKUCHI Kentarou, (c) 2001 Sam Mertens, (c) 2002 Ed Tannenbaum", GST_PACKAGE, GST_ORIGIN ); diff --git a/gst/flx/gstflxdec.c b/gst/flx/gstflxdec.c index 6a8a610..4a14480 100644 --- a/gst/flx/gstflxdec.c +++ b/gst/flx/gstflxdec.c @@ -673,7 +673,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, GST_LICENSE, - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN ) diff --git a/gst/goom/gstgoom.c b/gst/goom/gstgoom.c index bb04840..ac885c1 100644 --- a/gst/goom/gstgoom.c +++ b/gst/goom/gstgoom.c @@ -405,7 +405,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, GST_LICENSE, - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN ) diff --git a/gst/law/alaw.c b/gst/law/alaw.c index 04c149a..70cb12d 100644 --- a/gst/law/alaw.c +++ b/gst/law/alaw.c @@ -68,7 +68,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, GST_LICENSE, - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN ) diff --git a/gst/law/mulaw.c b/gst/law/mulaw.c index 611dec0..f2f465a 100644 --- a/gst/law/mulaw.c +++ b/gst/law/mulaw.c @@ -75,7 +75,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, GST_LICENSE, - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN ) diff --git a/gst/level/gstlevel.c b/gst/level/gstlevel.c index 42f128a..72feef2 100644 --- a/gst/level/gstlevel.c +++ b/gst/level/gstlevel.c @@ -482,7 +482,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, GST_LICENSE, - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN ) diff --git a/gst/matroska/matroska.c b/gst/matroska/matroska.c index 50f8dcb..feb44d6 100644 --- a/gst/matroska/matroska.c +++ b/gst/matroska/matroska.c @@ -39,7 +39,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, "LGPL", - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN ) diff --git a/gst/median/gstmedian.c b/gst/median/gstmedian.c index 8c960e6..b4d4166 100644 --- a/gst/median/gstmedian.c +++ b/gst/median/gstmedian.c @@ -412,7 +412,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, GST_LICENSE, - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN ) diff --git a/gst/monoscope/gstmonoscope.c b/gst/monoscope/gstmonoscope.c index 27e3039..5d64b5c 100644 --- a/gst/monoscope/gstmonoscope.c +++ b/gst/monoscope/gstmonoscope.c @@ -334,7 +334,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, "LGPL", - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN ) diff --git a/gst/qtdemux/qtdemux.c b/gst/qtdemux/qtdemux.c index 9f8a8b0..5bd0898 100644 --- a/gst/qtdemux/qtdemux.c +++ b/gst/qtdemux/qtdemux.c @@ -238,7 +238,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, "LGPL", - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN ) diff --git a/gst/rtp/gstrtp.c b/gst/rtp/gstrtp.c index 21f4f08..56bea9b 100644 --- a/gst/rtp/gstrtp.c +++ b/gst/rtp/gstrtp.c @@ -44,7 +44,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, "LGPL", - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN ) diff --git a/gst/smoothwave/gstsmoothwave.c b/gst/smoothwave/gstsmoothwave.c index a113bc5..57c267e 100644 --- a/gst/smoothwave/gstsmoothwave.c +++ b/gst/smoothwave/gstsmoothwave.c @@ -310,6 +310,5 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, "LGPL", - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN) diff --git a/gst/smpte/gstsmpte.c b/gst/smpte/gstsmpte.c index de48510..fb51667 100644 --- a/gst/smpte/gstsmpte.c +++ b/gst/smpte/gstsmpte.c @@ -487,7 +487,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, "LGPL", - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN ) diff --git a/gst/spectrum/gstspectrum.c b/gst/spectrum/gstspectrum.c index 4b45ad7..920d69e 100644 --- a/gst/spectrum/gstspectrum.c +++ b/gst/spectrum/gstspectrum.c @@ -212,7 +212,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, GST_LICENSE, - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN ) diff --git a/gst/udp/gstudp.c b/gst/udp/gstudp.c index d4d90bc..b98e612 100644 --- a/gst/udp/gstudp.c +++ b/gst/udp/gstudp.c @@ -44,7 +44,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, GST_LICENSE, - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN ) diff --git a/gst/videocrop/gstvideocrop.c b/gst/videocrop/gstvideocrop.c index d96a6c5..fb3ea23 100644 --- a/gst/videocrop/gstvideocrop.c +++ b/gst/videocrop/gstvideocrop.c @@ -446,7 +446,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, GST_LICENSE, - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN ) diff --git a/gst/videofilter/gstvideobalance.c b/gst/videofilter/gstvideobalance.c index 1e4fb51..e4bb900 100644 --- a/gst/videofilter/gstvideobalance.c +++ b/gst/videofilter/gstvideobalance.c @@ -227,7 +227,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, GST_LICENSE, - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN ) diff --git a/gst/videofilter/gstvideofilter.c b/gst/videofilter/gstvideofilter.c index 8173611..3a0acc3 100644 --- a/gst/videofilter/gstvideofilter.c +++ b/gst/videofilter/gstvideofilter.c @@ -560,7 +560,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, "LGPL", - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN ) diff --git a/gst/videofilter/gstvideoflip.c b/gst/videofilter/gstvideoflip.c index 1c64829..3ba70ee8 100644 --- a/gst/videofilter/gstvideoflip.c +++ b/gst/videofilter/gstvideoflip.c @@ -220,7 +220,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, GST_LICENSE, - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN ) diff --git a/gst/videofilter/gstvideotemplate.c b/gst/videofilter/gstvideotemplate.c index 71f9f16..67c72ac 100644 --- a/gst/videofilter/gstvideotemplate.c +++ b/gst/videofilter/gstvideotemplate.c @@ -197,7 +197,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, GST_LICENSE, - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN ) diff --git a/gst/videoflip/gstvideoflip.c b/gst/videoflip/gstvideoflip.c index 7606e5b..7d65cac 100644 --- a/gst/videoflip/gstvideoflip.c +++ b/gst/videoflip/gstvideoflip.c @@ -460,7 +460,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, GST_LICENSE, - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN ) diff --git a/gst/wavenc/gstwavenc.c b/gst/wavenc/gstwavenc.c index 5d11ff7..3ae5000 100644 --- a/gst/wavenc/gstwavenc.c +++ b/gst/wavenc/gstwavenc.c @@ -666,7 +666,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, GST_LICENSE, - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN ) diff --git a/gst/wavparse/gstwavparse.c b/gst/wavparse/gstwavparse.c index 23a09d4..4031684 100644 --- a/gst/wavparse/gstwavparse.c +++ b/gst/wavparse/gstwavparse.c @@ -1137,7 +1137,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, GST_LICENSE, - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN ) diff --git a/sys/oss/gstossaudio.c b/sys/oss/gstossaudio.c index 1530d2d..b796664 100644 --- a/sys/oss/gstossaudio.c +++ b/sys/oss/gstossaudio.c @@ -72,7 +72,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, GST_LICENSE, - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN ) diff --git a/sys/v4l2/gstv4l2.c b/sys/v4l2/gstv4l2.c index 0054d93..f91e10c 100644 --- a/sys/v4l2/gstv4l2.c +++ b/sys/v4l2/gstv4l2.c @@ -51,7 +51,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, GST_LICENSE, - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN ) -- 2.7.4