summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/exec-install.sh2
-rwxr-xr-xscripts/format.sh2
-rwxr-xr-xscripts/functions.sh2
-rwxr-xr-xscripts/karatsuba.py2
-rwxr-xr-xscripts/link.sh2
-rwxr-xr-xscripts/lint.sh2
-rwxr-xr-xscripts/locale_install.sh2
-rwxr-xr-xscripts/locale_uninstall.sh2
-rw-r--r--scripts/sqrt_frac_guess.bc2
-rw-r--r--scripts/sqrt_int_guess.bc2
-rw-r--r--scripts/sqrt_random.bc2
-rwxr-xr-xscripts/sqrt_random.sh2
12 files changed, 12 insertions, 12 deletions
diff --git a/scripts/exec-install.sh b/scripts/exec-install.sh
index 8180b29c9997..581b6bd1ed24 100755
--- a/scripts/exec-install.sh
+++ b/scripts/exec-install.sh
@@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: BSD-2-Clause
#
-# Copyright (c) 2018-2023 Gavin D. Howard and contributors.
+# Copyright (c) 2018-2024 Gavin D. Howard and contributors.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/scripts/format.sh b/scripts/format.sh
index dd227555b0fe..f76aed378186 100755
--- a/scripts/format.sh
+++ b/scripts/format.sh
@@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: BSD-2-Clause
#
-# Copyright (c) 2018-2023 Gavin D. Howard and contributors.
+# Copyright (c) 2018-2024 Gavin D. Howard and contributors.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/scripts/functions.sh b/scripts/functions.sh
index 8ae765859e51..1599fea4847e 100755
--- a/scripts/functions.sh
+++ b/scripts/functions.sh
@@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: BSD-2-Clause
#
-# Copyright (c) 2018-2023 Gavin D. Howard and contributors.
+# Copyright (c) 2018-2024 Gavin D. Howard and contributors.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/scripts/karatsuba.py b/scripts/karatsuba.py
index 9c94ffe448f7..637887986ee8 100755
--- a/scripts/karatsuba.py
+++ b/scripts/karatsuba.py
@@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: BSD-2-Clause
#
-# Copyright (c) 2018-2023 Gavin D. Howard and contributors.
+# Copyright (c) 2018-2024 Gavin D. Howard and contributors.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/scripts/link.sh b/scripts/link.sh
index 7d95f866e17b..772de27a08c2 100755
--- a/scripts/link.sh
+++ b/scripts/link.sh
@@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: BSD-2-Clause
#
-# Copyright (c) 2018-2023 Gavin D. Howard and contributors.
+# Copyright (c) 2018-2024 Gavin D. Howard and contributors.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/scripts/lint.sh b/scripts/lint.sh
index 5a217204f8f5..14cdc5c3afc8 100755
--- a/scripts/lint.sh
+++ b/scripts/lint.sh
@@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: BSD-2-Clause
#
-# Copyright (c) 2018-2023 Gavin D. Howard and contributors.
+# Copyright (c) 2018-2024 Gavin D. Howard and contributors.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/scripts/locale_install.sh b/scripts/locale_install.sh
index 3816f54ef495..e891bf57db81 100755
--- a/scripts/locale_install.sh
+++ b/scripts/locale_install.sh
@@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: BSD-2-Clause
#
-# Copyright (c) 2018-2023 Gavin D. Howard and contributors.
+# Copyright (c) 2018-2024 Gavin D. Howard and contributors.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/scripts/locale_uninstall.sh b/scripts/locale_uninstall.sh
index dfa3899db26b..1bf292b801e6 100755
--- a/scripts/locale_uninstall.sh
+++ b/scripts/locale_uninstall.sh
@@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: BSD-2-Clause
#
-# Copyright (c) 2018-2023 Gavin D. Howard and contributors.
+# Copyright (c) 2018-2024 Gavin D. Howard and contributors.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/scripts/sqrt_frac_guess.bc b/scripts/sqrt_frac_guess.bc
index 5938cfcc7cba..acbcb368d2de 100644
--- a/scripts/sqrt_frac_guess.bc
+++ b/scripts/sqrt_frac_guess.bc
@@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: BSD-2-Clause
#
-# Copyright (c) 2018-2023 Gavin D. Howard and contributors.
+# Copyright (c) 2018-2024 Gavin D. Howard and contributors.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/scripts/sqrt_int_guess.bc b/scripts/sqrt_int_guess.bc
index 551a06eb2e6d..925b7af7e103 100644
--- a/scripts/sqrt_int_guess.bc
+++ b/scripts/sqrt_int_guess.bc
@@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: BSD-2-Clause
#
-# Copyright (c) 2018-2023 Gavin D. Howard and contributors.
+# Copyright (c) 2018-2024 Gavin D. Howard and contributors.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/scripts/sqrt_random.bc b/scripts/sqrt_random.bc
index ff08348f4977..1f58c2e30c5d 100644
--- a/scripts/sqrt_random.bc
+++ b/scripts/sqrt_random.bc
@@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: BSD-2-Clause
#
-# Copyright (c) 2018-2023 Gavin D. Howard and contributors.
+# Copyright (c) 2018-2024 Gavin D. Howard and contributors.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/scripts/sqrt_random.sh b/scripts/sqrt_random.sh
index 694c72003192..e107ef532f6e 100755
--- a/scripts/sqrt_random.sh
+++ b/scripts/sqrt_random.sh
@@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: BSD-2-Clause
#
-# Copyright (c) 2018-2023 Gavin D. Howard and contributors.
+# Copyright (c) 2018-2024 Gavin D. Howard and contributors.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met: