diff options
Diffstat (limited to 'newplugin')
-rwxr-xr-x | newplugin | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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: }; |