diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/exec-install.sh | 2 | ||||
| -rwxr-xr-x | scripts/format.sh | 2 | ||||
| -rwxr-xr-x | scripts/functions.sh | 2 | ||||
| -rwxr-xr-x | scripts/karatsuba.py | 2 | ||||
| -rwxr-xr-x | scripts/link.sh | 2 | ||||
| -rwxr-xr-x | scripts/lint.sh | 2 | ||||
| -rwxr-xr-x | scripts/locale_install.sh | 2 | ||||
| -rwxr-xr-x | scripts/locale_uninstall.sh | 2 | ||||
| -rw-r--r-- | scripts/sqrt_frac_guess.bc | 2 | ||||
| -rw-r--r-- | scripts/sqrt_int_guess.bc | 2 | ||||
| -rw-r--r-- | scripts/sqrt_random.bc | 2 | ||||
| -rwxr-xr-x | scripts/sqrt_random.sh | 2 |
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: |
