diff options
-rwxr-xr-x | configure | 54 |
1 files changed, 34 insertions, 20 deletions
@@ -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 |