summaryrefslogtreecommitdiff
path: root/newplugin
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2007-08-12 11:13:43 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2007-08-12 11:13:43 +0200
commit8edb431b2c4268e71c041e9d864d221544d4fffd (patch)
treec3f8d87397618694d49c04c64b17f7afbfbbeb6d /newplugin
parent6f568625d715f10c98edd254dd6b050492140287 (diff)
downloadvdr-8edb431b2c4268e71c041e9d864d221544d4fffd.tar.gz
vdr-8edb431b2c4268e71c041e9d864d221544d4fffd.tar.bz2
Added the "...or (at your option) any later version" phrase to the license information of all plugins, and also the "newplugin" script
Diffstat (limited to 'newplugin')
-rwxr-xr-xnewplugin8
1 files changed, 6 insertions, 2 deletions
diff --git a/newplugin b/newplugin
index ff14982a..c35ae7e6 100755
--- a/newplugin
+++ b/newplugin
@@ -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:
};