diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-10-31 00:11:48 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-10-31 00:11:48 +0000 |
commit | 37594e0ac465e34b3bc51a0a3ac5048faac5369a (patch) | |
tree | e067c08a2eaee5145686fcaea3edb84dfb6a80f0 /.inspircd.inc | |
parent | dd9ba46a3c4daa650ae080a73a650521b1f5fcf4 (diff) |
Fix a header that was partly in the older style.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10756 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to '.inspircd.inc')
-rw-r--r-- | .inspircd.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.inspircd.inc b/.inspircd.inc index 810a3a70d..76e7248c1 100644 --- a/.inspircd.inc +++ b/.inspircd.inc @@ -3,14 +3,14 @@ # | Inspire Internet Relay Chat Daemon | # +------------------------------------+ # -# (C) 2002-2008 InspIRCd Development Team -# http://www.inspircd.org/wiki/index.php/Credits +# InspIRCd: (C) 2002-2008 InspIRCd Development Team +# See: http://www.inspircd.org/wiki/index.php/Credits # -# Written by Craig Edwards, Craig McLure, and others. # This program is free but copyrighted software; see -# the file COPYING for details. +# the file COPYING for details. # # --------------------------------------------------- +# use POSIX; my $basepath = "@BASE_DIR@"; |