X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=tools%2Fcreate_templates.pl;h=dfdaa29d1b1f701e92f412787a7bd3fa6eba4c0c;hb=ddba35710aa04e33bb061225764a7a9a1165beae;hp=e205cd0501003e78bb9eb4a1eae9ee5279a2e71a;hpb=d49e33b22c2cbb22bad71fb07ce8003dec8270cf;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/tools/create_templates.pl b/tools/create_templates.pl index e205cd050..dfdaa29d1 100755 --- a/tools/create_templates.pl +++ b/tools/create_templates.pl @@ -1,16 +1,23 @@ #!/usr/bin/perl -# +------------------------------------+ -# | Inspire Internet Relay Chat Daemon | -# +------------------------------------+ # -# InspIRCd: (C) 2002-2007 InspIRCd Development Team -# See: http://www.inspircd.org/wiki/index.php/Credits +# InspIRCd -- Internet Relay Chat Daemon # -# This program is free but copyrighted software; see -# the file COPYING for details. +# Copyright (C) 2007 Craig Edwards # -# --------------------------------------------------- +# This file is part of InspIRCd. InspIRCd 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, version 2. +# +# This program is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more +# details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# + use strict; use warnings;