Added the "...or (at your option) any later version" phrase to the license information of all plugins, and also the "newplugin" script

This commit is contained in:
Klaus Schmidinger
2007-08-12 11:13:43 +02:00
parent 6f568625d7
commit 8edb431b2c
10 changed files with 46 additions and 9 deletions

View File

@@ -12,7 +12,7 @@
# See the main source file 'vdr.c' for copyright information and
# how to reach the author.
#
# $Id: newplugin 1.33 2007/08/10 15:54:46 kls Exp $
# $Id: newplugin 1.34 2007/08/12 11:04:39 kls Exp $
$PLUGIN_NAME = $ARGV[0] || die "Usage: newplugin <name>\n";
@@ -35,7 +35,11 @@ Project's homepage: URL
Latest version available at: URL
See the file COPYING for license information.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
See the file COPYING for more information.
Description:
};