mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 10:39:02 -04:00
Headers: update remaining scripts too
This commit is contained in:
parent
46a3904619
commit
5e8f135c6a
30
configure
vendored
30
configure
vendored
@ -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;
|
||||||
|
@ -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);
|
||||||
|
@ -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;
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
|
||||||
|
@ -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)! ###
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
@ -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@
|
||||||
|
@ -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}; }
|
||||||
|
@ -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;
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user