diff options
| author | 2024-11-03 09:29:43 +0000 | |
|---|---|---|
| committer | 2024-11-03 09:38:22 +0000 | |
| commit | 59f2baec850fecb924f9f9e11a58e33c7d111237 (patch) | |
| tree | fc0dfede1c556ef5d5d1f389d0657121f6b1bc4b /include | |
| parent | Merge branch 'insp4' into master. (diff) | |
| parent | Merge branch 'insp3' into insp4. (diff) | |
Merge branch 'insp4' into master.
Diffstat (limited to 'include')
| -rw-r--r-- | include/convto.h | 2 | ||||
| -rw-r--r-- | include/cull.h | 2 | ||||
| -rw-r--r-- | include/timeutils.h | 2 | ||||
| -rw-r--r-- | include/usermanager.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/include/convto.h b/include/convto.h index 83b52c465..1b8692425 100644 --- a/include/convto.h +++ b/include/convto.h @@ -1,7 +1,7 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2019, 2021, 2023 Sadie Powell <sadie@witchery.services> + * Copyright (C) 2019, 2021, 2023-2024 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 diff --git a/include/cull.h b/include/cull.h index f4ed8987d..7495c80cf 100644 --- a/include/cull.h +++ b/include/cull.h @@ -1,7 +1,7 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2013, 2017, 2021-2022 Sadie Powell <sadie@witchery.services> + * Copyright (C) 2013, 2017, 2021-2022, 2024 Sadie Powell <sadie@witchery.services> * Copyright (C) 2012 Robby <robby@chatbelgie.be> * Copyright (C) 2011 jackmcbarn <jackmcbarn@inspircd.org> * Copyright (C) 2009 Daniel De Graaf <danieldg@inspircd.org> diff --git a/include/timeutils.h b/include/timeutils.h index c5c1fd2c1..bc85b59bd 100644 --- a/include/timeutils.h +++ b/include/timeutils.h @@ -1,7 +1,7 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2023 Sadie Powell <sadie@witchery.services> + * Copyright (C) 2023-2024 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/usermanager.h b/include/usermanager.h index 73da0e3fb..ee9a9f603 100644 --- a/include/usermanager.h +++ b/include/usermanager.h @@ -3,7 +3,7 @@ * * Copyright (C) 2015 Adam <Adam@anope.org> * Copyright (C) 2012-2016 Attila Molnar <attilamolnar@hush.com> - * Copyright (C) 2012-2013, 2017, 2019-2023 Sadie Powell <sadie@witchery.services> + * Copyright (C) 2012-2013, 2017, 2019-2024 Sadie Powell <sadie@witchery.services> * Copyright (C) 2012 Robby <robby@chatbelgie.be> * Copyright (C) 2009 Daniel De Graaf <danieldg@inspircd.org> * Copyright (C) 2008 Robin Burchell <robin+git@viroteck.net> |
