diff options
| author | 2024-06-07 10:37:56 +0100 | |
|---|---|---|
| committer | 2024-06-07 10:37:56 +0100 | |
| commit | ae3e2db109eecaea25032e218c39a257e736174a (patch) | |
| tree | 5145c58055bee9aaea1bf0f8bb6b55e14e76470e /include/utility | |
| parent | Merge branch 'insp3' into insp4. (diff) | |
Update copyright headers.
Diffstat (limited to 'include/utility')
| -rw-r--r-- | include/utility/aligned_storage.h | 1 | ||||
| -rw-r--r-- | include/utility/iterator_range.h | 2 | ||||
| -rw-r--r-- | include/utility/map.h | 2 | ||||
| -rw-r--r-- | include/utility/string.h | 3 |
4 files changed, 5 insertions, 3 deletions
diff --git a/include/utility/aligned_storage.h b/include/utility/aligned_storage.h index 83b8ce75d..a5a7d8ec1 100644 --- a/include/utility/aligned_storage.h +++ b/include/utility/aligned_storage.h @@ -1,6 +1,7 @@ /* * InspIRCd -- Internet Relay Chat Daemon * + * Copyright (C) 2020-2022, 2024 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/utility/iterator_range.h b/include/utility/iterator_range.h index 06fddb1bb..0a33954be 100644 --- a/include/utility/iterator_range.h +++ b/include/utility/iterator_range.h @@ -1,7 +1,7 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2020 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/utility/map.h b/include/utility/map.h index efbca18b8..87d93a13b 100644 --- a/include/utility/map.h +++ b/include/utility/map.h @@ -1,7 +1,7 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2021 Sadie Powell <sadie@witchery.services> + * Copyright (C) 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/utility/string.h b/include/utility/string.h index 03d17299c..8ed918474 100644 --- a/include/utility/string.h +++ b/include/utility/string.h @@ -1,7 +1,8 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2021 Sadie Powell <sadie@witchery.services> + * Copyright (C) 2021, 2023 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 * redistribute it and/or modify it under the terms of the GNU General Public |
