X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=tools%2Fcreate_templates.pl;h=dfdaa29d1b1f701e92f412787a7bd3fa6eba4c0c;hb=2e04480f21298262daa5c6d9b0d1b24c52f00756;hp=1d3ed5c8653d5ae8c4d4f3a2542b047516639781;hpb=b6dbd6caab62bc2c0d11ce5a45d511611eb9c2ef;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/tools/create_templates.pl b/tools/create_templates.pl index 1d3ed5c86..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-2009 InspIRCd Development Team -# See: http://wiki.inspircd.org/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;