diff options
| author | 2022-12-30 11:31:28 +0000 | |
|---|---|---|
| committer | 2022-12-30 11:31:28 +0000 | |
| commit | 2b810b412aeee2d9c79d97fa54a80e317981a6d8 (patch) | |
| tree | 7250a5ea696ca0e531ad63c2a6b123f86e1ebe8c /make | |
| parent | Update module descriptions. (diff) | |
Update copyright headers.
Diffstat (limited to 'make')
| -rw-r--r-- | make/configure.pm | 2 | ||||
| -rw-r--r-- | make/template/main.mk | 2 | ||||
| -rw-r--r-- | make/test/compiler.cpp | 2 | ||||
| -rw-r--r-- | make/test/compiler_info.cpp | 2 | ||||
| -rw-r--r-- | make/test/kqueue.cpp | 1 |
5 files changed, 4 insertions, 5 deletions
diff --git a/make/configure.pm b/make/configure.pm index 2b6c39df4..a31c6ee79 100644 --- a/make/configure.pm +++ b/make/configure.pm @@ -2,7 +2,7 @@ # InspIRCd -- Internet Relay Chat Daemon # # Copyright (C) 2020 Nicole Kleinhoff <ilbelkyr@shalture.org> -# Copyright (C) 2013-2021 Sadie Powell <sadie@witchery.services> +# Copyright (C) 2013-2022 Sadie Powell <sadie@witchery.services> # Copyright (C) 2012 Robby <robby@chatbelgie.be> # Copyright (C) 2007-2008 Craig Edwards <brain@inspircd.org> # Copyright (C) 2007 Dennis Friis <peavey@inspircd.org> diff --git a/make/template/main.mk b/make/template/main.mk index 283574aea..4fc7eb3b7 100644 --- a/make/template/main.mk +++ b/make/template/main.mk @@ -3,7 +3,7 @@ # InspIRCd -- Internet Relay Chat Daemon # # Copyright (C) 2018 Puck Meerburg <puck@puckipedia.com> -# Copyright (C) 2012-2021 Sadie Powell <sadie@witchery.services> +# Copyright (C) 2012-2022 Sadie Powell <sadie@witchery.services> # Copyright (C) 2012, 2015-2016 Attila Molnar <attilamolnar@hush.com> # Copyright (C) 2012 Robby <robby@chatbelgie.be> # Copyright (C) 2012 Christoph Egger <christoph@debian.org> diff --git a/make/test/compiler.cpp b/make/test/compiler.cpp index 13aede9fe..e171de94a 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 <attilamolnar@hush.com> - * Copyright (C) 2014-2015, 2017, 2021 Sadie Powell <sadie@witchery.services> + * Copyright (C) 2014-2015, 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/test/compiler_info.cpp b/make/test/compiler_info.cpp index efd4380a3..07416f7f8 100644 --- a/make/test/compiler_info.cpp +++ b/make/test/compiler_info.cpp @@ -1,7 +1,7 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2017 Sadie Powell <sadie@witchery.services> + * Copyright (C) 2017, 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/test/kqueue.cpp b/make/test/kqueue.cpp index f6083483f..69bf86804 100644 --- a/make/test/kqueue.cpp +++ b/make/test/kqueue.cpp @@ -1,7 +1,6 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2016 Attila Molnar <attilamolnar@hush.com> * Copyright (C) 2013 Sadie Powell <sadie@witchery.services> * Copyright (C) 2012 Robby <robby@chatbelgie.be> * Copyright (C) 2009 Daniel De Graaf <danieldg@inspircd.org> |
