diff options
author | InspIRCd Robot <noreply@inspircd.org> | 2021-02-26 06:58:13 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2021-02-26 06:58:13 +0000 |
commit | 1bf7ca389426e196697eba9a8b60277db03fbedb (patch) | |
tree | a561173b5028f731051d3438105c506f90f1c9b8 /make/template | |
parent | 0db24252fd119cafee34f1bfa023763fcdd7ebf5 (diff) |
Update copyright headers.
Diffstat (limited to 'make/template')
-rw-r--r-- | make/template/apparmor | 2 | ||||
-rw-r--r-- | make/template/config.h | 2 | ||||
-rw-r--r-- | make/template/inspircd | 3 |
3 files changed, 3 insertions, 4 deletions
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 <sadie@witchery.services> +# Copyright (C) 2020-2021 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/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 <sadie@witchery.services> + * Copyright (C) 2014, 2016, 2018-2021 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/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 <steven@singularity.be> # Copyright (C) 2015 Attila Molnar <attilamolnar@hush.com> # Copyright (C) 2014 Dan Parsons <dparsons@nyip.net> -# Copyright (C) 2013-2014, 2016-2019 Sadie Powell <sadie@witchery.services> +# Copyright (C) 2013-2014, 2016-2021 Sadie Powell <sadie@witchery.services> # Copyright (C) 2012 Robby <robby@chatbelgie.be> -# Copyright (C) 2012 Adam <Adam@anope.org> # Copyright (C) 2011 DjSlash <djslash@djslash.org> # Copyright (C) 2009-2010 Daniel De Graaf <danieldg@inspircd.org> # Copyright (C) 2008-2009 Robin Burchell <robin+git@viroteck.net> |