diff options
Diffstat (limited to 'make/run-cc.pl')
-rwxr-xr-x | make/run-cc.pl | 12 |
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; |