mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-30 13:41:48 +00:00
Remove copyright from GST_PLUGIN_DEFINE
Original commit message from CVS: Remove copyright from GST_PLUGIN_DEFINE
This commit is contained in:
parent
6045404cdc
commit
ef074394e6
3 changed files with 0 additions and 3 deletions
|
@ -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/"
|
||||||
)
|
)
|
||||||
|
|
|
@ -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/"
|
||||||
)
|
)
|
||||||
|
|
|
@ -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
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue