Remove copyright from GST_PLUGIN_DEFINE

Original commit message from CVS:
Remove copyright from GST_PLUGIN_DEFINE
This commit is contained in:
Ronald S. Bultje 2003-12-07 12:09:24 +00:00
parent 6045404cdc
commit ef074394e6
3 changed files with 0 additions and 3 deletions

View file

@ -479,7 +479,6 @@ GST_PLUGIN_DEFINE (
plugin_init, plugin_init,
"5.03", "5.03",
GST_LICENSE_UNKNOWN, GST_LICENSE_UNKNOWN,
"(c) 2002 DivX Networks",
"divx4linux", "divx4linux",
"http://www.divx.com/" "http://www.divx.com/"
) )

View file

@ -582,7 +582,6 @@ GST_PLUGIN_DEFINE (
plugin_init, plugin_init,
"5.03", "5.03",
GST_LICENSE_UNKNOWN, GST_LICENSE_UNKNOWN,
"(c) 2002 DivX Networks",
"divx4linux", "divx4linux",
"http://www.divx.com/" "http://www.divx.com/"
) )

View file

@ -48,7 +48,6 @@ GST_PLUGIN_DEFINE (
plugin_init, plugin_init,
VERSION, VERSION,
"GPL", "GPL",
"(c) 2003 Martin Soto <martinsoto@users.sourceforge.net>",
GST_PACKAGE, GST_PACKAGE,
GST_ORIGIN GST_ORIGIN
) )