aboutsummaryrefslogtreecommitdiff
path: root/src/modules/extra
diff options
context:
space:
mode:
authorGravatar InspIRCd Robot2023-06-16 11:54:49 +0100
committerGravatar Sadie Powell2023-06-16 11:54:49 +0100
commitff8e1e2c75c672fabd21ca468fa8775b9c828a2d (patch)
tree924c5b39ccc1aa886a062befa188c128422ee980 /src/modules/extra
parentUpdate author list. (diff)
Update copyright headers.
Diffstat (limited to 'src/modules/extra')
-rw-r--r--src/modules/extra/m_regex_re2.cpp2
-rw-r--r--src/modules/extra/m_ssl_openssl.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/extra/m_regex_re2.cpp b/src/modules/extra/m_regex_re2.cpp
index fe7ab8e88..a554605d6 100644
--- a/src/modules/extra/m_regex_re2.cpp
+++ b/src/modules/extra/m_regex_re2.cpp
@@ -2,7 +2,7 @@
* InspIRCd -- Internet Relay Chat Daemon
*
* Copyright (C) 2019 linuxdaemon <linuxdaemon.irc@gmail.com>
- * Copyright (C) 2013-2014, 2016-2017, 2019, 2021-2022 Sadie Powell <sadie@witchery.services>
+ * Copyright (C) 2013-2014, 2016-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/src/modules/extra/m_ssl_openssl.cpp b/src/modules/extra/m_ssl_openssl.cpp
index b5fabdb3a..9f3ff0b31 100644
--- a/src/modules/extra/m_ssl_openssl.cpp
+++ b/src/modules/extra/m_ssl_openssl.cpp
@@ -3,7 +3,7 @@
*
* Copyright (C) 2020 Matt Schatz <genius3000@g3k.solutions>
* Copyright (C) 2019 linuxdaemon <linuxdaemon.irc@gmail.com>
- * Copyright (C) 2017 Wade Cline <wadecline@hotmail.com>
+ * Copyright (C) 2017, 2023 Wade Cline <wadecline@hotmail.com>
* Copyright (C) 2016 Adam <Adam@anope.org>
* Copyright (C) 2014 Julien Vehent <julien@linuxwall.info>
* Copyright (C) 2013-2014, 2016-2023 Sadie Powell <sadie@witchery.services>