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/simplewallet | |
parent | Merge pull request #8161 (diff) | |
download | monero-da9aa1f7f802552b9de459f331a2f39c84898009.tar.xz |
Copyright: Update to 2022
Diffstat (limited to 'src/simplewallet')
-rw-r--r-- | src/simplewallet/CMakeLists.txt | 2 | ||||
-rw-r--r-- | src/simplewallet/simplewallet.cpp | 2 | ||||
-rw-r--r-- | src/simplewallet/simplewallet.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/simplewallet/CMakeLists.txt b/src/simplewallet/CMakeLists.txt index a0820c8eb..efec8a6f0 100644 --- a/src/simplewallet/CMakeLists.txt +++ b/src/simplewallet/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/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp index 891253830..f793c1a9e 100644 --- a/src/simplewallet/simplewallet.cpp +++ b/src/simplewallet/simplewallet.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/simplewallet/simplewallet.h b/src/simplewallet/simplewallet.h index 4bb2c6a71..3bfa627c7 100644 --- a/src/simplewallet/simplewallet.h +++ b/src/simplewallet/simplewallet.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2020, The Monero Project +// Copyright (c) 2014-2022, The Monero Project // // All rights reserved. // |