diff options
author | luigi1111 <luigi1111w@gmail.com> | 2023-04-25 11:12:56 -0400 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2023-04-25 11:12:56 -0400 |
commit | 9bf06ea75de4a71e3ad634e66a5e09d0ce021b67 (patch) | |
tree | 43496c0160089f02747e5cdd56c29970736091a9 /src/simplewallet | |
parent | Merge pull request #8694 (diff) | |
parent | Copyright: Update to 2023 (diff) | |
download | monero-9bf06ea75de4a71e3ad634e66a5e09d0ce021b67.tar.xz |
Merge pull request #8698
5b4fea7 Copyright: Update to 2023 (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 b659d9f48..9c1d2a339 100644 --- a/src/simplewallet/CMakeLists.txt +++ b/src/simplewallet/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2014-2022, The Monero Project +# Copyright (c) 2014-2023, The Monero Project # # All rights reserved. # diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp index 984392b08..7eed6d6e9 100644 --- a/src/simplewallet/simplewallet.cpp +++ b/src/simplewallet/simplewallet.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2022, The Monero Project +// Copyright (c) 2014-2023, The Monero Project // // All rights reserved. // diff --git a/src/simplewallet/simplewallet.h b/src/simplewallet/simplewallet.h index 7c45d45e8..acefb0bcc 100644 --- a/src/simplewallet/simplewallet.h +++ b/src/simplewallet/simplewallet.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2022, The Monero Project +// Copyright (c) 2014-2023, The Monero Project // // All rights reserved. // |