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 --- ext/pango/gsttextoverlay.c | 1 - ext/pango/gsttimeoverlay.c | 1 - 2 files changed, 2 deletions(-) (limited to 'ext/pango') diff --git a/ext/pango/gsttextoverlay.c b/ext/pango/gsttextoverlay.c index 06f43ef5..2605c6a3 100644 --- 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 0f97f6bc..9a3b292e 100644 --- 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 ) -- cgit