projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27bca5b
)
remove copyright field from plugins
author
Andy Wingo
<wingo@pobox.com>
Thu, 4 Dec 2003 10:37:39 +0000
(10:37 +0000)
committer
Andy Wingo
<wingo@pobox.com>
Thu, 4 Dec 2003 10:37:39 +0000
(10:37 +0000)
Original commit message from CVS:
remove copyright field from plugins
29 files changed:
configure.ac
patch
|
blob
|
history
ext/alsa/gstalsaplugin.c
patch
|
blob
|
history
ext/cdparanoia/gstcdparanoia.c
patch
|
blob
|
history
ext/gnomevfs/gstgnomevfs.c
patch
|
blob
|
history
ext/ogg/gstoggdemux.c
patch
|
blob
|
history
ext/pango/gsttextoverlay.c
patch
|
blob
|
history
ext/pango/gsttimeoverlay.c
patch
|
blob
|
history
ext/vorbis/vorbis.c
patch
|
blob
|
history
gst-libs/gst/audio/audio.c
patch
|
blob
|
history
gst-libs/gst/idct/idct.c
patch
|
blob
|
history
gst-libs/gst/resample/resample.c
patch
|
blob
|
history
gst-libs/gst/riff/riff.c
patch
|
blob
|
history
gst-libs/gst/video/gstvideofilter.c
patch
|
blob
|
history
gst-libs/gst/video/video.c
patch
|
blob
|
history
gst-libs/gst/xwindowlistener/xwindowlistener.c
patch
|
blob
|
history
gst/adder/gstadder.c
patch
|
blob
|
history
gst/audioconvert/gstaudioconvert.c
patch
|
blob
|
history
gst/audioscale/gstaudioscale.c
patch
|
blob
|
history
gst/sine/gstsinesrc.c
patch
|
blob
|
history
gst/tags/gsttagediting.c
patch
|
blob
|
history
gst/tcp/gsttcp.c
patch
|
blob
|
history
gst/tcp/gsttcpplugin.c
patch
|
blob
|
history
gst/typefind/gsttypefindfunctions.c
patch
|
blob
|
history
gst/videoscale/gstvideoscale.c
patch
|
blob
|
history
gst/videotestsrc/gstvideotestsrc.c
patch
|
blob
|
history
gst/volume/gstvolume.c
patch
|
blob
|
history
sys/v4l/gstv4l.c
patch
|
blob
|
history
sys/ximage/ximagesink.c
patch
|
blob
|
history
sys/xvimage/xvimagesink.c
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
f3704eb
..
db914fd
100644
(file)
--- 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/alsa/gstalsaplugin.c
b/ext/alsa/gstalsaplugin.c
index
657bf36
..
e2429df
100644
(file)
--- a/
ext/alsa/gstalsaplugin.c
+++ b/
ext/alsa/gstalsaplugin.c
@@
-50,7
+50,6
@@
GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"LGPL",
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)
diff --git
a/ext/cdparanoia/gstcdparanoia.c
b/ext/cdparanoia/gstcdparanoia.c
index
b9451da
..
2ee84df
100644
(file)
--- a/
ext/cdparanoia/gstcdparanoia.c
+++ b/
ext/cdparanoia/gstcdparanoia.c
@@
-1122,6
+1122,5
@@
GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"GPL",
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN)
diff --git
a/ext/gnomevfs/gstgnomevfs.c
b/ext/gnomevfs/gstgnomevfs.c
index
0351e70
..
6084a1a
100644
(file)
--- a/
ext/gnomevfs/gstgnomevfs.c
+++ b/
ext/gnomevfs/gstgnomevfs.c
@@
-47,7
+47,6
@@
GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
GST_LICENSE,
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)
diff --git
a/ext/ogg/gstoggdemux.c
b/ext/ogg/gstoggdemux.c
index
067d4de
..
e0c6612
100644
(file)
--- a/
ext/ogg/gstoggdemux.c
+++ b/
ext/ogg/gstoggdemux.c
@@
-581,7
+581,6
@@
GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
GST_LICENSE,
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)
diff --git
a/ext/pango/gsttextoverlay.c
b/ext/pango/gsttextoverlay.c
index
06f43ef
..
2605c6a
100644
(file)
--- 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
(file)
--- 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/vorbis/vorbis.c
b/ext/vorbis/vorbis.c
index
493c03e
..
0d183c2
100644
(file)
--- a/
ext/vorbis/vorbis.c
+++ b/
ext/vorbis/vorbis.c
@@
-49,6
+49,5
@@
GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"LGPL",
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN)
diff --git
a/gst-libs/gst/audio/audio.c
b/gst-libs/gst/audio/audio.c
index
3a723b8
..
f5ddaf8
100644
(file)
--- a/
gst-libs/gst/audio/audio.c
+++ b/
gst-libs/gst/audio/audio.c
@@
-192,7
+192,6
@@
GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
GST_LICENSE,
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
);
diff --git
a/gst-libs/gst/idct/idct.c
b/gst-libs/gst/idct/idct.c
index
4e62a47
..
59c6a84
100644
(file)
--- a/
gst-libs/gst/idct/idct.c
+++ b/
gst-libs/gst/idct/idct.c
@@
-141,7
+141,6
@@
GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
GST_LICENSE,
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)
diff --git
a/gst-libs/gst/resample/resample.c
b/gst-libs/gst/resample/resample.c
index
52a80e6
..
575922d
100644
(file)
--- a/
gst-libs/gst/resample/resample.c
+++ b/
gst-libs/gst/resample/resample.c
@@
-886,7
+886,6
@@
GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
GST_LICENSE,
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
);
diff --git
a/gst-libs/gst/riff/riff.c
b/gst-libs/gst/riff/riff.c
index
bb29150
..
53a922a
100644
(file)
--- a/
gst-libs/gst/riff/riff.c
+++ b/
gst-libs/gst/riff/riff.c
@@
-37,7
+37,6
@@
GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
GST_LICENSE,
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)
diff --git
a/gst-libs/gst/video/gstvideofilter.c
b/gst-libs/gst/video/gstvideofilter.c
index
8173611
..
3a0acc3
100644
(file)
--- a/
gst-libs/gst/video/gstvideofilter.c
+++ b/
gst-libs/gst/video/gstvideofilter.c
@@
-560,7
+560,6
@@
GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"LGPL",
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)
diff --git
a/gst-libs/gst/video/video.c
b/gst-libs/gst/video/video.c
index
0d4a2ea
..
706acc3
100644
(file)
--- a/
gst-libs/gst/video/video.c
+++ b/
gst-libs/gst/video/video.c
@@
-114,7
+114,6
@@
GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
GST_LICENSE,
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)
diff --git
a/gst-libs/gst/xwindowlistener/xwindowlistener.c
b/gst-libs/gst/xwindowlistener/xwindowlistener.c
index
dda220c
..
a2b7699
100644
(file)
--- a/
gst-libs/gst/xwindowlistener/xwindowlistener.c
+++ b/
gst-libs/gst/xwindowlistener/xwindowlistener.c
@@
-650,7
+650,6
@@
GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
GST_LICENSE,
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)
diff --git
a/gst/adder/gstadder.c
b/gst/adder/gstadder.c
index
1d6d1e2
..
e08c36e
100644
(file)
--- a/
gst/adder/gstadder.c
+++ b/
gst/adder/gstadder.c
@@
-622,7
+622,6
@@
GST_PLUGIN_DEFINE(
plugin_init,
VERSION,
"LGPL",
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)
diff --git
a/gst/audioconvert/gstaudioconvert.c
b/gst/audioconvert/gstaudioconvert.c
index
8901ff7
..
dc9a91f
100644
(file)
--- a/
gst/audioconvert/gstaudioconvert.c
+++ b/
gst/audioconvert/gstaudioconvert.c
@@
-759,6
+759,5
@@
GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"LGPL",
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN)
diff --git
a/gst/audioscale/gstaudioscale.c
b/gst/audioscale/gstaudioscale.c
index
a4e1acd
..
d3d7483
100644
(file)
--- a/
gst/audioscale/gstaudioscale.c
+++ b/
gst/audioscale/gstaudioscale.c
@@
-431,7
+431,6
@@
GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"LGPL",
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)
diff --git
a/gst/sine/gstsinesrc.c
b/gst/sine/gstsinesrc.c
index
a11d24f
..
bf293a3
100644
(file)
--- a/
gst/sine/gstsinesrc.c
+++ b/
gst/sine/gstsinesrc.c
@@
-469,7
+469,6
@@
GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"LGPL",
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)
diff --git
a/gst/tags/gsttagediting.c
b/gst/tags/gsttagediting.c
index
4f1b589
..
2511fcb
100644
(file)
--- a/
gst/tags/gsttagediting.c
+++ b/
gst/tags/gsttagediting.c
@@
-45,7
+45,6
@@
GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
GST_LICENSE,
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)
diff --git
a/gst/tcp/gsttcp.c
b/gst/tcp/gsttcp.c
index
b22976a
..
c7f487a
100644
(file)
--- a/
gst/tcp/gsttcp.c
+++ b/
gst/tcp/gsttcp.c
@@
-44,7
+44,6
@@
GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
GST_LICENSE,
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)
diff --git
a/gst/tcp/gsttcpplugin.c
b/gst/tcp/gsttcpplugin.c
index
b22976a
..
c7f487a
100644
(file)
--- a/
gst/tcp/gsttcpplugin.c
+++ b/
gst/tcp/gsttcpplugin.c
@@
-44,7
+44,6
@@
GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
GST_LICENSE,
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)
diff --git
a/gst/typefind/gsttypefindfunctions.c
b/gst/typefind/gsttypefindfunctions.c
index
d6a776d
..
845450a
100644
(file)
--- a/
gst/typefind/gsttypefindfunctions.c
+++ b/
gst/typefind/gsttypefindfunctions.c
@@
-1109,7
+1109,6
@@
GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
GST_LICENSE,
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)
diff --git
a/gst/videoscale/gstvideoscale.c
b/gst/videoscale/gstvideoscale.c
index
07ac1e7
..
33d8e41
100644
(file)
--- a/
gst/videoscale/gstvideoscale.c
+++ b/
gst/videoscale/gstvideoscale.c
@@
-514,7
+514,6
@@
GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
GST_LICENSE,
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)
diff --git
a/gst/videotestsrc/gstvideotestsrc.c
b/gst/videotestsrc/gstvideotestsrc.c
index
c9f6535
..
341486f
100644
(file)
--- a/
gst/videotestsrc/gstvideotestsrc.c
+++ b/
gst/videotestsrc/gstvideotestsrc.c
@@
-590,7
+590,6
@@
GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
GST_LICENSE,
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)
diff --git
a/gst/volume/gstvolume.c
b/gst/volume/gstvolume.c
index
af71a25
..
5ff51ba
100644
(file)
--- a/
gst/volume/gstvolume.c
+++ b/
gst/volume/gstvolume.c
@@
-437,7
+437,6
@@
GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
GST_LICENSE,
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)
diff --git
a/sys/v4l/gstv4l.c
b/sys/v4l/gstv4l.c
index
3f8d2bc
..
d26d5b7
100644
(file)
--- a/
sys/v4l/gstv4l.c
+++ b/
sys/v4l/gstv4l.c
@@
-57,7
+57,6
@@
GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
GST_LICENSE,
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)
diff --git
a/sys/ximage/ximagesink.c
b/sys/ximage/ximagesink.c
index
2f61fac
..
a88b9c0
100644
(file)
--- a/
sys/ximage/ximagesink.c
+++ b/
sys/ximage/ximagesink.c
@@
-1092,6
+1092,5
@@
GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
GST_LICENSE,
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN)
diff --git
a/sys/xvimage/xvimagesink.c
b/sys/xvimage/xvimagesink.c
index
0c844fb
..
71caf88
100644
(file)
--- a/
sys/xvimage/xvimagesink.c
+++ b/
sys/xvimage/xvimagesink.c
@@
-1236,6
+1236,5
@@
GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
GST_LICENSE,
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN)