diff options
| author | 2022-08-25 20:46:11 +0100 | |
|---|---|---|
| committer | 2022-08-25 20:46:11 +0100 | |
| commit | 96f355c2fa6eccab225f60b375544c3b2a5d3940 (patch) | |
| tree | 1a1cd590fadd8c25b3464e2cc545043108ea4c71 /make | |
| parent | Use std::string in the Serializer constructor. (diff) | |
Update copyright headers.
Diffstat (limited to 'make')
| -rw-r--r-- | make/template/inspircd-genssl.1 | 2 | ||||
| -rw-r--r-- | make/template/inspircd-testssl.1 | 2 | ||||
| -rw-r--r-- | make/template/inspircd.1 | 2 | ||||
| -rw-r--r-- | make/template/logrotate | 1 |
4 files changed, 4 insertions, 3 deletions
diff --git a/make/template/inspircd-genssl.1 b/make/template/inspircd-genssl.1 index 7f36eb309..e71806381 100644 --- a/make/template/inspircd-genssl.1 +++ b/make/template/inspircd-genssl.1 @@ -2,7 +2,7 @@ .\" InspIRCd -- Internet Relay Chat Daemon .\" .\" Copyright (C) 2020 Nicole Kleinhoff <ilbelkyr@shalture.org> -.\" Copyright (C) 2014, 2016, 2018, 2020 Sadie Powell <sadie@witchery.services> +.\" Copyright (C) 2014, 2018, 2020, 2022 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-testssl.1 b/make/template/inspircd-testssl.1 index aaa40d619..c9125ac47 100644 --- a/make/template/inspircd-testssl.1 +++ b/make/template/inspircd-testssl.1 @@ -1,7 +1,7 @@ .\" .\" InspIRCd -- Internet Relay Chat Daemon .\" -.\" Copyright (C) 2020 Sadie Powell <sadie@witchery.services> +.\" Copyright (C) 2020, 2022 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.1 b/make/template/inspircd.1 index ccc87170f..076823fbe 100644 --- a/make/template/inspircd.1 +++ b/make/template/inspircd.1 @@ -1,7 +1,7 @@ .\" .\" InspIRCd -- Internet Relay Chat Daemon .\" -.\" Copyright (C) 2014, 2016, 2018 Sadie Powell <sadie@witchery.services> +.\" Copyright (C) 2014, 2018, 2022 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/logrotate b/make/template/logrotate index ccef31fbe..65cb4c8d7 100644 --- a/make/template/logrotate +++ b/make/template/logrotate @@ -1,6 +1,7 @@ # # InspIRCd -- Internet Relay Chat Daemon # +# Copyright (C) 2022 Wade Cline <wadecline@hotmail.com> # Copyright (C) 2020 Sadie Powell <sadie@witchery.services> # # This file is part of InspIRCd. InspIRCd is free software: you can |
