From: w00t Date: Fri, 31 Oct 2008 00:11:48 +0000 (+0000) Subject: Fix a header that was partly in the older style. X-Git-Tag: v2.0.23~2359 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=37594e0ac465e34b3bc51a0a3ac5048faac5369a;p=user%2Fhenk%2Fcode%2Finspircd.git 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 --- 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@";