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/configure.pm | 2 +- make/gnutlscert.pm | 12 ++++++++++++ make/opensslcert.pm | 12 ++++++++++++ make/run-cc.pl | 12 ++++++++++++ make/utilities.pm | 2 +- 5 files changed, 38 insertions(+), 2 deletions(-) (limited to 'make') 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 -- cgit v1.2.3