diff options
Diffstat (limited to 'make')
-rw-r--r-- | make/configure.pm | 2 | ||||
-rw-r--r-- | make/gnutlscert.pm | 12 | ||||
-rw-r--r-- | make/opensslcert.pm | 12 | ||||
-rwxr-xr-x | make/run-cc.pl | 12 | ||||
-rw-r--r-- | make/utilities.pm | 2 |
5 files changed, 38 insertions, 2 deletions
diff --git a/make/configure.pm b/make/configure.pm index 5444ca40c..b7f621a37 100644 --- a/make/configure.pm +++ b/make/configure.pm @@ -2,7 +2,7 @@ # | Inspire Internet Relay Chat Daemon | # +------------------------------------+ # -# InspIRCd: (C) 2002-2007 InspIRCd Development Team +# InspIRCd: (C) 2002-2009 InspIRCd Development Team # See: http://www.inspircd.org/wiki/index.php/Credits # # This program is free but copyrighted software; see diff --git a/make/gnutlscert.pm b/make/gnutlscert.pm index 1ab70420d..822c27268 100644 --- a/make/gnutlscert.pm +++ b/make/gnutlscert.pm @@ -1,3 +1,15 @@ +# +------------------------------------+ +# | Inspire Internet Relay Chat Daemon | +# +------------------------------------+ +# +# InspIRCd: (C) 2002-2009 InspIRCd Development Team +# See: http://www.inspircd.org/wiki/index.php/Credits +# +# This program is free but copyrighted software; see +# the file COPYING for details. +# +# --------------------------------------------------- + package make::gnutlscert; require 5.8.0; diff --git a/make/opensslcert.pm b/make/opensslcert.pm index 1cadd9f82..1de34eef6 100644 --- a/make/opensslcert.pm +++ b/make/opensslcert.pm @@ -1,3 +1,15 @@ +# +------------------------------------+ +# | Inspire Internet Relay Chat Daemon | +# +------------------------------------+ +# +# InspIRCd: (C) 2002-2009 InspIRCd Development Team +# See: http://www.inspircd.org/wiki/index.php/Credits +# +# This program is free but copyrighted software; see +# the file COPYING for details. +# +# --------------------------------------------------- + package make::opensslcert; require 5.8.0; diff --git a/make/run-cc.pl b/make/run-cc.pl index d637ba8c9..4c5bb18cb 100755 --- a/make/run-cc.pl +++ b/make/run-cc.pl @@ -1,5 +1,17 @@ #!/usr/bin/perl +# +------------------------------------+ +# | Inspire Internet Relay Chat Daemon | +# +------------------------------------+ +# +# InspIRCd: (C) 2002-2009 InspIRCd Development Team +# See: http://www.inspircd.org/wiki/index.php/Credits +# +# This program is free but copyrighted software; see +# the file COPYING for details. +# +# --------------------------------------------------- + ### THIS IS DESIGNED TO BE RUN BY MAKE! DO NOT RUN FROM THE SHELL (because it MIGHT sigterm the shell)! ### use strict; diff --git a/make/utilities.pm b/make/utilities.pm index 683294d00..cb61755fe 100644 --- a/make/utilities.pm +++ b/make/utilities.pm @@ -2,7 +2,7 @@ # | Inspire Internet Relay Chat Daemon | # +------------------------------------+ # -# InspIRCd: (C) 2002-2007 InspIRCd Development Team +# InspIRCd: (C) 2002-2009 InspIRCd Development Team # See: http://www.inspircd.org/wiki/index.php/Credits # # This program is free but copyrighted software; see |