aboutsummaryrefslogtreecommitdiff
path: root/include/modules
diff options
context:
space:
mode:
authorGravatar InspIRCd Robot2026-06-05 13:55:13 +0100
committerGravatar Sadie Powell2026-06-05 13:59:22 +0100
commitedc565971fc97e090557245bfc9f45c41b0c5cfd (patch)
treedd5a7a706dd0913aa23b0b6a995872232b18b66c /include/modules
parentFix escaping LDAP search filters in ldapauth and ldapoper. (diff)
Update copyright headers.
Diffstat (limited to 'include/modules')
-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.h2
-rw-r--r--include/modules/ctctags.h2
-rw-r--r--include/modules/dns.h2
-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.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.h2
-rw-r--r--include/modules/monitor.h2
-rw-r--r--include/modules/names.h2
-rw-r--r--include/modules/regex.h2
-rw-r--r--include/modules/reload.h2
-rw-r--r--include/modules/server.h2
-rw-r--r--include/modules/shun.h2
-rw-r--r--include/modules/sql.h2
-rw-r--r--include/modules/ssl.h2
-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.h2
31 files changed, 31 insertions, 31 deletions
diff --git a/include/modules/account.h b/include/modules/account.h
index 982114440..2e73e6740 100644
--- a/include/modules/account.h
+++ b/include/modules/account.h
@@ -1,7 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2022-2023 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2022-2023 Sadie Powell <sadie@sadiepowell.dev>
*
* 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 2a3fda51c..a6d043e83 100644
--- a/include/modules/away.h
+++ b/include/modules/away.h
@@ -1,7 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2018, 2021, 2023 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2018, 2021, 2023 Sadie Powell <sadie@sadiepowell.dev>
*
* 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 4d530f636..3951f75cb 100644
--- a/include/modules/callerid.h
+++ b/include/modules/callerid.h
@@ -1,7 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2018, 2021 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2018, 2021 Sadie Powell <sadie@sadiepowell.dev>
*
* 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 7fe46c06e..c09c4987a 100644
--- a/include/modules/cap.h
+++ b/include/modules/cap.h
@@ -1,7 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2018-2023 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2018-2023 Sadie Powell <sadie@sadiepowell.dev>
* 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 f532e7b1c..4bc25615d 100644
--- a/include/modules/cloak.h
+++ b/include/modules/cloak.h
@@ -1,7 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2023 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2023 Sadie Powell <sadie@sadiepowell.dev>
* Copyright (C) 2017 Adam <Adam@anope.org>
*
* This file is part of InspIRCd. InspIRCd is free software: you can
diff --git a/include/modules/ctctags.h b/include/modules/ctctags.h
index e7a974897..8d485045d 100644
--- a/include/modules/ctctags.h
+++ b/include/modules/ctctags.h
@@ -1,7 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2018, 2020-2023 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2018, 2020-2023 Sadie Powell <sadie@sadiepowell.dev>
*
* 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 2aa0f488f..0e626cff1 100644
--- a/include/modules/dns.h
+++ b/include/modules/dns.h
@@ -2,7 +2,7 @@
* InspIRCd -- Internet Relay Chat Daemon
*
* Copyright (C) 2021 Dominic Hamon
- * Copyright (C) 2019-2023, 2025 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2019-2023, 2025 Sadie Powell <sadie@sadiepowell.dev>
* 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 f52d29be2..895e10f29 100644
--- a/include/modules/exemption.h
+++ b/include/modules/exemption.h
@@ -1,7 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2017, 2019, 2021, 2023 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2017, 2019, 2021, 2023 Sadie Powell <sadie@sadiepowell.dev>
*
* 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 05c96c689..bac25b607 100644
--- a/include/modules/extban.h
+++ b/include/modules/extban.h
@@ -1,7 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2020-2024, 2026 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2020-2024, 2026 Sadie Powell <sadie@sadiepowell.dev>
*
* 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 b784f6531..697c354d2 100644
--- a/include/modules/geolocation.h
+++ b/include/modules/geolocation.h
@@ -1,7 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2019, 2021-2022 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2019, 2021-2022 Sadie Powell <sadie@sadiepowell.dev>
*
* 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 739916b02..146db85b8 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, 2021-2023 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2013, 2021-2023 Sadie Powell <sadie@sadiepowell.dev>
* 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 1264a3780..5acf46218 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-2023, 2025 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2013, 2021-2023, 2025 Sadie Powell <sadie@sadiepowell.dev>
* 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 acc1af02e..240997787 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@sadiepowell.dev>
* 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.h b/include/modules/ircv3.h
index d98d6b167..8957aafef 100644
--- a/include/modules/ircv3.h
+++ b/include/modules/ircv3.h
@@ -1,7 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2018-2021 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2018-2021 Sadie Powell <sadie@sadiepowell.dev>
* 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/modules/ircv3_batch.h b/include/modules/ircv3_batch.h
index 3b8796912..a01d9f241 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-2022 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2018-2022 Sadie Powell <sadie@sadiepowell.dev>
* 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 d2055fda0..718883791 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, 2024 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2019-2022, 2024 Sadie Powell <sadie@sadiepowell.dev>
*
* 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 0a51e09eb..a9b70be66 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, 2021-2023 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2018-2019, 2021-2023 Sadie Powell <sadie@sadiepowell.dev>
* 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 2a1082a04..47d01c950 100644
--- a/include/modules/isupport.h
+++ b/include/modules/isupport.h
@@ -1,7 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2020-2023 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2020-2023 Sadie Powell <sadie@sadiepowell.dev>
*
* 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 2d4fde80b..f0d91077d 100644
--- a/include/modules/ldap.h
+++ b/include/modules/ldap.h
@@ -1,7 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2020-2022 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2020-2022, 2026 Sadie Powell <sadie@sadiepowell.dev>
* 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/monitor.h b/include/modules/monitor.h
index 3425ffe79..686d84479 100644
--- a/include/modules/monitor.h
+++ b/include/modules/monitor.h
@@ -1,7 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2022, 2026 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2022, 2026 Sadie Powell <sadie@sadiepowell.dev>
* Copyright (C) 2022 delthas
*
* 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 66991c266..ee7b56f07 100644
--- a/include/modules/names.h
+++ b/include/modules/names.h
@@ -1,7 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2019, 2021, 2023 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2019, 2021, 2023 Sadie Powell <sadie@sadiepowell.dev>
*
* 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 966adfaa4..ee0c42d5f 100644
--- a/include/modules/regex.h
+++ b/include/modules/regex.h
@@ -1,7 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2013, 2020-2023, 2025 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2013, 2020-2023, 2025 Sadie Powell <sadie@sadiepowell.dev>
* Copyright (C) 2012 Robby <robby@chatbelgie.be>
* Copyright (C) 2008 Thomas Stagner <aquanight@gmail.com>
*
diff --git a/include/modules/reload.h b/include/modules/reload.h
index 207f28652..9431e3d49 100644
--- a/include/modules/reload.h
+++ b/include/modules/reload.h
@@ -1,7 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2021-2023 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2021-2023 Sadie Powell <sadie@sadiepowell.dev>
* 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 59ddc55d2..5dd200546 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-2024 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2013, 2017-2019, 2022-2024 Sadie Powell <sadie@sadiepowell.dev>
* 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 fccc404cb..911da96c4 100644
--- a/include/modules/shun.h
+++ b/include/modules/shun.h
@@ -1,7 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2018, 2021, 2023 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2018, 2021, 2023 Sadie Powell <sadie@sadiepowell.dev>
* Copyright (C) 2017 Dylan Frank <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 2f74de13f..395a6c07c 100644
--- a/include/modules/sql.h
+++ b/include/modules/sql.h
@@ -2,7 +2,7 @@
* InspIRCd -- Internet Relay Chat Daemon
*
* Copyright (C) 2015 Daniel Vassdal <shutter@canternet.org>
- * Copyright (C) 2013, 2017-2019, 2021-2022, 2024 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2013, 2017-2019, 2021-2022, 2024 Sadie Powell <sadie@sadiepowell.dev>
* 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 865ad638f..60119fae2 100644
--- a/include/modules/ssl.h
+++ b/include/modules/ssl.h
@@ -3,7 +3,7 @@
*
* Copyright (C) 2020 Matt Schatz <genius3000@g3k.solutions>
* Copyright (C) 2018-2019 Dylan Frank <b00mx0r@aureus.pw>
- * Copyright (C) 2013, 2017-2025 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2013, 2017-2025 Sadie Powell <sadie@sadiepowell.dev>
* Copyright (C) 2013, 2015-2016 Attila Molnar <attilamolnar@hush.com>
* Copyright (C) 2012 Robby <robby@chatbelgie.be>
* Copyright (C) 2009-2010 Daniel De Graaf <danieldg@inspircd.org>
diff --git a/include/modules/stats.h b/include/modules/stats.h
index b266a97b3..601de0498 100644
--- a/include/modules/stats.h
+++ b/include/modules/stats.h
@@ -1,7 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2018-2019, 2021-2023 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2018-2019, 2021-2023 Sadie Powell <sadie@sadiepowell.dev>
* 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 2b5786a51..97e0454f8 100644
--- a/include/modules/webirc.h
+++ b/include/modules/webirc.h
@@ -1,7 +1,7 @@
/*
* InspIRCd -- Internet Relay Chat Daemon
*
- * Copyright (C) 2017, 2023 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2017, 2023 Sadie Powell <sadie@sadiepowell.dev>
*
* 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 a59a5b120..7694e5599 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, 2020-2023 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2018, 2020-2023 Sadie Powell <sadie@sadiepowell.dev>
*
* 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 62fe876f1..4b7750919 100644
--- a/include/modules/whois.h
+++ b/include/modules/whois.h
@@ -2,7 +2,7 @@
* InspIRCd -- Internet Relay Chat Daemon
*
* Copyright (C) 2021 Val Lorentz <progval+git@progval.net>
- * Copyright (C) 2019, 2021-2023 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2019, 2021-2023 Sadie Powell <sadie@sadiepowell.dev>
* Copyright (C) 2015-2016 Attila Molnar <attilamolnar@hush.com>
*
* This file is part of InspIRCd. InspIRCd is free software: you can