Headers: update remaining scripts too

This commit is contained in:
Robby- 2012-04-20 18:33:52 +02:00
parent 46a3904619
commit 5e8f135c6a
12 changed files with 220 additions and 66 deletions

30
configure vendored
View File

@ -1,16 +1,30 @@
#!/usr/bin/env perl #!/usr/bin/env perl
###################################################
# InspIRCd Configuration Script
# #
# Copyright 2002-2010 The InspIRCd Development Team # InspIRCd -- Internet Relay Chat Daemon
# http://wiki.inspircd.org/Credits
# #
# Licensed under GPL, please see the COPYING file # Copyright (C) 2009-2010 Daniel De Graaf <danieldg@inspircd.org>
# for more information # Copyright (C) 2007, 2009 Dennis Friis <peavey@inspircd.org>
# Copyright (C) 2003, 2006-2008 Craig Edwards <craigedwards@brainbox.cc>
# Copyright (C) 2006-2008 Robin Burchell <robin+git@viroteck.net>
# Copyright (C) 2008 Thomas Stagner <aquanight@inspircd.org>
# Copyright (C) 2007 John Brooks <john.brooks@dereferenced.net>
# Copyright (C) 2006 Oliver Lupton <oliverlupton@gmail.com>
# Copyright (C) 2003-2006 Craig McLure <craig@chatspike.net>
# #
# $Id$ # This file is part of InspIRCd. InspIRCd is free software: you can
# redistribute it and/or modify it under the terms of the GNU General Public
# License as published by the Free Software Foundation, version 2.
# #
################################################### # This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
# details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
BEGIN { BEGIN {
require 5.8.0; require 5.8.0;

View File

@ -1,4 +1,24 @@
#!/usr/bin/env perl #!/usr/bin/env perl
#
# InspIRCd -- Internet Relay Chat Daemon
#
# Copyright (C) 2009-2010 Daniel De Graaf <danieldg@inspircd.org>
#
# This file is part of InspIRCd. InspIRCd is free software: you can
# redistribute it and/or modify it under the terms of the GNU General Public
# License as published by the Free Software Foundation, version 2.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
# details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
use strict; use strict;
use warnings; use warnings;
use POSIX qw(getcwd); use POSIX qw(getcwd);

View File

@ -1,14 +1,25 @@
# +------------------------------------+
# | Inspire Internet Relay Chat Daemon |
# +------------------------------------+
# #
# InspIRCd: (C) 2002-2010 InspIRCd Development Team # InspIRCd -- Internet Relay Chat Daemon
# See: http://wiki.inspircd.org/Credits
# #
# This program is free but copyrighted software; see # Copyright (C) 2012 Peter Powell <petpow@saberuk.com>
# the file COPYING for details. # Copyright (C) 2008 Robin Burchell <robin+git@viroteck.net>
# Copyright (C) 2007-2008 Craig Edwards <craigedwards@brainbox.cc>
# Copyright (C) 2008 Thomas Stagner <aquanight@inspircd.org>
# Copyright (C) 2007 Dennis Friis <peavey@inspircd.org>
# #
# --------------------------------------------------- # This file is part of InspIRCd. InspIRCd is free software: you can
# redistribute it and/or modify it under the terms of the GNU General Public
# License as published by the Free Software Foundation, version 2.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
# details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
package make::configure; package make::configure;

View File

@ -1,14 +1,22 @@
# +------------------------------------+
# | Inspire Internet Relay Chat Daemon |
# +------------------------------------+
# #
# InspIRCd: (C) 2002-2010 InspIRCd Development Team # InspIRCd -- Internet Relay Chat Daemon
# See: http://wiki.inspircd.org/Credits
# #
# This program is free but copyrighted software; see # Copyright (C) 2007 Dennis Friis <peavey@inspircd.org>
# the file COPYING for details. # Copyright (C) 2007 Craig Edwards <craigedwards@brainbox.cc>
# #
# --------------------------------------------------- # This file is part of InspIRCd. InspIRCd is free software: you can
# redistribute it and/or modify it under the terms of the GNU General Public
# License as published by the Free Software Foundation, version 2.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
# details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
package make::gnutlscert; package make::gnutlscert;

View File

@ -1,14 +1,22 @@
# +------------------------------------+
# | Inspire Internet Relay Chat Daemon |
# +------------------------------------+
# #
# InspIRCd: (C) 2002-2010 InspIRCd Development Team # InspIRCd -- Internet Relay Chat Daemon
# See: http://wiki.inspircd.org/Credits
# #
# This program is free but copyrighted software; see # Copyright (C) 2007 Dennis Friis <peavey@inspircd.org>
# the file COPYING for details. # Copyright (C) 2007 Craig Edwards <craigedwards@brainbox.cc>
# #
# --------------------------------------------------- # This file is part of InspIRCd. InspIRCd is free software: you can
# redistribute it and/or modify it under the terms of the GNU General Public
# License as published by the Free Software Foundation, version 2.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
# details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
package make::opensslcert; package make::opensslcert;

View File

@ -1,16 +1,24 @@
#!/usr/bin/env perl #!/usr/bin/env perl
# +------------------------------------+
# | Inspire Internet Relay Chat Daemon |
# +------------------------------------+
# #
# InspIRCd: (C) 2002-2010 InspIRCd Development Team # InspIRCd -- Internet Relay Chat Daemon
# See: http://wiki.inspircd.org/Credits
# #
# This program is free but copyrighted software; see # Copyright (C) 2008 Thomas Stagner <aquanight@inspircd.org>
# the file COPYING for details. # Copyright (C) 2008 Craig Edwards <craigedwards@brainbox.cc>
# #
# --------------------------------------------------- # This file is part of InspIRCd. InspIRCd is free software: you can
# redistribute it and/or modify it under the terms of the GNU General Public
# License as published by the Free Software Foundation, version 2.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
# details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
### THIS IS DESIGNED TO BE RUN BY MAKE! DO NOT RUN FROM THE SHELL (because it MIGHT sigterm the shell)! ### ### THIS IS DESIGNED TO BE RUN BY MAKE! DO NOT RUN FROM THE SHELL (because it MIGHT sigterm the shell)! ###

View File

@ -1,16 +1,24 @@
#!/usr/bin/env perl #!/usr/bin/env perl
# +------------------------------------+
# | Inspire Internet Relay Chat Daemon |
# +------------------------------------+
# #
# InspIRCd: (C) 2002-2010 InspIRCd Development Team # InspIRCd -- Internet Relay Chat Daemon
# See: http://wiki.inspircd.org/Credits
# #
# This program is free but copyrighted software; see # Copyright (C) 2009-2010 Daniel De Graaf <danieldg@inspircd.org>
# the file COPYING for details.
# #
# --------------------------------------------------- # This file is part of InspIRCd. InspIRCd is free software: you can
# redistribute it and/or modify it under the terms of the GNU General Public
# License as published by the Free Software Foundation, version 2.
# #
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
# details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
use strict; use strict;
use POSIX; use POSIX;
use Fcntl; use Fcntl;

View File

@ -1,8 +1,27 @@
#
# InspIRCd -- Internet Relay Chat Daemon
#
# Copyright (C) 2009-2010 Daniel De Graaf <danieldg@inspircd.org>
#
# This file is part of InspIRCd. InspIRCd is free software: you can
# redistribute it and/or modify it under the terms of the GNU General Public
# License as published by the Free Software Foundation, version 2.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
# details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
#
# InspIRCd Main Makefile # InspIRCd Main Makefile
# #
# (C) InspIRCd Development Team, 2002-2010
# This file is automagically generated by configure, from # This file is automagically generated by configure, from
# make/templates/main.mk. Any changes make to the generated # make/template/main.mk. Any changes made to the generated
# files will go away whenever it is regenerated! # files will go away whenever it is regenerated!
# #
# Please do not edit unless you know what you're doing. This # Please do not edit unless you know what you're doing. This
@ -10,6 +29,7 @@
# them by configure. # them by configure.
# #
CC = @CC@ CC = @CC@
SYSTEM = @SYSTEM@ SYSTEM = @SYSTEM@
BUILDPATH = @BUILD_DIR@ BUILDPATH = @BUILD_DIR@

View File

@ -1,4 +1,24 @@
#!/usr/bin/env perl #!/usr/bin/env perl
#
# InspIRCd -- Internet Relay Chat Daemon
#
# Copyright (C) 2009-2010 Daniel De Graaf <danieldg@inspircd.org>
#
# This file is part of InspIRCd. InspIRCd is free software: you can
# redistribute it and/or modify it under the terms of the GNU General Public
# License as published by the Free Software Foundation, version 2.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
# details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
use strict; use strict;
use warnings; use warnings;
BEGIN { push @INC, $ENV{SOURCEPATH}; } BEGIN { push @INC, $ENV{SOURCEPATH}; }

View File

@ -1,14 +1,24 @@
# +------------------------------------+
# | Inspire Internet Relay Chat Daemon |
# +------------------------------------+
# #
# InspIRCd: (C) 2002-2010 InspIRCd Development Team # InspIRCd -- Internet Relay Chat Daemon
# See: http://wiki.inspircd.org/Credits
# #
# This program is free but copyrighted software; see # Copyright (C) 2010 Daniel De Graaf <danieldg@inspircd.org>
# the file COPYING for details. # Copyright (C) 2007-2008 Craig Edwards <craigedwards@brainbox.cc>
# Copyright (C) 2008 Thomas Stagner <aquanight@inspircd.org>
# Copyright (C) 2007 Dennis Friis <peavey@inspircd.org>
# #
# --------------------------------------------------- # This file is part of InspIRCd. InspIRCd is free software: you can
# redistribute it and/or modify it under the terms of the GNU General Public
# License as published by the Free Software Foundation, version 2.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
# details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
package make::utilities; package make::utilities;

View File

@ -1,4 +1,24 @@
#!/usr/bin/env perl #!/usr/bin/env perl
#
# InspIRCd -- Internet Relay Chat Daemon
#
# Copyright (C) 2008-2009 Robin Burchell <robin+git@viroteck.net>
#
# This file is part of InspIRCd. InspIRCd is free software: you can
# redistribute it and/or modify it under the terms of the GNU General Public
# License as published by the Free Software Foundation, version 2.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
# details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
use strict; use strict;
use warnings FATAL => qw(all); use warnings FATAL => qw(all);
use LWP::Simple; use LWP::Simple;

View File

@ -1,16 +1,23 @@
#!/usr/bin/perl #!/usr/bin/perl
# +------------------------------------+
# | Inspire Internet Relay Chat Daemon |
# +------------------------------------+
# #
# InspIRCd: (C) 2002-2010 InspIRCd Development Team # InspIRCd -- Internet Relay Chat Daemon
# See: http://wiki.inspircd.org/Credits
# #
# This program is free but copyrighted software; see # Copyright (C) 2007 Craig Edwards <craigedwards@brainbox.cc>
# the file COPYING for details.
# #
# --------------------------------------------------- # This file is part of InspIRCd. InspIRCd is free software: you can
# redistribute it and/or modify it under the terms of the GNU General Public
# License as published by the Free Software Foundation, version 2.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
# details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
use strict; use strict;
use warnings; use warnings;