remove copyright field from plugins

Original commit message from CVS:
remove copyright field from plugins
This commit is contained in:
Andy Wingo 2003-12-04 10:37:38 +00:00
parent af1f5b95a2
commit e69ece9d7e
59 changed files with 10 additions and 65 deletions

View file

@ -1302,7 +1302,6 @@ dnl ############################
dnl set license and copyright notice
AC_DEFINE(GST_LICENSE, "LGPL", [GStreamer license])
AC_DEFINE(GST_COPYRIGHT, "(c) 1999-2003 The GStreamer Team", [copyright message in plugins])
dnl package name in plugins
AC_ARG_WITH(package-name,
AC_HELP_STRING([--with-package-name],[specify package name to use in plugins]),

View file

@ -171,7 +171,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"LGPL",
GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)

View file

@ -295,7 +295,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"LGPL",
GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN)

View file

@ -48,6 +48,5 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"LGPL",
GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN)

View file

@ -674,7 +674,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"LGPL",
GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)

View file

@ -472,7 +472,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"GPL",
GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)

View file

@ -43,6 +43,5 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"LGPL",
GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN)

View file

@ -679,7 +679,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"LGPL",
GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN)

View file

@ -48,6 +48,5 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"LGPL",
GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN)

View file

@ -519,6 +519,5 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"GPL",
GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN)

View file

@ -1,6 +1,7 @@
/* GStreamer
* Copyright (C) <1999> Erik Walthinsen <omega@cse.ogi.edu>
* <2001> Steve Baker <stevebaker_org@yahoo.co.uk>
* 2003 Andy Wingo <wingo at pobox.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
@ -30,6 +31,11 @@
#include <ladspa.h> /* main ladspa sdk include file */
#include "utils.h" /* ladspa sdk utility functions */
/* 1.0 and the 1.1 preliminary headers don't define a version, but 1.1 final
does */
#ifndef LADSPA_VERSION
#define LADSPA_VERSION "1.0"
#endif
/* takes ownership of the name */
static GstPadTemplate*
@ -1038,9 +1044,8 @@ GST_PLUGIN_DEFINE (
"ladspa",
"All LADSPA plugins",
plugin_init,
LADSPA_VERSION,
"LGPL",
"(c) 2003 The LADSPA team",
"LADSPA",
"http://www.ladspa.org/"
VERSION,
GST_LICENSE,
GST_PACKAGE,
GST_ORIGIN
)

View file

@ -355,7 +355,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"LGPL",
GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
);

View file

@ -607,7 +607,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"LGPL",
GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN)

View file

@ -716,6 +716,5 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"LGPL",
GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN)

View file

@ -473,7 +473,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"GPL",
GST_COPYRIGHT,
"libshout",
"http://developer.icecast.org/libshout/"
)

View file

@ -310,6 +310,5 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"LGPL",
GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN)

View file

@ -405,6 +405,5 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"LGPL",
GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN)

View file

@ -829,6 +829,5 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"LGPL",
GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN)

View file

@ -652,7 +652,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
GST_LICENSE,
GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)

View file

@ -44,6 +44,5 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"LGPL",
GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN)

View file

@ -101,6 +101,5 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"GPL",
GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN)

View file

@ -192,7 +192,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
GST_LICENSE,
GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
);

View file

@ -141,7 +141,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
GST_LICENSE,
GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)

View file

@ -886,7 +886,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
GST_LICENSE,
GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
);

View file

@ -37,7 +37,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
GST_LICENSE,
GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)

View file

@ -114,7 +114,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
GST_LICENSE,
GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)

View file

@ -650,7 +650,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
GST_LICENSE,
GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)

View file

@ -330,7 +330,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"LGPL",
GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN)

View file

@ -449,6 +449,5 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"LGPL",
GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN)

View file

@ -386,7 +386,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"LGPL",
GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
);

View file

@ -460,7 +460,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"LGPL",
GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
);

View file

@ -100,7 +100,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"LGPL",
GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
);

View file

@ -673,7 +673,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
GST_LICENSE,
GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)

View file

@ -524,7 +524,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
GST_LICENSE,
GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)

View file

@ -840,8 +840,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"LGPL",
"(c) 2001 Kenton Varda <temporal@gauge3d.org>\n"
"(c) 2001 Olivier Lapicque <olivierl@jps.net>",
GST_PACKAGE,
GST_ORIGIN
)

View file

@ -575,7 +575,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"GPL",
GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)

View file

@ -510,7 +510,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
GST_LICENSE,
GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)

View file

@ -439,8 +439,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"LGPL",
"(c) 2001 Samuel Hocevar <sam@via.ecp.fr>\n"
"(c) 2001 Michel Lespinasse <walken@via.ecp.fr>",
GST_PACKAGE,
GST_ORIGIN
)

View file

@ -600,7 +600,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"LGPL",
GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)

View file

@ -396,7 +396,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"LGPL",
GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)

View file

@ -330,7 +330,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"LGPL",
GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)

View file

@ -577,7 +577,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"LGPL",
GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)

View file

@ -238,7 +238,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"LGPL",
GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)

View file

@ -44,7 +44,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"GPL",
"(c) 2000 Justin Schoeman <justin@suntiger.ee.up.ac.za>",
GST_PACKAGE,
GST_ORIGIN
)

View file

@ -351,7 +351,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"LGPL",
GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)

View file

@ -310,6 +310,5 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"LGPL",
GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN)

View file

@ -487,7 +487,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"LGPL",
GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)

View file

@ -212,7 +212,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
GST_LICENSE,
GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)

View file

@ -325,7 +325,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
GST_LICENSE,
GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)

View file

@ -233,7 +233,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
GST_LICENSE,
GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)

View file

@ -379,7 +379,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"GPL",
GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)

View file

@ -446,7 +446,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
GST_LICENSE,
GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)

View file

@ -252,7 +252,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
GST_LICENSE,
GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)

View file

@ -303,7 +303,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
GST_LICENSE,
GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)

View file

@ -367,7 +367,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
GST_LICENSE, /* ? */
GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
);

View file

@ -782,7 +782,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
GST_LICENSE,
GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
);

View file

@ -443,7 +443,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
GST_LICENSE,
GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)

View file

@ -51,7 +51,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
GST_LICENSE,
GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)

View file

@ -410,7 +410,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
GST_LICENSE,
GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)