diff options
author | Andy Wingo <wingo@pobox.com> | 2003-12-04 10:37:38 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2003-12-04 10:37:38 +0000 |
commit | e69ece9d7e8425425f20c76a643e3214fd1fac9a (patch) | |
tree | f08c937120dd384a9ea5af55f421e2f773884f1b /gst-libs/gst | |
parent | af1f5b95a241096c7535a679351a2b3a6d4378c1 (diff) | |
download | gst-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 'gst-libs/gst')
-rw-r--r-- | gst-libs/gst/audio/audio.c | 1 | ||||
-rw-r--r-- | gst-libs/gst/idct/idct.c | 1 | ||||
-rw-r--r-- | gst-libs/gst/resample/resample.c | 1 | ||||
-rw-r--r-- | gst-libs/gst/riff/riff.c | 1 | ||||
-rw-r--r-- | gst-libs/gst/video/video.c | 1 | ||||
-rw-r--r-- | gst-libs/gst/xwindowlistener/xwindowlistener.c | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/gst-libs/gst/audio/audio.c b/gst-libs/gst/audio/audio.c index 3a723b89..f5ddaf8b 100644 --- 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 4e62a471..59c6a844 100644 --- 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 52a80e61..575922dc 100644 --- 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 bb29150c..53a922a6 100644 --- 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/video.c b/gst-libs/gst/video/video.c index 0d4a2ea6..706acc3b 100644 --- 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 dda220c0..a2b76994 100644 --- 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 ) |