diff options
| author | 2020-01-01 00:00:00 +0000 | |
|---|---|---|
| committer | 2019-12-31 20:55:17 +0100 | |
| commit | 56375392ba94f2552bbeeeab4fd39e1e50295525 (patch) | |
| tree | ef0005cc358327b9afda3da16a2ed73e5c1b2190 /src/modules/extra | |
| parent | Fix the previous commit on C++11 compilers. (diff) | |
| download | inspircd++-56375392ba94f2552bbeeeab4fd39e1e50295525.tar.gz inspircd++-56375392ba94f2552bbeeeab4fd39e1e50295525.tar.bz2 inspircd++-56375392ba94f2552bbeeeab4fd39e1e50295525.zip | |
Update my name and email address.
Diffstat (limited to 'src/modules/extra')
| -rw-r--r-- | src/modules/extra/m_geo_maxmind.cpp | 2 | ||||
| -rw-r--r-- | src/modules/extra/m_regex_re2.cpp | 2 | ||||
| -rw-r--r-- | src/modules/extra/m_sslrehashsignal.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/extra/m_geo_maxmind.cpp b/src/modules/extra/m_geo_maxmind.cpp index b964a393c..aff2c08ad 100644 --- a/src/modules/extra/m_geo_maxmind.cpp +++ b/src/modules/extra/m_geo_maxmind.cpp @@ -1,7 +1,7 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2019 Peter Powell <petpow@saberuk.com> + * Copyright (C) 2019 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_regex_re2.cpp b/src/modules/extra/m_regex_re2.cpp index d26bd7950..fb0400307 100644 --- a/src/modules/extra/m_regex_re2.cpp +++ b/src/modules/extra/m_regex_re2.cpp @@ -1,7 +1,7 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2013 Peter Powell <petpow@saberuk.com> + * Copyright (C) 2013 Sadie Powell <sadie@witchery.services> * Copyright (C) 2012 ChrisTX <chris@rev-crew.info> * * This file is part of InspIRCd. InspIRCd is free software: you can diff --git a/src/modules/extra/m_sslrehashsignal.cpp b/src/modules/extra/m_sslrehashsignal.cpp index e8be17e23..c38f71164 100644 --- a/src/modules/extra/m_sslrehashsignal.cpp +++ b/src/modules/extra/m_sslrehashsignal.cpp @@ -1,7 +1,7 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2018 Peter Powell <petpow@saberuk.com> + * Copyright (C) 2018 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 |
