diff options
-rw-r--r-- | make/configure.pm | 13 | ||||
-rw-r--r-- | make/utilities.pm | 14 |
2 files changed, 17 insertions, 10 deletions
diff --git a/make/configure.pm b/make/configure.pm index b384ac109..1c475aedf 100644 --- a/make/configure.pm +++ b/make/configure.pm @@ -1,11 +1,14 @@ +# +------------------------------------+ +# | 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::configure; use Exporter 'import'; 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'; |