summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>2009-01-24 13:31:09 +0000
committerpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>2009-01-24 13:31:09 +0000
commitca571fc1bfa87da2d6b4b8b2d01c90991e14e106 (patch)
treeae45067322a632d36c66e28f5b92c691741c420a /make
parentb06d9c4ad43875f3f6dae178b32b6c1c91e6eb2f (diff)
fix typo
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10995 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'make')
-rw-r--r--make/configure.pm2
-rw-r--r--make/gnutlscert.pm12
-rw-r--r--make/opensslcert.pm12
-rwxr-xr-xmake/run-cc.pl12
-rw-r--r--make/utilities.pm2
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