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 | e46d34995dbfd1481f962b620df4dfa4266f7977 (patch) | |
tree | 42250ce68fbbb5419cb4323e55a6817dde3fd88f /gst/debug | |
parent | 256a0bfc359c4d14cbf10ec265a7aa01a3d5a9bd (diff) |
remove copyright field from plugins
Original commit message from CVS:
remove copyright field from plugins
Diffstat (limited to 'gst/debug')
-rw-r--r-- | gst/debug/efence.c | 1 | ||||
-rw-r--r-- | gst/debug/gstnavigationtest.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/gst/debug/efence.c b/gst/debug/efence.c index 899571d4..2c4c9b92 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 97ada378..0dad689b 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 ) |