From 1bf7ca389426e196697eba9a8b60277db03fbedb Mon Sep 17 00:00:00 2001 From: InspIRCd Robot Date: Fri, 26 Feb 2021 06:58:13 +0000 Subject: Update copyright headers. --- make/calcdep.pl | 2 +- make/common.pm | 2 +- make/configure.pm | 2 +- make/console.pm | 2 +- make/directive.pm | 2 +- make/template/apparmor | 2 +- make/template/config.h | 2 +- make/template/inspircd | 3 +-- make/test/compiler.cpp | 2 +- make/test/eventfd.cpp | 2 +- make/unit-cc.pl | 2 +- 11 files changed, 11 insertions(+), 12 deletions(-) (limited to 'make') diff --git a/make/calcdep.pl b/make/calcdep.pl index ca6b2628c..5ef736f46 100755 --- a/make/calcdep.pl +++ b/make/calcdep.pl @@ -3,7 +3,7 @@ # InspIRCd -- Internet Relay Chat Daemon # # Copyright (C) 2014-2015 Attila Molnar -# Copyright (C) 2013, 2015-2019 Sadie Powell +# Copyright (C) 2013, 2015-2019, 2021 Sadie Powell # Copyright (C) 2012 Robby # Copyright (C) 2009-2010 Daniel De Graaf # diff --git a/make/common.pm b/make/common.pm index 519e7fba8..7046b878f 100644 --- a/make/common.pm +++ b/make/common.pm @@ -1,7 +1,7 @@ # # InspIRCd -- Internet Relay Chat Daemon # -# Copyright (C) 2014-2017, 2019-2020 Sadie Powell +# Copyright (C) 2014-2017, 2019-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/make/configure.pm b/make/configure.pm index f096fcd90..223f4e58a 100644 --- a/make/configure.pm +++ b/make/configure.pm @@ -2,7 +2,7 @@ # InspIRCd -- Internet Relay Chat Daemon # # Copyright (C) 2020 Nicole Kleinhoff -# Copyright (C) 2013-2020 Sadie Powell +# Copyright (C) 2013-2021 Sadie Powell # Copyright (C) 2012 Robby # Copyright (C) 2007-2008 Craig Edwards # Copyright (C) 2007 Dennis Friis diff --git a/make/console.pm b/make/console.pm index cd2a780e7..e6f8d4838 100644 --- a/make/console.pm +++ b/make/console.pm @@ -1,7 +1,7 @@ # # InspIRCd -- Internet Relay Chat Daemon # -# Copyright (C) 2014-2017, 2019 Sadie Powell +# Copyright (C) 2014-2017, 2019-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/make/directive.pm b/make/directive.pm index cd1aff426..698934001 100644 --- a/make/directive.pm +++ b/make/directive.pm @@ -1,7 +1,7 @@ # # InspIRCd -- Internet Relay Chat Daemon # -# Copyright (C) 2016-2020 Sadie Powell +# Copyright (C) 2016-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/make/template/apparmor b/make/template/apparmor index ded5634e6..15ecacd54 100644 --- a/make/template/apparmor +++ b/make/template/apparmor @@ -2,7 +2,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/make/template/config.h b/make/template/config.h index ec3cff94a..236af5216 100644 --- a/make/template/config.h +++ b/make/template/config.h @@ -1,7 +1,7 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2014, 2016, 2018-2020 Sadie Powell + * Copyright (C) 2014, 2016, 2018-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/make/template/inspircd b/make/template/inspircd index 9bc7dd85f..213f78043 100644 --- a/make/template/inspircd +++ b/make/template/inspircd @@ -6,9 +6,8 @@ # Copyright (C) 2015 Steven Van Acker # Copyright (C) 2015 Attila Molnar # Copyright (C) 2014 Dan Parsons -# Copyright (C) 2013-2014, 2016-2019 Sadie Powell +# Copyright (C) 2013-2014, 2016-2021 Sadie Powell # Copyright (C) 2012 Robby -# Copyright (C) 2012 Adam # Copyright (C) 2011 DjSlash # Copyright (C) 2009-2010 Daniel De Graaf # Copyright (C) 2008-2009 Robin Burchell diff --git a/make/test/compiler.cpp b/make/test/compiler.cpp index 524874ed6..13aede9fe 100644 --- a/make/test/compiler.cpp +++ b/make/test/compiler.cpp @@ -2,7 +2,7 @@ * InspIRCd -- Internet Relay Chat Daemon * * Copyright (C) 2016 Attila Molnar - * Copyright (C) 2014-2015, 2017 Sadie Powell + * Copyright (C) 2014-2015, 2017, 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/make/test/eventfd.cpp b/make/test/eventfd.cpp index 61029f5dd..08f7a7561 100644 --- a/make/test/eventfd.cpp +++ b/make/test/eventfd.cpp @@ -1,8 +1,8 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2012 William Pitcock * Copyright (C) 2012 Robby + * Copyright (C) 2012 Ariadne Conill * Copyright (C) 2009 Daniel De Graaf * * This file is part of InspIRCd. InspIRCd is free software: you can diff --git a/make/unit-cc.pl b/make/unit-cc.pl index f555c3812..f4fa5a650 100755 --- a/make/unit-cc.pl +++ b/make/unit-cc.pl @@ -4,7 +4,7 @@ # # Copyright (C) 2019 iwalkalone # Copyright (C) 2014 Attila Molnar -# Copyright (C) 2013, 2015-2016, 2018 Sadie Powell +# Copyright (C) 2013, 2015-2016, 2018, 2021 Sadie Powell # Copyright (C) 2012 Robby # Copyright (C) 2009-2010 Daniel De Graaf # -- cgit v1.3.1-10-gc9f91