From ca571fc1bfa87da2d6b4b8b2d01c90991e14e106 Mon Sep 17 00:00:00 2001 From: peavey Date: Sat, 24 Jan 2009 13:31:09 +0000 Subject: fix typo git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10995 e03df62e-2008-0410-955e-edbf42e46eb7 --- make/run-cc.pl | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'make/run-cc.pl') 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; -- cgit v1.2.3