diff options
author | Robin Burchell <viroteck@viroteck.net> | 2012-04-22 23:54:44 -0700 |
---|---|---|
committer | Robin Burchell <viroteck@viroteck.net> | 2012-04-22 23:54:44 -0700 |
commit | 553a8da754c8cd308bad2008018849714e70f9b7 (patch) | |
tree | 72d13820d7b9b5572849dba1fad9851d311b2d0e /make/utilities.pm | |
parent | 98131a0a1c9d8ccc1f0015552a26882b58a9cbf3 (diff) | |
parent | efbf887a067f8aea6d61507db7266df595543145 (diff) |
Merge pull request #92 from Robby-/insp20-headers
[2.0] Replace copyright headers with headers granting specific authors copyright
Diffstat (limited to 'make/utilities.pm')
-rw-r--r-- | make/utilities.pm | 26 |
1 files changed, 18 insertions, 8 deletions
diff --git a/make/utilities.pm b/make/utilities.pm index 9ee4364c2..9281246fb 100644 --- a/make/utilities.pm +++ b/make/utilities.pm @@ -1,14 +1,24 @@ -# +------------------------------------+ -# | 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) 2010 Daniel De Graaf <danieldg@inspircd.org> +# Copyright (C) 2007-2008 Craig Edwards <craigedwards@brainbox.cc> +# Copyright (C) 2008 Thomas Stagner <aquanight@inspircd.org> +# Copyright (C) 2007 Dennis Friis <peavey@inspircd.org> # -# --------------------------------------------------- +# 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 <http://www.gnu.org/licenses/>. +# + package make::utilities; |