From 66f94d9cc2a769311e7c0388ad5e22756af63587 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Wed, 26 Mar 2025 21:04:32 -0500 Subject: [PATCH] Update: Copyright year to 2025. I hadn't realized that I had not done this in January. Now the copyright is correctly updated. --- data/documentation/man/man1/controller.1 | 2 +- data/documentation/man/man5/controller-actions.5 | 2 +- data/documentation/man/man5/controller-entry.5 | 2 +- data/documentation/man/man5/controller-exit.5 | 2 +- data/documentation/man/man5/controller-packet.5 | 2 +- data/documentation/man/man5/controller-rule.5 | 2 +- install.sh | 2 +- licenses/copyrights.txt | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/data/documentation/man/man1/controller.1 b/data/documentation/man/man1/controller.1 index dd207d1..018ec43 100644 --- a/data/documentation/man/man1/controller.1 +++ b/data/documentation/man/man1/controller.1 @@ -99,4 +99,4 @@ The name of an \fBentry\fR. Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later. +Copyright \(co 2007-2025 Kevin Day, GNU LGPL Version 2.1 or later. diff --git a/data/documentation/man/man5/controller-actions.5 b/data/documentation/man/man5/controller-actions.5 index 0c4870b..842c546 100644 --- a/data/documentation/man/man5/controller-actions.5 +++ b/data/documentation/man/man5/controller-actions.5 @@ -86,4 +86,4 @@ Should any \fBcontrol\fR or \fBcontroller\fR program implementation not support Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2024 Kevin Day, Open Standard License 1.0 or later. +Copyright \(co 2007-2025 Kevin Day, Open Standard License 1.0 or later. diff --git a/data/documentation/man/man5/controller-entry.5 b/data/documentation/man/man5/controller-entry.5 index d3311e8..ba91e4b 100644 --- a/data/documentation/man/man5/controller-entry.5 +++ b/data/documentation/man/man5/controller-entry.5 @@ -349,4 +349,4 @@ The Items: Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2024 Kevin Day, Open Standard License 1.0 or later. +Copyright \(co 2007-2025 Kevin Day, Open Standard License 1.0 or later. diff --git a/data/documentation/man/man5/controller-exit.5 b/data/documentation/man/man5/controller-exit.5 index de6bada..3fd6aa9 100644 --- a/data/documentation/man/man5/controller-exit.5 +++ b/data/documentation/man/man5/controller-exit.5 @@ -280,4 +280,4 @@ The Items: Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2024 Kevin Day, Open Standard License 1.0 or later. +Copyright \(co 2007-2025 Kevin Day, Open Standard License 1.0 or later. diff --git a/data/documentation/man/man5/controller-packet.5 b/data/documentation/man/man5/controller-packet.5 index 2850a62..19b3d09 100644 --- a/data/documentation/man/man5/controller-packet.5 +++ b/data/documentation/man/man5/controller-packet.5 @@ -137,4 +137,4 @@ The \fBinit\fR type: Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2024 Kevin Day, Open Standard License 1.0 or later. +Copyright \(co 2007-2025 Kevin Day, Open Standard License 1.0 or later. diff --git a/data/documentation/man/man5/controller-rule.5 b/data/documentation/man/man5/controller-rule.5 index 5c8996b..647b204 100644 --- a/data/documentation/man/man5/controller-rule.5 +++ b/data/documentation/man/man5/controller-rule.5 @@ -242,4 +242,4 @@ The \fBrerun\fR Rule Type Content has the following structure: Written by Kevin Day. .SH COPYRIGHT .PP -Copyright \(co 2007-2024 Kevin Day, Open Standard License 1.0 or later. +Copyright \(co 2007-2025 Kevin Day, Open Standard License 1.0 or later. diff --git a/install.sh b/install.sh index 7e4db0c..3f87091 100755 --- a/install.sh +++ b/install.sh @@ -477,7 +477,7 @@ install_help() { install_copyright() { - echo "Copyright © 2007-2024 Kevin Day." + echo "Copyright © 2007-2025 Kevin Day." echo echo "Source code license lgpl-2.1-or-later." echo "Standard and specification license open-standard-license-1.0-or-later." diff --git a/licenses/copyrights.txt b/licenses/copyrights.txt index eec3295..9edb5dc 100644 --- a/licenses/copyrights.txt +++ b/licenses/copyrights.txt @@ -1,4 +1,4 @@ -ALl files within this project unless otherwise specified are Copyright © 2007-2024 Kevin Day. +ALl files within this project unless otherwise specified are Copyright © 2007-2025 Kevin Day. Source code and related files are under lgpl-2.1-or-later. Specifications and related files are under open-standard-license-1.0-or-later. -- 1.8.3.1