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 /tests/difficulty | |
parent | Merge pull request #9316 (diff) | |
download | monero-341771ac3e65f88a6e78ca805f8dde2ae6ba7924.tar.xz |
copyright: bump to 2024
Diffstat (limited to '')
-rw-r--r-- | tests/difficulty/CMakeLists.txt | 2 | ||||
-rw-r--r-- | tests/difficulty/difficulty.cpp | 2 | ||||
-rwxr-xr-x | tests/difficulty/generate-data | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/difficulty/CMakeLists.txt b/tests/difficulty/CMakeLists.txt index 109ed1d43..e03945092 100644 --- a/tests/difficulty/CMakeLists.txt +++ b/tests/difficulty/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2014-2023, The Monero Project +# Copyright (c) 2014-2024, The Monero Project # # All rights reserved. # diff --git a/tests/difficulty/difficulty.cpp b/tests/difficulty/difficulty.cpp index 9cecadca8..e82e51a24 100644 --- a/tests/difficulty/difficulty.cpp +++ b/tests/difficulty/difficulty.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2023, The Monero Project +// Copyright (c) 2014-2024, The Monero Project // // All rights reserved. // diff --git a/tests/difficulty/generate-data b/tests/difficulty/generate-data index cfec61a88..24926796a 100755 --- a/tests/difficulty/generate-data +++ b/tests/difficulty/generate-data @@ -1,6 +1,6 @@ #!/usr/bin/python3 -# Copyright (c) 2014-2023, The Monero Project +# Copyright (c) 2014-2024, The Monero Project # # All rights reserved. # |