diff options
author | mj-xmr <mjxmr@protonmail.com> | 2022-03-01 12:16:17 +0100 |
---|---|---|
committer | mj-xmr <mjxmr@protonmail.com> | 2022-03-04 06:59:20 +0100 |
commit | da9aa1f7f802552b9de459f331a2f39c84898009 (patch) | |
tree | 5ea3cf9fb77bd2d5dd2e689a2427f57fe911b3d5 /src/debug_utilities | |
parent | Merge pull request #8161 (diff) | |
download | monero-da9aa1f7f802552b9de459f331a2f39c84898009.tar.xz |
Copyright: Update to 2022
Diffstat (limited to 'src/debug_utilities')
-rw-r--r-- | src/debug_utilities/CMakeLists.txt | 2 | ||||
-rw-r--r-- | src/debug_utilities/cn_deserialize.cpp | 2 | ||||
-rw-r--r-- | src/debug_utilities/dns_checks.cpp | 2 | ||||
-rw-r--r-- | src/debug_utilities/object_sizes.cpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/debug_utilities/CMakeLists.txt b/src/debug_utilities/CMakeLists.txt index 7b21123f6..ecb0f0229 100644 --- a/src/debug_utilities/CMakeLists.txt +++ b/src/debug_utilities/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2014-2020, The Monero Project +# Copyright (c) 2014-2022, The Monero Project # # All rights reserved. # diff --git a/src/debug_utilities/cn_deserialize.cpp b/src/debug_utilities/cn_deserialize.cpp index c039b93c5..41c397bd8 100644 --- a/src/debug_utilities/cn_deserialize.cpp +++ b/src/debug_utilities/cn_deserialize.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2020, The Monero Project +// Copyright (c) 2014-2022, The Monero Project // // All rights reserved. // diff --git a/src/debug_utilities/dns_checks.cpp b/src/debug_utilities/dns_checks.cpp index 138cd4fc1..caa0421e9 100644 --- a/src/debug_utilities/dns_checks.cpp +++ b/src/debug_utilities/dns_checks.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2020, The Monero Project +// Copyright (c) 2019-2022, The Monero Project // // All rights reserved. // diff --git a/src/debug_utilities/object_sizes.cpp b/src/debug_utilities/object_sizes.cpp index bffff0882..40b651ab3 100644 --- a/src/debug_utilities/object_sizes.cpp +++ b/src/debug_utilities/object_sizes.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2017-2020, The Monero Project +// Copyright (c) 2017-2022, The Monero Project // // All rights reserved. // |