Skip to content

Commit

Permalink
Merge pull request #93 from Robby-/insp12-headers
Browse files Browse the repository at this point in the history
[1.2] Replace copyright headers with headers granting specific authors copyright
  • Loading branch information
rburchell committed Apr 23, 2012
2 parents 3420249 + 271405f commit 2789f9f
Show file tree
Hide file tree
Showing 477 changed files with 7,492 additions and 3,755 deletions.
27 changes: 25 additions & 2 deletions .Makefile.inc
@@ -1,11 +1,34 @@
#
# InspIRCd -- Internet Relay Chat Daemon
#
# Copyright (C) 2009 Daniel De Graaf <danieldg@inspircd.org>
# Copyright (C) 2006-2007 Craig Edwards <craigedwards@brainbox.cc>
# Copyright (C) 2007 Robin Burchell <robin+git@viroteck.net>
# Copyright (C) 2004-2005 Craig McLure <craig@chatspike.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/>.
#


#
# InspIRCd Main Makefile
#
# (C) InspIRCd Development Team, 2002-2009
# This file is automagically generated by configure, from
# .Makefile.inc. Any changes make will go away!
# .Makefile.inc. Any changes made will go away!
# Please do not edit unless you know what you're doing.
#


@GNU_ONLY COMPILE_ROOT = $(shell pwd)
@BSD_ONLY COMPILE_ROOT != pwd

Expand Down
31 changes: 23 additions & 8 deletions .inspircd.inc
@@ -1,16 +1,31 @@
#!/usr/bin/perl
# +------------------------------------+
# | Inspire Internet Relay Chat Daemon |
# +------------------------------------+

#
# InspIRCd -- Internet Relay Chat Daemon
#
# Copyright (C) 2008-2009 Robin Burchell <robin+git@viroteck.net>
# Copyright (C) 2009 Daniel De Graaf <danieldg@inspircd.org>
# Copyright (C) 2008 Thomas Stagner <aquanight@inspircd.org>
# Copyright (C) 2008 Uli Schlachter <psychon@znc.in>
# Copyright (C) 2008 Craig Edwards <craigedwards@brainbox.cc>
# Copyright (C) 2007 Dennis Friis <peavey@inspircd.org>
# Copyright (C) 2006 Oliver Lupton <oliverlupton@gmail.com>
# Copyright (C) 2005 Craig McLure <craig@chatspike.net>
#
# InspIRCd: (C) 2002-2009 InspIRCd Development Team
# See: http://wiki.inspircd.org/Credits
# 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 free but copyrighted software; see
# the file COPYING for details.
# 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 POSIX;
use Fcntl;
Expand Down
66 changes: 52 additions & 14 deletions configure
@@ -1,16 +1,30 @@
#!/usr/bin/perl
###################################################
# InspIRCd Configuration Script

