summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>2007-07-17 18:27:36 +0000
committerpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>2007-07-17 18:27:36 +0000
commit6d461e285b5ee58599dbb034d30f08615056482e (patch)
tree5ae72f30e07c4e936ac5a2b221b025e33f0506ce /configure
parent6f59e7a0a0780da88bad9ba3c28ca32680cfec37 (diff)
Fix copyright headers.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7466 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure54
1 files changed, 34 insertions, 20 deletions
diff --git a/configure b/configure
index 101b89dfe..1104d4209 100755
--- a/configure
+++ b/configure
@@ -1196,13 +1196,16 @@ sub write_static_modules_makefile {
# Module Makefile Header
###
print FILEHANDLE <<EOF;
-# (C) ChatSpike development team
-# Makefile by <Craig\@ChatSpike.net>
-# Many Thanks to Andrew Church <achurch\@achurch.org>
-# for assisting with making this work right.
+###################################################
+# Copyright 2002-2007 The InspIRCd Development Team
+# http://www.inspircd.org/wiki/index.php/Credits
#
-# Automatically Generated by ./configure to add a modules
-# please run ./configure --update
+# Thanks to Andrew Church <achurch\@achurch.org>
+# for assisting with making this work right.
+#
+# Automatically Generated by ./configure to add a
+# modules please run ./configure --modupdate
+###################################################
all: \$(MODULES)
@@ -1298,13 +1301,16 @@ sub write_dynamic_modules_makefile {
# Module Makefile Header
###
print FILEHANDLE <<EOF;
-# (C) ChatSpike development team
-# Makefile by <Craig\@ChatSpike.net>
-# Many Thanks to Andrew Church <achurch\@achurch.org>
-# for assisting with making this work right.
+###################################################
+# Copyright 2002-2007 The InspIRCd Development Team
+# http://www.inspircd.org/wiki/index.php/Credits
+#
+# Thanks to Andrew Church <achurch\@achurch.org>
+# for assisting with making this work right.
#
-# Automatically Generated by ./configure to add a modules
-# please run ./configure -update or ./configure -modupdate
+# Automatically Generated by ./configure to add a
+# modules please run ./configure -modupdate
+###################################################
all: \$(MODULES)
@@ -1411,12 +1417,16 @@ sub write_static_makefile {
$srcobjs = $srcobjs . "cmd_$cmd.cpp ";
}
print FH <<EOM;
-# Insp Makefile :p
+###################################################
+# Copyright 2002-2007 The InspIRCd Development Team
+# http://www.inspircd.org/wiki/index.php/Credits
#
-# (C) ChatSpike development team
-# Makefile by <Craig\@ChatSpike.net>
-# Makefile version 2 (statically linked core) by <brain\@inspircd.org>
+# Thanks to Andrew Church <achurch\@achurch.org>
+# for assisting with making this work right.
#
+# This file is automagically generated by configure
+# Any changes made will be lost on ./configure
+###################################################
CC = im a cheezeball
@@ -1576,12 +1586,16 @@ sub write_dynamic_makefile {
open(FH,">src/Makefile") or die("Could not write src/Makefile");
print FH <<EOM;
-# Insp Makefile :p
+###################################################
+# Copyright 2002-2007 The InspIRCd Development Team
+# http://www.inspircd.org/wiki/index.php/Credits
#
-# (C) ChatSpike development team
-# Makefile by <Craig\@ChatSpike.net>
-# Makefile version 2 (dynamically linked core) by <brain\@inspircd.org>
+# Thanks to Andrew Church <achurch\@achurch.org>
+# for assisting with making this work right.
#
+# This file is automagically generated by configure
+# Any changes made will be lost on ./configure
+###################################################
CC = im a cheezeball