aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/extra
diff options
context:
space:
mode:
authorGravatar Sadie Powell2023-06-17 19:05:08 +0100
committerGravatar Sadie Powell2023-06-17 19:05:08 +0100
commit7d202728c8a06047a3c0af6938ea190892de1513 (patch)
tree28b20841028774ad61929939738c550edf726bd1 /src/modules/extra
parentClean up object culling and fix a rare crash. (diff)
parentRelease v3.16.1. (diff)
Merge branch 'insp3' into master.
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 7874564cc..6dc97359a 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 3cee3b9f2..ed0e58f32 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>