diff options
author | copyCat <copyCat@cat.com> | 2024-05-21 16:29:33 +0000 |
---|---|---|
committer | copyCat <copyCat@cat.com> | 2024-05-21 16:29:33 +0000 |
commit | 341771ac3e65f88a6e78ca805f8dde2ae6ba7924 (patch) | |
tree | 4e2aa50450bbb38c43c41b939325d1e003bf7dcb /utils/health | |
parent | Merge pull request #9316 (diff) | |
download | monero-341771ac3e65f88a6e78ca805f8dde2ae6ba7924.tar.xz |
copyright: bump to 2024
Diffstat (limited to '')
-rwxr-xr-x | utils/health/build-scripts/clang-build-time-analyzer-clone-build.sh | 2 | ||||
-rwxr-xr-x | utils/health/clang-build-time-analyzer-run.sh | 2 | ||||
-rwxr-xr-x | utils/health/clang-include-what-you-use-run.sh | 2 | ||||
-rwxr-xr-x | utils/health/clang-tidy-run-cc.sh | 2 | ||||
-rwxr-xr-x | utils/health/clang-tidy-run-common.sh | 2 | ||||
-rwxr-xr-x | utils/health/clang-tidy-run-cpp.sh | 2 | ||||
-rwxr-xr-x | utils/health/valgrind-tests.sh | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/utils/health/build-scripts/clang-build-time-analyzer-clone-build.sh b/utils/health/build-scripts/clang-build-time-analyzer-clone-build.sh index f218ce5a5..3b4902b24 100755 --- a/utils/health/build-scripts/clang-build-time-analyzer-clone-build.sh +++ b/utils/health/build-scripts/clang-build-time-analyzer-clone-build.sh @@ -1,6 +1,6 @@ #!/bin/bash -e -# Copyright (c) 2014-2023, The Monero Project +# Copyright (c) 2014-2024, The Monero Project # # All rights reserved. # diff --git a/utils/health/clang-build-time-analyzer-run.sh b/utils/health/clang-build-time-analyzer-run.sh index cbfb00f65..9d37a353b 100755 --- a/utils/health/clang-build-time-analyzer-run.sh +++ b/utils/health/clang-build-time-analyzer-run.sh @@ -1,6 +1,6 @@ #!/bin/bash -e -# Copyright (c) 2014-2023, The Monero Project +# Copyright (c) 2014-2024, The Monero Project # # All rights reserved. # diff --git a/utils/health/clang-include-what-you-use-run.sh b/utils/health/clang-include-what-you-use-run.sh index aee10b9a9..5ea19737c 100755 --- a/utils/health/clang-include-what-you-use-run.sh +++ b/utils/health/clang-include-what-you-use-run.sh @@ -1,6 +1,6 @@ #!/bin/bash -e -# Copyright (c) 2014-2023, The Monero Project +# Copyright (c) 2014-2024, The Monero Project # # All rights reserved. # diff --git a/utils/health/clang-tidy-run-cc.sh b/utils/health/clang-tidy-run-cc.sh index b43f575b2..e724d5c0f 100755 --- a/utils/health/clang-tidy-run-cc.sh +++ b/utils/health/clang-tidy-run-cc.sh @@ -1,6 +1,6 @@ #!/bin/bash -e -# Copyright (c) 2014-2023, The Monero Project +# Copyright (c) 2014-2024, The Monero Project # # All rights reserved. # diff --git a/utils/health/clang-tidy-run-common.sh b/utils/health/clang-tidy-run-common.sh index fc34b7fe9..e7724843b 100755 --- a/utils/health/clang-tidy-run-common.sh +++ b/utils/health/clang-tidy-run-common.sh @@ -1,6 +1,6 @@ #!/bin/bash -e -# Copyright (c) 2014-2023, The Monero Project +# Copyright (c) 2014-2024, The Monero Project # # All rights reserved. # diff --git a/utils/health/clang-tidy-run-cpp.sh b/utils/health/clang-tidy-run-cpp.sh index e8df05958..615a2abc6 100755 --- a/utils/health/clang-tidy-run-cpp.sh +++ b/utils/health/clang-tidy-run-cpp.sh @@ -1,6 +1,6 @@ #!/bin/bash -e -# Copyright (c) 2014-2023, The Monero Project +# Copyright (c) 2014-2024, The Monero Project # # All rights reserved. # diff --git a/utils/health/valgrind-tests.sh b/utils/health/valgrind-tests.sh index 3248c8b91..ebfc32135 100755 --- a/utils/health/valgrind-tests.sh +++ b/utils/health/valgrind-tests.sh @@ -1,6 +1,6 @@ #!/bin/bash -e -# Copyright (c) 2014-2023, The Monero Project +# Copyright (c) 2014-2024, The Monero Project # # All rights reserved. # |