summaryrefslogtreecommitdiff
path: root/make/run-cc.pl
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/run-cc.pl
parentb06d9c4ad43875f3f6dae178b32b6c1c91e6eb2f (diff)
fix typo
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10995 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'make/run-cc.pl')
-rwxr-xr-xmake/run-cc.pl12
1 files changed, 12 insertions, 0 deletions
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;