diff options
| author | 2022-08-25 20:46:11 +0100 | |
|---|---|---|
| committer | 2022-08-25 20:46:11 +0100 | |
| commit | 96f355c2fa6eccab225f60b375544c3b2a5d3940 (patch) | |
| tree | 1a1cd590fadd8c25b3464e2cc545043108ea4c71 /include | |
| parent | Use std::string in the Serializer constructor. (diff) | |
Update copyright headers.
Diffstat (limited to 'include')
| -rw-r--r-- | include/clientprotocol.h | 2 | ||||
| -rw-r--r-- | include/flat_map.h | 2 | ||||
| -rw-r--r-- | include/intrusive_list_impl.h | 1 | ||||
| -rw-r--r-- | include/moduledefs.h | 2 | ||||
| -rw-r--r-- | include/users.h | 2 |
5 files changed, 5 insertions, 4 deletions
diff --git a/include/clientprotocol.h b/include/clientprotocol.h index 8a385de42..c09b380eb 100644 --- a/include/clientprotocol.h +++ b/include/clientprotocol.h @@ -1,7 +1,7 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2018-2020 Sadie Powell <sadie@witchery.services> + * Copyright (C) 2018-2020, 2022 Sadie Powell <sadie@witchery.services> * Copyright (C) 2018 Attila Molnar <attilamolnar@hush.com> * * This file is part of InspIRCd. InspIRCd is free software: you can diff --git a/include/flat_map.h b/include/flat_map.h index 80058b2f0..c7533496f 100644 --- a/include/flat_map.h +++ b/include/flat_map.h @@ -1,7 +1,7 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2019-2020 Sadie Powell <sadie@witchery.services> + * Copyright (C) 2019-2020, 2022 Sadie Powell <sadie@witchery.services> * Copyright (C) 2014 Attila Molnar <attilamolnar@hush.com> * * This file is part of InspIRCd. InspIRCd is free software: you can diff --git a/include/intrusive_list_impl.h b/include/intrusive_list_impl.h index a4902577b..1059364e7 100644 --- a/include/intrusive_list_impl.h +++ b/include/intrusive_list_impl.h @@ -1,6 +1,7 @@ /* * InspIRCd -- Internet Relay Chat Daemon * + * Copyright (C) 2022 Sadie Powell <sadie@witchery.services> * Copyright (C) 2014 Attila Molnar <attilamolnar@hush.com> * * This file is part of InspIRCd. InspIRCd is free software: you can diff --git a/include/moduledefs.h b/include/moduledefs.h index 003740994..2a09aee2b 100644 --- a/include/moduledefs.h +++ b/include/moduledefs.h @@ -1,7 +1,7 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2020-2021 Sadie Powell <sadie@witchery.services> + * Copyright (C) 2020, 2022 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/include/users.h b/include/users.h index 4eccdeeda..b0046da27 100644 --- a/include/users.h +++ b/include/users.h @@ -5,7 +5,7 @@ * Copyright (C) 2019 linuxdaemon <linuxdaemon.irc@gmail.com> * Copyright (C) 2013 Daniel Vassdal <shutter@canternet.org> * Copyright (C) 2012-2016, 2018 Attila Molnar <attilamolnar@hush.com> - * Copyright (C) 2012-2013, 2016-2021 Sadie Powell <sadie@witchery.services> + * Copyright (C) 2012-2013, 2016-2022 Sadie Powell <sadie@witchery.services> * Copyright (C) 2012, 2019 Robby <robby@chatbelgie.be> * Copyright (C) 2012 DjSlash <djslash@djslash.org> * Copyright (C) 2012 ChrisTX <xpipe@hotmail.de> |
