diff options
author | peavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-07-17 18:45:23 +0000 |
---|---|---|
committer | peavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-07-17 18:45:23 +0000 |
commit | cf3d3a212c0cf48cf0b06c2a9e5e569ba400b0ec (patch) | |
tree | 6ba5d5da924f9125273a55d0da62dd3d3a84c562 /make/utilities.pm | |
parent | b6c238fce29fb6bd300290a5aed8cadfc58f0b47 (diff) |
more headers.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7468 e03df62e-2008-0410-955e-edbf42e46eb7
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'; |