summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2003-12-04 10:37:38 +0000
committerAndy Wingo <wingo@pobox.com>2003-12-04 10:37:38 +0000
commite69ece9d7e8425425f20c76a643e3214fd1fac9a (patch)
treef08c937120dd384a9ea5af55f421e2f773884f1b /ext
parentaf1f5b95a241096c7535a679351a2b3a6d4378c1 (diff)
downloadgst-plugins-bad-e69ece9d7e8425425f20c76a643e3214fd1fac9a.tar.gz
gst-plugins-bad-e69ece9d7e8425425f20c76a643e3214fd1fac9a.tar.bz2
gst-plugins-bad-e69ece9d7e8425425f20c76a643e3214fd1fac9a.zip
remove copyright field from plugins
Original commit message from CVS: remove copyright field from plugins
Diffstat (limited to 'ext')
-rw-r--r--ext/arts/gst_arts.c1
-rw-r--r--ext/artsd/gstartsdsink.c1
-rw-r--r--ext/audiofile/gstaf.c1
-rw-r--r--ext/faac/gstfaac.c1
-rw-r--r--ext/faad/gstfaad.c1
-rw-r--r--ext/gsm/gstgsm.c1
-rw-r--r--ext/hermes/gstcolorspace.c1
-rw-r--r--ext/ivorbis/vorbis.c1
-rw-r--r--ext/jack/gstjack.c1
-rw-r--r--ext/ladspa/gstladspa.c15
-rw-r--r--ext/mas/massink.c1
-rw-r--r--ext/mplex/gstmplex.cc1
-rw-r--r--ext/sdl/sdlvideosink.c1
-rw-r--r--ext/shout/gstshout.c1
-rw-r--r--ext/smoothwave/gstsmoothwave.c1
-rw-r--r--ext/snapshot/gstsnapshot.c1
-rw-r--r--ext/sndfile/gstsf.c1
-rw-r--r--ext/swfdec/gstswfdec.c1
-rw-r--r--ext/tarkin/gsttarkin.c1
-rw-r--r--ext/xvid/gstxvid.c1
20 files changed, 10 insertions, 24 deletions
diff --git a/ext/arts/gst_arts.c b/ext/arts/gst_arts.c
index 15534cfe..f726e260 100644
--- a/ext/arts/gst_arts.c
+++ b/ext/arts/gst_arts.c
@@ -171,7 +171,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"LGPL",
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)
diff --git a/ext/artsd/gstartsdsink.c b/ext/artsd/gstartsdsink.c
index e02229ea..2c223df1 100644
--- a/ext/artsd/gstartsdsink.c
+++ b/ext/artsd/gstartsdsink.c
@@ -295,7 +295,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"LGPL",
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN)
diff --git a/ext/audiofile/gstaf.c b/ext/audiofile/gstaf.c
index 1d05ae3f..188caf42 100644
--- a/ext/audiofile/gstaf.c
+++ b/ext/audiofile/gstaf.c
@@ -48,6 +48,5 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"LGPL",
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN)
diff --git a/ext/faac/gstfaac.c b/ext/faac/gstfaac.c
index e5dddc17..be4c56cb 100644
--- a/ext/faac/gstfaac.c
+++ b/ext/faac/gstfaac.c
@@ -674,7 +674,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"LGPL",
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)
diff --git a/ext/faad/gstfaad.c b/ext/faad/gstfaad.c
index c14ba44e..56f38a4e 100644
--- a/ext/faad/gstfaad.c
+++ b/ext/faad/gstfaad.c
@@ -472,7 +472,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"GPL",
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)
diff --git a/ext/gsm/gstgsm.c b/ext/gsm/gstgsm.c
index c186ed1b..346cf219 100644
--- a/ext/gsm/gstgsm.c
+++ b/ext/gsm/gstgsm.c
@@ -43,6 +43,5 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"LGPL",
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN)
diff --git a/ext/hermes/gstcolorspace.c b/ext/hermes/gstcolorspace.c
index de1bd88f..837c24e4 100644
--- a/ext/hermes/gstcolorspace.c
+++ b/ext/hermes/gstcolorspace.c
@@ -679,7 +679,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"LGPL",
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN)
diff --git a/ext/ivorbis/vorbis.c b/ext/ivorbis/vorbis.c
index 4098e53f..b104ec66 100644
--- a/ext/ivorbis/vorbis.c
+++ b/ext/ivorbis/vorbis.c
@@ -48,6 +48,5 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"LGPL",
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN)
diff --git a/ext/jack/gstjack.c b/ext/jack/gstjack.c
index 3aff6d7c..85d57658 100644
--- a/ext/jack/gstjack.c
+++ b/ext/jack/gstjack.c
@@ -519,6 +519,5 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"GPL",
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN)
diff --git a/ext/ladspa/gstladspa.c b/ext/ladspa/gstladspa.c
index 6dc8763f..6ecb3ce1 100644
--- a/ext/ladspa/gstladspa.c
+++ b/ext/ladspa/gstladspa.c
@@ -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
@@ -30,6 +31,11 @@
#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
)
diff --git a/ext/mas/massink.c b/ext/mas/massink.c
index 3952dfe5..2b52a45a 100644
--- a/ext/mas/massink.c
+++ b/ext/mas/massink.c
@@ -355,7 +355,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"LGPL",
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
);
diff --git a/ext/mplex/gstmplex.cc b/ext/mplex/gstmplex.cc
index fb15e5fe..ecf0ac2e 100644
--- a/ext/mplex/gstmplex.cc
+++ b/ext/mplex/gstmplex.cc
@@ -607,7 +607,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"LGPL",
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN)
diff --git a/ext/sdl/sdlvideosink.c b/ext/sdl/sdlvideosink.c
index 9844914e..75d3134f 100644
--- a/ext/sdl/sdlvideosink.c
+++ b/ext/sdl/sdlvideosink.c
@@ -716,6 +716,5 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"LGPL",
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN)
diff --git a/ext/shout/gstshout.c b/ext/shout/gstshout.c
index cda20e7f..2af0bc99 100644
--- a/ext/shout/gstshout.c
+++ b/ext/shout/gstshout.c
@@ -473,7 +473,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"GPL",
- GST_COPYRIGHT,
"libshout",
"http://developer.icecast.org/libshout/"
)
diff --git a/ext/smoothwave/gstsmoothwave.c b/ext/smoothwave/gstsmoothwave.c
index a113bc53..57c267e5 100644
--- a/ext/smoothwave/gstsmoothwave.c
+++ b/ext/smoothwave/gstsmoothwave.c
@@ -310,6 +310,5 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"LGPL",
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN)
diff --git a/ext/snapshot/gstsnapshot.c b/ext/snapshot/gstsnapshot.c
index c6fa23dc..36d5e815 100644
--- a/ext/snapshot/gstsnapshot.c
+++ b/ext/snapshot/gstsnapshot.c
@@ -405,6 +405,5 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"LGPL",
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN)
diff --git a/ext/sndfile/gstsf.c b/ext/sndfile/gstsf.c
index af961a8c..34a8b60f 100644
--- a/ext/sndfile/gstsf.c
+++ b/ext/sndfile/gstsf.c
@@ -829,6 +829,5 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"LGPL",
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN)
diff --git a/ext/swfdec/gstswfdec.c b/ext/swfdec/gstswfdec.c
index e5eba857..9e97ad1e 100644
--- a/ext/swfdec/gstswfdec.c
+++ b/ext/swfdec/gstswfdec.c
@@ -652,7 +652,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
GST_LICENSE,
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)
diff --git a/ext/tarkin/gsttarkin.c b/ext/tarkin/gsttarkin.c
index e4619c66..c98873f3 100644
--- a/ext/tarkin/gsttarkin.c
+++ b/ext/tarkin/gsttarkin.c
@@ -44,6 +44,5 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"LGPL",
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN)
diff --git a/ext/xvid/gstxvid.c b/ext/xvid/gstxvid.c
index 44f40b85..4ed5733c 100644
--- a/ext/xvid/gstxvid.c
+++ b/ext/xvid/gstxvid.c
@@ -101,6 +101,5 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"GPL",
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN)