From e46d34995dbfd1481f962b620df4dfa4266f7977 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Thu, 4 Dec 2003 10:37:38 +0000 Subject: remove copyright field from plugins Original commit message from CVS: remove copyright field from plugins --- gst/videofilter/gstvideobalance.c | 1 - gst/videofilter/gstvideofilter.c | 1 - gst/videofilter/gstvideoflip.c | 1 - gst/videofilter/gstvideotemplate.c | 1 - 4 files changed, 4 deletions(-) (limited to 'gst/videofilter') diff --git a/gst/videofilter/gstvideobalance.c b/gst/videofilter/gstvideobalance.c index 1e4fb51a..e4bb9003 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 81736117..3a0acc3d 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 1c64829c..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 71f9f164..67c72acb 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 ) -- cgit