diff options
Diffstat (limited to 'make')
-rw-r--r-- | make/configure.pm | 9 | ||||
-rw-r--r-- | make/utilities.pm | 9 |
2 files changed, 18 insertions, 0 deletions
diff --git a/make/configure.pm b/make/configure.pm index a08249223..d151629f8 100644 --- a/make/configure.pm +++ b/make/configure.pm @@ -1,3 +1,12 @@ +# +# Copyright 2002-2007 The ChatSpike Development Team +# <brain@chatspike.net> +# <Craig@chatspike.net> +# +# Licensed under GPL, please see the COPYING file +# for more information +# + package make::configure; use Exporter 'import'; use POSIX; diff --git a/make/utilities.pm b/make/utilities.pm index da5ff3abb..c00a541b3 100644 --- a/make/utilities.pm +++ b/make/utilities.pm @@ -1,3 +1,12 @@ +# +# Copyright 2002-2007 The ChatSpike Development Team +# <brain@chatspike.net> +# <Craig@chatspike.net> +# +# Licensed under GPL, please see the COPYING file +# for more information +# + package make::utilities; use Exporter 'import'; use POSIX; |