diff options
| author | 2021-08-27 09:38:22 +0100 | |
|---|---|---|
| committer | 2021-08-27 09:38:22 +0100 | |
| commit | 4540162276aa23e016ae094158d2d1d93bcc734f (patch) | |
| tree | e3a78ab63d43991763bf768c2b7f09a5fe6c6156 /src/coremods | |
| parent | Update vendored dependencies. (diff) | |
Update copyright headers.
Diffstat (limited to 'src/coremods')
| -rw-r--r-- | src/coremods/core_channel/cmd_names.cpp | 2 | ||||
| -rw-r--r-- | src/coremods/core_channel/cmode_l.cpp | 2 | ||||
| -rw-r--r-- | src/coremods/core_hostname_lookup.cpp | 4 | ||||
| -rw-r--r-- | src/coremods/core_info/cmd_commands.cpp | 3 | ||||
| -rw-r--r-- | src/coremods/core_info/cmd_servlist.cpp | 1 | ||||
| -rw-r--r-- | src/coremods/core_serialize_rfc.cpp | 1 | ||||
| -rw-r--r-- | src/coremods/core_whois.cpp | 2 | ||||
| -rw-r--r-- | src/coremods/core_whowas.cpp | 2 |
8 files changed, 10 insertions, 7 deletions
diff --git a/src/coremods/core_channel/cmd_names.cpp b/src/coremods/core_channel/cmd_names.cpp index 7cc349ce8..e2594d33d 100644 --- a/src/coremods/core_channel/cmd_names.cpp +++ b/src/coremods/core_channel/cmd_names.cpp @@ -1,9 +1,9 @@ /* * InspIRCd -- Internet Relay Chat Daemon * + * Copyright (C) 2021 Valentin Lorentz <progval+git@progval.net> * Copyright (C) 2018-2019 Sadie Powell <sadie@witchery.services> * Copyright (C) 2018 Dylan Frank <b00mx0r@aureus.pw> - * Copyright (C) 2017 B00mX0r <b00mx0r@aureus.pw> * Copyright (C) 2013-2016 Attila Molnar <attilamolnar@hush.com> * Copyright (C) 2012, 2019 Robby <robby@chatbelgie.be> * Copyright (C) 2009 Uli Schlachter <psychon@inspircd.org> diff --git a/src/coremods/core_channel/cmode_l.cpp b/src/coremods/core_channel/cmode_l.cpp index 8708f4722..7a47454e7 100644 --- a/src/coremods/core_channel/cmode_l.cpp +++ b/src/coremods/core_channel/cmode_l.cpp @@ -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 Attila Molnar <attilamolnar@hush.com> * Copyright (C) 2012 Robby <robby@chatbelgie.be> * Copyright (C) 2009 Daniel De Graaf <danieldg@inspircd.org> diff --git a/src/coremods/core_hostname_lookup.cpp b/src/coremods/core_hostname_lookup.cpp index 4c4ab95dc..7c47f9e7e 100644 --- a/src/coremods/core_hostname_lookup.cpp +++ b/src/coremods/core_hostname_lookup.cpp @@ -2,9 +2,9 @@ * InspIRCd -- Internet Relay Chat Daemon * * Copyright (C) 2020 Matt Schatz <genius3000@g3k.solutions> - * Copyright (C) 2013-2015 Attila Molnar <attilamolnar@hush.com> - * Copyright (C) 2013, 2017-2020 Sadie Powell <sadie@witchery.services> + * Copyright (C) 2013, 2017-2021 Sadie Powell <sadie@witchery.services> * Copyright (C) 2013, 2016 Adam <Adam@anope.org> + * Copyright (C) 2013, 2015 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 diff --git a/src/coremods/core_info/cmd_commands.cpp b/src/coremods/core_info/cmd_commands.cpp index fbfecded8..e523a9daa 100644 --- a/src/coremods/core_info/cmd_commands.cpp +++ b/src/coremods/core_info/cmd_commands.cpp @@ -1,7 +1,8 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2013, 2017-2018, 2020 Sadie Powell <sadie@witchery.services> + * Copyright (C) 2021 Herman <GermanAizek@yandex.ru> + * Copyright (C) 2017-2018, 2020 Sadie Powell <sadie@witchery.services> * Copyright (C) 2012, 2014, 2016 Attila Molnar <attilamolnar@hush.com> * Copyright (C) 2012 Robby <robby@chatbelgie.be> * Copyright (C) 2009-2010 Daniel De Graaf <danieldg@inspircd.org> diff --git a/src/coremods/core_info/cmd_servlist.cpp b/src/coremods/core_info/cmd_servlist.cpp index 83061515d..65dae7b8b 100644 --- a/src/coremods/core_info/cmd_servlist.cpp +++ b/src/coremods/core_info/cmd_servlist.cpp @@ -1,6 +1,7 @@ /* * InspIRCd -- Internet Relay Chat Daemon * + * Copyright (C) 2021 Matt Schatz <genius3000@g3k.solutions> * Copyright (C) 2020-2021 Sadie Powell <sadie@witchery.services> * * This file is part of InspIRCd. InspIRCd is free software: you can diff --git a/src/coremods/core_serialize_rfc.cpp b/src/coremods/core_serialize_rfc.cpp index 65c417b30..fc99565b5 100644 --- a/src/coremods/core_serialize_rfc.cpp +++ b/src/coremods/core_serialize_rfc.cpp @@ -1,6 +1,7 @@ /* * InspIRCd -- Internet Relay Chat Daemon * + * Copyright (C) 2021 Herman <GermanAizek@yandex.ru> * Copyright (C) 2018-2019 Sadie Powell <sadie@witchery.services> * Copyright (C) 2018 Attila Molnar <attilamolnar@hush.com> * diff --git a/src/coremods/core_whois.cpp b/src/coremods/core_whois.cpp index b1d03f0cc..b8344d318 100644 --- a/src/coremods/core_whois.cpp +++ b/src/coremods/core_whois.cpp @@ -4,7 +4,7 @@ * Copyright (C) 2019 Matt Schatz <genius3000@g3k.solutions> * Copyright (C) 2018 linuxdaemon <linuxdaemon.irc@gmail.com> * Copyright (C) 2018 Dylan Frank <b00mx0r@aureus.pw> - * Copyright (C) 2017-2018, 2020 Sadie Powell <sadie@witchery.services> + * Copyright (C) 2017-2018, 2020-2021 Sadie Powell <sadie@witchery.services> * Copyright (C) 2012-2016 Attila Molnar <attilamolnar@hush.com> * Copyright (C) 2012, 2019 Robby <robby@chatbelgie.be> * Copyright (C) 2009 Uli Schlachter <psychon@inspircd.org> diff --git a/src/coremods/core_whowas.cpp b/src/coremods/core_whowas.cpp index 18fbd83d2..82438287f 100644 --- a/src/coremods/core_whowas.cpp +++ b/src/coremods/core_whowas.cpp @@ -1,7 +1,7 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2013, 2017-2018, 2020 Sadie Powell <sadie@witchery.services> + * Copyright (C) 2013, 2017-2018, 2020-2021 Sadie Powell <sadie@witchery.services> * Copyright (C) 2012-2016 Attila Molnar <attilamolnar@hush.com> * Copyright (C) 2012, 2019 Robby <robby@chatbelgie.be> * Copyright (C) 2010 Craig Edwards <brain@inspircd.org> |
