Update copyright headers.

This commit is contained in:
InspIRCd Robot 2023-07-15 10:37:19 +01:00 committed by Sadie Powell
parent 84a3acc0d6
commit 9923c34a42
9 changed files with 50 additions and 7 deletions

View File

@ -1,7 +1,7 @@
.\"
.\" InspIRCd -- Internet Relay Chat Daemon
.\"
.\" Copyright (C) 2014, 2018, 2022 Sadie Powell <sadie@witchery.services>
.\" Copyright (C) 2014, 2018, 2023 Sadie Powell <sadie@witchery.services>
.\"
.\" 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

View File

@ -3,7 +3,7 @@
# InspIRCd -- Internet Relay Chat Daemon
#
# Copyright (C) 2018 Puck Meerburg <puck@puckipedia.com>
# Copyright (C) 2012-2022 Sadie Powell <sadie@witchery.services>
# Copyright (C) 2012-2023 Sadie Powell <sadie@witchery.services>
# Copyright (C) 2012, 2015-2016 Attila Molnar <attilamolnar@hush.com>
# Copyright (C) 2012 Robby <robby@chatbelgie.be>
# Copyright (C) 2012 Christoph Egger <christoph@debian.org>

View File

@ -2,7 +2,7 @@
* InspIRCd -- Internet Relay Chat Daemon
*
* Copyright (C) 2018 linuxdaemon <linuxdaemon.irc@gmail.com>
* Copyright (C) 2013-2014, 2016-2022 Sadie Powell <sadie@witchery.services>
* Copyright (C) 2013-2014, 2016-2023 Sadie Powell <sadie@witchery.services>
* Copyright (C) 2013 ChrisTX <xpipe@hotmail.de>
* Copyright (C) 2012-2014 Attila Molnar <attilamolnar@hush.com>
* Copyright (C) 2012 Robby <robby@chatbelgie.be>

View File

@ -8,7 +8,7 @@
* Copyright (C) 2018 Michael Hazell <michaelhazell@hotmail.com>
* Copyright (C) 2017 B00mX0r <b00mx0r@aureus.pw>
* Copyright (C) 2012-2014, 2016 Attila Molnar <attilamolnar@hush.com>
* Copyright (C) 2012-2013, 2017-2022 Sadie Powell <sadie@witchery.services>
* Copyright (C) 2012-2013, 2017-2023 Sadie Powell <sadie@witchery.services>
* Copyright (C) 2012, 2018-2019 Robby <robby@chatbelgie.be>
* Copyright (C) 2011 Adam <Adam@anope.org>
* Copyright (C) 2009-2010 Daniel De Graaf <danieldg@inspircd.org>

View File

@ -1,7 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
* Copyright (C) 2019-2020 Sadie Powell <sadie@witchery.services>
* Copyright (C) 2019-2020, 2023 Sadie Powell <sadie@witchery.services>
*
* 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

View File

@ -3,7 +3,7 @@
*
* Copyright (C) 2019 linuxdaemon <linuxdaemon.irc@gmail.com>
* Copyright (C) 2019 Matt Schatz <genius3000@g3k.solutions>
* Copyright (C) 2013, 2017-2021 Sadie Powell <sadie@witchery.services>
* Copyright (C) 2013, 2017-2021, 2023 Sadie Powell <sadie@witchery.services>
* Copyright (C) 2012, 2019 Robby <robby@chatbelgie.be>
* Copyright (C) 2012 Attila Molnar <attilamolnar@hush.com>
* Copyright (C) 2009 Daniel De Graaf <danieldg@inspircd.org>

View File

@ -2,7 +2,7 @@
#
# InspIRCd -- Internet Relay Chat Daemon
#
# Copyright (C) 2020-2022 Sadie Powell <sadie@witchery.services>
# Copyright (C) 2020-2023 Sadie Powell <sadie@witchery.services>
#
# 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

View File

@ -1,3 +1,25 @@
#
# InspIRCd -- Internet Relay Chat Daemon
#
# Copyright (C) 2019 Robby <robby@chatbelgie.be>
# Copyright (C) 2015, 2018-2019, 2022 Sadie Powell <sadie@witchery.services>
# Copyright (C) 2013-2014, 2017 Adam <Adam@anope.org>
# Copyright (C) 2013-2014 Attila Molnar <attilamolnar@hush.com>
#
# 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/>.
#
cmake_minimum_required(VERSION 3.8 FATAL_ERROR)
project(InspIRCd CXX)

View File

@ -1,3 +1,24 @@
#
# InspIRCd -- Internet Relay Chat Daemon
#
# Copyright (C) 2021-2022 Sadie Powell <sadie@witchery.services>
# Copyright (C) 2013-2014 Attila Molnar <attilamolnar@hush.com>
# Copyright (C) 2013 Adam <Adam@anope.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/>.
#
# These modules can always be built on all platforms.
file(GLOB INSPIRCD_MODULES
"${INSPIRCD_BASE}/src/coremods/core_*"