diff options
Diffstat (limited to 'make/utilities.pm')
-rw-r--r-- | make/utilities.pm | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/make/utilities.pm b/make/utilities.pm index 5b09b764e..647209f58 100644 --- a/make/utilities.pm +++ b/make/utilities.pm @@ -1,11 +1,15 @@ +# +------------------------------------+ +# | Inspire Internet Relay Chat Daemon | +# +------------------------------------+ # -# Copyright 2002-2007 The ChatSpike Development Team -# <brain@chatspike.net> -# <Craig@chatspike.net> +# InspIRCd: (C) 2002-2007 InspIRCd Development Team +# See: http://www.inspircd.org/wiki/index.php/Credits # -# Licensed under GPL, please see the COPYING file -# for more information +# This program is free but copyrighted software; see +# the file COPYING for details. # +# --------------------------------------------------- + package make::utilities; use Exporter 'import'; |