diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/base.h | 2 | ||||
| -rw-r--r-- | include/channels.h | 2 | ||||
| -rw-r--r-- | include/clientprotocolevent.h | 2 | ||||
| -rw-r--r-- | include/clientprotocolmsg.h | 2 | ||||
| -rw-r--r-- | include/command_parse.h | 3 | ||||
| -rw-r--r-- | include/ctables.h | 2 | ||||
| -rw-r--r-- | include/cull.h | 2 | ||||
| -rw-r--r-- | include/exitcodes.h | 2 | ||||
| -rw-r--r-- | include/hashcomp.h | 2 | ||||
| -rw-r--r-- | include/inspircd.h | 2 | ||||
| -rw-r--r-- | include/inspsocket.h | 3 | ||||
| -rw-r--r-- | include/inspstring.h | 2 | ||||
| -rw-r--r-- | include/membership.h | 1 | ||||
| -rw-r--r-- | include/mode.h | 2 | ||||
| -rw-r--r-- | include/modules.h | 3 | ||||
| -rw-r--r-- | include/modules/geolocation.h | 2 | ||||
| -rw-r--r-- | include/modules/httpd.h | 2 | ||||
| -rw-r--r-- | include/modules/monitor.h | 2 | ||||
| -rw-r--r-- | include/modules/regex.h | 2 | ||||
| -rw-r--r-- | include/modules/server.h | 3 | ||||
| -rw-r--r-- | include/protocol.h | 2 | ||||
| -rw-r--r-- | include/snomasks.h | 3 | ||||
| -rw-r--r-- | include/socket.h | 2 | ||||
| -rw-r--r-- | include/socketengine.h | 1 | ||||
| -rw-r--r-- | include/timer.h | 3 | ||||
| -rw-r--r-- | include/typedefs.h | 4 | ||||
| -rw-r--r-- | include/uid.h | 1 | ||||
| -rw-r--r-- | include/usermanager.h | 1 | ||||
| -rw-r--r-- | include/users.h | 1 | ||||
| -rw-r--r-- | include/xline.h | 2 |
30 files changed, 25 insertions, 38 deletions
diff --git a/include/base.h b/include/base.h index a2fb9f06a..5fd9c024d 100644 --- a/include/base.h +++ b/include/base.h @@ -10,7 +10,7 @@ * Copyright (C) 2009-2010 Daniel De Graaf <danieldg@inspircd.org> * Copyright (C) 2007 Oliver Lupton <om@inspircd.org> * Copyright (C) 2007 Dennis Friis <peavey@inspircd.org> - * Copyright (C) 2006, 2010 Craig Edwards <brain@inspircd.org> + * Copyright (C) 2006 Craig Edwards <brain@inspircd.org> * * 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/channels.h b/include/channels.h index 61522c845..3e3606b29 100644 --- a/include/channels.h +++ b/include/channels.h @@ -7,7 +7,7 @@ * Copyright (C) 2009 Daniel De Graaf <danieldg@inspircd.org> * Copyright (C) 2007-2008 Robin Burchell <robin+git@viroteck.net> * Copyright (C) 2007, 2009 Dennis Friis <peavey@inspircd.org> - * Copyright (C) 2003-2006, 2008, 2010 Craig Edwards <brain@inspircd.org> + * Copyright (C) 2003-2006, 2008 Craig Edwards <brain@inspircd.org> * * 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/clientprotocolevent.h b/include/clientprotocolevent.h index 9c685def4..5ce87e956 100644 --- a/include/clientprotocolevent.h +++ b/include/clientprotocolevent.h @@ -1,7 +1,7 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2018 Sadie Powell <sadie@witchery.services> + * Copyright (C) 2018, 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/clientprotocolmsg.h b/include/clientprotocolmsg.h index 8c5eb4907..c3b07ff46 100644 --- a/include/clientprotocolmsg.h +++ b/include/clientprotocolmsg.h @@ -1,7 +1,7 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2018, 2020-2021 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/command_parse.h b/include/command_parse.h index e5c9c10a7..5e88a3e9a 100644 --- a/include/command_parse.h +++ b/include/command_parse.h @@ -4,11 +4,10 @@ * Copyright (C) 2013-2014, 2016, 2018 Attila Molnar <attilamolnar@hush.com> * Copyright (C) 2012-2013, 2017-2018 Sadie Powell <sadie@witchery.services> * Copyright (C) 2012 Robby <robby@chatbelgie.be> - * Copyright (C) 2009 Uli Schlachter <psychon@inspircd.org> * Copyright (C) 2009 Daniel De Graaf <danieldg@inspircd.org> * Copyright (C) 2007 Robin Burchell <robin+git@viroteck.net> * Copyright (C) 2007 Dennis Friis <peavey@inspircd.org> - * Copyright (C) 2006-2008, 2010 Craig Edwards <brain@inspircd.org> + * Copyright (C) 2006-2008 Craig Edwards <brain@inspircd.org> * * 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/ctables.h b/include/ctables.h index 6273650a3..2ef6c4046 100644 --- a/include/ctables.h +++ b/include/ctables.h @@ -8,7 +8,7 @@ * Copyright (C) 2008 Thomas Stagner <aquanight@inspircd.org> * Copyright (C) 2007-2008 Robin Burchell <robin+git@viroteck.net> * Copyright (C) 2007 Dennis Friis <peavey@inspircd.org> - * Copyright (C) 2003, 2006-2010 Craig Edwards <brain@inspircd.org> + * Copyright (C) 2003, 2006-2009 Craig Edwards <brain@inspircd.org> * * 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/cull.h b/include/cull.h index 5b15560d4..a3a868674 100644 --- a/include/cull.h +++ b/include/cull.h @@ -6,7 +6,7 @@ * Copyright (C) 2011 jackmcbarn <jackmcbarn@inspircd.org> * Copyright (C) 2009 Daniel De Graaf <danieldg@inspircd.org> * Copyright (C) 2007 Dennis Friis <peavey@inspircd.org> - * Copyright (C) 2005, 2010 Craig Edwards <brain@inspircd.org> + * Copyright (C) 2005 Craig Edwards <brain@inspircd.org> * * 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 edfad9089..90e6b6ce4 100644 --- a/include/exitcodes.h +++ b/include/exitcodes.h @@ -6,7 +6,7 @@ * Copyright (C) 2012 Robby <robby@chatbelgie.be> * Copyright (C) 2007 Robin Burchell <robin+git@viroteck.net> * Copyright (C) 2007 Dennis Friis <peavey@inspircd.org> - * Copyright (C) 2006-2008, 2010 Craig Edwards <brain@inspircd.org> + * Copyright (C) 2006-2008 Craig Edwards <brain@inspircd.org> * * 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 8933b3e24..ec6cf34f8 100644 --- a/include/hashcomp.h +++ b/include/hashcomp.h @@ -9,7 +9,7 @@ * Copyright (C) 2009 Daniel De Graaf <danieldg@inspircd.org> * Copyright (C) 2008-2009 Robin Burchell <robin+git@viroteck.net> * Copyright (C) 2007 Dennis Friis <peavey@inspircd.org> - * Copyright (C) 2005-2010 Craig Edwards <brain@inspircd.org> + * Copyright (C) 2005-2009 Craig Edwards <brain@inspircd.org> * * 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 7527f7596..0eed15a6a 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -13,7 +13,7 @@ * Copyright (C) 2007-2009 Dennis Friis <peavey@inspircd.org> * Copyright (C) 2007-2008 Robin Burchell <robin+git@viroteck.net> * Copyright (C) 2007 Oliver Lupton <om@inspircd.org> - * Copyright (C) 2005-2008, 2010 Craig Edwards <brain@inspircd.org> + * Copyright (C) 2005-2008 Craig Edwards <brain@inspircd.org> * * 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 bb008c0a4..2af5f2860 100644 --- a/include/inspsocket.h +++ b/include/inspsocket.h @@ -6,12 +6,11 @@ * Copyright (C) 2013, 2015-2016 Attila Molnar <attilamolnar@hush.com> * Copyright (C) 2012-2013, 2017-2019, 2021 Sadie Powell <sadie@witchery.services> * Copyright (C) 2012 Robby <robby@chatbelgie.be> - * Copyright (C) 2009 Uli Schlachter <psychon@inspircd.org> * Copyright (C) 2009 Daniel De Graaf <danieldg@inspircd.org> * Copyright (C) 2007-2009 Robin Burchell <robin+git@viroteck.net> * Copyright (C) 2007 Dennis Friis <peavey@inspircd.org> - * Copyright (C) 2006, 2010 Craig Edwards <brain@inspircd.org> * Copyright (C) 2006 Oliver Lupton <om@inspircd.org> + * Copyright (C) 2006 Craig Edwards <brain@inspircd.org> * * 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/inspstring.h b/include/inspstring.h index b0abc7c4c..7a43c6531 100644 --- a/include/inspstring.h +++ b/include/inspstring.h @@ -8,8 +8,8 @@ * Copyright (C) 2010 Daniel De Graaf <danieldg@inspircd.org> * Copyright (C) 2008 Robin Burchell <robin+git@viroteck.net> * Copyright (C) 2008 Pippijn van Steenhoven <pip88nl@gmail.com> - * Copyright (C) 2007, 2010 Craig Edwards <brain@inspircd.org> * Copyright (C) 2007 Dennis Friis <peavey@inspircd.org> + * Copyright (C) 2007 Craig Edwards <brain@inspircd.org> * * 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/membership.h b/include/membership.h index acb20d711..56fe9f03e 100644 --- a/include/membership.h +++ b/include/membership.h @@ -4,7 +4,6 @@ * Copyright (C) 2013-2014, 2016 Attila Molnar <attilamolnar@hush.com> * Copyright (C) 2013, 2017-2018 Sadie Powell <sadie@witchery.services> * Copyright (C) 2012 Robby <robby@chatbelgie.be> - * Copyright (C) 2010 Craig Edwards <brain@inspircd.org> * Copyright (C) 2009 Daniel De Graaf <danieldg@inspircd.org> * * This file is part of InspIRCd. InspIRCd is free software: you can diff --git a/include/mode.h b/include/mode.h index cb6c1b8dd..038715859 100644 --- a/include/mode.h +++ b/include/mode.h @@ -8,7 +8,7 @@ * Copyright (C) 2008 Thomas Stagner <aquanight@inspircd.org> * Copyright (C) 2007-2008 Robin Burchell <robin+git@viroteck.net> * Copyright (C) 2007 Dennis Friis <peavey@inspircd.org> - * Copyright (C) 2006-2008, 2010 Craig Edwards <brain@inspircd.org> + * Copyright (C) 2006-2008 Craig Edwards <brain@inspircd.org> * * 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 620348768..f13d6fdbf 100644 --- a/include/modules.h +++ b/include/modules.h @@ -8,13 +8,12 @@ * 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> * Copyright (C) 2008 Thomas Stagner <aquanight@inspircd.org> * Copyright (C) 2007-2009 Robin Burchell <robin+git@viroteck.net> * Copyright (C) 2007 Oliver Lupton <om@inspircd.org> * Copyright (C) 2006-2007 Dennis Friis <peavey@inspircd.org> * Copyright (C) 2006 John Brooks <special@inspircd.org> - * Copyright (C) 2003-2008, 2010 Craig Edwards <brain@inspircd.org> + * Copyright (C) 2003-2008 Craig Edwards <brain@inspircd.org> * * 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/geolocation.h b/include/modules/geolocation.h index e154debfb..d65f967fc 100644 --- a/include/modules/geolocation.h +++ b/include/modules/geolocation.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> * * 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/httpd.h b/include/modules/httpd.h index fe325341a..a5a1c41e5 100644 --- a/include/modules/httpd.h +++ b/include/modules/httpd.h @@ -8,7 +8,7 @@ * Copyright (C) 2009 Daniel De Graaf <danieldg@inspircd.org> * Copyright (C) 2007 John Brooks <special@inspircd.org> * Copyright (C) 2007 Dennis Friis <peavey@inspircd.org> - * Copyright (C) 2006, 2008, 2010 Craig Edwards <brain@inspircd.org> + * Copyright (C) 2006, 2008 Craig Edwards <brain@inspircd.org> * * 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/monitor.h b/include/modules/monitor.h index 2f92a9449..da00c0187 100644 --- a/include/modules/monitor.h +++ b/include/modules/monitor.h @@ -1,8 +1,8 @@ /* * InspIRCd -- Internet Relay Chat Daemon * + * Copyright (C) 2022 delthas * Copyright (C) 2022 Sadie Powell <sadie@witchery.services> - * Copyright (C) 2021 delthas <delthas@dille.cc> * * 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/regex.h b/include/modules/regex.h index 71a3906e1..62cfcfdf0 100644 --- a/include/modules/regex.h +++ b/include/modules/regex.h @@ -4,8 +4,6 @@ * Copyright (C) 2013, 2021 Sadie Powell <sadie@witchery.services> * Copyright (C) 2013 Attila Molnar <attilamolnar@hush.com> * Copyright (C) 2012 Robby <robby@chatbelgie.be> - * Copyright (C) 2010 Craig Edwards <brain@inspircd.org> - * Copyright (C) 2009 Uli Schlachter <psychon@inspircd.org> * Copyright (C) 2009 Daniel De Graaf <danieldg@inspircd.org> * Copyright (C) 2008 Thomas Stagner <aquanight@inspircd.org> * diff --git a/include/modules/server.h b/include/modules/server.h index 8827f385c..d8c693267 100644 --- a/include/modules/server.h +++ b/include/modules/server.h @@ -2,9 +2,8 @@ * InspIRCd -- Internet Relay Chat Daemon * * Copyright (C) 2015 Attila Molnar <attilamolnar@hush.com> - * Copyright (C) 2013, 2017-2019 Sadie Powell <sadie@witchery.services> + * Copyright (C) 2013, 2017-2019, 2022 Sadie Powell <sadie@witchery.services> * Copyright (C) 2012 Robby <robby@chatbelgie.be> - * Copyright (C) 2010 Craig Edwards <brain@inspircd.org> * Copyright (C) 2009 Daniel De Graaf <danieldg@inspircd.org> * * This file is part of InspIRCd. InspIRCd is free software: you can diff --git a/include/protocol.h b/include/protocol.h index 63c4b6db1..78c97445d 100644 --- a/include/protocol.h +++ b/include/protocol.h @@ -5,8 +5,8 @@ * Copyright (C) 2013-2014 Attila Molnar <attilamolnar@hush.com> * Copyright (C) 2013, 2018-2019 Sadie Powell <sadie@witchery.services> * Copyright (C) 2012, 2019 Robby <robby@chatbelgie.be> - * Copyright (C) 2008, 2010 Craig Edwards <brain@inspircd.org> * Copyright (C) 2008 Robin Burchell <robin+git@viroteck.net> + * Copyright (C) 2008 Craig Edwards <brain@inspircd.org> * * 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/snomasks.h b/include/snomasks.h index 40ad6edd9..4a01fd668 100644 --- a/include/snomasks.h +++ b/include/snomasks.h @@ -5,11 +5,10 @@ * Copyright (C) 2013, 2017 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> * Copyright (C) 2008 Thomas Stagner <aquanight@inspircd.org> * Copyright (C) 2008 Robin Burchell <robin+git@viroteck.net> * Copyright (C) 2007 Dennis Friis <peavey@inspircd.org> - * Copyright (C) 2006, 2010 Craig Edwards <brain@inspircd.org> + * Copyright (C) 2006 Craig Edwards <brain@inspircd.org> * * 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 f306a7706..7b85bb88f 100644 --- a/include/socket.h +++ b/include/socket.h @@ -10,7 +10,7 @@ * Copyright (C) 2008 Pippijn van Steenhoven <pip88nl@gmail.com> * Copyright (C) 2007-2008 Robin Burchell <robin+git@viroteck.net> * Copyright (C) 2007 Dennis Friis <peavey@inspircd.org> - * Copyright (C) 2006, 2008, 2010 Craig Edwards <brain@inspircd.org> + * Copyright (C) 2006, 2008 Craig Edwards <brain@inspircd.org> * * 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 ffeeee46c..a329a1345 100644 --- a/include/socketengine.h +++ b/include/socketengine.h @@ -6,7 +6,6 @@ * Copyright (C) 2012-2013, 2017-2020 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> * Copyright (C) 2007-2008, 2017 Robin Burchell <robin+git@viroteck.net> * Copyright (C) 2007 Dennis Friis <peavey@inspircd.org> * Copyright (C) 2005-2008 Craig Edwards <brain@inspircd.org> diff --git a/include/timer.h b/include/timer.h index d0a3d0163..7979f2f5a 100644 --- a/include/timer.h +++ b/include/timer.h @@ -4,11 +4,10 @@ * Copyright (C) 2013-2014 Attila Molnar <attilamolnar@hush.com> * Copyright (C) 2013, 2017 Sadie Powell <sadie@witchery.services> * Copyright (C) 2012 Robby <robby@chatbelgie.be> - * Copyright (C) 2009 Uli Schlachter <psychon@inspircd.org> * Copyright (C) 2009 Daniel De Graaf <danieldg@inspircd.org> * Copyright (C) 2007-2008 Robin Burchell <robin+git@viroteck.net> * Copyright (C) 2007 Dennis Friis <peavey@inspircd.org> - * Copyright (C) 2006-2007, 2010 Craig Edwards <brain@inspircd.org> + * Copyright (C) 2006-2007 Craig Edwards <brain@inspircd.org> * * 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 880f222fb..39da20a94 100644 --- a/include/typedefs.h +++ b/include/typedefs.h @@ -2,11 +2,11 @@ * 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) 2013, 2016, 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) 2007 Dennis Friis <peavey@inspircd.org> - * Copyright (C) 2005, 2010 Craig Edwards <brain@inspircd.org> + * Copyright (C) 2005 Craig Edwards <brain@inspircd.org> * * 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/uid.h b/include/uid.h index 8529768bd..e9be3c756 100644 --- a/include/uid.h +++ b/include/uid.h @@ -4,7 +4,6 @@ * Copyright (C) 2013, 2019, 2021 Sadie Powell <sadie@witchery.services> * Copyright (C) 2013 Attila Molnar <attilamolnar@hush.com> * Copyright (C) 2012 Robby <robby@chatbelgie.be> - * Copyright (C) 2010 Craig Edwards <brain@inspircd.org> * Copyright (C) 2007 Robin Burchell <robin+git@viroteck.net> * * This file is part of InspIRCd. InspIRCd is free software: you can diff --git a/include/usermanager.h b/include/usermanager.h index a14abf1a5..c18b8a62f 100644 --- a/include/usermanager.h +++ b/include/usermanager.h @@ -5,7 +5,6 @@ * Copyright (C) 2012-2016 Attila Molnar <attilamolnar@hush.com> * Copyright (C) 2012-2013, 2017, 2019-2020 Sadie Powell <sadie@witchery.services> * Copyright (C) 2012 Robby <robby@chatbelgie.be> - * Copyright (C) 2010 Craig Edwards <brain@inspircd.org> * Copyright (C) 2009 Daniel De Graaf <danieldg@inspircd.org> * Copyright (C) 2008 Thomas Stagner <aquanight@inspircd.org> * Copyright (C) 2008 Robin Burchell <robin+git@viroteck.net> diff --git a/include/users.h b/include/users.h index 5d7bd44cc..93e1073f6 100644 --- a/include/users.h +++ b/include/users.h @@ -11,7 +11,6 @@ * Copyright (C) 2012 ChrisTX <xpipe@hotmail.de> * Copyright (C) 2011 jackmcbarn <jackmcbarn@inspircd.org> * Copyright (C) 2009-2010 Daniel De Graaf <danieldg@inspircd.org> - * Copyright (C) 2009 Uli Schlachter <psychon@inspircd.org> * Copyright (C) 2008 Thomas Stagner <aquanight@inspircd.org> * Copyright (C) 2008 John Brooks <special@inspircd.org> * Copyright (C) 2007, 2009 Dennis Friis <peavey@inspircd.org> diff --git a/include/xline.h b/include/xline.h index b922f58a4..76f9e7d7c 100644 --- a/include/xline.h +++ b/include/xline.h @@ -7,7 +7,7 @@ * Copyright (C) 2009 Daniel De Graaf <danieldg@inspircd.org> * Copyright (C) 2007 Dennis Friis <peavey@inspircd.org> * Copyright (C) 2006-2008 Robin Burchell <robin+git@viroteck.net> - * Copyright (C) 2004, 2006-2008, 2010 Craig Edwards <brain@inspircd.org> + * Copyright (C) 2004, 2006-2008 Craig Edwards <brain@inspircd.org> * * 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 |
