aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGravatar InspIRCd Robot2024-06-07 10:37:56 +0100
committerGravatar Sadie Powell2024-06-07 10:37:56 +0100
commitae3e2db109eecaea25032e218c39a257e736174a (patch)
tree5145c58055bee9aaea1bf0f8bb6b55e14e76470e /include
parentMerge branch 'insp3' into insp4. (diff)
Update copyright headers.
Diffstat (limited to 'include')
-rw-r--r--include/bancache.h2
-rw-r--r--include/base.h2
-rw-r--r--include/channelmanager.h2
-rw-r--r--include/channels.h4
-rw-r--r--include/clientprotocol.h2
-rw-r--r--include/clientprotocolevent.h2
-rw-r--r--include/clientprotocolmsg.h2
-rw-r--r--include/command_parse.h2
-rw-r--r--include/compat.h4
-rw-r--r--include/configparser.h2
-rw-r--r--include/configreader.h10
-rw-r--r--include/convto.h2
-rw-r--r--include/ctables.h4
-rw-r--r--include/cull.h2
-rw-r--r--include/dynamic.h2
-rw-r--r--include/dynref.h4
-rw-r--r--include/event.h2
-rw-r--r--include/extensible.h2
-rw-r--r--include/extension.h2
-rw-r--r--include/flat_map.h2
-rw-r--r--include/hashcomp.h5
-rw-r--r--include/inspircd.h5
-rw-r--r--include/intrusive_list.h1
-rw-r--r--include/intrusive_list_impl.h2
-rw-r--r--include/iohook.h5
-rw-r--r--include/listmode.h2
-rw-r--r--include/logging.h2
-rw-r--r--include/membership.h2
-rw-r--r--include/message.h2
-rw-r--r--include/mode.h4
-rw-r--r--include/modechange.h2
-rw-r--r--include/moduledefs.h2
-rw-r--r--include/modules.h4
-rw-r--r--include/modules/account.h2
-rw-r--r--include/modules/away.h2
-rw-r--r--include/modules/callerid.h2
-rw-r--r--include/modules/cap.h2
-rw-r--r--include/modules/cloak.h1
-rw-r--r--include/modules/ctctags.h2
-rw-r--r--include/modules/dns.h3
-rw-r--r--include/modules/exemption.h2
-rw-r--r--include/modules/extban.h2
-rw-r--r--include/modules/geolocation.h2
-rw-r--r--include/modules/hash.h2
-rw-r--r--include/modules/httpd.h2
-rw-r--r--include/modules/invite.h2
-rw-r--r--include/modules/ircv3_batch.h2
-rw-r--r--include/modules/ircv3_replies.h2
-rw-r--r--include/modules/ircv3_servertime.h2
-rw-r--r--include/modules/isupport.h2
-rw-r--r--include/modules/ldap.h1
-rw-r--r--include/modules/names.h2
-rw-r--r--include/modules/regex.h4
-rw-r--r--include/modules/reload.h1
-rw-r--r--include/modules/server.h2
-rw-r--r--include/modules/shun.h2
-rw-r--r--include/modules/sql.h3
-rw-r--r--include/modules/ssl.h3
-rw-r--r--include/modules/stats.h2
-rw-r--r--include/modules/webirc.h2
-rw-r--r--include/modules/who.h2
-rw-r--r--include/modules/whois.h3
-rw-r--r--include/numeric.h2
-rw-r--r--include/numericbuilder.h2
-rw-r--r--include/numerichelper.h2
-rw-r--r--include/parammode.h4
-rw-r--r--include/protocol.h3
-rw-r--r--include/server.h2
-rw-r--r--include/snomasks.h5
-rw-r--r--include/socket.h3
-rw-r--r--include/socketengine.h7
-rw-r--r--include/stdalgo.h4
-rw-r--r--include/streamsocket.h3
-rw-r--r--include/stringutils.h5
-rw-r--r--include/thread.h2
-rw-r--r--include/threadsocket.h3
-rw-r--r--include/timer.h3
-rw-r--r--include/token_list.h2
-rw-r--r--include/typedefs.h4
-rw-r--r--include/uid.h2
-rw-r--r--include/usermanager.h3
-rw-r--r--include/users.h7
-rw-r--r--include/utility/aligned_storage.h1
-rw-r--r--include/utility/iterator_range.h2
-rw-r--r--include/utility/map.h2
-rw-r--r--include/utility/string.h3
-rw-r--r--include/xline.h4
87 files changed, 113 insertions, 122 deletions
diff --git a/include/bancache.h b/include/bancache.h
index 6505ed115..faee0bf58 100644
--- a/include/bancache.h
+++ b/include/bancache.h
@@ -2,7 +2,7 @@
* InspIRCd -- Internet Relay Chat Daemon
*
* Copyright (C) 2019 Matt Schatz <genius3000@g3k.solutions>
- * Copyright (C) 2013 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2013, 2021-2022 Sadie Powell <sadie@witchery.services>
* Copyright (C) 2012-2014 Attila Molnar <attilamolnar@hush.com>
* Copyright (C) 2012, 2019 Robby <robby@chatbelgie.be>
* Copyright (C) 2009 Daniel De Graaf <danieldg@inspircd.org>
diff --git a/include/base.h b/include/base.h
index 6b24342b8..c2c7397d8 100644
--- a/include/base.h
+++ b/include/base.h
@@ -2,7 +2,7 @@
* InspIRCd -- Internet Relay Chat Daemon
*
* Copyright (C) 2020 Matt Schatz <genius3000@g3k.solutions>
- * Copyright (C) 2013, 2017, 2020-2021 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2013, 2020-2022, 2024 Sadie Powell <sadie@witchery.services>
* Copyright (C) 2013, 2015 Attila Molnar <attilamolnar@hush.com>
* Copyright (C) 2012 Robby <robby@chatbelgie.be>
* Copyright (C) 2012 ChrisTX <xpipe@hotmail.de>
diff --git a/include/channelmanager.h b/include/channelmanager.h
index de3d25cf3..2dc4d3761 100644
--- a/include/channelmanager.h
+++ b/include/channelmanager.h
@@ -1,7 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2020 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2020-2022 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/include/channels.h b/include/channels.h
index 614ee7e0a..8d8355257 100644
--- a/include/channels.h
+++ b/include/channels.h
@@ -1,8 +1,8 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2013-2016, 2018 Attila Molnar <attilamolnar@hush.com>
- * Copyright (C) 2012-2013, 2017-2020 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2013-2014, 2016, 2018 Attila Molnar <attilamolnar@hush.com>
+ * Copyright (C) 2012-2013, 2018-2023 Sadie Powell <sadie@witchery.services>
* Copyright (C) 2012 Robby <robby@chatbelgie.be>
* Copyright (C) 2009 Daniel De Graaf <danieldg@inspircd.org>
* Copyright (C) 2007-2008 Robin Burchell <robin+git@viroteck.net>
diff --git a/include/clientprotocol.h b/include/clientprotocol.h
index 98299a27e..035dfdf0f 100644
--- a/include/clientprotocol.h
+++ b/include/clientprotocol.h
@@ -1,7 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2018-2020, 2022-2023 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2018-2023 Sadie Powell <sadie@witchery.services>
* Copyright (C) 2018 Attila Molnar <attilamolnar@hush.com>
*
* This file is part of InspIRCd. InspIRCd is free software: you can
diff --git a/include/clientprotocolevent.h b/include/clientprotocolevent.h
index 5ce87e956..19c7b3649 100644
--- a/include/clientprotocolevent.h
+++ b/include/clientprotocolevent.h
@@ -1,7 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2018, 2022 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2018, 2021-2022 Sadie Powell <sadie@witchery.services>
* Copyright (C) 2018 Attila Molnar <attilamolnar@hush.com>
*
* This file is part of InspIRCd. InspIRCd is free software: you can
diff --git a/include/clientprotocolmsg.h b/include/clientprotocolmsg.h
index 4c95e0609..3d6bcf6f4 100644
--- a/include/clientprotocolmsg.h
+++ b/include/clientprotocolmsg.h
@@ -1,7 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2018, 2020-2022 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2018, 2020-2023 Sadie Powell <sadie@witchery.services>
* Copyright (C) 2018 Attila Molnar <attilamolnar@hush.com>
*
* This file is part of InspIRCd. InspIRCd is free software: you can
diff --git a/include/command_parse.h b/include/command_parse.h
index 5e88a3e9a..8d902a776 100644
--- a/include/command_parse.h
+++ b/include/command_parse.h
@@ -2,7 +2,7 @@
* InspIRCd -- Internet Relay Chat Daemon
*
* Copyright (C) 2013-2014, 2016, 2018 Attila Molnar <attilamolnar@hush.com>
- * Copyright (C) 2012-2013, 2017-2018 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2012-2013, 2018, 2020-2022 Sadie Powell <sadie@witchery.services>
* Copyright (C) 2012 Robby <robby@chatbelgie.be>
* Copyright (C) 2009 Daniel De Graaf <danieldg@inspircd.org>
* Copyright (C) 2007 Robin Burchell <robin+git@viroteck.net>
diff --git a/include/compat.h b/include/compat.h
index 8bf0461fd..e057842a7 100644
--- a/include/compat.h
+++ b/include/compat.h
@@ -1,8 +1,8 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2013-2014, 2017, 2021 Sadie Powell <sadie@witchery.services>
- * Copyright (C) 2013-2014, 2016 Attila Molnar <attilamolnar@hush.com>
+ * Copyright (C) 2013, 2022-2023 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2013 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
diff --git a/include/configparser.h b/include/configparser.h
index 68ff59d3c..9eb9c6b90 100644
--- a/include/configparser.h
+++ b/include/configparser.h
@@ -2,7 +2,7 @@
* InspIRCd -- Internet Relay Chat Daemon
*
* Copyright (C) 2014 Attila Molnar <attilamolnar@hush.com>
- * Copyright (C) 2013, 2016, 2021 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2013, 2016, 2020-2023 Sadie Powell <sadie@witchery.services>
* Copyright (C) 2012 Robby <robby@chatbelgie.be>
* Copyright (C) 2009-2010 Daniel De Graaf <danieldg@inspircd.org>
*
diff --git a/include/configreader.h b/include/configreader.h
index f0d2c966b..6b0f2a3e4 100644
--- a/include/configreader.h
+++ b/include/configreader.h
@@ -1,17 +1,15 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2019 Matt Schatz <genius3000@g3k.solutions>
* Copyright (C) 2018 Chris Novakovic
- * Copyright (C) 2013-2014, 2016 Attila Molnar <attilamolnar@hush.com>
- * Copyright (C) 2013 Daniel Vassdal <shutter@canternet.org>
- * Copyright (C) 2012-2014, 2016-2022 Sadie Powell <sadie@witchery.services>
- * Copyright (C) 2012, 2019 Robby <robby@chatbelgie.be>
+ * Copyright (C) 2013-2014 Attila Molnar <attilamolnar@hush.com>
+ * Copyright (C) 2012-2014, 2016-2024 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2012 Robby <robby@chatbelgie.be>
* Copyright (C) 2009-2010 Daniel De Graaf <danieldg@inspircd.org>
* Copyright (C) 2008 Thomas Stagner <aquanight@inspircd.org>
* Copyright (C) 2007-2008 Robin Burchell <robin+git@viroteck.net>
+ * Copyright (C) 2007-2008 Craig Edwards <brain@inspircd.org>
* Copyright (C) 2007 Dennis Friis <peavey@inspircd.org>
- * Copyright (C) 2006-2008 Craig Edwards <brain@inspircd.org>
* Copyright (C) 2006 Oliver Lupton <om@inspircd.org>
*
* This file is part of InspIRCd. InspIRCd is free software: you can
diff --git a/include/convto.h b/include/convto.h
index 109f525da..15e0788a6 100644
--- a/include/convto.h
+++ b/include/convto.h
@@ -1,7 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2017-2019 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2019, 2021, 2023 Sadie Powell <sadie@witchery.services>
* Copyright (C) 2016 Attila Molnar <attilamolnar@hush.com>
*
* This file is part of InspIRCd. InspIRCd is free software: you can
diff --git a/include/ctables.h b/include/ctables.h
index 2ef6c4046..9f601882e 100644
--- a/include/ctables.h
+++ b/include/ctables.h
@@ -2,9 +2,9 @@
* InspIRCd -- Internet Relay Chat Daemon
*
* Copyright (C) 2012-2015, 2018 Attila Molnar <attilamolnar@hush.com>
- * Copyright (C) 2012-2013, 2017-2018, 2020, 2022 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2012-2013, 2017-2022 Sadie Powell <sadie@witchery.services>
* Copyright (C) 2012 Robby <robby@chatbelgie.be>
- * Copyright (C) 2009-2010 Daniel De Graaf <danieldg@inspircd.org>
+ * Copyright (C) 2009 Daniel De Graaf <danieldg@inspircd.org>
* Copyright (C) 2008 Thomas Stagner <aquanight@inspircd.org>
* Copyright (C) 2007-2008 Robin Burchell <robin+git@viroteck.net>
* Copyright (C) 2007 Dennis Friis <peavey@inspircd.org>
diff --git a/include/cull.h b/include/cull.h
index a3a868674..94797c3cb 100644
--- a/include/cull.h
+++ b/include/cull.h
@@ -1,7 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2013, 2017 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2013, 2017, 2021-2022 Sadie Powell <sadie@witchery.services>
* Copyright (C) 2012 Robby <robby@chatbelgie.be>
* Copyright (C) 2011 jackmcbarn <jackmcbarn@inspircd.org>
* Copyright (C) 2009 Daniel De Graaf <danieldg@inspircd.org>
diff --git a/include/dynamic.h b/include/dynamic.h
index 0b3e73c37..b86bf5e3f 100644
--- a/include/dynamic.h
+++ b/include/dynamic.h
@@ -1,7 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2013, 2019-2020 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2013, 2019-2022 Sadie Powell <sadie@witchery.services>
* Copyright (C) 2012 Robby <robby@chatbelgie.be>
* Copyright (C) 2012 ChrisTX <xpipe@hotmail.de>
* Copyright (C) 2009-2010 Daniel De Graaf <danieldg@inspircd.org>
diff --git a/include/dynref.h b/include/dynref.h
index 6ba461ae9..3c609216e 100644
--- a/include/dynref.h
+++ b/include/dynref.h
@@ -1,8 +1,8 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2019-2020 Sadie Powell <sadie@witchery.services>
- * Copyright (C) 2013-2015 Attila Molnar <attilamolnar@hush.com>
+ * Copyright (C) 2019-2023 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2013, 2015 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
diff --git a/include/event.h b/include/event.h
index a0e49ea87..a34b066ea 100644
--- a/include/event.h
+++ b/include/event.h
@@ -1,7 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2018-2021 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2018-2023 Sadie Powell <sadie@witchery.services>
* Copyright (C) 2015, 2018 Attila Molnar <attilamolnar@hush.com>
*
* This file is part of InspIRCd. InspIRCd is free software: you can
diff --git a/include/extensible.h b/include/extensible.h
index 356a06a91..3ea3b8073 100644
--- a/include/extensible.h
+++ b/include/extensible.h
@@ -1,7 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2013, 2017-2020 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2013, 2019, 2021-2022 Sadie Powell <sadie@witchery.services>
* Copyright (C) 2012, 2014-2015 Attila Molnar <attilamolnar@hush.com>
* Copyright (C) 2012 Robby <robby@chatbelgie.be>
* Copyright (C) 2009 Daniel De Graaf <danieldg@inspircd.org>
diff --git a/include/extension.h b/include/extension.h
index 2c05b6c7d..5d276ffcf 100644
--- a/include/extension.h
+++ b/include/extension.h
@@ -1,7 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2022 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2022-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
diff --git a/include/flat_map.h b/include/flat_map.h
index ec959fca3..1a01ee7d6 100644
--- a/include/flat_map.h
+++ b/include/flat_map.h
@@ -1,7 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2019-2020, 2022 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2019-2021 Sadie Powell <sadie@witchery.services>
* Copyright (C) 2014 Attila Molnar <attilamolnar@hush.com>
*
* This file is part of InspIRCd. InspIRCd is free software: you can
diff --git a/include/hashcomp.h b/include/hashcomp.h
index f7509a444..f27e87eb7 100644
--- a/include/hashcomp.h
+++ b/include/hashcomp.h
@@ -1,15 +1,14 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2019 linuxdaemon <linuxdaemon.irc@gmail.com>
- * Copyright (C) 2013, 2018-2019 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2013, 2018-2022 Sadie Powell <sadie@witchery.services>
* Copyright (C) 2013 Adam <Adam@anope.org>
* Copyright (C) 2012-2013, 2016 Attila Molnar <attilamolnar@hush.com>
* Copyright (C) 2012 Robby <robby@chatbelgie.be>
* Copyright (C) 2009 Daniel De Graaf <danieldg@inspircd.org>
* Copyright (C) 2008-2009 Robin Burchell <robin+git@viroteck.net>
* Copyright (C) 2007 Dennis Friis <peavey@inspircd.org>
- * Copyright (C) 2005-2009 Craig Edwards <brain@inspircd.org>
+ * Copyright (C) 2005-2008 Craig Edwards <brain@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
diff --git a/include/inspircd.h b/include/inspircd.h
index afc39ce31..ff13ef015 100644
--- a/include/inspircd.h
+++ b/include/inspircd.h
@@ -2,14 +2,11 @@
* InspIRCd -- Internet Relay Chat Daemon
*
* Copyright (C) 2019 Matt Schatz <genius3000@g3k.solutions>
- * Copyright (C) 2018 linuxdaemon <linuxdaemon.irc@gmail.com>
- * Copyright (C) 2013 Daniel Vassdal <shutter@canternet.org>
* Copyright (C) 2012-2016, 2018 Attila Molnar <attilamolnar@hush.com>
- * Copyright (C) 2012-2014, 2017-2019, 2022-2023 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2012-2013, 2017-2023 Sadie Powell <sadie@witchery.services>
* Copyright (C) 2012, 2019 Robby <robby@chatbelgie.be>
* Copyright (C) 2012 ChrisTX <xpipe@hotmail.de>
* Copyright (C) 2009-2010 Daniel De Graaf <danieldg@inspircd.org>
- * Copyright (C) 2008 Thomas Stagner <aquanight@inspircd.org>
* Copyright (C) 2007-2009 Dennis Friis <peavey@inspircd.org>
* Copyright (C) 2007-2008 Robin Burchell <robin+git@viroteck.net>
* Copyright (C) 2007 Oliver Lupton <om@inspircd.org>
diff --git a/include/intrusive_list.h b/include/intrusive_list.h
index c0d4bd2bc..c49c04371 100644
--- a/include/intrusive_list.h
+++ b/include/intrusive_list.h
@@ -1,6 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
+ * Copyright (C) 2020, 2022 Sadie Powell <sadie@witchery.services>
* Copyright (C) 2014 Attila Molnar <attilamolnar@hush.com>
*
* This file is part of InspIRCd. InspIRCd is free software: you can
diff --git a/include/intrusive_list_impl.h b/include/intrusive_list_impl.h
index f04d13c9a..940626ddf 100644
--- a/include/intrusive_list_impl.h
+++ b/include/intrusive_list_impl.h
@@ -1,7 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2022 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2020, 2022 Sadie Powell <sadie@witchery.services>
* Copyright (C) 2014 Attila Molnar <attilamolnar@hush.com>
*
* This file is part of InspIRCd. InspIRCd is free software: you can
diff --git a/include/iohook.h b/include/iohook.h
index 0fbe8f1f9..94cff6c22 100644
--- a/include/iohook.h
+++ b/include/iohook.h
@@ -1,9 +1,10 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2021 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2021 Dominic Hamon
+ * Copyright (C) 2020-2023 Sadie Powell <sadie@witchery.services>
* Copyright (C) 2019 Robby <robby@chatbelgie.be>
- * Copyright (C) 2013, 2016-2017 Attila Molnar <attilamolnar@hush.com>
+ * Copyright (C) 2013, 2016 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
diff --git a/include/listmode.h b/include/listmode.h
index 458676eee..8bbaebed6 100644
--- a/include/listmode.h
+++ b/include/listmode.h
@@ -3,7 +3,7 @@
*
* Copyright (C) 2018 B00mX0r <b00mx0r@aureus.pw>
* Copyright (C) 2013-2014 Attila Molnar <attilamolnar@hush.com>
- * Copyright (C) 2013, 2017-2019 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2013, 2017-2019, 2021-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
diff --git a/include/logging.h b/include/logging.h
index d3d8ca4e9..fe1d505e7 100644
--- a/include/logging.h
+++ b/include/logging.h
@@ -1,7 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2022 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2022-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
diff --git a/include/membership.h b/include/membership.h
index 56fe9f03e..1d08ec027 100644
--- a/include/membership.h
+++ b/include/membership.h
@@ -2,7 +2,7 @@
* InspIRCd -- Internet Relay Chat Daemon
*
* Copyright (C) 2013-2014, 2016 Attila Molnar <attilamolnar@hush.com>
- * Copyright (C) 2013, 2017-2018 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2013, 2017-2018, 2021-2022 Sadie Powell <sadie@witchery.services>
* Copyright (C) 2012 Robby <robby@chatbelgie.be>
* Copyright (C) 2009 Daniel De Graaf <danieldg@inspircd.org>
*
diff --git a/include/message.h b/include/message.h
index 1e23a30dd..4cad7c832 100644
--- a/include/message.h
+++ b/include/message.h
@@ -2,7 +2,7 @@
* InspIRCd -- Internet Relay Chat Daemon
*
* Copyright (C) 2018 Attila Molnar <attilamolnar@hush.com>
- * Copyright (C) 2017-2018, 2020 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2017-2018, 2020-2021, 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
diff --git a/include/mode.h b/include/mode.h
index 6300feb20..a9805b6c6 100644
--- a/include/mode.h
+++ b/include/mode.h
@@ -2,11 +2,11 @@
* InspIRCd -- Internet Relay Chat Daemon
*
* Copyright (C) 2013-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 Robby <robby@chatbelgie.be>
* Copyright (C) 2009 Daniel De Graaf <danieldg@inspircd.org>
* Copyright (C) 2008 Thomas Stagner <aquanight@inspircd.org>
- * Copyright (C) 2007-2008 Robin Burchell <robin+git@viroteck.net>
+ * Copyright (C) 2007 Robin Burchell <robin+git@viroteck.net>
* Copyright (C) 2007 Dennis Friis <peavey@inspircd.org>
* Copyright (C) 2006-2008 Craig Edwards <brain@inspircd.org>
*
diff --git a/include/modechange.h b/include/modechange.h
index 85e94a889..561912c56 100644
--- a/include/modechange.h
+++ b/include/modechange.h
@@ -1,7 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2017-2018 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2017-2018, 2021 Sadie Powell <sadie@witchery.services>
* Copyright (C) 2014, 2018 Attila Molnar <attilamolnar@hush.com>
*
* This file is part of InspIRCd. InspIRCd is free software: you can
diff --git a/include/moduledefs.h b/include/moduledefs.h
index 79a37ff41..84368804c 100644
--- a/include/moduledefs.h
+++ b/include/moduledefs.h
@@ -1,7 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2020, 2023 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2020 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/include/modules.h b/include/modules.h
index 60b36a836..6e6dc0992 100644
--- a/include/modules.h
+++ b/include/modules.h
@@ -1,11 +1,9 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2020 Matt Schatz <genius3000@g3k.solutions>
* Copyright (C) 2019 iwalkalone <iwalkalone69@gmail.com>
- * Copyright (C) 2013 Adam <Adam@anope.org>
* Copyright (C) 2012-2016, 2018 Attila Molnar <attilamolnar@hush.com>
- * Copyright (C) 2012-2013, 2017-2022 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2012-2013, 2017-2024 Sadie Powell <sadie@witchery.services>
* Copyright (C) 2012 Robby <robby@chatbelgie.be>
* Copyright (C) 2009-2010 Daniel De Graaf <danieldg@inspircd.org>
* Copyright (C) 2008 Thomas Stagner <aquanight@inspircd.org>
diff --git a/include/modules/account.h b/include/modules/account.h
index 14725f576..982114440 100644
--- a/include/modules/account.h
+++ b/include/modules/account.h
@@ -1,7 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2022 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2022-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
diff --git a/include/modules/away.h b/include/modules/away.h
index 0611c8253..2a3fda51c 100644
--- a/include/modules/away.h
+++ b/include/modules/away.h
@@ -1,7 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2018 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2018, 2021, 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
diff --git a/include/modules/callerid.h b/include/modules/callerid.h
index 683a8e291..4d530f636 100644
--- a/include/modules/callerid.h
+++ b/include/modules/callerid.h
@@ -1,7 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2018 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2018, 2021 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/include/modules/cap.h b/include/modules/cap.h
index 1abc02f6c..7fe46c06e 100644
--- a/include/modules/cap.h
+++ b/include/modules/cap.h
@@ -1,7 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2018-2021 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2018-2023 Sadie Powell <sadie@witchery.services>
* Copyright (C) 2015-2016, 2018 Attila Molnar <attilamolnar@hush.com>
*
* This file is part of InspIRCd. InspIRCd is free software: you can
diff --git a/include/modules/cloak.h b/include/modules/cloak.h
index 310421c71..f532e7b1c 100644
--- a/include/modules/cloak.h
+++ b/include/modules/cloak.h
@@ -2,6 +2,7 @@
* InspIRCd -- Internet Relay Chat Daemon
*
* Copyright (C) 2023 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2017 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
diff --git a/include/modules/ctctags.h b/include/modules/ctctags.h
index 5138e24a5..e7a974897 100644
--- a/include/modules/ctctags.h
+++ b/include/modules/ctctags.h
@@ -1,7 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2018, 2020 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2018, 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
diff --git a/include/modules/dns.h b/include/modules/dns.h
index 4ca59557b..1468afa1e 100644
--- a/include/modules/dns.h
+++ b/include/modules/dns.h
@@ -1,7 +1,8 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2017, 2019, 2021 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2021 Dominic Hamon
+ * Copyright (C) 2019-2023 Sadie Powell <sadie@witchery.services>
* Copyright (C) 2014-2015 Attila Molnar <attilamolnar@hush.com>
* Copyright (C) 2013, 2015-2016 Adam <Adam@anope.org>
*
diff --git a/include/modules/exemption.h b/include/modules/exemption.h
index bbd018f4b..f52d29be2 100644
--- a/include/modules/exemption.h
+++ b/include/modules/exemption.h
@@ -1,7 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2017, 2019 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2017, 2019, 2021, 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
diff --git a/include/modules/extban.h b/include/modules/extban.h
index a7bff98cb..2a3ae4954 100644
--- a/include/modules/extban.h
+++ b/include/modules/extban.h
@@ -1,7 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2020 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
diff --git a/include/modules/geolocation.h b/include/modules/geolocation.h
index d65f967fc..b784f6531 100644
--- a/include/modules/geolocation.h
+++ b/include/modules/geolocation.h
@@ -1,7 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2019, 2022 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2019, 2021-2022 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/include/modules/hash.h b/include/modules/hash.h
index ae8a161c5..739916b02 100644
--- a/include/modules/hash.h
+++ b/include/modules/hash.h
@@ -2,7 +2,7 @@
* InspIRCd -- Internet Relay Chat Daemon
*
* Copyright (C) 2014 Daniel Vassdal <shutter@canternet.org>
- * Copyright (C) 2013 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2013, 2021-2023 Sadie Powell <sadie@witchery.services>
* Copyright (C) 2012 Robby <robby@chatbelgie.be>
* Copyright (C) 2009-2010 Daniel De Graaf <danieldg@inspircd.org>
* Copyright (C) 2007 Dennis Friis <peavey@inspircd.org>
diff --git a/include/modules/httpd.h b/include/modules/httpd.h
index c12dee864..c6b92cb4f 100644
--- a/include/modules/httpd.h
+++ b/include/modules/httpd.h
@@ -2,7 +2,7 @@
* InspIRCd -- Internet Relay Chat Daemon
*
* Copyright (C) 2019 linuxdaemon <linuxdaemon.irc@gmail.com>
- * Copyright (C) 2013, 2021 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2013, 2021-2023 Sadie Powell <sadie@witchery.services>
* Copyright (C) 2013, 2015 Attila Molnar <attilamolnar@hush.com>
* Copyright (C) 2012 Robby <robby@chatbelgie.be>
* Copyright (C) 2009 Daniel De Graaf <danieldg@inspircd.org>
diff --git a/include/modules/invite.h b/include/modules/invite.h
index e5ff55a86..acc1af02e 100644
--- a/include/modules/invite.h
+++ b/include/modules/invite.h
@@ -1,7 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2019, 2022 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2019-2022 Sadie Powell <sadie@witchery.services>
* Copyright (C) 2015 Attila Molnar <attilamolnar@hush.com>
*
* This file is part of InspIRCd. InspIRCd is free software: you can
diff --git a/include/modules/ircv3_batch.h b/include/modules/ircv3_batch.h
index 804127bb9..3b8796912 100644
--- a/include/modules/ircv3_batch.h
+++ b/include/modules/ircv3_batch.h
@@ -1,7 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2018-2020, 2022 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2018-2022 Sadie Powell <sadie@witchery.services>
* Copyright (C) 2018 Attila Molnar <attilamolnar@hush.com>
*
* This file is part of InspIRCd. InspIRCd is free software: you can
diff --git a/include/modules/ircv3_replies.h b/include/modules/ircv3_replies.h
index b8bab0b1b..4bfc8a30b 100644
--- a/include/modules/ircv3_replies.h
+++ b/include/modules/ircv3_replies.h
@@ -1,7 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2019-2022 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2019-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
diff --git a/include/modules/ircv3_servertime.h b/include/modules/ircv3_servertime.h
index a7107562f..0a51e09eb 100644
--- a/include/modules/ircv3_servertime.h
+++ b/include/modules/ircv3_servertime.h
@@ -1,7 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2018-2019, 2022 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2018-2019, 2021-2023 Sadie Powell <sadie@witchery.services>
* Copyright (C) 2018 Attila Molnar <attilamolnar@hush.com>
*
* This file is part of InspIRCd. InspIRCd is free software: you can
diff --git a/include/modules/isupport.h b/include/modules/isupport.h
index c92d0eff2..2a1082a04 100644
--- a/include/modules/isupport.h
+++ b/include/modules/isupport.h
@@ -1,7 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2020 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
diff --git a/include/modules/ldap.h b/include/modules/ldap.h
index 9f07f0455..706ab890c 100644
--- a/include/modules/ldap.h
+++ b/include/modules/ldap.h
@@ -1,6 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
+ * Copyright (C) 2020-2022 Sadie Powell <sadie@witchery.services>
* Copyright (C) 2013, 2015 Adam <Adam@anope.org>
*
* This file is part of InspIRCd. InspIRCd is free software: you can
diff --git a/include/modules/names.h b/include/modules/names.h
index f66ec17fb..66991c266 100644
--- a/include/modules/names.h
+++ b/include/modules/names.h
@@ -1,7 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2019 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2019, 2021, 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
diff --git a/include/modules/regex.h b/include/modules/regex.h
index a095e6fd0..aa35dfe14 100644
--- a/include/modules/regex.h
+++ b/include/modules/regex.h
@@ -1,10 +1,8 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2013, 2021 Sadie Powell <sadie@witchery.services>
- * Copyright (C) 2013 Attila Molnar <attilamolnar@hush.com>
+ * Copyright (C) 2013, 2020-2023 Sadie Powell <sadie@witchery.services>
* Copyright (C) 2012 Robby <robby@chatbelgie.be>
- * Copyright (C) 2009 Daniel De Graaf <danieldg@inspircd.org>
* Copyright (C) 2008 Thomas Stagner <aquanight@inspircd.org>
*
* This file is part of InspIRCd. InspIRCd is free software: you can
diff --git a/include/modules/reload.h b/include/modules/reload.h
index bca5f85f4..207f28652 100644
--- a/include/modules/reload.h
+++ b/include/modules/reload.h
@@ -1,6 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
+ * Copyright (C) 2021-2023 Sadie Powell <sadie@witchery.services>
* Copyright (C) 2015 Attila Molnar <attilamolnar@hush.com>
*
* This file is part of InspIRCd. InspIRCd is free software: you can
diff --git a/include/modules/server.h b/include/modules/server.h
index 128dc08be..20ea8b0be 100644
--- a/include/modules/server.h
+++ b/include/modules/server.h
@@ -2,7 +2,7 @@
* InspIRCd -- Internet Relay Chat Daemon
*
* Copyright (C) 2015 Attila Molnar <attilamolnar@hush.com>
- * Copyright (C) 2013, 2017-2019, 2022 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2013, 2017-2019, 2022-2024 Sadie Powell <sadie@witchery.services>
* Copyright (C) 2012 Robby <robby@chatbelgie.be>
* Copyright (C) 2009 Daniel De Graaf <danieldg@inspircd.org>
*
diff --git a/include/modules/shun.h b/include/modules/shun.h
index 67d2a431e..f14969540 100644
--- a/include/modules/shun.h
+++ b/include/modules/shun.h
@@ -1,7 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2018 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2018, 2021, 2023 Sadie Powell <sadie@witchery.services>
* Copyright (C) 2017 B00mX0r <b00mx0r@aureus.pw>
*
* This file is part of InspIRCd. InspIRCd is free software: you can
diff --git a/include/modules/sql.h b/include/modules/sql.h
index 52ea473f9..a0cf717cf 100644
--- a/include/modules/sql.h
+++ b/include/modules/sql.h
@@ -2,8 +2,7 @@
* InspIRCd -- Internet Relay Chat Daemon
*
* Copyright (C) 2015 Daniel Vassdal <shutter@canternet.org>
- * Copyright (C) 2014 Attila Molnar <attilamolnar@hush.com>
- * Copyright (C) 2013, 2017-2019, 2021-2022 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2013, 2017-2019, 2021-2022, 2024 Sadie Powell <sadie@witchery.services>
* Copyright (C) 2012 Robby <robby@chatbelgie.be>
* Copyright (C) 2010 Daniel De Graaf <danieldg@inspircd.org>
*
diff --git a/include/modules/ssl.h b/include/modules/ssl.h
index bde05a5b8..3d4b459c1 100644
--- a/include/modules/ssl.h
+++ b/include/modules/ssl.h
@@ -4,10 +4,9 @@
* Copyright (C) 2020 Matt Schatz <genius3000@g3k.solutions>
* Copyright (C) 2019 B00mX0r <b00mx0r@aureus.pw>
* Copyright (C) 2018 Dylan Frank <b00mx0r@aureus.pw>
- * Copyright (C) 2013, 2017-2019, 2021-2023 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2013, 2017-2024 Sadie Powell <sadie@witchery.services>
* Copyright (C) 2013, 2015-2016 Attila Molnar <attilamolnar@hush.com>
* Copyright (C) 2012 Robby <robby@chatbelgie.be>
- * Copyright (C) 2012 ChrisTX <xpipe@hotmail.de>
* Copyright (C) 2009-2010 Daniel De Graaf <danieldg@inspircd.org>
* Copyright (C) 2007 Dennis Friis <peavey@inspircd.org>
* Copyright (C) 2006 Craig Edwards <brain@inspircd.org>
diff --git a/include/modules/stats.h b/include/modules/stats.h
index 4c2949c6c..b266a97b3 100644
--- a/include/modules/stats.h
+++ b/include/modules/stats.h
@@ -1,7 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2018 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2018-2019, 2021-2023 Sadie Powell <sadie@witchery.services>
* Copyright (C) 2016 Attila Molnar <attilamolnar@hush.com>
*
* This file is part of InspIRCd. InspIRCd is free software: you can
diff --git a/include/modules/webirc.h b/include/modules/webirc.h
index 7c9872b59..2b5786a51 100644
--- a/include/modules/webirc.h
+++ b/include/modules/webirc.h
@@ -1,7 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2017 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2017, 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
diff --git a/include/modules/who.h b/include/modules/who.h
index 0c9cb2e7b..a59a5b120 100644
--- a/include/modules/who.h
+++ b/include/modules/who.h
@@ -2,7 +2,7 @@
* InspIRCd -- Internet Relay Chat Daemon
*
* Copyright (C) 2019 linuxdaemon <linuxdaemon.irc@gmail.com>
- * Copyright (C) 2018, 2021-2022 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2018, 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
diff --git a/include/modules/whois.h b/include/modules/whois.h
index 90188ee11..62fe876f1 100644
--- a/include/modules/whois.h
+++ b/include/modules/whois.h
@@ -1,7 +1,8 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2021 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2021 Val Lorentz <progval+git@progval.net>
+ * Copyright (C) 2019, 2021-2023 Sadie Powell <sadie@witchery.services>
* Copyright (C) 2015-2016 Attila Molnar <attilamolnar@hush.com>
*
* This file is part of InspIRCd. InspIRCd is free software: you can
diff --git a/include/numeric.h b/include/numeric.h
index 842d4633a..5c93d88ad 100644
--- a/include/numeric.h
+++ b/include/numeric.h
@@ -1,7 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2018 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2018-2022, 2024 Sadie Powell <sadie@witchery.services>
* Copyright (C) 2016 Attila Molnar <attilamolnar@hush.com>
*
* This file is part of InspIRCd. InspIRCd is free software: you can
diff --git a/include/numericbuilder.h b/include/numericbuilder.h
index 86b64b381..1323c8919 100644
--- a/include/numericbuilder.h
+++ b/include/numericbuilder.h
@@ -1,7 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2018-2020, 2022 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2020-2022 Sadie Powell <sadie@witchery.services>
* Copyright (C) 2015-2016 Attila Molnar <attilamolnar@hush.com>
*
* This file is part of InspIRCd. InspIRCd is free software: you can
diff --git a/include/numerichelper.h b/include/numerichelper.h
index fafdeedc3..3842936ae 100644
--- a/include/numerichelper.h
+++ b/include/numerichelper.h
@@ -1,7 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2022 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2022-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
diff --git a/include/parammode.h b/include/parammode.h
index 16bbfc252..b8e8e21d4 100644
--- a/include/parammode.h
+++ b/include/parammode.h
@@ -1,8 +1,8 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2018-2019 Sadie Powell <sadie@witchery.services>
- * Copyright (C) 2014-2015 Attila Molnar <attilamolnar@hush.com>
+ * Copyright (C) 2018-2019, 2021-2023 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 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
diff --git a/include/protocol.h b/include/protocol.h
index b936cb281..882c1d3ce 100644
--- a/include/protocol.h
+++ b/include/protocol.h
@@ -1,9 +1,10 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
+ * Copyright (C) 2021 Dominic Hamon
* Copyright (C) 2018 Matt Schatz <genius3000@g3k.solutions>
* Copyright (C) 2013-2014 Attila Molnar <attilamolnar@hush.com>
- * Copyright (C) 2013, 2018-2019 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2013, 2020-2023 Sadie Powell <sadie@witchery.services>
* Copyright (C) 2012, 2019 Robby <robby@chatbelgie.be>
* Copyright (C) 2008 Robin Burchell <robin+git@viroteck.net>
* Copyright (C) 2008 Craig Edwards <brain@inspircd.org>
diff --git a/include/server.h b/include/server.h
index 8599c9be9..ccd8c56ae 100644
--- a/include/server.h
+++ b/include/server.h
@@ -1,7 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2019-2021 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2019, 2021 Sadie Powell <sadie@witchery.services>
* Copyright (C) 2018 Matt Schatz <genius3000@g3k.solutions>
* Copyright (C) 2014 Attila Molnar <attilamolnar@hush.com>
*
diff --git a/include/snomasks.h b/include/snomasks.h
index c9f8feb3f..b42c40124 100644
--- a/include/snomasks.h
+++ b/include/snomasks.h
@@ -1,11 +1,10 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2013-2014 Attila Molnar <attilamolnar@hush.com>
- * Copyright (C) 2013, 2017 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2013, 2017, 2020-2021, 2023 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2013 Attila Molnar <attilamolnar@hush.com>
* Copyright (C) 2012 Robby <robby@chatbelgie.be>
* Copyright (C) 2009-2010 Daniel De Graaf <danieldg@inspircd.org>
- * Copyright (C) 2008 Thomas Stagner <aquanight@inspircd.org>
* Copyright (C) 2008 Robin Burchell <robin+git@viroteck.net>
* Copyright (C) 2007 Dennis Friis <peavey@inspircd.org>
* Copyright (C) 2006 Craig Edwards <brain@inspircd.org>
diff --git a/include/socket.h b/include/socket.h
index 5e2c7d63a..4bf38efe4 100644
--- a/include/socket.h
+++ b/include/socket.h
@@ -2,10 +2,9 @@
* InspIRCd -- Internet Relay Chat Daemon
*
* Copyright (C) 2013, 2015-2016 Attila Molnar <attilamolnar@hush.com>
- * Copyright (C) 2012-2013, 2017-2019 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2012-2013, 2017-2023 Sadie Powell <sadie@witchery.services>
* Copyright (C) 2012 Robby <robby@chatbelgie.be>
* Copyright (C) 2012 ChrisTX <xpipe@hotmail.de>
- * Copyright (C) 2012 Adam <Adam@anope.org>
* Copyright (C) 2009-2010 Daniel De Graaf <danieldg@inspircd.org>
* Copyright (C) 2008 Pippijn van Steenhoven <pip88nl@gmail.com>
* Copyright (C) 2007-2008 Robin Burchell <robin+git@viroteck.net>
diff --git a/include/socketengine.h b/include/socketengine.h
index 4ab21a87b..ee68def06 100644
--- a/include/socketengine.h
+++ b/include/socketengine.h
@@ -1,12 +1,13 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
+ * Copyright (C) 2021 Dominic Hamon
* Copyright (C) 2013-2016 Attila Molnar <attilamolnar@hush.com>
* Copyright (C) 2013-2014 Adam <Adam@anope.org>
- * Copyright (C) 2012-2013, 2017-2020 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2012-2013, 2017-2023 Sadie Powell <sadie@witchery.services>
* Copyright (C) 2012 Robby <robby@chatbelgie.be>
- * Copyright (C) 2009-2010 Daniel De Graaf <danieldg@inspircd.org>
- * Copyright (C) 2007-2008, 2017 Robin Burchell <robin+git@viroteck.net>
+ * Copyright (C) 2009 Daniel De Graaf <danieldg@inspircd.org>
+ * Copyright (C) 2007, 2017 Robin Burchell <robin+git@viroteck.net>
* Copyright (C) 2007 Dennis Friis <peavey@inspircd.org>
* Copyright (C) 2005-2008 Craig Edwards <brain@inspircd.org>
*
diff --git a/include/stdalgo.h b/include/stdalgo.h
index b7c931f58..9a1c29445 100644
--- a/include/stdalgo.h
+++ b/include/stdalgo.h
@@ -1,8 +1,8 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2018, 2020-2021 Sadie Powell <sadie@witchery.services>
- * Copyright (C) 2014, 2016, 2018 Attila Molnar <attilamolnar@hush.com>
+ * Copyright (C) 2020-2022 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 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
diff --git a/include/streamsocket.h b/include/streamsocket.h
index c8b6b1757..7a2a26235 100644
--- a/include/streamsocket.h
+++ b/include/streamsocket.h
@@ -1,10 +1,11 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
+ * Copyright (C) 2021 Dominic Hamon
* Copyright (C) 2020 Matt Schatz <genius3000@g3k.solutions>
* Copyright (C) 2019 linuxdaemon <linuxdaemon.irc@gmail.com>
* Copyright (C) 2013, 2015-2016 Attila Molnar <attilamolnar@hush.com>
- * Copyright (C) 2012-2013, 2017-2019, 2021 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2012-2013, 2017-2023 Sadie Powell <sadie@witchery.services>
* Copyright (C) 2012 Robby <robby@chatbelgie.be>
* Copyright (C) 2009 Daniel De Graaf <danieldg@inspircd.org>
* Copyright (C) 2007-2009 Robin Burchell <robin+git@viroteck.net>
diff --git a/include/stringutils.h b/include/stringutils.h
index 854b62647..6b287da40 100644
--- a/include/stringutils.h
+++ b/include/stringutils.h
@@ -1,13 +1,10 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2013, 2018 Sadie Powell <sadie@witchery.services>
- * Copyright (C) 2013 Daniel Vassdal <shutter@canternet.org>
+ * Copyright (C) 2013, 2021-2024 Sadie Powell <sadie@witchery.services>
* Copyright (C) 2013 Attila Molnar <attilamolnar@hush.com>
* Copyright (C) 2012 Robby <robby@chatbelgie.be>
- * Copyright (C) 2010 Daniel De Graaf <danieldg@inspircd.org>
* Copyright (C) 2008 Robin Burchell <robin+git@viroteck.net>
- * Copyright (C) 2008 Pippijn van Steenhoven <pip88nl@gmail.com>
* Copyright (C) 2007 Dennis Friis <peavey@inspircd.org>
* Copyright (C) 2007 Craig Edwards <brain@inspircd.org>
*
diff --git a/include/thread.h b/include/thread.h
index 01ecbe42d..2eb272c6b 100644
--- a/include/thread.h
+++ b/include/thread.h
@@ -1,7 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2019 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2019, 2021 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/include/threadsocket.h b/include/threadsocket.h
index 39e3f4346..b79c29656 100644
--- a/include/threadsocket.h
+++ b/include/threadsocket.h
@@ -1,8 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2009 Daniel De Graaf <danieldg@inspircd.org>
- * Copyright (C) 2008 Craig Edwards <craigedwards@brainbox.cc>
+ * Copyright (C) 2019, 2021 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/include/timer.h b/include/timer.h
index ee665eb2d..2b8e91eb8 100644
--- a/include/timer.h
+++ b/include/timer.h
@@ -1,8 +1,9 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
+ * Copyright (C) 2021 Dominic Hamon
* Copyright (C) 2013-2014 Attila Molnar <attilamolnar@hush.com>
- * Copyright (C) 2013, 2017 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2013, 2021-2023 Sadie Powell <sadie@witchery.services>
* Copyright (C) 2012 Robby <robby@chatbelgie.be>
* Copyright (C) 2009 Daniel De Graaf <danieldg@inspircd.org>
* Copyright (C) 2007-2008 Robin Burchell <robin+git@viroteck.net>
diff --git a/include/token_list.h b/include/token_list.h
index 6b6a1e0f6..c3fcac73c 100644
--- a/include/token_list.h
+++ b/include/token_list.h
@@ -1,7 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2017, 2021-2022 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 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
diff --git a/include/typedefs.h b/include/typedefs.h
index d708c5995..ade4e7ed0 100644
--- a/include/typedefs.h
+++ b/include/typedefs.h
@@ -2,9 +2,9 @@
* InspIRCd -- Internet Relay Chat Daemon
*
* Copyright (C) 2013-2014, 2016, 2018 Attila Molnar <attilamolnar@hush.com>
- * Copyright (C) 2013, 2016, 2018, 2020-2022 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2013, 2018, 2020, 2022 Sadie Powell <sadie@witchery.services>
* Copyright (C) 2012 Robby <robby@chatbelgie.be>
- * Copyright (C) 2009-2010 Daniel De Graaf <danieldg@inspircd.org>
+ * Copyright (C) 2009 Daniel De Graaf <danieldg@inspircd.org>
* Copyright (C) 2007 Dennis Friis <peavey@inspircd.org>
* Copyright (C) 2005 Craig Edwards <brain@inspircd.org>
*
diff --git a/include/uid.h b/include/uid.h
index e9be3c756..9da994a7b 100644
--- a/include/uid.h
+++ b/include/uid.h
@@ -1,7 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2013, 2019, 2021 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2013, 2019, 2021-2022 Sadie Powell <sadie@witchery.services>
* Copyright (C) 2013 Attila Molnar <attilamolnar@hush.com>
* Copyright (C) 2012 Robby <robby@chatbelgie.be>
* Copyright (C) 2007 Robin Burchell <robin+git@viroteck.net>
diff --git a/include/usermanager.h b/include/usermanager.h
index 498637404..9c824f3f7 100644
--- a/include/usermanager.h
+++ b/include/usermanager.h
@@ -3,10 +3,9 @@
*
* Copyright (C) 2015 Adam <Adam@anope.org>
* Copyright (C) 2012-2016 Attila Molnar <attilamolnar@hush.com>
- * Copyright (C) 2012-2013, 2017, 2019-2020 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2012-2013, 2017, 2019-2023 Sadie Powell <sadie@witchery.services>
* Copyright (C) 2012 Robby <robby@chatbelgie.be>
* Copyright (C) 2009 Daniel De Graaf <danieldg@inspircd.org>
- * Copyright (C) 2008 Thomas Stagner <aquanight@inspircd.org>
* Copyright (C) 2008 Robin Burchell <robin+git@viroteck.net>
*
* This file is part of InspIRCd. InspIRCd is free software: you can
diff --git a/include/users.h b/include/users.h
index e8722aad2..7c2c5e243 100644
--- a/include/users.h
+++ b/include/users.h
@@ -1,14 +1,11 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2019-2020 Matt Schatz <genius3000@g3k.solutions>
- * Copyright (C) 2019 linuxdaemon <linuxdaemon.irc@gmail.com>
- * Copyright (C) 2013 Daniel Vassdal <shutter@canternet.org>
+ * Copyright (C) 2019 Matt Schatz <genius3000@g3k.solutions>
* Copyright (C) 2012-2016, 2018 Attila Molnar <attilamolnar@hush.com>
- * Copyright (C) 2012-2013, 2016-2022 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2012-2013, 2016-2024 Sadie Powell <sadie@witchery.services>
* Copyright (C) 2012, 2019 Robby <robby@chatbelgie.be>
* Copyright (C) 2012 DjSlash <djslash@djslash.org>
- * Copyright (C) 2012 ChrisTX <xpipe@hotmail.de>
* Copyright (C) 2011 jackmcbarn <jackmcbarn@inspircd.org>
* Copyright (C) 2009-2010 Daniel De Graaf <danieldg@inspircd.org>
* Copyright (C) 2008 Thomas Stagner <aquanight@inspircd.org>
diff --git a/include/utility/aligned_storage.h b/include/utility/aligned_storage.h
index 83b8ce75d..a5a7d8ec1 100644
--- a/include/utility/aligned_storage.h
+++ b/include/utility/aligned_storage.h
@@ -1,6 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
+ * Copyright (C) 2020-2022, 2024 Sadie Powell <sadie@witchery.services>
* Copyright (C) 2014 Attila Molnar <attilamolnar@hush.com>
*
* This file is part of InspIRCd. InspIRCd is free software: you can
diff --git a/include/utility/iterator_range.h b/include/utility/iterator_range.h
index 06fddb1bb..0a33954be 100644
--- a/include/utility/iterator_range.h
+++ b/include/utility/iterator_range.h
@@ -1,7 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2020 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2020-2022 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/include/utility/map.h b/include/utility/map.h
index efbca18b8..87d93a13b 100644
--- a/include/utility/map.h
+++ b/include/utility/map.h
@@ -1,7 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2021 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2022 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/include/utility/string.h b/include/utility/string.h
index 03d17299c..8ed918474 100644
--- a/include/utility/string.h
+++ b/include/utility/string.h
@@ -1,7 +1,8 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2021 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2021, 2023 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2016 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
diff --git a/include/xline.h b/include/xline.h
index 5a84e13ca..6c205ce23 100644
--- a/include/xline.h
+++ b/include/xline.h
@@ -2,11 +2,11 @@
* InspIRCd -- Internet Relay Chat Daemon
*
* Copyright (C) 2019 Matt Schatz <genius3000@g3k.solutions>
- * Copyright (C) 2012-2013, 2017-2018, 2020 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2012-2013, 2018-2023 Sadie Powell <sadie@witchery.services>
* Copyright (C) 2012, 2019 Robby <robby@chatbelgie.be>
* Copyright (C) 2009 Daniel De Graaf <danieldg@inspircd.org>
+ * Copyright (C) 2007-2008 Robin Burchell <robin+git@viroteck.net>
* Copyright (C) 2007 Dennis Friis <peavey@inspircd.org>
- * Copyright (C) 2006-2008 Robin Burchell <robin+git@viroteck.net>
* Copyright (C) 2004, 2006-2008 Craig Edwards <brain@inspircd.org>
*
* This file is part of InspIRCd. InspIRCd is free software: you can