From 602716d62c74c10c806f2a56ed74ddc93355cd9d Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Sun, 14 Apr 2024 20:45:07 -0500 Subject: [PATCH] Update: The build scripts copyright to 2024. I overlooked these files when I updated the copyright year to 2024. --- build/scripts/bootstrap.sh | 2 +- build/scripts/install.sh | 2 +- build/scripts/package.sh | 2 +- build/scripts/test.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/scripts/bootstrap.sh b/build/scripts/bootstrap.sh index 15ff727..8a3213e 100644 --- a/build/scripts/bootstrap.sh +++ b/build/scripts/bootstrap.sh @@ -595,7 +595,7 @@ bootstrap_copyright() { bootstrap_print_first - echo "Copyright © 2007-2023 Kevin Day." + echo "Copyright © 2007-2024 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/build/scripts/install.sh b/build/scripts/install.sh index 6a1b2e9..2220c77 100644 --- a/build/scripts/install.sh +++ b/build/scripts/install.sh @@ -542,7 +542,7 @@ install_copyright() { install_print_first - echo "Copyright © 2007-2023 Kevin Day." + echo "Copyright © 2007-2024 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/build/scripts/package.sh b/build/scripts/package.sh index 4457cbd..5f06e15 100644 --- a/build/scripts/package.sh +++ b/build/scripts/package.sh @@ -522,7 +522,7 @@ package_copyright() { package_print_first - echo "Copyright © 2007-2023 Kevin Day." + echo "Copyright © 2007-2024 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/build/scripts/test.sh b/build/scripts/test.sh index ce2bd0b..4a12497 100644 --- a/build/scripts/test.sh +++ b/build/scripts/test.sh @@ -398,7 +398,7 @@ test_copyright() { test_print_first - echo "Copyright © 2007-2023 Kevin Day." + echo "Copyright © 2007-2024 Kevin Day." echo echo "Source code license lgpl-2.1-or-later." echo "Standard and specification license open-standard-license-1.0-or-later." -- 1.8.3.1