#
# InspIRCd -- Internet Relay Chat Daemon
#
# Copyright 2002-2009 The InspIRCd Development Team
# http://wiki.inspircd.org/Credits
# Copyright (C) 2009 Daniel De Graaf <danieldg@inspircd.org>
# 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>
#
# Licensed under GPL, please see the COPYING file
# for more information
# 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.
#
# $Id$
# 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 {
require 5.8.0;
Expand Down Expand Up @@ -1359,16 +1373,40 @@ sub write_dynamic_modules_makefile {
# Module Makefile Header
###
print FILEHANDLE <<EOF;
###################################################
# Copyright 2002-2009 The InspIRCd Development Team
# http://wiki.inspircd.org/Credits
#
# InspIRCd -- Internet Relay Chat Daemon
#
# Copyright (C) 2009 Daniel De Graaf <danieldg\@inspircd.org>
# 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>
#
# 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/>.
#
#
# Thanks to Andrew Church <achurch\@achurch.org>
# for assisting with making this work right.
#
# Automatically Generated by ./configure to add a
# modules please run ./configure -modupdate
###################################################
# Automatically generated by ./configure
# To add modules please run ./configure -modupdate
#
all: \$(MODULES)
Expand Down
23 changes: 15 additions & 8 deletions include/bancache.h
@@ -1,16 +1,23 @@
/* +------------------------------------+
* | Inspire Internet Relay Chat Daemon |
* +------------------------------------+
/*
* InspIRCd -- Internet Relay Chat Daemon
*
* InspIRCd: (C) 2002-2009 InspIRCd Development Team
* See: http://wiki.inspircd.org/Credits
* Copyright (C) 2008 Craig Edwards <craigedwards@brainbox.cc>
* Copyright (C) 2007 Robin Burchell <robin+git@viroteck.net>
*
* This program is free but copyrighted software; see
* 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/>.
*/


#ifndef __BANCACHE_H
#define __BANCACHE_H

Expand Down
24 changes: 16 additions & 8 deletions include/base.h
@@ -1,16 +1,24 @@
/* +------------------------------------+
* | Inspire Internet Relay Chat Daemon |
* +------------------------------------+
/*
* InspIRCd -- Internet Relay Chat Daemon
*
* InspIRCd: (C) 2002-2009 InspIRCd Development Team
* See: http://wiki.inspircd.org/Credits
* Copyright (C) 2006-2007 Oliver Lupton <oliverlupton@gmail.com>
* Copyright (C) 2007 Dennis Friis <peavey@inspircd.org>
* Copyright (C) 2003-2005, 2007 Craig Edwards <craigedwards@brainbox.cc>
*
* This program is free but copyrighted software; see
* 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/>.
*/


#ifndef __BASE_H__
#define __BASE_H__

Expand Down
22 changes: 14 additions & 8 deletions include/caller.h
@@ -1,16 +1,22 @@
/* +------------------------------------+
* | Inspire Internet Relay Chat Daemon |
* +------------------------------------+
/*
* InspIRCd -- Internet Relay Chat Daemon
*
* InspIRCd: (C) 2002-2009 InspIRCd Development Team
* See: http://wiki.inspircd.org/Credits
* Copyright (C) 2007 Craig Edwards <craigedwards@brainbox.cc>
*
* This program is free but copyrighted software; see
* 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/>.
*/


#ifndef __CALLER__H__
#define __CALLER__H__

Expand Down
22 changes: 14 additions & 8 deletions include/channelmanager.h
@@ -1,16 +1,22 @@
/* +------------------------------------+
* | Inspire Internet Relay Chat Daemon |
* +------------------------------------+
/*
* InspIRCd -- Internet Relay Chat Daemon
*
* InspIRCd: (C) 2002-2009 InspIRCd Development Team
* See: http://wiki.inspircd.org/Credits
* Copyright (C) 2008 Robin Burchell <robin+git@viroteck.net>
*
* This program is free but copyrighted software; see
* 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/>.
*/


#ifndef __CHANNELMANAGER_H
#define __CHANNELMANAGER_H

Expand Down
25 changes: 17 additions & 8 deletions include/channels.h
@@ -1,16 +1,25 @@
/* +------------------------------------+
* | Inspire Internet Relay Chat Daemon |
* +------------------------------------+
/*
* InspIRCd -- Internet Relay Chat Daemon
*
* InspIRCd: (C) 2002-2009 InspIRCd Development Team
* See: http://wiki.inspircd.org/Credits
* Copyright (C) 2009 Daniel De Graaf <danieldg@inspircd.org>
* Copyright (C) 2007 Robin Burchell <robin+git@viroteck.net>
* Copyright (C) 2007 Dennis Friis <peavey@inspircd.org>
* Copyright (C) 2003-2007 Craig Edwards <craigedwards@brainbox.cc>
*
* This program is free but copyrighted software; see
* 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/>.
*/


#ifndef __CHANNELS_H__
#define __CHANNELS_H__

Expand Down
25 changes: 17 additions & 8 deletions include/command_parse.h
@@ -1,16 +1,25 @@
/* +------------------------------------+
* | Inspire Internet Relay Chat Daemon |
* +------------------------------------+
/*
* InspIRCd -- Internet Relay Chat Daemon
*
* InspIRCd: (C) 2002-2009 InspIRCd Development Team
* See: http://wiki.inspircd.org/Credits
* Copyright (C) 2010 Daniel De Graaf <danieldg@inspircd.org>
* Copyright (C) 2007 Robin Burchell <robin+git@viroteck.net>
* Copyright (C) 2007 Dennis Friis <peavey@inspircd.org>
* Copyright (C) 2005-2007 Craig Edwards <craigedwards@brainbox.cc>
*
* This program is free but copyrighted software; see
* 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/>.
*/


#ifndef __COMMAND_PARSE_H
#define __COMMAND_PARSE_H

Expand Down
23 changes: 15 additions & 8 deletions include/commands/cmd_admin.h
@@ -1,16 +1,23 @@
/* +------------------------------------+
* | Inspire Internet Relay Chat Daemon |
* +------------------------------------+
/*
* InspIRCd -- Internet Relay Chat Daemon
*
* InspIRCd: (C) 2002-2009 InspIRCd Development Team
* See: http://wiki.inspircd.org/Credits
* Copyright (C) 2007 Dennis Friis <peavey@inspircd.org>
* Copyright (C) 2006 Craig Edwards <craigedwards@brainbox.cc>
*
* This program is free but copyrighted software; see
* 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/>.
*/


#ifndef __CMD_ADMIN_H__
#define __CMD_ADMIN_H__

Expand Down

0 comments on commit 2789f9f

Please sign in to comment.