From 5a9af8d7684036b37cd0373d63622a9f806e34e4 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Sun, 14 Apr 2024 20:45:28 -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 d929614..807c908 100644 --- a/build/scripts/bootstrap.sh +++ b/build/scripts/bootstrap.sh @@ -589,7 +589,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 ca35c98..327a443 100644 --- a/build/scripts/install.sh +++ b/build/scripts/install.sh @@ -536,7 +536,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 1e4b824..a8d5871 100644 --- a/build/scripts/package.sh +++ b/build/scripts/package.sh @@ -516,7 +516,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 a9b250d..4b3642f 100644 --- a/build/scripts/test.sh +++ b/build/scripts/test.sh @@ -392,7 +392,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