diff options
author | InspIRCd Robot <noreply@inspircd.org> | 2020-10-30 11:56:02 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2020-10-30 12:01:10 +0000 |
commit | e73d011e68c577df72c2f0eae235c32cd4261870 (patch) | |
tree | 44caed936dff3e94b263cbd439a3d7c49877bc83 /make/template | |
parent | 455ff5f3e6517d8c995e5c86572cebb210d4b4b3 (diff) |
Update copyright headers.
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> |