aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar InspIRCd Robot2024-06-14 09:13:03 +0100
committerGravatar Sadie Powell2024-06-14 09:13:03 +0100
commitd4da9eeff91bc9bd071c2509de6c3d18f7fd1ae1 (patch)
treedcdc18ca43bf97bd13f85e13947280eadfd854b5
parentUpdate author list. (diff)
Update copyright headers.
-rwxr-xr-xconfigure2
-rw-r--r--include/modules/extban.h2
-rw-r--r--make/template/inspircd2
-rw-r--r--make/template/inspircd.12
-rw-r--r--src/modules/m_spanningtree/override_map.cpp2
-rwxr-xr-xtools/convert-unreal-channel1
-rwxr-xr-xtools/convert-unreal-tkl1
-rw-r--r--win/modules/CMakeLists.txt2
-rw-r--r--win/win32service.cpp2
9 files changed, 9 insertions, 7 deletions
diff --git a/configure b/configure
index 1f52339ba..eb1825539 100755
--- a/configure
+++ b/configure
@@ -4,7 +4,7 @@
#
# Copyright (C) 2020 Daniel Vassdal <shutter@canternet.org>
# Copyright (C) 2019 Matt Schatz <genius3000@g3k.solutions>
-# Copyright (C) 2013-2022 Sadie Powell <sadie@witchery.services>
+# Copyright (C) 2013-2022, 2024 Sadie Powell <sadie@witchery.services>
# Copyright (C) 2012, 2019 Robby <robby@chatbelgie.be>
# Copyright (C) 2012 ChrisTX <xpipe@hotmail.de>
# Copyright (C) 2010 Daniel De Graaf <danieldg@inspircd.org>
diff --git a/include/modules/extban.h b/include/modules/extban.h
index 0382fb3c5..562c57a83 100644
--- a/include/modules/extban.h
+++ b/include/modules/extban.h
@@ -1,7 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2020-2023 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2020-2024 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
diff --git a/make/template/inspircd b/make/template/inspircd
index c9bbc7695..0ad96c496 100644
--- a/make/template/inspircd
+++ b/make/template/inspircd
@@ -6,7 +6,7 @@
# Copyright (C) 2015 Steven Van Acker <steven@singularity.be>
# Copyright (C) 2015 Attila Molnar <attilamolnar@hush.com>
# Copyright (C) 2014 Dan Parsons <dparsons@nyip.net>
-# Copyright (C) 2013-2014, 2016-2017, 2019-2021, 2023 Sadie Powell <sadie@witchery.services>
+# Copyright (C) 2013-2014, 2016-2017, 2019-2021, 2023-2024 Sadie Powell <sadie@witchery.services>
# Copyright (C) 2012 Robby <robby@chatbelgie.be>
# Copyright (C) 2011 DjSlash <djslash@djslash.org>
# Copyright (C) 2009-2010 Daniel De Graaf <danieldg@inspircd.org>
diff --git a/make/template/inspircd.1 b/make/template/inspircd.1
index 01d5d0de6..6a06f0bdd 100644
--- a/make/template/inspircd.1
+++ b/make/template/inspircd.1
@@ -1,7 +1,7 @@
.\"
.\" InspIRCd -- Internet Relay Chat Daemon
.\"
-.\" Copyright (C) 2014, 2018, 2023 Sadie Powell <sadie@witchery.services>
+.\" Copyright (C) 2014, 2018, 2024 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
diff --git a/src/modules/m_spanningtree/override_map.cpp b/src/modules/m_spanningtree/override_map.cpp
index d3f0f907a..12dbe931a 100644
--- a/src/modules/m_spanningtree/override_map.cpp
+++ b/src/modules/m_spanningtree/override_map.cpp
@@ -2,7 +2,7 @@
* InspIRCd -- Internet Relay Chat Daemon
*
* Copyright (C) 2021 Dominic Hamon
- * Copyright (C) 2018-2023 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2018-2024 Sadie Powell <sadie@witchery.services>
* Copyright (C) 2017 B00mX0r <b00mx0r@aureus.pw>
* Copyright (C) 2014 Adam <Adam@anope.org>
* Copyright (C) 2013-2016 Attila Molnar <attilamolnar@hush.com>
diff --git a/tools/convert-unreal-channel b/tools/convert-unreal-channel
index 32c907e47..e32526a69 100755
--- a/tools/convert-unreal-channel
+++ b/tools/convert-unreal-channel
@@ -2,6 +2,7 @@
#
# InspIRCd -- Internet Relay Chat Daemon
#
+# Copyright (C) 2024 Val Lorentz <progval+git@progval.net>
# Copyright (C) 2024 Sadie Powell <sadie@witchery.services>
#
# This file is part of InspIRCd. InspIRCd is free software: you can
diff --git a/tools/convert-unreal-tkl b/tools/convert-unreal-tkl
index 692627a69..ad55e2f9d 100755
--- a/tools/convert-unreal-tkl
+++ b/tools/convert-unreal-tkl
@@ -2,6 +2,7 @@
#
# InspIRCd -- Internet Relay Chat Daemon
#
+# Copyright (C) 2024 Val Lorentz <progval+git@progval.net>
# Copyright (C) 2024 Sadie Powell <sadie@witchery.services>
#
# This file is part of InspIRCd. InspIRCd is free software: you can
diff --git a/win/modules/CMakeLists.txt b/win/modules/CMakeLists.txt
index dfa6c583d..e8bf3423f 100644
--- a/win/modules/CMakeLists.txt
+++ b/win/modules/CMakeLists.txt
@@ -1,7 +1,7 @@
#
# InspIRCd -- Internet Relay Chat Daemon
#
-# Copyright (C) 2021-2023 Sadie Powell <sadie@witchery.services>
+# Copyright (C) 2021-2024 Sadie Powell <sadie@witchery.services>
# Copyright (C) 2013-2014 Attila Molnar <attilamolnar@hush.com>
# Copyright (C) 2013 Adam <Adam@anope.org>
#
diff --git a/win/win32service.cpp b/win/win32service.cpp
index caebf571f..9d53d0aab 100644
--- a/win/win32service.cpp
+++ b/win/win32service.cpp
@@ -1,7 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2022-2023 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2022-2024 Sadie Powell <sadie@witchery.services>
* Copyright (C) 2021 Herman <GermanAizek@yandex.ru>
* Copyright (C) 2012-2013 ChrisTX <xpipe@hotmail.de>
* Copyright (C) 2012 Robby <robby@chatbelgie.be>