diff options
| author | 2022-04-29 11:24:05 +0100 | |
|---|---|---|
| committer | 2022-04-29 11:24:05 +0100 | |
| commit | d7912e6a3e17f9e9eec16ec8abd3cebc20f344b6 (patch) | |
| tree | 32dbbd67c855640ef15fea23617fcf5ef8aeecab /include | |
| parent | Merge branch 'insp3' into master. (diff) | |
| parent | Release v3.13.0. (diff) | |
Merge branch 'insp3' into master.
Diffstat (limited to 'include')
| -rw-r--r-- | include/configreader.h | 2 | ||||
| -rw-r--r-- | include/ctables.h | 2 | ||||
| -rw-r--r-- | include/inspircd.h | 2 | ||||
| -rw-r--r-- | include/mode.h | 2 | ||||
| -rw-r--r-- | include/modules.h | 2 | ||||
| -rw-r--r-- | include/modules/invite.h | 2 | ||||
| -rw-r--r-- | include/modules/ircv3_batch.h | 2 | ||||
| -rw-r--r-- | include/modules/ircv3_replies.h | 2 | ||||
| -rw-r--r-- | include/modules/ircv3_servertime.h | 2 | ||||
| -rw-r--r-- | include/modules/sql.h | 2 | ||||
| -rw-r--r-- | include/modules/ssl.h | 2 | ||||
| -rw-r--r-- | include/modules/who.h | 2 | ||||
| -rw-r--r-- | include/numericbuilder.h | 2 | ||||
| -rw-r--r-- | include/numerics.h | 2 | ||||
| -rw-r--r-- | include/token_list.h | 2 | ||||
| -rw-r--r-- | include/typedefs.h | 2 |
16 files changed, 16 insertions, 16 deletions
diff --git a/include/configreader.h b/include/configreader.h index c431ce655..b216be7da 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -5,7 +5,7 @@ * Copyright (C) 2018 Chris Novakovic * Copyright (C) 2013-2014, 2016 Attila Molnar <attilamolnar@hush.com> * Copyright (C) 2013 Daniel Vassdal <shutter@canternet.org> - * Copyright (C) 2012-2014, 2016-2021 Sadie Powell <sadie@witchery.services> + * Copyright (C) 2012-2014, 2016-2022 Sadie Powell <sadie@witchery.services> * Copyright (C) 2012, 2019 Robby <robby@chatbelgie.be> * Copyright (C) 2009-2010 Daniel De Graaf <danieldg@inspircd.org> * Copyright (C) 2008 Thomas Stagner <aquanight@inspircd.org> diff --git a/include/ctables.h b/include/ctables.h index 14dc129df..d29360e94 100644 --- a/include/ctables.h +++ b/include/ctables.h @@ -2,7 +2,7 @@ * InspIRCd -- Internet Relay Chat Daemon * * Copyright (C) 2012-2015, 2018 Attila Molnar <attilamolnar@hush.com> - * Copyright (C) 2012-2013, 2017-2018, 2020 Sadie Powell <sadie@witchery.services> + * Copyright (C) 2012-2013, 2017-2018, 2020, 2022 Sadie Powell <sadie@witchery.services> * Copyright (C) 2012 Robby <robby@chatbelgie.be> * Copyright (C) 2009-2010 Daniel De Graaf <danieldg@inspircd.org> * Copyright (C) 2008 Thomas Stagner <aquanight@inspircd.org> diff --git a/include/inspircd.h b/include/inspircd.h index 1fb73d19d..694eeaf64 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -5,7 +5,7 @@ * Copyright (C) 2018 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-2014, 2017-2019 Sadie Powell <sadie@witchery.services> + * Copyright (C) 2012-2014, 2017-2019, 2022 Sadie Powell <sadie@witchery.services> * Copyright (C) 2012, 2019 Robby <robby@chatbelgie.be> * Copyright (C) 2012 ChrisTX <xpipe@hotmail.de> * Copyright (C) 2009-2010 Daniel De Graaf <danieldg@inspircd.org> diff --git a/include/mode.h b/include/mode.h index b048489aa..e9e8c83f5 100644 --- a/include/mode.h +++ b/include/mode.h @@ -2,7 +2,7 @@ * InspIRCd -- Internet Relay Chat Daemon * * Copyright (C) 2013-2016 Attila Molnar <attilamolnar@hush.com> - * Copyright (C) 2012-2013, 2017-2021 Sadie Powell <sadie@witchery.services> + * Copyright (C) 2012-2013, 2017-2022 Sadie Powell <sadie@witchery.services> * Copyright (C) 2012 Robby <robby@chatbelgie.be> * Copyright (C) 2009 Daniel De Graaf <danieldg@inspircd.org> * Copyright (C) 2008 Thomas Stagner <aquanight@inspircd.org> diff --git a/include/modules.h b/include/modules.h index 0424405a0..88a227534 100644 --- a/include/modules.h +++ b/include/modules.h @@ -5,7 +5,7 @@ * Copyright (C) 2019 iwalkalone <iwalkalone69@gmail.com> * Copyright (C) 2013 Adam <Adam@anope.org> * Copyright (C) 2012-2016, 2018 Attila Molnar <attilamolnar@hush.com> - * Copyright (C) 2012-2013, 2017-2021 Sadie Powell <sadie@witchery.services> + * Copyright (C) 2012-2013, 2017-2022 Sadie Powell <sadie@witchery.services> * Copyright (C) 2012 Robby <robby@chatbelgie.be> * Copyright (C) 2009-2010 Daniel De Graaf <danieldg@inspircd.org> * Copyright (C) 2009 Uli Schlachter <psychon@inspircd.org> diff --git a/include/modules/invite.h b/include/modules/invite.h index dc097ea2d..466da4153 100644 --- a/include/modules/invite.h +++ b/include/modules/invite.h @@ -1,7 +1,7 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2019 Sadie Powell <sadie@witchery.services> + * Copyright (C) 2019, 2022 Sadie Powell <sadie@witchery.services> * Copyright (C) 2015 Attila Molnar <attilamolnar@hush.com> * * This file is part of InspIRCd. InspIRCd is free software: you can diff --git a/include/modules/ircv3_batch.h b/include/modules/ircv3_batch.h index f3768f6a7..3640a4dea 100644 --- a/include/modules/ircv3_batch.h +++ b/include/modules/ircv3_batch.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/modules/ircv3_replies.h b/include/modules/ircv3_replies.h index ba05ef9f6..480b6c8df 100644 --- a/include/modules/ircv3_replies.h +++ b/include/modules/ircv3_replies.h @@ -1,7 +1,7 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2019-2021 Sadie Powell <sadie@witchery.services> + * Copyright (C) 2019-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/modules/ircv3_servertime.h b/include/modules/ircv3_servertime.h index bcdaafc5b..3f7f20d7c 100644 --- a/include/modules/ircv3_servertime.h +++ b/include/modules/ircv3_servertime.h @@ -1,7 +1,7 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2018-2019 Sadie Powell <sadie@witchery.services> + * Copyright (C) 2018-2019, 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/modules/sql.h b/include/modules/sql.h index 9f75c74eb..1363e9996 100644 --- a/include/modules/sql.h +++ b/include/modules/sql.h @@ -3,7 +3,7 @@ * * Copyright (C) 2015 Daniel Vassdal <shutter@canternet.org> * Copyright (C) 2014 Attila Molnar <attilamolnar@hush.com> - * Copyright (C) 2013, 2017-2019, 2021 Sadie Powell <sadie@witchery.services> + * Copyright (C) 2013, 2017-2019, 2021-2022 Sadie Powell <sadie@witchery.services> * Copyright (C) 2012 Robby <robby@chatbelgie.be> * Copyright (C) 2010 Daniel De Graaf <danieldg@inspircd.org> * diff --git a/include/modules/ssl.h b/include/modules/ssl.h index 4ca676a89..3e7ba18cc 100644 --- a/include/modules/ssl.h +++ b/include/modules/ssl.h @@ -4,7 +4,7 @@ * Copyright (C) 2020 Matt Schatz <genius3000@g3k.solutions> * Copyright (C) 2019 B00mX0r <b00mx0r@aureus.pw> * Copyright (C) 2018 Dylan Frank <b00mx0r@aureus.pw> - * Copyright (C) 2013, 2017-2019, 2021 Sadie Powell <sadie@witchery.services> + * Copyright (C) 2013, 2017-2019, 2021-2022 Sadie Powell <sadie@witchery.services> * Copyright (C) 2013, 2015-2016 Attila Molnar <attilamolnar@hush.com> * Copyright (C) 2012 Robby <robby@chatbelgie.be> * Copyright (C) 2012 ChrisTX <xpipe@hotmail.de> diff --git a/include/modules/who.h b/include/modules/who.h index b68c85f17..20c59d4c9 100644 --- a/include/modules/who.h +++ b/include/modules/who.h @@ -2,7 +2,7 @@ * InspIRCd -- Internet Relay Chat Daemon * * Copyright (C) 2019 linuxdaemon <linuxdaemon.irc@gmail.com> - * Copyright (C) 2018, 2021 Sadie Powell <sadie@witchery.services> + * Copyright (C) 2018, 2021-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/numericbuilder.h b/include/numericbuilder.h index d16d1ef44..5d9bbe26f 100644 --- a/include/numericbuilder.h +++ b/include/numericbuilder.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) 2015-2016 Attila Molnar <attilamolnar@hush.com> * * This file is part of InspIRCd. InspIRCd is free software: you can diff --git a/include/numerics.h b/include/numerics.h index 82fb8c4e0..1773a58a6 100644 --- a/include/numerics.h +++ b/include/numerics.h @@ -3,7 +3,7 @@ * * Copyright (C) 2017 B00mX0r <b00mx0r@aureus.pw> * Copyright (C) 2016 Attila Molnar <attilamolnar@hush.com> - * Copyright (C) 2013, 2015-2018, 2020-2021 Sadie Powell <sadie@witchery.services> + * Copyright (C) 2013, 2015-2018, 2020-2022 Sadie Powell <sadie@witchery.services> * Copyright (C) 2013 Adam <Adam@anope.org> * Copyright (C) 2012, 2019 Robby <robby@chatbelgie.be> * Copyright (C) 2009 Uli Schlachter <psychon@inspircd.org> diff --git a/include/token_list.h b/include/token_list.h index 77fa1fcfb..bd1f4a7c3 100644 --- a/include/token_list.h +++ b/include/token_list.h @@ -1,7 +1,7 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2017, 2021 Sadie Powell <sadie@witchery.services> + * Copyright (C) 2017, 2021-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/typedefs.h b/include/typedefs.h index 113b49167..a7157ae6d 100644 --- a/include/typedefs.h +++ b/include/typedefs.h @@ -1,8 +1,8 @@ /* * InspIRCd -- Internet Relay Chat Daemon * + * Copyright (C) 2013-2014, 2016, 2018 Attila Molnar <attilamolnar@hush.com> * Copyright (C) 2013, 2016, 2018, 2020-2021 Sadie Powell <sadie@witchery.services> - * Copyright (C) 2012-2014, 2016, 2018 Attila Molnar <attilamolnar@hush.com> * Copyright (C) 2012 Robby <robby@chatbelgie.be> * Copyright (C) 2009-2010 Daniel De Graaf <danieldg@inspircd.org> * Copyright (C) 2007 Dennis Friis <peavey@inspircd.org> |
