diff options
| author | 2021-02-26 06:58:13 +0000 | |
|---|---|---|
| committer | 2021-02-26 06:58:13 +0000 | |
| commit | 1bf7ca389426e196697eba9a8b60277db03fbedb (patch) | |
| tree | a561173b5028f731051d3438105c506f90f1c9b8 /include/modules | |
| parent | Implement support for multi-prefix on WHOIS. (diff) | |
Update copyright headers.
Diffstat (limited to 'include/modules')
| -rw-r--r-- | include/modules/cap.h | 2 | ||||
| -rw-r--r-- | include/modules/dns.h | 2 | ||||
| -rw-r--r-- | include/modules/whois.h | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/include/modules/cap.h b/include/modules/cap.h index 664120d39..0bbd745c0 100644 --- a/include/modules/cap.h +++ b/include/modules/cap.h @@ -1,7 +1,7 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2018-2019 Sadie Powell <sadie@witchery.services> + * Copyright (C) 2018-2021 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/dns.h b/include/modules/dns.h index 6e7527a55..141951fd3 100644 --- a/include/modules/dns.h +++ b/include/modules/dns.h @@ -1,7 +1,7 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2017, 2019 Sadie Powell <sadie@witchery.services> + * Copyright (C) 2017, 2019, 2021 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/whois.h b/include/modules/whois.h index c081a2b6a..2ac46dcd4 100644 --- a/include/modules/whois.h +++ b/include/modules/whois.h @@ -1,6 +1,7 @@ /* * InspIRCd -- Internet Relay Chat Daemon * + * Copyright (C) 2021 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 |
