diff options
Diffstat (limited to 'include/threadengines')
| -rw-r--r-- | include/threadengines/threadengine_pthread.h | 2 | ||||
| -rw-r--r-- | include/threadengines/threadengine_win32.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/threadengines/threadengine_pthread.h b/include/threadengines/threadengine_pthread.h index 76886a35a..46e50785a 100644 --- a/include/threadengines/threadengine_pthread.h +++ b/include/threadengines/threadengine_pthread.h @@ -5,7 +5,7 @@ * Copyright (C) 2013, 2021 Sadie Powell <sadie@witchery.services> * Copyright (C) 2012 Robby <robby@chatbelgie.be> * Copyright (C) 2009 Daniel De Graaf <danieldg@inspircd.org> - * Copyright (C) 2008, 2010 Craig Edwards <brain@inspircd.org> + * 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/threadengines/threadengine_win32.h b/include/threadengines/threadengine_win32.h index 1b88179b6..4bf951b8b 100644 --- a/include/threadengines/threadengine_win32.h +++ b/include/threadengines/threadengine_win32.h @@ -6,7 +6,7 @@ * Copyright (C) 2012 Robby <robby@chatbelgie.be> * Copyright (C) 2012 ChrisTX <xpipe@hotmail.de> * Copyright (C) 2009 Daniel De Graaf <danieldg@inspircd.org> - * Copyright (C) 2008-2010 Craig Edwards <brain@inspircd.org> + * Copyright (C) 2008-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 |
