From: Kevin Day Date: Mon, 15 Apr 2024 01:45:28 +0000 (-0500) Subject: Update: The build scripts copyright to 2024. X-Git-Tag: 0.6.10~9 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=5a9af8d7684036b37cd0373d63622a9f806e34e4;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 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."