From: Kevin Day Date: Mon, 15 Apr 2024 01:45:07 +0000 (-0500) Subject: Update: The build scripts copyright to 2024. X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=602716d62c74c10c806f2a56ed74ddc93355cd9d;p=fll Update: The build scripts copyright to 2024. I overlooked these files when I updated the copyright year to 2024. --- 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."