summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/caller.h3
-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
6 files changed, 39 insertions, 4 deletions
diff --git a/include/caller.h b/include/caller.h
index a7e0968f4..8cf73e1c3 100644
--- a/include/caller.h
+++ b/include/caller.h
@@ -32,7 +32,7 @@
*
* These functor templates work this way so that you can simply and easily allow
* for these class methods to be overridden from within a module, e.g. have a module
- * which completely replaces the code f r IsNick, etc. For example, with the example
+ * which completely replaces the code for IsNick, etc. For example, with the example
* above:
*
* MyNewFunction replaceme(ServerInstance);
@@ -280,4 +280,3 @@ template <typename ReturnType, typename Param1, typename Param2, typename Param3
class CoreExport NAME : public HandlerBase8<RETURN, V1, V2, V3, V4, V5, V6, V7, V8> { InspIRCd* Server; public: NAME(InspIRCd* Srv) : Server(Srv) { } virtual ~NAME() { } virtual RETURN Call(V1, V2, V3, V4, V5, V6, V7, V8); }
#endif
-
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