diff options
Diffstat (limited to 'make/template')
-rw-r--r-- | make/template/inspircd-genssl.1 | 3 | ||||
-rw-r--r-- | make/template/main.mk | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/make/template/inspircd-genssl.1 b/make/template/inspircd-genssl.1 index 7a1f70c6a..9456cad45 100644 --- a/make/template/inspircd-genssl.1 +++ b/make/template/inspircd-genssl.1 @@ -1,7 +1,8 @@ .\" .\" InspIRCd -- Internet Relay Chat Daemon .\" -.\" Copyright (C) 2014, 2016, 2018 Sadie Powell <sadie@witchery.services> +.\" Copyright (C) 2020 Nicole Kleinhoff <ilbelkyr@shalture.org> +.\" Copyright (C) 2014, 2016, 2018, 2020 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/main.mk b/make/template/main.mk index 5e2f3f606..73b24f2e5 100644 --- a/make/template/main.mk +++ b/make/template/main.mk @@ -2,6 +2,7 @@ # # InspIRCd -- Internet Relay Chat Daemon # +# Copyright (C) 2020 Nicole Kleinhoff <ilbelkyr@shalture.org> # Copyright (C) 2018 Puck Meerburg <puck@puckipedia.com> # Copyright (C) 2012-2020 Sadie Powell <sadie@witchery.services> # Copyright (C) 2012, 2015-2016 Attila Molnar <attilamolnar@hush.com> |