From 5e8f135c6ae5874d7c4367fba274dc2aa6541a00 Mon Sep 17 00:00:00 2001 From: Robby- Date: Fri, 20 Apr 2012 18:33:52 +0200 Subject: Headers: update remaining scripts too --- tools/create_templates.pl | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) (limited to 'tools/create_templates.pl') diff --git a/tools/create_templates.pl b/tools/create_templates.pl index 724df0671..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-2010 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; -- cgit v1.2.3