From 7b1ab06a9551d8db141ebc9213836af6b5369284 Mon Sep 17 00:00:00 2001 From: InspIRCd Robot Date: Fri, 5 Mar 2021 02:04:16 +0000 Subject: [PATCH] Update copyright headers. --- include/channels.h | 4 ++-- include/configreader.h | 3 ++- include/consolecolors.h | 2 +- include/convto.h | 1 - include/ctables.h | 2 +- include/exitcodes.h | 3 ++- include/hashcomp.h | 4 ++-- include/inspircd.h | 2 +- include/inspsocket.h | 1 + include/message.h | 2 +- include/mode.h | 2 +- include/moduledefs.h | 2 +- include/modules.h | 5 +++-- include/socket.h | 2 +- include/socketengine.h | 5 ++--- include/timer.h | 2 +- include/usermanager.h | 2 +- include/users.h | 7 ++++--- include/xline.h | 7 +++---- modulemanager | 2 +- src/channels.cpp | 2 +- src/command_parse.cpp | 2 +- src/configreader.cpp | 1 + src/coremods/core_channel/cmd_invite.cpp | 2 +- src/coremods/core_list.cpp | 2 +- src/coremods/core_message.cpp | 4 ++-- src/coremods/core_mode.cpp | 2 +- src/coremods/core_oper/cmd_kill.cpp | 2 +- src/coremods/core_user/cmd_nick.cpp | 2 +- src/coremods/core_user/cmd_user.cpp | 2 +- src/coremods/core_who.cpp | 6 +++--- src/coremods/core_whowas.cpp | 2 +- src/coremods/core_xline/cmd_eline.cpp | 2 +- src/coremods/core_xline/cmd_gline.cpp | 2 +- src/coremods/core_xline/cmd_kline.cpp | 2 +- src/coremods/core_xline/cmd_qline.cpp | 2 +- src/coremods/core_xline/cmd_zline.cpp | 2 +- src/coremods/core_xline/core_xline.cpp | 4 ++-- src/coremods/core_xline/core_xline.h | 2 +- src/dynamic.cpp | 2 +- src/hashcomp.cpp | 2 +- src/helperfuncs.cpp | 2 +- src/inspircd.cpp | 10 +++++----- src/inspsocket.cpp | 3 ++- src/mode.cpp | 2 +- src/modules.cpp | 2 +- src/modules/extra/m_pgsql.cpp | 2 +- src/modules/extra/m_ssl_openssl.cpp | 3 ++- src/modules/m_alias.cpp | 4 ++-- src/modules/m_alltime.cpp | 1 + src/modules/m_auditorium.cpp | 2 +- src/modules/m_banexception.cpp | 3 ++- src/modules/m_blockamsg.cpp | 1 + src/modules/m_blockcaps.cpp | 1 + src/modules/m_cban.cpp | 2 +- src/modules/m_censor.cpp | 4 ++-- src/modules/m_chanfilter.cpp | 3 ++- src/modules/m_chanlog.cpp | 1 + src/modules/m_chghost.cpp | 2 +- src/modules/m_chgident.cpp | 1 + src/modules/m_cloaking.cpp | 5 +++-- src/modules/m_conn_waitpong.cpp | 1 + src/modules/m_delayjoin.cpp | 2 +- src/modules/m_denychans.cpp | 2 +- src/modules/m_filter.cpp | 2 +- src/modules/m_globalload.cpp | 4 ++-- src/modules/m_globops.cpp | 2 +- src/modules/m_hostchange.cpp | 2 +- src/modules/m_hostcycle.cpp | 2 +- src/modules/m_ident.cpp | 2 +- src/modules/m_inviteexception.cpp | 1 - src/modules/m_ircv3.cpp | 2 +- src/modules/m_ircv3_chghost.cpp | 2 +- src/modules/m_kicknorejoin.cpp | 1 + src/modules/m_knock.cpp | 2 +- src/modules/m_nationalchars.cpp | 2 +- src/modules/m_nicklock.cpp | 2 +- src/modules/m_noctcp.cpp | 4 ++-- src/modules/m_nokicks.cpp | 2 +- src/modules/m_nonotice.cpp | 2 +- src/modules/m_operchans.cpp | 2 +- src/modules/m_operjoin.cpp | 1 + src/modules/m_operlevels.cpp | 2 +- src/modules/m_opermotd.cpp | 3 ++- src/modules/m_override.cpp | 2 +- src/modules/m_passforward.cpp | 2 +- src/modules/m_randquote.cpp | 2 +- src/modules/m_redirect.cpp | 2 +- src/modules/m_remove.cpp | 2 +- src/modules/m_restrictchans.cpp | 2 +- src/modules/m_restrictmsg.cpp | 2 +- src/modules/m_rline.cpp | 2 +- src/modules/m_sajoin.cpp | 4 ++-- src/modules/m_samode.cpp | 2 +- src/modules/m_sanick.cpp | 2 +- src/modules/m_sapart.cpp | 2 +- src/modules/m_saquit.cpp | 2 +- src/modules/m_securelist.cpp | 2 +- src/modules/m_services_account.cpp | 2 +- src/modules/m_sethost.cpp | 4 ++-- src/modules/m_setident.cpp | 3 ++- src/modules/m_setidle.cpp | 2 +- src/modules/m_setname.cpp | 1 + src/modules/m_sha256.cpp | 2 +- src/modules/m_shun.cpp | 3 +-- src/modules/m_spanningtree/encap.cpp | 2 +- src/modules/m_spanningtree/treesocket1.cpp | 3 +-- src/modules/m_spanningtree/treesocket2.cpp | 4 ++-- src/modules/m_sqlauth.cpp | 2 +- src/modules/m_sqloper.cpp | 2 +- src/modules/m_stripcolor.cpp | 2 +- src/modules/m_svshold.cpp | 4 ++-- src/modules/m_swhois.cpp | 3 ++- src/modules/m_timedbans.cpp | 6 +++--- src/modules/m_userip.cpp | 2 +- src/socket.cpp | 2 +- src/socketengines/socketengine_epoll.cpp | 2 +- src/timer.cpp | 2 +- src/users.cpp | 4 ++-- src/xline.cpp | 4 ++-- win/inspircd_memory_functions.cpp | 1 + win/inspircd_win32wrapper.cpp | 3 ++- win/inspircd_win32wrapper.h | 2 +- win/win32service.cpp | 2 +- 124 files changed, 164 insertions(+), 145 deletions(-) diff --git a/include/channels.h b/include/channels.h index c42a64efc..1b44a7be6 100644 --- a/include/channels.h +++ b/include/channels.h @@ -1,13 +1,13 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2013-2018 Attila Molnar + * Copyright (C) 2013-2016, 2018 Attila Molnar * Copyright (C) 2012-2013, 2017-2020 Sadie Powell * Copyright (C) 2012 Robby * Copyright (C) 2009 Daniel De Graaf * Copyright (C) 2007-2008 Robin Burchell * Copyright (C) 2007, 2009 Dennis Friis - * Copyright (C) 2006, 2008, 2010 Craig Edwards + * Copyright (C) 2003-2006, 2008, 2010 Craig Edwards * * 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/configreader.h b/include/configreader.h index 0d2e5ae16..d6ac3d93e 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -10,8 +10,9 @@ * Copyright (C) 2009-2010 Daniel De Graaf * Copyright (C) 2008 Thomas Stagner * Copyright (C) 2007-2008 Robin Burchell - * Copyright (C) 2007-2008 Craig Edwards * Copyright (C) 2007 Dennis Friis + * Copyright (C) 2006-2008 Craig Edwards + * Copyright (C) 2006 Oliver Lupton * * 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/consolecolors.h b/include/consolecolors.h index e8329c44e..e7ca5c82e 100644 --- a/include/consolecolors.h +++ b/include/consolecolors.h @@ -2,7 +2,7 @@ * InspIRCd -- Internet Relay Chat Daemon * * Copyright (C) 2019 linuxdaemon - * Copyright (C) 2013, 2019 Sadie Powell + * Copyright (C) 2013, 2019, 2021 Sadie Powell * Copyright (C) 2012 ChrisTX * * This file is part of InspIRCd. InspIRCd is free software: you can diff --git a/include/convto.h b/include/convto.h index 9bad62b93..1fc684829 100644 --- a/include/convto.h +++ b/include/convto.h @@ -1,7 +1,6 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2020 Matt Schatz * Copyright (C) 2017-2019 Sadie Powell * Copyright (C) 2016 Attila Molnar * diff --git a/include/ctables.h b/include/ctables.h index 792f3b9c3..1e30b22f8 100644 --- a/include/ctables.h +++ b/include/ctables.h @@ -8,7 +8,7 @@ * Copyright (C) 2008 Thomas Stagner * Copyright (C) 2007-2008 Robin Burchell * Copyright (C) 2007 Dennis Friis - * Copyright (C) 2006-2010 Craig Edwards + * Copyright (C) 2003, 2006-2010 Craig Edwards * * 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/exitcodes.h b/include/exitcodes.h index e6453febc..16626be12 100644 --- a/include/exitcodes.h +++ b/include/exitcodes.h @@ -4,8 +4,9 @@ * Copyright (C) 2013, 2019 Sadie Powell * Copyright (C) 2013 Attila Molnar * Copyright (C) 2012 Robby - * Copyright (C) 2007-2008, 2010 Craig Edwards + * Copyright (C) 2007 Robin Burchell * Copyright (C) 2007 Dennis Friis + * Copyright (C) 2006-2008, 2010 Craig Edwards * * 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/hashcomp.h b/include/hashcomp.h index 5308d95c4..320b57031 100644 --- a/include/hashcomp.h +++ b/include/hashcomp.h @@ -8,10 +8,10 @@ * Copyright (C) 2012 Robby * Copyright (C) 2009 Uli Schlachter * Copyright (C) 2009 Daniel De Graaf - * Copyright (C) 2008 Robin Burchell + * Copyright (C) 2008-2009 Robin Burchell * Copyright (C) 2008 Pippijn van Steenhoven * Copyright (C) 2007 Dennis Friis - * Copyright (C) 2006-2010 Craig Edwards + * Copyright (C) 2005-2010 Craig Edwards * * 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/inspircd.h b/include/inspircd.h index e30933492..a55d52c0b 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -13,7 +13,7 @@ * Copyright (C) 2007-2009 Dennis Friis * Copyright (C) 2007-2008 Robin Burchell * Copyright (C) 2007 Oliver Lupton - * Copyright (C) 2006-2008, 2010 Craig Edwards + * Copyright (C) 2005-2008, 2010 Craig Edwards * * 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/inspsocket.h b/include/inspsocket.h index f86d9d7f4..f9cc87b1d 100644 --- a/include/inspsocket.h +++ b/include/inspsocket.h @@ -11,6 +11,7 @@ * Copyright (C) 2007-2009 Robin Burchell * Copyright (C) 2007 Dennis Friis * Copyright (C) 2006, 2010 Craig Edwards + * Copyright (C) 2006 Oliver Lupton * * 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/message.h b/include/message.h index 5d83829f6..068f31246 100644 --- a/include/message.h +++ b/include/message.h @@ -1,8 +1,8 @@ /* * InspIRCd -- Internet Relay Chat Daemon * + * Copyright (C) 2018 Attila Molnar * Copyright (C) 2017-2018, 2020 Sadie Powell - * Copyright (C) 2017-2018 Attila Molnar * * 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/mode.h b/include/mode.h index 236e1b035..17f7e0133 100644 --- a/include/mode.h +++ b/include/mode.h @@ -2,7 +2,7 @@ * InspIRCd -- Internet Relay Chat Daemon * * Copyright (C) 2013-2016 Attila Molnar - * Copyright (C) 2012-2013, 2017-2020 Sadie Powell + * Copyright (C) 2012-2013, 2017-2021 Sadie Powell * Copyright (C) 2012 Robby * Copyright (C) 2009 Daniel De Graaf * Copyright (C) 2008 Thomas Stagner diff --git a/include/moduledefs.h b/include/moduledefs.h index 82207524c..67aa062bf 100644 --- a/include/moduledefs.h +++ b/include/moduledefs.h @@ -1,7 +1,7 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2020 Sadie Powell + * Copyright (C) 2020-2021 Sadie Powell * * 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.h b/include/modules.h index c4508d81a..3521fa76d 100644 --- a/include/modules.h +++ b/include/modules.h @@ -11,9 +11,10 @@ * Copyright (C) 2009 Uli Schlachter * Copyright (C) 2008 Thomas Stagner * Copyright (C) 2007-2009 Robin Burchell - * Copyright (C) 2007-2008, 2010 Craig Edwards * Copyright (C) 2007 Oliver Lupton - * Copyright (C) 2007 Dennis Friis + * Copyright (C) 2006-2007 Dennis Friis + * Copyright (C) 2006 John Brooks + * Copyright (C) 2003-2008, 2010 Craig Edwards * * 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/socket.h b/include/socket.h index 143c8f809..1ea1332e2 100644 --- a/include/socket.h +++ b/include/socket.h @@ -7,10 +7,10 @@ * Copyright (C) 2012 ChrisTX * Copyright (C) 2012 Adam * Copyright (C) 2009-2010 Daniel De Graaf - * Copyright (C) 2008, 2010 Craig Edwards * Copyright (C) 2008 Pippijn van Steenhoven * Copyright (C) 2007-2008 Robin Burchell * Copyright (C) 2007 Dennis Friis + * Copyright (C) 2006, 2008, 2010 Craig Edwards * * 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/socketengine.h b/include/socketengine.h index 9ca8aba6a..99892b80a 100644 --- a/include/socketengine.h +++ b/include/socketengine.h @@ -5,12 +5,11 @@ * Copyright (C) 2013-2014 Adam * Copyright (C) 2012-2013, 2017-2020 Sadie Powell * Copyright (C) 2012 Robby + * Copyright (C) 2009-2010 Daniel De Graaf * Copyright (C) 2009 Uli Schlachter - * Copyright (C) 2009 Daniel De Graaf * Copyright (C) 2007-2008, 2017 Robin Burchell - * Copyright (C) 2007-2008, 2010 Craig Edwards - * Copyright (C) 2007 burlex * Copyright (C) 2007 Dennis Friis + * Copyright (C) 2005-2008 Craig Edwards * * 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/timer.h b/include/timer.h index 193e5909b..16784fecd 100644 --- a/include/timer.h +++ b/include/timer.h @@ -7,8 +7,8 @@ * Copyright (C) 2009 Uli Schlachter * Copyright (C) 2009 Daniel De Graaf * Copyright (C) 2007-2008 Robin Burchell - * Copyright (C) 2007, 2010 Craig Edwards * Copyright (C) 2007 Dennis Friis + * Copyright (C) 2006-2007, 2010 Craig Edwards * * 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 df1312467..e73d541ee 100644 --- a/include/usermanager.h +++ b/include/usermanager.h @@ -2,7 +2,7 @@ * InspIRCd -- Internet Relay Chat Daemon * * Copyright (C) 2015 Adam - * Copyright (C) 2013-2016 Attila Molnar + * Copyright (C) 2012-2016 Attila Molnar * Copyright (C) 2012-2013, 2017, 2019-2020 Sadie Powell * Copyright (C) 2012 Robby * Copyright (C) 2010 Craig Edwards diff --git a/include/users.h b/include/users.h index 2f1df535a..b9092b678 100644 --- a/include/users.h +++ b/include/users.h @@ -6,16 +6,17 @@ * Copyright (C) 2013 Daniel Vassdal * Copyright (C) 2012-2016, 2018 Attila Molnar * Copyright (C) 2012-2013, 2016-2020 Sadie Powell - * Copyright (C) 2012, 2018-2019 Robby + * Copyright (C) 2012, 2019 Robby * Copyright (C) 2012 DjSlash * Copyright (C) 2012 ChrisTX + * Copyright (C) 2011 jackmcbarn * Copyright (C) 2009-2010 Daniel De Graaf * Copyright (C) 2009 Uli Schlachter * Copyright (C) 2008 Thomas Stagner * Copyright (C) 2008 John Brooks - * Copyright (C) 2007-2009 Robin Burchell * Copyright (C) 2007, 2009 Dennis Friis - * Copyright (C) 2006-2008 Craig Edwards + * Copyright (C) 2006-2009 Robin Burchell + * Copyright (C) 2003-2008 Craig Edwards * * 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/xline.h b/include/xline.h index 5f1f568fc..420f10986 100644 --- a/include/xline.h +++ b/include/xline.h @@ -2,13 +2,12 @@ * InspIRCd -- Internet Relay Chat Daemon * * Copyright (C) 2019 Matt Schatz - * Copyright (C) 2013 Attila Molnar * Copyright (C) 2012-2013, 2017-2018, 2020 Sadie Powell - * Copyright (C) 2012, 2018-2019 Robby + * Copyright (C) 2012, 2019 Robby * Copyright (C) 2009 Daniel De Graaf - * Copyright (C) 2007-2008 Robin Burchell * Copyright (C) 2007 Dennis Friis - * Copyright (C) 2006-2008, 2010 Craig Edwards + * Copyright (C) 2006-2008 Robin Burchell + * Copyright (C) 2004, 2006-2008, 2010 Craig Edwards * * 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/modulemanager b/modulemanager index 67e2aacc9..0d92f1f7d 100755 --- a/modulemanager +++ b/modulemanager @@ -4,7 +4,7 @@ # # Copyright (C) 2012-2014, 2017-2021 Sadie Powell # Copyright (C) 2012 Robby -# Copyright (C) 2009-2010 Daniel De Graaf +# Copyright (C) 2010 Daniel De Graaf # Copyright (C) 2008-2009 Robin Burchell # # This file is part of InspIRCd. InspIRCd is free software: you can diff --git a/src/channels.cpp b/src/channels.cpp index 972efa927..67f908195 100644 --- a/src/channels.cpp +++ b/src/channels.cpp @@ -7,8 +7,8 @@ * Copyright (C) 2012-2016, 2018 Attila Molnar * Copyright (C) 2012, 2019 Robby * Copyright (C) 2009-2010 Daniel De Graaf - * Copyright (C) 2007-2009 Robin Burchell * Copyright (C) 2007 Dennis Friis + * Copyright (C) 2006-2009 Robin Burchell * Copyright (C) 2006-2008, 2010 Craig Edwards * * This file is part of InspIRCd. InspIRCd is free software: you can diff --git a/src/command_parse.cpp b/src/command_parse.cpp index f8dcc8755..f4d8f377c 100644 --- a/src/command_parse.cpp +++ b/src/command_parse.cpp @@ -7,7 +7,7 @@ * Copyright (C) 2009-2010 Daniel De Graaf * Copyright (C) 2007-2009 Robin Burchell * Copyright (C) 2007 Dennis Friis - * Copyright (C) 2006-2008, 2010 Craig Edwards + * Copyright (C) 2005-2008, 2010 Craig Edwards * * 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/configreader.cpp b/src/configreader.cpp index fa9bbf105..596d52ef7 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -15,6 +15,7 @@ * Copyright (C) 2007-2010 Robin Burchell * Copyright (C) 2007 Dennis Friis * Copyright (C) 2006-2008 Craig Edwards + * Copyright (C) 2006 Oliver Lupton * * 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_channel/cmd_invite.cpp b/src/coremods/core_channel/cmd_invite.cpp index 431afe9b7..70c4ce096 100644 --- a/src/coremods/core_channel/cmd_invite.cpp +++ b/src/coremods/core_channel/cmd_invite.cpp @@ -11,7 +11,7 @@ * Copyright (C) 2008 Thomas Stagner * Copyright (C) 2007-2008 Robin Burchell * Copyright (C) 2007 Dennis Friis - * Copyright (C) 2006-2008 Craig Edwards + * Copyright (C) 2005-2008, 2010 Craig Edwards * * 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_list.cpp b/src/coremods/core_list.cpp index e4da6ddb7..28ea91ce1 100644 --- a/src/coremods/core_list.cpp +++ b/src/coremods/core_list.cpp @@ -8,7 +8,7 @@ * Copyright (C) 2009 Daniel De Graaf * Copyright (C) 2008 Robin Burchell * Copyright (C) 2007 Dennis Friis - * Copyright (C) 2006-2007, 2010 Craig Edwards + * Copyright (C) 2005-2007, 2010 Craig Edwards * * 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_message.cpp b/src/coremods/core_message.cpp index 6966bc6d5..c9f6d19c2 100644 --- a/src/coremods/core_message.cpp +++ b/src/coremods/core_message.cpp @@ -2,11 +2,11 @@ * InspIRCd -- Internet Relay Chat Daemon * * Copyright (C) 2017-2021 Sadie Powell - * Copyright (C) 2013, 2017-2018 Attila Molnar + * Copyright (C) 2013-2014, 2018 Attila Molnar * Copyright (C) 2012, 2019 Robby * Copyright (C) 2009 Daniel De Graaf * Copyright (C) 2007 Dennis Friis - * Copyright (C) 2006-2007, 2010 Craig Edwards + * Copyright (C) 2006-2008, 2010 Craig Edwards * * 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_mode.cpp b/src/coremods/core_mode.cpp index 55ca4bdb0..32dc26910 100644 --- a/src/coremods/core_mode.cpp +++ b/src/coremods/core_mode.cpp @@ -5,7 +5,7 @@ * Copyright (C) 2019 Robby * Copyright (C) 2018-2020 Sadie Powell * Copyright (C) 2017 B00mX0r - * Copyright (C) 2014, 2016 Attila Molnar + * Copyright (C) 2014-2016 Attila Molnar * * 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_oper/cmd_kill.cpp b/src/coremods/core_oper/cmd_kill.cpp index 13d6be558..ac2d0ac14 100644 --- a/src/coremods/core_oper/cmd_kill.cpp +++ b/src/coremods/core_oper/cmd_kill.cpp @@ -3,7 +3,7 @@ * * Copyright (C) 2017-2018 Sadie Powell * Copyright (C) 2016 Adam - * Copyright (C) 2012-2014, 2018 Attila Molnar + * Copyright (C) 2012-2014, 2016, 2018 Attila Molnar * Copyright (C) 2012, 2019 Robby * Copyright (C) 2009-2010 Daniel De Graaf * Copyright (C) 2009 Uli Schlachter diff --git a/src/coremods/core_user/cmd_nick.cpp b/src/coremods/core_user/cmd_nick.cpp index 44bcb95fa..659069351 100644 --- a/src/coremods/core_user/cmd_nick.cpp +++ b/src/coremods/core_user/cmd_nick.cpp @@ -8,8 +8,8 @@ * Copyright (C) 2009-2010 Daniel De Graaf * Copyright (C) 2009 Uli Schlachter * Copyright (C) 2007-2008 Robin Burchell - * Copyright (C) 2007, 2010 Craig Edwards * Copyright (C) 2007 Dennis Friis + * Copyright (C) 2006-2007, 2010 Craig Edwards * * 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_user/cmd_user.cpp b/src/coremods/core_user/cmd_user.cpp index 440f1c239..3bef3e05e 100644 --- a/src/coremods/core_user/cmd_user.cpp +++ b/src/coremods/core_user/cmd_user.cpp @@ -4,11 +4,11 @@ * Copyright (C) 2017-2018 Sadie Powell * Copyright (C) 2013-2016 Attila Molnar * Copyright (C) 2012, 2019 Robby - * Copyright (C) 2010 Craig Edwards * Copyright (C) 2009 Uli Schlachter * Copyright (C) 2009 Daniel De Graaf * Copyright (C) 2007 Robin Burchell * Copyright (C) 2007 Dennis Friis + * Copyright (C) 2006-2007, 2010 Craig Edwards * * 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_who.cpp b/src/coremods/core_who.cpp index 0da27548c..aa19efe97 100644 --- a/src/coremods/core_who.cpp +++ b/src/coremods/core_who.cpp @@ -2,15 +2,15 @@ * InspIRCd -- Internet Relay Chat Daemon * * Copyright (C) 2019 linuxdaemon - * Copyright (C) 2017-2019 Sadie Powell - * Copyright (C) 2017-2018 Adam + * Copyright (C) 2018 Adam + * Copyright (C) 2017-2019, 2021 Sadie Powell * Copyright (C) 2013-2014, 2016 Attila Molnar * Copyright (C) 2012, 2019 Robby * Copyright (C) 2009-2010 Daniel De Graaf * Copyright (C) 2009 John Brooks * Copyright (C) 2008 Robin Burchell - * Copyright (C) 2007-2008, 2010 Craig Edwards * Copyright (C) 2007 Dennis Friis + * Copyright (C) 2006-2008, 2010 Craig Edwards * * 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_whowas.cpp b/src/coremods/core_whowas.cpp index 2b1a6ca1d..02bcdf5d4 100644 --- a/src/coremods/core_whowas.cpp +++ b/src/coremods/core_whowas.cpp @@ -8,7 +8,7 @@ * Copyright (C) 2009 Uli Schlachter * Copyright (C) 2009 Daniel De Graaf * Copyright (C) 2007-2008 Robin Burchell - * Copyright (C) 2007 Dennis Friis + * Copyright (C) 2006-2007 Dennis Friis * * 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_xline/cmd_eline.cpp b/src/coremods/core_xline/cmd_eline.cpp index 4f8ffe58e..3572a4069 100644 --- a/src/coremods/core_xline/cmd_eline.cpp +++ b/src/coremods/core_xline/cmd_eline.cpp @@ -4,7 +4,7 @@ * Copyright (C) 2019 Matt Schatz * Copyright (C) 2018 linuxdaemon * Copyright (C) 2018 Sadie Powell - * Copyright (C) 2012, 2018-2019 Robby + * Copyright (C) 2012, 2019 Robby * Copyright (C) 2012, 2014 Attila Molnar * Copyright (C) 2009 Daniel De Graaf * Copyright (C) 2008 Robin Burchell diff --git a/src/coremods/core_xline/cmd_gline.cpp b/src/coremods/core_xline/cmd_gline.cpp index 03c8c7b58..dc4fd0986 100644 --- a/src/coremods/core_xline/cmd_gline.cpp +++ b/src/coremods/core_xline/cmd_gline.cpp @@ -4,7 +4,7 @@ * Copyright (C) 2019 Matt Schatz * Copyright (C) 2018 linuxdaemon * Copyright (C) 2018 Sadie Powell - * Copyright (C) 2012, 2018-2019 Robby + * Copyright (C) 2012, 2019 Robby * Copyright (C) 2012, 2014 Attila Molnar * Copyright (C) 2009 Uli Schlachter * Copyright (C) 2009 Daniel De Graaf diff --git a/src/coremods/core_xline/cmd_kline.cpp b/src/coremods/core_xline/cmd_kline.cpp index 71e21c0ef..84477fda4 100644 --- a/src/coremods/core_xline/cmd_kline.cpp +++ b/src/coremods/core_xline/cmd_kline.cpp @@ -4,7 +4,7 @@ * Copyright (C) 2019 Matt Schatz * Copyright (C) 2018 linuxdaemon * Copyright (C) 2018 Sadie Powell - * Copyright (C) 2012, 2018-2019 Robby + * Copyright (C) 2012, 2019 Robby * Copyright (C) 2012, 2014 Attila Molnar * Copyright (C) 2009 Uli Schlachter * Copyright (C) 2009 Daniel De Graaf diff --git a/src/coremods/core_xline/cmd_qline.cpp b/src/coremods/core_xline/cmd_qline.cpp index e16bdb925..4857bf2a8 100644 --- a/src/coremods/core_xline/cmd_qline.cpp +++ b/src/coremods/core_xline/cmd_qline.cpp @@ -5,7 +5,7 @@ * Copyright (C) 2018 linuxdaemon * Copyright (C) 2018 Sadie Powell * Copyright (C) 2014 Attila Molnar - * Copyright (C) 2012, 2018-2019 Robby + * Copyright (C) 2012, 2019 Robby * Copyright (C) 2009 Uli Schlachter * Copyright (C) 2009 Daniel De Graaf * Copyright (C) 2008 Thomas Stagner diff --git a/src/coremods/core_xline/cmd_zline.cpp b/src/coremods/core_xline/cmd_zline.cpp index 0e8e7ff34..792b24ab1 100644 --- a/src/coremods/core_xline/cmd_zline.cpp +++ b/src/coremods/core_xline/cmd_zline.cpp @@ -4,7 +4,7 @@ * Copyright (C) 2019 Matt Schatz * Copyright (C) 2018 linuxdaemon * Copyright (C) 2017-2018 Sadie Powell - * Copyright (C) 2012, 2018-2019 Robby + * Copyright (C) 2012, 2019 Robby * Copyright (C) 2012, 2014 Attila Molnar * Copyright (C) 2009 Uli Schlachter * Copyright (C) 2009 Matt Smith diff --git a/src/coremods/core_xline/core_xline.cpp b/src/coremods/core_xline/core_xline.cpp index 32c1dea3f..13bc68a5f 100644 --- a/src/coremods/core_xline/core_xline.cpp +++ b/src/coremods/core_xline/core_xline.cpp @@ -2,9 +2,9 @@ * InspIRCd -- Internet Relay Chat Daemon * * Copyright (C) 2019 linuxdaemon + * Copyright (C) 2019 Robby * Copyright (C) 2019 Matt Schatz - * Copyright (C) 2018-2019 Robby - * Copyright (C) 2017-2020 Sadie Powell + * Copyright (C) 2017-2021 Sadie Powell * Copyright (C) 2014, 2016 Attila Molnar * * This file is part of InspIRCd. InspIRCd is free software: you can diff --git a/src/coremods/core_xline/core_xline.h b/src/coremods/core_xline/core_xline.h index 2d6c8199a..4384623f1 100644 --- a/src/coremods/core_xline/core_xline.h +++ b/src/coremods/core_xline/core_xline.h @@ -1,8 +1,8 @@ /* * InspIRCd -- Internet Relay Chat Daemon * + * Copyright (C) 2019 Robby * Copyright (C) 2019 Matt Schatz - * Copyright (C) 2018-2019 Robby * Copyright (C) 2017-2018 Sadie Powell * Copyright (C) 2014 Attila Molnar * diff --git a/src/dynamic.cpp b/src/dynamic.cpp index 3df91e41f..5f69820c9 100644 --- a/src/dynamic.cpp +++ b/src/dynamic.cpp @@ -10,7 +10,7 @@ * Copyright (C) 2009 Uli Schlachter * Copyright (C) 2007 Robin Burchell * Copyright (C) 2007 Dennis Friis - * Copyright (C) 2006, 2010 Craig Edwards + * Copyright (C) 2003, 2006, 2010 Craig Edwards * * 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/hashcomp.cpp b/src/hashcomp.cpp index 4ed98712a..5ca032229 100644 --- a/src/hashcomp.cpp +++ b/src/hashcomp.cpp @@ -10,7 +10,7 @@ * Copyright (C) 2009 Daniel De Graaf * Copyright (C) 2008 Robin Burchell * Copyright (C) 2007 Dennis Friis - * Copyright (C) 2006-2007, 2010 Craig Edwards + * Copyright (C) 2005-2007, 2010 Craig Edwards * * 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/helperfuncs.cpp b/src/helperfuncs.cpp index f8ee0d1a6..7ce5fa454 100644 --- a/src/helperfuncs.cpp +++ b/src/helperfuncs.cpp @@ -10,9 +10,9 @@ * Copyright (C) 2012, 2018 Robby * Copyright (C) 2012 ChrisTX * Copyright (C) 2009-2010 Daniel De Graaf - * Copyright (C) 2007, 2010 Craig Edwards * Copyright (C) 2007 Dennis Friis * Copyright (C) 2006-2008 Robin Burchell + * Copyright (C) 2005, 2007, 2010 Craig Edwards * * 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/inspircd.cpp b/src/inspircd.cpp index fca3af6b4..56b8178d2 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -3,19 +3,19 @@ * * Copyright (C) 2020 Matt Schatz * Copyright (C) 2018 Chris Novakovic - * Copyright (C) 2013, 2018-2021 Sadie Powell + * Copyright (C) 2013, 2017-2021 Sadie Powell * Copyright (C) 2013 Adam * Copyright (C) 2012-2014, 2016, 2018 Attila Molnar + * Copyright (C) 2012-2013 ChrisTX * Copyright (C) 2012 Robby - * Copyright (C) 2012 ChrisTX * Copyright (C) 2012 Ariadne Conill * Copyright (C) 2009-2010 Daniel De Graaf - * Copyright (C) 2009 Uli Schlachter + * Copyright (C) 2008-2009 Uli Schlachter * Copyright (C) 2008 Thomas Stagner - * Copyright (C) 2007-2008, 2010 Craig Edwards * Copyright (C) 2007-2008 Robin Burchell - * Copyright (C) 2007 Oliver Lupton * Copyright (C) 2007 Dennis Friis + * Copyright (C) 2006-2007 Oliver Lupton + * Copyright (C) 2005-2010 Craig Edwards * * 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/inspsocket.cpp b/src/inspsocket.cpp index f075aecc6..e00429bba 100644 --- a/src/inspsocket.cpp +++ b/src/inspsocket.cpp @@ -12,7 +12,8 @@ * Copyright (C) 2007-2008 Robin Burchell * Copyright (C) 2007 John Brooks * Copyright (C) 2007 Dennis Friis - * Copyright (C) 2007 Craig Edwards + * Copyright (C) 2006-2007 Craig Edwards + * Copyright (C) 2006 Oliver Lupton * * 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/mode.cpp b/src/mode.cpp index d183d0240..306d39c5d 100644 --- a/src/mode.cpp +++ b/src/mode.cpp @@ -3,7 +3,7 @@ * * Copyright (C) 2019 Matt Schatz * Copyright (C) 2017 B00mX0r - * Copyright (C) 2016-2019 Sadie Powell + * Copyright (C) 2016-2019, 2021 Sadie Powell * Copyright (C) 2012-2016, 2018 Attila Molnar * Copyright (C) 2012, 2019 Robby * Copyright (C) 2012 Shawn Smith diff --git a/src/modules.cpp b/src/modules.cpp index 07ded8209..fb7fa55dd 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -15,7 +15,7 @@ * Copyright (C) 2007-2008 Robin Burchell * Copyright (C) 2007 Oliver Lupton * Copyright (C) 2007 Dennis Friis - * Copyright (C) 2006-2010 Craig Edwards + * Copyright (C) 2005-2010 Craig Edwards * * 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/modules/extra/m_pgsql.cpp b/src/modules/extra/m_pgsql.cpp index 6dcd74966..36156013d 100644 --- a/src/modules/extra/m_pgsql.cpp +++ b/src/modules/extra/m_pgsql.cpp @@ -10,8 +10,8 @@ * Copyright (C) 2009 Uli Schlachter * Copyright (C) 2008 Thomas Stagner * Copyright (C) 2007, 2009-2010 Craig Edwards + * Copyright (C) 2007, 2009 Dennis Friis * Copyright (C) 2007 Robin Burchell - * Copyright (C) 2007 Dennis Friis * Copyright (C) 2006 Oliver Lupton * * This file is part of InspIRCd. InspIRCd is free software: you can diff --git a/src/modules/extra/m_ssl_openssl.cpp b/src/modules/extra/m_ssl_openssl.cpp index 910b81950..55efd2dd6 100644 --- a/src/modules/extra/m_ssl_openssl.cpp +++ b/src/modules/extra/m_ssl_openssl.cpp @@ -12,8 +12,9 @@ * Copyright (C) 2012 ChrisTX * Copyright (C) 2009-2010 Daniel De Graaf * Copyright (C) 2008 Robin Burchell - * Copyright (C) 2007-2008, 2010 Craig Edwards * Copyright (C) 2007 Dennis Friis + * Copyright (C) 2006-2008, 2010 Craig Edwards + * Copyright (C) 2006 Oliver Lupton * * 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/modules/m_alias.cpp b/src/modules/m_alias.cpp index 7154563ec..7fc0f3bb0 100644 --- a/src/modules/m_alias.cpp +++ b/src/modules/m_alias.cpp @@ -2,14 +2,14 @@ * InspIRCd -- Internet Relay Chat Daemon * * Copyright (C) 2018-2019 linuxdaemon - * Copyright (C) 2013-2015, 2018 Attila Molnar * Copyright (C) 2013, 2015-2019, 2021 Sadie Powell + * Copyright (C) 2012-2015, 2018 Attila Molnar * Copyright (C) 2012, 2019 Robby * Copyright (C) 2009-2010 Daniel De Graaf * Copyright (C) 2009 Matt Smith * Copyright (C) 2008-2009 Robin Burchell * Copyright (C) 2007-2008 Dennis Friis - * Copyright (C) 2006-2009 Craig Edwards + * Copyright (C) 2004, 2006-2009 Craig Edwards * * 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/modules/m_alltime.cpp b/src/modules/m_alltime.cpp index 55f834979..af529bf53 100644 --- a/src/modules/m_alltime.cpp +++ b/src/modules/m_alltime.cpp @@ -8,6 +8,7 @@ * Copyright (C) 2007, 2010 Craig Edwards * Copyright (C) 2007 Robin Burchell * Copyright (C) 2007 Dennis Friis + * Copyright (C) 2006 John Brooks * * 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/modules/m_auditorium.cpp b/src/modules/m_auditorium.cpp index 180b94775..0e18d3e36 100644 --- a/src/modules/m_auditorium.cpp +++ b/src/modules/m_auditorium.cpp @@ -1,7 +1,7 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2013-2014, 2016-2018 Attila Molnar + * Copyright (C) 2013-2014, 2016, 2018 Attila Molnar * Copyright (C) 2013, 2017-2019 Sadie Powell * Copyright (C) 2012, 2019 Robby * Copyright (C) 2009-2010 Daniel De Graaf diff --git a/src/modules/m_banexception.cpp b/src/modules/m_banexception.cpp index 8d1be0658..2ed17a914 100644 --- a/src/modules/m_banexception.cpp +++ b/src/modules/m_banexception.cpp @@ -7,7 +7,8 @@ * Copyright (C) 2009-2010 Daniel De Graaf * Copyright (C) 2008 Robin Burchell * Copyright (C) 2007-2008 Dennis Friis - * Copyright (C) 2007 Craig Edwards + * Copyright (C) 2006-2007 Craig Edwards + * Copyright (C) 2006 Oliver Lupton * * 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/modules/m_blockamsg.cpp b/src/modules/m_blockamsg.cpp index 9c4140311..8e4b09304 100644 --- a/src/modules/m_blockamsg.cpp +++ b/src/modules/m_blockamsg.cpp @@ -7,6 +7,7 @@ * Copyright (C) 2009 Daniel De Graaf * Copyright (C) 2007-2008 Dennis Friis * Copyright (C) 2006, 2010 Craig Edwards + * Copyright (C) 2006 Oliver Lupton * * 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/modules/m_blockcaps.cpp b/src/modules/m_blockcaps.cpp index 0acdc4d6c..3bf9c98d0 100644 --- a/src/modules/m_blockcaps.cpp +++ b/src/modules/m_blockcaps.cpp @@ -9,6 +9,7 @@ * Copyright (C) 2008 Robin Burchell * Copyright (C) 2007 Dennis Friis * Copyright (C) 2006, 2008-2009 Craig Edwards + * Copyright (C) 2006 Oliver Lupton * * 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/modules/m_cban.cpp b/src/modules/m_cban.cpp index 2ddb3d514..1cf6c29bf 100644 --- a/src/modules/m_cban.cpp +++ b/src/modules/m_cban.cpp @@ -9,9 +9,9 @@ * Copyright (C) 2012, 2019 Robby * Copyright (C) 2009 John Brooks * Copyright (C) 2009 Daniel De Graaf - * Copyright (C) 2008 Robin Burchell * Copyright (C) 2007-2008 Dennis Friis * Copyright (C) 2006, 2010 Craig Edwards + * Copyright (C) 2005, 2008 Robin Burchell * * 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/modules/m_censor.cpp b/src/modules/m_censor.cpp index 00981aa53..bd63809ed 100644 --- a/src/modules/m_censor.cpp +++ b/src/modules/m_censor.cpp @@ -7,9 +7,9 @@ * Copyright (C) 2012, 2019 Robby * Copyright (C) 2009-2010 Daniel De Graaf * Copyright (C) 2008 Thomas Stagner - * Copyright (C) 2007-2008 Robin Burchell * Copyright (C) 2007 Dennis Friis - * Copyright (C) 2006, 2010 Craig Edwards + * Copyright (C) 2005, 2007-2008 Robin Burchell + * Copyright (C) 2004, 2006, 2010 Craig Edwards * * 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/modules/m_chanfilter.cpp b/src/modules/m_chanfilter.cpp index 646a1b284..14735b13d 100644 --- a/src/modules/m_chanfilter.cpp +++ b/src/modules/m_chanfilter.cpp @@ -7,7 +7,8 @@ * Copyright (C) 2012, 2018 Robby * Copyright (C) 2009 Daniel De Graaf * Copyright (C) 2007 Dennis Friis - * Copyright (C) 2006, 2008-2010 Craig Edwards + * Copyright (C) 2006 Oliver Lupton + * Copyright (C) 2005-2006, 2008-2010 Craig Edwards * * 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/modules/m_chanlog.cpp b/src/modules/m_chanlog.cpp index 9e01b5c7e..c80b4691c 100644 --- a/src/modules/m_chanlog.cpp +++ b/src/modules/m_chanlog.cpp @@ -5,6 +5,7 @@ * Copyright (C) 2013, 2018 Sadie Powell * Copyright (C) 2012-2014, 2018 Attila Molnar * Copyright (C) 2012, 2019 Robby + * Copyright (C) 2010 Craig Edwards * Copyright (C) 2009 Uli Schlachter * Copyright (C) 2009 Daniel De Graaf * Copyright (C) 2008 Thomas Stagner diff --git a/src/modules/m_chghost.cpp b/src/modules/m_chghost.cpp index 1ce285601..d8f306699 100644 --- a/src/modules/m_chghost.cpp +++ b/src/modules/m_chghost.cpp @@ -7,7 +7,7 @@ * Copyright (C) 2009, 2012 Daniel De Graaf * Copyright (C) 2007-2008 Robin Burchell * Copyright (C) 2007, 2009 Dennis Friis - * Copyright (C) 2006 Craig Edwards + * Copyright (C) 2004-2006 Craig Edwards * * 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/modules/m_chgident.cpp b/src/modules/m_chgident.cpp index 5abb79a2b..4134905a1 100644 --- a/src/modules/m_chgident.cpp +++ b/src/modules/m_chgident.cpp @@ -10,6 +10,7 @@ * Copyright (C) 2007, 2009 Dennis Friis * Copyright (C) 2007 Robin Burchell * Copyright (C) 2007 John Brooks + * Copyright (C) 2006 Oliver Lupton * * 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/modules/m_cloaking.cpp b/src/modules/m_cloaking.cpp index 69f376d2c..1e266908c 100644 --- a/src/modules/m_cloaking.cpp +++ b/src/modules/m_cloaking.cpp @@ -1,7 +1,7 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2017-2019 B00mX0r + * Copyright (C) 2017, 2019 B00mX0r * Copyright (C) 2017 Sheogorath * Copyright (C) 2016 Adam * Copyright (C) 2014 Thomas Fargeix @@ -11,9 +11,10 @@ * Copyright (C) 2011 jackmcbarn * Copyright (C) 2009-2010 Daniel De Graaf * Copyright (C) 2007-2009 Robin Burchell - * Copyright (C) 2007-2008, 2010 Craig Edwards * Copyright (C) 2007-2008 Dennis Friis + * Copyright (C) 2007 John Brooks * Copyright (C) 2006 Oliver Lupton + * Copyright (C) 2003, 2007-2008, 2010 Craig Edwards * * 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/modules/m_conn_waitpong.cpp b/src/modules/m_conn_waitpong.cpp index c71403621..df04405d8 100644 --- a/src/modules/m_conn_waitpong.cpp +++ b/src/modules/m_conn_waitpong.cpp @@ -8,6 +8,7 @@ * Copyright (C) 2008 Robin Burchell * Copyright (C) 2007 Dennis Friis * Copyright (C) 2006, 2010 Craig Edwards + * Copyright (C) 2006 Oliver Lupton * * 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/modules/m_delayjoin.cpp b/src/modules/m_delayjoin.cpp index 677f5e728..d1c69069b 100644 --- a/src/modules/m_delayjoin.cpp +++ b/src/modules/m_delayjoin.cpp @@ -2,7 +2,7 @@ * InspIRCd -- Internet Relay Chat Daemon * * Copyright (C) 2013, 2017-2019 Sadie Powell - * Copyright (C) 2012-2015, 2017-2018 Attila Molnar + * Copyright (C) 2012-2015, 2018 Attila Molnar * Copyright (C) 2012, 2019 Robby * Copyright (C) 2010 Jens Voss * Copyright (C) 2009 Matt Smith diff --git a/src/modules/m_denychans.cpp b/src/modules/m_denychans.cpp index 106690e81..04962558c 100644 --- a/src/modules/m_denychans.cpp +++ b/src/modules/m_denychans.cpp @@ -8,8 +8,8 @@ * Copyright (C) 2009 Uli Schlachter * Copyright (C) 2009 Daniel De Graaf * Copyright (C) 2008 Robin Burchell - * Copyright (C) 2007, 2010 Craig Edwards * Copyright (C) 2007 Dennis Friis + * Copyright (C) 2005, 2007, 2010 Craig Edwards * * 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/modules/m_filter.cpp b/src/modules/m_filter.cpp index 786ea673b..010f2a855 100644 --- a/src/modules/m_filter.cpp +++ b/src/modules/m_filter.cpp @@ -14,8 +14,8 @@ * Copyright (C) 2009 Robin Burchell * Copyright (C) 2009 Matt Smith * Copyright (C) 2009 John Brooks - * Copyright (C) 2007-2010 Craig Edwards * Copyright (C) 2007 Dennis Friis + * Copyright (C) 2006-2010 Craig Edwards * * 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/modules/m_globalload.cpp b/src/modules/m_globalload.cpp index 490a0f995..bba31ee43 100644 --- a/src/modules/m_globalload.cpp +++ b/src/modules/m_globalload.cpp @@ -1,14 +1,14 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2013, 2017-2018, 2020-2021 Sadie Powell + * Copyright (C) 2013, 2017-2018, 2021 Sadie Powell * Copyright (C) 2012, 2019 Robby * Copyright (C) 2012, 2014-2016 Attila Molnar * Copyright (C) 2009-2010 Daniel De Graaf * Copyright (C) 2009 Robin Burchell - * Copyright (C) 2007-2008, 2010 Craig Edwards * Copyright (C) 2007-2008 Dennis Friis * Copyright (C) 2007 John Brooks + * Copyright (C) 2006-2008, 2010 Craig Edwards * * 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/modules/m_globops.cpp b/src/modules/m_globops.cpp index 75ec36929..89164b600 100644 --- a/src/modules/m_globops.cpp +++ b/src/modules/m_globops.cpp @@ -8,7 +8,7 @@ * Copyright (C) 2009 Uli Schlachter * Copyright (C) 2007-2008 Dennis Friis * Copyright (C) 2007 Robin Burchell - * Copyright (C) 2006, 2010 Craig Edwards + * Copyright (C) 2004, 2006, 2010 Craig Edwards * * 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/modules/m_hostchange.cpp b/src/modules/m_hostchange.cpp index 8d7abede4..47c831d29 100644 --- a/src/modules/m_hostchange.cpp +++ b/src/modules/m_hostchange.cpp @@ -7,7 +7,7 @@ * Copyright (C) 2009 Robin Burchell * Copyright (C) 2009 Daniel De Graaf * Copyright (C) 2007 Dennis Friis - * Copyright (C) 2006-2007, 2010 Craig Edwards + * Copyright (C) 2005-2007, 2010 Craig Edwards * * 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/modules/m_hostcycle.cpp b/src/modules/m_hostcycle.cpp index c3131b424..95fa3fab3 100644 --- a/src/modules/m_hostcycle.cpp +++ b/src/modules/m_hostcycle.cpp @@ -2,7 +2,7 @@ * InspIRCd -- Internet Relay Chat Daemon * * Copyright (C) 2017-2018 Sadie Powell - * Copyright (C) 2013-2015, 2017-2018 Attila Molnar + * Copyright (C) 2013-2015, 2018 Attila Molnar * * 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/modules/m_ident.cpp b/src/modules/m_ident.cpp index a0d5443d6..0f746b05b 100644 --- a/src/modules/m_ident.cpp +++ b/src/modules/m_ident.cpp @@ -6,9 +6,9 @@ * Copyright (C) 2012-2013 Robby * Copyright (C) 2009-2010 Daniel De Graaf * Copyright (C) 2008 Robin Burchell - * Copyright (C) 2007, 2010 Craig Edwards * Copyright (C) 2007 John Brooks * Copyright (C) 2007 Dennis Friis + * Copyright (C) 2005, 2007, 2010 Craig Edwards * * 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/modules/m_inviteexception.cpp b/src/modules/m_inviteexception.cpp index 0ac77947f..604c144e4 100644 --- a/src/modules/m_inviteexception.cpp +++ b/src/modules/m_inviteexception.cpp @@ -1,7 +1,6 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2018 linuxdaemon * Copyright (C) 2013, 2017-2020 Sadie Powell * Copyright (C) 2012-2013 Attila Molnar * Copyright (C) 2012, 2019 Robby diff --git a/src/modules/m_ircv3.cpp b/src/modules/m_ircv3.cpp index 6786cf0b4..54163f2b1 100644 --- a/src/modules/m_ircv3.cpp +++ b/src/modules/m_ircv3.cpp @@ -2,7 +2,7 @@ * InspIRCd -- Internet Relay Chat Daemon * * Copyright (C) 2013, 2018-2019 Sadie Powell - * Copyright (C) 2012, 2015, 2018 Attila Molnar + * Copyright (C) 2012-2013, 2015, 2018 Attila Molnar * * 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/modules/m_ircv3_chghost.cpp b/src/modules/m_ircv3_chghost.cpp index a71737586..3c02b20f5 100644 --- a/src/modules/m_ircv3_chghost.cpp +++ b/src/modules/m_ircv3_chghost.cpp @@ -2,7 +2,7 @@ * InspIRCd -- Internet Relay Chat Daemon * * Copyright (C) 2017-2019 Sadie Powell - * Copyright (C) 2015, 2017-2018 Attila Molnar + * Copyright (C) 2015, 2018 Attila Molnar * * 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/modules/m_kicknorejoin.cpp b/src/modules/m_kicknorejoin.cpp index cc899282f..e14530a92 100644 --- a/src/modules/m_kicknorejoin.cpp +++ b/src/modules/m_kicknorejoin.cpp @@ -10,6 +10,7 @@ * Copyright (C) 2009 Daniel De Graaf * Copyright (C) 2007 Dennis Friis * Copyright (C) 2006, 2010 Craig Edwards + * Copyright (C) 2006 Oliver Lupton * * 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/modules/m_knock.cpp b/src/modules/m_knock.cpp index f1cca891a..e7e55f0e9 100644 --- a/src/modules/m_knock.cpp +++ b/src/modules/m_knock.cpp @@ -7,9 +7,9 @@ * Copyright (C) 2012, 2019 Robby * Copyright (C) 2009-2010 Daniel De Graaf * Copyright (C) 2009 Uli Schlachter - * Copyright (C) 2008 Craig Edwards * Copyright (C) 2007 Robin Burchell * Copyright (C) 2007 Dennis Friis + * Copyright (C) 2004, 2006, 2008, 2010 Craig Edwards * * 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/modules/m_nationalchars.cpp b/src/modules/m_nationalchars.cpp index 7ee21b872..3b9afd5bd 100644 --- a/src/modules/m_nationalchars.cpp +++ b/src/modules/m_nationalchars.cpp @@ -7,10 +7,10 @@ * Copyright (C) 2012, 2019 Robby * Copyright (C) 2011 jackmcbarn * Copyright (C) 2009-2010 Daniel De Graaf + * Copyright (C) 2009-2010 Craig Edwards * Copyright (C) 2009 Uli Schlachter * Copyright (C) 2009 Robin Burchell * Copyright (C) 2009 Dennis Friis - * Copyright (C) 2009 Craig Edwards * * 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/modules/m_nicklock.cpp b/src/modules/m_nicklock.cpp index c2b179be5..db7b52ad6 100644 --- a/src/modules/m_nicklock.cpp +++ b/src/modules/m_nicklock.cpp @@ -8,7 +8,7 @@ * Copyright (C) 2009 Uli Schlachter * Copyright (C) 2007-2009 Robin Burchell * Copyright (C) 2007, 2009 Dennis Friis - * Copyright (C) 2006, 2008, 2010 Craig Edwards + * Copyright (C) 2005-2006, 2008, 2010 Craig Edwards * * 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/modules/m_noctcp.cpp b/src/modules/m_noctcp.cpp index 2a61478ab..b7cb84101 100644 --- a/src/modules/m_noctcp.cpp +++ b/src/modules/m_noctcp.cpp @@ -3,14 +3,14 @@ * * Copyright (C) 2019 linuxdaemon * Copyright (C) 2019 Matt Schatz - * Copyright (C) 2013, 2017-2018, 2020 Sadie Powell + * Copyright (C) 2013, 2017-2020 Sadie Powell * Copyright (C) 2012, 2019 Robby * Copyright (C) 2012 Attila Molnar * Copyright (C) 2009 Uli Schlachter * Copyright (C) 2009 Daniel De Graaf * Copyright (C) 2008 Robin Burchell * Copyright (C) 2007 Dennis Friis - * Copyright (C) 2006 Craig Edwards + * Copyright (C) 2004, 2006 Craig Edwards * * 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/modules/m_nokicks.cpp b/src/modules/m_nokicks.cpp index 9299254b2..6b89f8b84 100644 --- a/src/modules/m_nokicks.cpp +++ b/src/modules/m_nokicks.cpp @@ -9,7 +9,7 @@ * Copyright (C) 2009 Uli Schlachter * Copyright (C) 2008 Robin Burchell * Copyright (C) 2007 Dennis Friis - * Copyright (C) 2006, 2010 Craig Edwards + * Copyright (C) 2004, 2006, 2010 Craig Edwards * * 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/modules/m_nonotice.cpp b/src/modules/m_nonotice.cpp index 2793a52fa..fe04f3204 100644 --- a/src/modules/m_nonotice.cpp +++ b/src/modules/m_nonotice.cpp @@ -9,7 +9,7 @@ * Copyright (C) 2009 Daniel De Graaf * Copyright (C) 2008 Robin Burchell * Copyright (C) 2007 Dennis Friis - * Copyright (C) 2006, 2010 Craig Edwards + * Copyright (C) 2004, 2006, 2010 Craig Edwards * * 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/modules/m_operchans.cpp b/src/modules/m_operchans.cpp index f133d85f7..9e30ceca2 100644 --- a/src/modules/m_operchans.cpp +++ b/src/modules/m_operchans.cpp @@ -7,7 +7,7 @@ * Copyright (C) 2009-2010 Daniel De Graaf * Copyright (C) 2009 Uli Schlachter * Copyright (C) 2007 Dennis Friis - * Copyright (C) 2006, 2010 Craig Edwards + * Copyright (C) 2004, 2006, 2010 Craig Edwards * * 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/modules/m_operjoin.cpp b/src/modules/m_operjoin.cpp index 5290086fe..06bd91c50 100644 --- a/src/modules/m_operjoin.cpp +++ b/src/modules/m_operjoin.cpp @@ -9,6 +9,7 @@ * Copyright (C) 2008 Thomas Stagner * Copyright (C) 2007-2008 Dennis Friis * Copyright (C) 2006-2007 Craig Edwards + * Copyright (C) 2005 Robin Burchell * * 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/modules/m_operlevels.cpp b/src/modules/m_operlevels.cpp index c83dd6ee8..5ab9a93ab 100644 --- a/src/modules/m_operlevels.cpp +++ b/src/modules/m_operlevels.cpp @@ -9,7 +9,7 @@ * Copyright (C) 2009 Daniel De Graaf * Copyright (C) 2007-2008 Robin Burchell * Copyright (C) 2007 Dennis Friis - * Copyright (C) 2006, 2010 Craig Edwards + * Copyright (C) 2005-2006, 2010 Craig Edwards * * 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/modules/m_opermotd.cpp b/src/modules/m_opermotd.cpp index 2a725655b..e833af282 100644 --- a/src/modules/m_opermotd.cpp +++ b/src/modules/m_opermotd.cpp @@ -4,10 +4,11 @@ * Copyright (C) 2013, 2018-2020 Sadie Powell * Copyright (C) 2012-2013, 2016 Attila Molnar * Copyright (C) 2012, 2019 Robby + * Copyright (C) 2009-2010 Daniel De Graaf * Copyright (C) 2009 Uli Schlachter - * Copyright (C) 2009 Daniel De Graaf * Copyright (C) 2007, 2009 Dennis Friis * Copyright (C) 2006 Craig Edwards + * Copyright (C) 2005, 2007 Robin Burchell * * 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/modules/m_override.cpp b/src/modules/m_override.cpp index eeb693a2c..289c894bf 100644 --- a/src/modules/m_override.cpp +++ b/src/modules/m_override.cpp @@ -14,7 +14,7 @@ * Copyright (C) 2009 Uli Schlachter * Copyright (C) 2008 Robin Burchell * Copyright (C) 2007-2008 Dennis Friis - * Copyright (C) 2006, 2008, 2010 Craig Edwards + * Copyright (C) 2004, 2006, 2008, 2010 Craig Edwards * * 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/modules/m_passforward.cpp b/src/modules/m_passforward.cpp index 16ae171ea..e373068b8 100644 --- a/src/modules/m_passforward.cpp +++ b/src/modules/m_passforward.cpp @@ -4,7 +4,7 @@ * Copyright (C) 2019 linuxdaemon * Copyright (C) 2014 Googolplexed * Copyright (C) 2013, 2018, 2020 Sadie Powell - * Copyright (C) 2012-2014, 2018 Attila Molnar + * Copyright (C) 2012-2014 Attila Molnar * Copyright (C) 2012 Robby * Copyright (C) 2012 Boleslaw Tokarski * Copyright (C) 2010 Daniel De Graaf diff --git a/src/modules/m_randquote.cpp b/src/modules/m_randquote.cpp index 6a490c691..0148e48d6 100644 --- a/src/modules/m_randquote.cpp +++ b/src/modules/m_randquote.cpp @@ -6,7 +6,7 @@ * Copyright (C) 2010 Daniel De Graaf * Copyright (C) 2009 Uli Schlachter * Copyright (C) 2007 Dennis Friis - * Copyright (C) 2006-2008, 2010 Craig Edwards + * Copyright (C) 2003, 2006-2008, 2010 Craig Edwards * * 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/modules/m_redirect.cpp b/src/modules/m_redirect.cpp index 42025e6ed..0c52e01ce 100644 --- a/src/modules/m_redirect.cpp +++ b/src/modules/m_redirect.cpp @@ -10,7 +10,7 @@ * Copyright (C) 2009 Daniel De Graaf * Copyright (C) 2008 Robin Burchell * Copyright (C) 2007 Dennis Friis - * Copyright (C) 2006, 2010 Craig Edwards + * Copyright (C) 2004, 2006, 2010 Craig Edwards * * 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/modules/m_remove.cpp b/src/modules/m_remove.cpp index 1f52b5253..e0dbabf42 100644 --- a/src/modules/m_remove.cpp +++ b/src/modules/m_remove.cpp @@ -6,13 +6,13 @@ * Copyright (C) 2012-2014, 2016 Attila Molnar * Copyright (C) 2012, 2019 Robby * Copyright (C) 2012 Justin Crawford - * Copyright (C) 2010 Craig Edwards * Copyright (C) 2009 Uli Schlachter * Copyright (C) 2009 Daniel De Graaf * Copyright (C) 2008 Thomas Stagner * Copyright (C) 2007 Robin Burchell * Copyright (C) 2007 Dennis Friis * Copyright (C) 2006 Oliver Lupton + * Copyright (C) 2005-2006, 2010 Craig Edwards * * 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/modules/m_restrictchans.cpp b/src/modules/m_restrictchans.cpp index 4d3bdb997..6327ea487 100644 --- a/src/modules/m_restrictchans.cpp +++ b/src/modules/m_restrictchans.cpp @@ -6,8 +6,8 @@ * Copyright (C) 2013 Attila Molnar * Copyright (C) 2012 Robby * Copyright (C) 2009 Daniel De Graaf - * Copyright (C) 2007, 2010 Craig Edwards * Copyright (C) 2007 Dennis Friis + * Copyright (C) 2005, 2007, 2010 Craig Edwards * * 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/modules/m_restrictmsg.cpp b/src/modules/m_restrictmsg.cpp index b018bc6ea..36d9e2a78 100644 --- a/src/modules/m_restrictmsg.cpp +++ b/src/modules/m_restrictmsg.cpp @@ -7,7 +7,7 @@ * Copyright (C) 2009 Daniel De Graaf * Copyright (C) 2008 Robin Burchell * Copyright (C) 2007 Dennis Friis - * Copyright (C) 2006, 2010 Craig Edwards + * Copyright (C) 2005-2006, 2010 Craig Edwards * * 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/modules/m_rline.cpp b/src/modules/m_rline.cpp index e6414c5dd..7ef766b7d 100644 --- a/src/modules/m_rline.cpp +++ b/src/modules/m_rline.cpp @@ -5,7 +5,7 @@ * Copyright (C) 2017, 2019 Matt Schatz * Copyright (C) 2013, 2017-2018, 2020 Sadie Powell * Copyright (C) 2012-2013, 2016 Attila Molnar - * Copyright (C) 2012, 2018-2019 Robby + * Copyright (C) 2012, 2019 Robby * Copyright (C) 2009-2010 Daniel De Graaf * Copyright (C) 2009 Uli Schlachter * Copyright (C) 2008-2009 Robin Burchell diff --git a/src/modules/m_sajoin.cpp b/src/modules/m_sajoin.cpp index 22a9a7fd5..05229efb9 100644 --- a/src/modules/m_sajoin.cpp +++ b/src/modules/m_sajoin.cpp @@ -6,10 +6,10 @@ * Copyright (C) 2012-2014, 2016 Attila Molnar * Copyright (C) 2012, 2019 Robby * Copyright (C) 2009 Daniel De Graaf - * Copyright (C) 2007, 2010 Craig Edwards - * Copyright (C) 2007 Robin Burchell * Copyright (C) 2007 Dennis Friis * Copyright (C) 2006 jamie + * Copyright (C) 2005, 2007 Robin Burchell + * Copyright (C) 2004, 2007, 2010 Craig Edwards * * 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/modules/m_samode.cpp b/src/modules/m_samode.cpp index 0dae8cb0c..1344c7c27 100644 --- a/src/modules/m_samode.cpp +++ b/src/modules/m_samode.cpp @@ -8,7 +8,7 @@ * Copyright (C) 2009 Daniel De Graaf * Copyright (C) 2007 Robin Burchell * Copyright (C) 2007 Dennis Friis - * Copyright (C) 2006, 2010 Craig Edwards + * Copyright (C) 2004, 2006, 2010 Craig Edwards * * 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/modules/m_sanick.cpp b/src/modules/m_sanick.cpp index 4487e085a..8a4d1adcb 100644 --- a/src/modules/m_sanick.cpp +++ b/src/modules/m_sanick.cpp @@ -4,10 +4,10 @@ * Copyright (C) 2013, 2018, 2020 Sadie Powell * Copyright (C) 2012-2014, 2016 Attila Molnar * Copyright (C) 2012, 2019 Robby - * Copyright (C) 2010 Craig Edwards * Copyright (C) 2009 Daniel De Graaf * Copyright (C) 2007-2008 Robin Burchell * Copyright (C) 2007, 2009 Dennis Friis + * Copyright (C) 2004, 2010 Craig Edwards * * 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/modules/m_sapart.cpp b/src/modules/m_sapart.cpp index 0e1c70876..de1c0e478 100644 --- a/src/modules/m_sapart.cpp +++ b/src/modules/m_sapart.cpp @@ -5,9 +5,9 @@ * Copyright (C) 2012-2014, 2016 Attila Molnar * Copyright (C) 2012, 2019 Robby * Copyright (C) 2009 Daniel De Graaf - * Copyright (C) 2007-2008, 2010 Craig Edwards * Copyright (C) 2007-2008 Robin Burchell * Copyright (C) 2007 Dennis Friis + * Copyright (C) 2004, 2007-2008, 2010 Craig Edwards * * 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/modules/m_saquit.cpp b/src/modules/m_saquit.cpp index 74c76d528..91d2bfcf2 100644 --- a/src/modules/m_saquit.cpp +++ b/src/modules/m_saquit.cpp @@ -7,9 +7,9 @@ * Copyright (C) 2009 Thomas Stagner * Copyright (C) 2009 Daniel De Graaf * Copyright (C) 2007-2008 Robin Burchell - * Copyright (C) 2007, 2010 Craig Edwards * Copyright (C) 2007 John Brooks * Copyright (C) 2007 Dennis Friis + * Copyright (C) 2004, 2007, 2010 Craig Edwards * * 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/modules/m_securelist.cpp b/src/modules/m_securelist.cpp index 468b68459..654eb0db9 100644 --- a/src/modules/m_securelist.cpp +++ b/src/modules/m_securelist.cpp @@ -6,9 +6,9 @@ * Copyright (C) 2012-2013, 2016 Attila Molnar * Copyright (C) 2012, 2019 Robby * Copyright (C) 2009 Daniel De Graaf - * Copyright (C) 2007-2008, 2010 Craig Edwards * Copyright (C) 2007-2008 Robin Burchell * Copyright (C) 2007 Dennis Friis + * Copyright (C) 2006-2008, 2010 Craig Edwards * * 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/modules/m_services_account.cpp b/src/modules/m_services_account.cpp index 53d1a4730..7baa9c75f 100644 --- a/src/modules/m_services_account.cpp +++ b/src/modules/m_services_account.cpp @@ -8,8 +8,8 @@ * Copyright (C) 2012 Shawn Smith * Copyright (C) 2009-2010 Daniel De Graaf * Copyright (C) 2009 Uli Schlachter - * Copyright (C) 2008 Robin Burchell * Copyright (C) 2007 Dennis Friis + * Copyright (C) 2006, 2008 Robin Burchell * Copyright (C) 2006, 2008 Craig Edwards * * This file is part of InspIRCd. InspIRCd is free software: you can diff --git a/src/modules/m_sethost.cpp b/src/modules/m_sethost.cpp index 06f62b443..98067b459 100644 --- a/src/modules/m_sethost.cpp +++ b/src/modules/m_sethost.cpp @@ -5,9 +5,9 @@ * Copyright (C) 2012-2013 Attila Molnar * Copyright (C) 2012, 2019 Robby * Copyright (C) 2009 Daniel De Graaf - * Copyright (C) 2007 Robin Burchell + * Copyright (C) 2007-2008 Robin Burchell * Copyright (C) 2007 Dennis Friis - * Copyright (C) 2006, 2010 Craig Edwards + * Copyright (C) 2004, 2006, 2010 Craig Edwards * * 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/modules/m_setident.cpp b/src/modules/m_setident.cpp index 3d0031e27..3905af4bd 100644 --- a/src/modules/m_setident.cpp +++ b/src/modules/m_setident.cpp @@ -8,7 +8,8 @@ * Copyright (C) 2009 Daniel De Graaf * Copyright (C) 2007 Robin Burchell * Copyright (C) 2007 Dennis Friis - * Copyright (C) 2006, 2008 Craig Edwards + * Copyright (C) 2006, 2008, 2010 Craig Edwards + * Copyright (C) 2006 Oliver Lupton * * 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/modules/m_setidle.cpp b/src/modules/m_setidle.cpp index 68ffed024..c4c03020b 100644 --- a/src/modules/m_setidle.cpp +++ b/src/modules/m_setidle.cpp @@ -5,11 +5,11 @@ * Copyright (C) 2013, 2017-2018, 2020 Sadie Powell * Copyright (C) 2012-2013 Attila Molnar * Copyright (C) 2012, 2019 Robby - * Copyright (C) 2010 Craig Edwards * Copyright (C) 2009 Uli Schlachter * Copyright (C) 2009 Robin Burchell * Copyright (C) 2009 Daniel De Graaf * Copyright (C) 2007 Dennis Friis + * Copyright (C) 2005, 2010 Craig Edwards * * 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/modules/m_setname.cpp b/src/modules/m_setname.cpp index 46a83d803..4024fb4c1 100644 --- a/src/modules/m_setname.cpp +++ b/src/modules/m_setname.cpp @@ -7,6 +7,7 @@ * Copyright (C) 2009 Daniel De Graaf * Copyright (C) 2007 John Brooks * Copyright (C) 2007 Dennis Friis + * Copyright (C) 2004, 2010 Craig Edwards * * 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/modules/m_sha256.cpp b/src/modules/m_sha256.cpp index fe12ede00..5cb55468a 100644 --- a/src/modules/m_sha256.cpp +++ b/src/modules/m_sha256.cpp @@ -4,11 +4,11 @@ * Copyright (C) 2019 linuxdaemon * Copyright (C) 2013, 2017-2018 Sadie Powell * Copyright (C) 2012 Robby - * Copyright (C) 2010 Craig Edwards * Copyright (C) 2009 Uli Schlachter * Copyright (C) 2009 Daniel De Graaf * Copyright (C) 2007-2008 Robin Burchell * Copyright (C) 2007 Dennis Friis + * Copyright (C) 2006, 2010 Craig Edwards * * 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/modules/m_shun.cpp b/src/modules/m_shun.cpp index 943306974..d63b721a0 100644 --- a/src/modules/m_shun.cpp +++ b/src/modules/m_shun.cpp @@ -6,10 +6,9 @@ * Copyright (C) 2017-2018 B00mX0r * Copyright (C) 2013, 2017-2018, 2020-2021 Sadie Powell * Copyright (C) 2012-2013, 2015-2016 Attila Molnar - * Copyright (C) 2012, 2018-2019 Robby + * Copyright (C) 2012, 2019 Robby * Copyright (C) 2012 Jens Voss * Copyright (C) 2009 Uli Schlachter - * Copyright (C) 2009 John Brooks * Copyright (C) 2009 Dennis Friis * Copyright (C) 2009 Daniel De Graaf * Copyright (C) 2008-2010 Craig Edwards diff --git a/src/modules/m_spanningtree/encap.cpp b/src/modules/m_spanningtree/encap.cpp index ee14fd10b..3f509bc5c 100644 --- a/src/modules/m_spanningtree/encap.cpp +++ b/src/modules/m_spanningtree/encap.cpp @@ -2,7 +2,7 @@ * InspIRCd -- Internet Relay Chat Daemon * * Copyright (C) 2018 Sadie Powell - * Copyright (C) 2013-2014, 2016 Attila Molnar + * Copyright (C) 2012-2014, 2016 Attila Molnar * Copyright (C) 2012 Robby * Copyright (C) 2009-2010 Daniel De Graaf * Copyright (C) 2009 Uli Schlachter diff --git a/src/modules/m_spanningtree/treesocket1.cpp b/src/modules/m_spanningtree/treesocket1.cpp index 6d701f22e..27888d74c 100644 --- a/src/modules/m_spanningtree/treesocket1.cpp +++ b/src/modules/m_spanningtree/treesocket1.cpp @@ -5,10 +5,9 @@ * Copyright (C) 2012-2016 Attila Molnar * Copyright (C) 2012, 2019 Robby * Copyright (C) 2009-2010 Daniel De Graaf - * Copyright (C) 2009 Uli Schlachter * Copyright (C) 2007-2008, 2010 Craig Edwards + * Copyright (C) 2007-2008 Dennis Friis * Copyright (C) 2007 Robin Burchell - * Copyright (C) 2007 Dennis Friis * * 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/modules/m_spanningtree/treesocket2.cpp b/src/modules/m_spanningtree/treesocket2.cpp index f15907b13..60bd3ec8a 100644 --- a/src/modules/m_spanningtree/treesocket2.cpp +++ b/src/modules/m_spanningtree/treesocket2.cpp @@ -4,12 +4,12 @@ * Copyright (C) 2019 linuxdaemon * Copyright (C) 2013, 2018-2020 Sadie Powell * Copyright (C) 2013 Adam - * Copyright (C) 2012-2016 Attila Molnar + * Copyright (C) 2012-2016, 2018 Attila Molnar * Copyright (C) 2012, 2019 Robby * Copyright (C) 2009-2010 Daniel De Graaf * Copyright (C) 2008, 2012 Robin Burchell * Copyright (C) 2007-2008, 2010 Craig Edwards - * Copyright (C) 2007 Dennis Friis + * Copyright (C) 2007-2008 Dennis Friis * * 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/modules/m_sqlauth.cpp b/src/modules/m_sqlauth.cpp index 43850d07f..0ae51a86e 100644 --- a/src/modules/m_sqlauth.cpp +++ b/src/modules/m_sqlauth.cpp @@ -6,9 +6,9 @@ * Copyright (C) 2012-2015 Attila Molnar * Copyright (C) 2012, 2019 Robby * Copyright (C) 2009-2010 Daniel De Graaf - * Copyright (C) 2007-2008, 2010 Craig Edwards * Copyright (C) 2007-2008 Robin Burchell * Copyright (C) 2007 Dennis Friis + * Copyright (C) 2005, 2007-2008, 2010 Craig Edwards * * 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/modules/m_sqloper.cpp b/src/modules/m_sqloper.cpp index 56c21c900..c2e26b036 100644 --- a/src/modules/m_sqloper.cpp +++ b/src/modules/m_sqloper.cpp @@ -9,7 +9,7 @@ * Copyright (C) 2009-2010 Daniel De Graaf * Copyright (C) 2009 Uli Schlachter * Copyright (C) 2007-2008 Dennis Friis - * Copyright (C) 2006-2007, 2010 Craig Edwards + * Copyright (C) 2005-2007, 2010 Craig Edwards * * 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/modules/m_stripcolor.cpp b/src/modules/m_stripcolor.cpp index 7756c69be..0fea8bc5f 100644 --- a/src/modules/m_stripcolor.cpp +++ b/src/modules/m_stripcolor.cpp @@ -10,7 +10,7 @@ * Copyright (C) 2008 Thomas Stagner * Copyright (C) 2008 Robin Burchell * Copyright (C) 2007 Dennis Friis - * Copyright (C) 2006, 2010 Craig Edwards + * Copyright (C) 2004, 2006, 2010 Craig Edwards * * 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/modules/m_svshold.cpp b/src/modules/m_svshold.cpp index cbacfdabb..ec7fb1a11 100644 --- a/src/modules/m_svshold.cpp +++ b/src/modules/m_svshold.cpp @@ -4,11 +4,11 @@ * Copyright (C) 2019-2020 Matt Schatz * Copyright (C) 2018 linuxdaemon * Copyright (C) 2013, 2017-2018, 2020 Sadie Powell - * Copyright (C) 2012, 2018-2019 Robby + * Copyright (C) 2012, 2019 Robby * Copyright (C) 2012, 2014, 2016 Attila Molnar * Copyright (C) 2009 Daniel De Graaf - * Copyright (C) 2007-2008 Robin Burchell * Copyright (C) 2007-2008 Dennis Friis + * Copyright (C) 2006-2008 Robin Burchell * Copyright (C) 2006 Craig Edwards * * This file is part of InspIRCd. InspIRCd is free software: you can diff --git a/src/modules/m_swhois.cpp b/src/modules/m_swhois.cpp index 0d810e569..de774a171 100644 --- a/src/modules/m_swhois.cpp +++ b/src/modules/m_swhois.cpp @@ -6,8 +6,9 @@ * Copyright (C) 2012 Robby * Copyright (C) 2009 Daniel De Graaf * Copyright (C) 2007-2008 Robin Burchell - * Copyright (C) 2007, 2010 Craig Edwards * Copyright (C) 2007 Dennis Friis + * Copyright (C) 2006 Oliver Lupton + * Copyright (C) 2005, 2007, 2010 Craig Edwards * * 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/modules/m_timedbans.cpp b/src/modules/m_timedbans.cpp index 061a25166..6cc5d01e6 100644 --- a/src/modules/m_timedbans.cpp +++ b/src/modules/m_timedbans.cpp @@ -2,9 +2,9 @@ * InspIRCd -- Internet Relay Chat Daemon * * Copyright (C) 2020 iwalkalone + * Copyright (C) 2019 Matt Schatz * Copyright (C) 2018 linuxdaemon * Copyright (C) 2017 B00mX0r - * Copyright (C) 2016, 2019 Matt Schatz * Copyright (C) 2013, 2017-2018, 2020 Sadie Powell * Copyright (C) 2013 Daniel Vassdal * Copyright (C) 2012-2016 Attila Molnar @@ -12,9 +12,9 @@ * Copyright (C) 2009-2010 Daniel De Graaf * Copyright (C) 2009 Uli Schlachter * Copyright (C) 2009 John Brooks - * Copyright (C) 2007-2008, 2010 Craig Edwards - * Copyright (C) 2007 Robin Burchell + * Copyright (C) 2007-2008 Robin Burchell * Copyright (C) 2007 Dennis Friis + * Copyright (C) 2005-2008, 2010 Craig Edwards * * 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/modules/m_userip.cpp b/src/modules/m_userip.cpp index 838e129c1..465d9de34 100644 --- a/src/modules/m_userip.cpp +++ b/src/modules/m_userip.cpp @@ -8,7 +8,7 @@ * Copyright (C) 2009 Daniel De Graaf * Copyright (C) 2007-2009 Robin Burchell * Copyright (C) 2007-2008 Dennis Friis - * Copyright (C) 2007 Craig Edwards + * Copyright (C) 2005-2007 Craig Edwards * * 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/socket.cpp b/src/socket.cpp index cfb7b3b52..a6bfcdb2e 100644 --- a/src/socket.cpp +++ b/src/socket.cpp @@ -2,7 +2,7 @@ * InspIRCd -- Internet Relay Chat Daemon * * Copyright (C) 2019 linuxdaemon - * Copyright (C) 2014 Attila Molnar + * Copyright (C) 2013-2014 Attila Molnar * Copyright (C) 2013, 2017-2021 Sadie Powell * Copyright (C) 2013 Daniel Vassdal * Copyright (C) 2012 Robby diff --git a/src/socketengines/socketengine_epoll.cpp b/src/socketengines/socketengine_epoll.cpp index 3e54018a4..7ca9da3fd 100644 --- a/src/socketengines/socketengine_epoll.cpp +++ b/src/socketengines/socketengine_epoll.cpp @@ -9,7 +9,7 @@ * Copyright (C) 2009-2010 Daniel De Graaf * Copyright (C) 2008 Thomas Stagner * Copyright (C) 2007-2008 Dennis Friis - * Copyright (C) 2007-2008 Craig Edwards + * Copyright (C) 2006-2008 Craig Edwards * Copyright (C) 2006, 2008 Robin Burchell * * This file is part of InspIRCd. InspIRCd is free software: you can diff --git a/src/timer.cpp b/src/timer.cpp index 00be97b6c..c499b7991 100644 --- a/src/timer.cpp +++ b/src/timer.cpp @@ -7,8 +7,8 @@ * Copyright (C) 2009 Uli Schlachter * Copyright (C) 2009 Daniel De Graaf * Copyright (C) 2008 Robin Burchell - * Copyright (C) 2007, 2010 Craig Edwards * Copyright (C) 2007 Dennis Friis + * Copyright (C) 2006-2007, 2010 Craig Edwards * * 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/users.cpp b/src/users.cpp index b44297a3a..de9271c87 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -16,9 +16,9 @@ * Copyright (C) 2009 Uli Schlachter * Copyright (C) 2008 Thomas Stagner * Copyright (C) 2008 John Brooks - * Copyright (C) 2007-2009 Robin Burchell * Copyright (C) 2007, 2009 Dennis Friis - * Copyright (C) 2006-2009 Craig Edwards + * Copyright (C) 2006-2009 Robin Burchell + * Copyright (C) 2004, 2006-2009 Craig Edwards * * 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/xline.cpp b/src/xline.cpp index e4c6b6fb3..8b61ab684 100644 --- a/src/xline.cpp +++ b/src/xline.cpp @@ -5,12 +5,12 @@ * Copyright (C) 2013, 2017-2020 Sadie Powell * Copyright (C) 2013 Adam * Copyright (C) 2012-2014, 2016 Attila Molnar - * Copyright (C) 2012, 2018-2019 Robby + * Copyright (C) 2012, 2019 Robby * Copyright (C) 2009 Uli Schlachter * Copyright (C) 2009 Daniel De Graaf * Copyright (C) 2007-2009 Robin Burchell * Copyright (C) 2007 Dennis Friis - * Copyright (C) 2006-2008, 2010 Craig Edwards + * Copyright (C) 2004, 2006-2008, 2010 Craig Edwards * * 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/win/inspircd_memory_functions.cpp b/win/inspircd_memory_functions.cpp index 134c2136f..4535806cf 100644 --- a/win/inspircd_memory_functions.cpp +++ b/win/inspircd_memory_functions.cpp @@ -7,6 +7,7 @@ * Copyright (C) 2011, 2013 Adam * Copyright (C) 2009 John Brooks * Copyright (C) 2007-2008 Craig Edwards + * Copyright (C) 2007 Robin Burchell * Copyright (C) 2007 Dennis Friis * * This file is part of InspIRCd. InspIRCd is free software: you can diff --git a/win/inspircd_win32wrapper.cpp b/win/inspircd_win32wrapper.cpp index 169741ba5..f2562020d 100644 --- a/win/inspircd_win32wrapper.cpp +++ b/win/inspircd_win32wrapper.cpp @@ -2,11 +2,12 @@ * InspIRCd -- Internet Relay Chat Daemon * * Copyright (C) 2014 Attila Molnar - * Copyright (C) 2013, 2019 Sadie Powell + * Copyright (C) 2013, 2019, 2021 Sadie Powell * Copyright (C) 2013 ChrisTX * Copyright (C) 2012 Robby * Copyright (C) 2011 Adam * Copyright (C) 2007-2008 Craig Edwards + * Copyright (C) 2007 Robin Burchell * Copyright (C) 2007 Dennis Friis * * This file is part of InspIRCd. InspIRCd is free software: you can diff --git a/win/inspircd_win32wrapper.h b/win/inspircd_win32wrapper.h index 0f492c924..b2ca05229 100644 --- a/win/inspircd_win32wrapper.h +++ b/win/inspircd_win32wrapper.h @@ -203,4 +203,4 @@ struct WindowsStream WORD ForegroundColor; HANDLE Handle; WindowsStream(DWORD handle); -}; \ No newline at end of file +}; diff --git a/win/win32service.cpp b/win/win32service.cpp index 46e9d3516..7ca8d084b 100644 --- a/win/win32service.cpp +++ b/win/win32service.cpp @@ -2,8 +2,8 @@ * InspIRCd -- Internet Relay Chat Daemon * * Copyright (C) 2013 Sadie Powell - * Copyright (C) 2013 Attila Molnar * Copyright (C) 2012-2013 ChrisTX + * Copyright (C) 2012-2013 Attila Molnar * Copyright (C) 2012 Robby * Copyright (C) 2008 Craig Edwards * -- 2.39.5