diff options
author | peavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-07-17 18:27:36 +0000 |
---|---|---|
committer | peavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-07-17 18:27:36 +0000 |
commit | 6d461e285b5ee58599dbb034d30f08615056482e (patch) | |
tree | 5ae72f30e07c4e936ac5a2b221b025e33f0506ce | |
parent | 6f59e7a0a0780da88bad9ba3c28ca32680cfec37 (diff) |
Fix copyright headers.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7466 e03df62e-2008-0410-955e-edbf42e46eb7
-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 |