diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2022-04-06 00:08:53 -0400 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2022-04-06 00:08:53 -0400 |
| commit | 0eb1b570b65103ca11bdacb1f87a76a64763cfea (patch) | |
| tree | 3dd1fcb285d4f3b4486c864c459e7d711c5b34c5 /src/simplewallet | |
| parent | 88a5606795496e8e55d34ad3783c13dd4df4b520 (diff) | |
| parent | da9aa1f7f802552b9de459f331a2f39c84898009 (diff) | |
| download | monzero-core-0eb1b570b65103ca11bdacb1f87a76a64763cfea.tar.gz monzero-core-0eb1b570b65103ca11bdacb1f87a76a64763cfea.tar.xz monzero-core-0eb1b570b65103ca11bdacb1f87a76a64763cfea.zip | |
Merge pull request #8197
da9aa1f Copyright: Update to 2022 (mj-xmr)
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 752adc640..38cf6f757 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 643270735..473120eac 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. // |
