remove copyright field from plugins
authorAndy Wingo <wingo@pobox.com>
Thu, 4 Dec 2003 10:37:38 +0000 (10:37 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 2 Jan 2011 14:30:03 +0000 (14:30 +0000)
Original commit message from CVS:
remove copyright field from plugins

ext/jack/gstjack.c

index 3aff6d7..85d5765 100644 (file)
@@ -519,6 +519,5 @@ GST_PLUGIN_DEFINE (
   plugin_init,
   VERSION,
   "GPL",
-  GST_COPYRIGHT,
   GST_PACKAGE,
   GST_ORIGIN)