diff options
author | mj-xmr <63722585+mj-xmr@users.noreply.github.com> | 2023-01-02 16:12:39 +0100 |
---|---|---|
committer | mj-xmr <mjxmr@protonmail.com> | 2023-01-16 13:00:18 +0100 |
commit | 5b4fea72cf8b5853d33d1765d4d00cf5608adcb3 (patch) | |
tree | 710fa7d5756d6e9f7efbff893ece4b24563892d9 /src/crypto/wallet | |
parent | Merge pull request #8675 (diff) | |
download | monero-5b4fea72cf8b5853d33d1765d4d00cf5608adcb3.tar.xz |
Copyright: Update to 2023
Co-authored-by: plowsof <plowsof@protonmail.com>
extra files
Diffstat (limited to 'src/crypto/wallet')
-rw-r--r-- | src/crypto/wallet/CMakeLists.txt | 2 | ||||
-rw-r--r-- | src/crypto/wallet/crypto.h | 2 | ||||
-rw-r--r-- | src/crypto/wallet/empty.h.in | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/crypto/wallet/CMakeLists.txt b/src/crypto/wallet/CMakeLists.txt index ac1bdf7fd..e724b3e96 100644 --- a/src/crypto/wallet/CMakeLists.txt +++ b/src/crypto/wallet/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2020-2022, The Monero Project +# Copyright (c) 2020-2023, The Monero Project # # All rights reserved. diff --git a/src/crypto/wallet/crypto.h b/src/crypto/wallet/crypto.h index cee0ca18e..27da956ec 100644 --- a/src/crypto/wallet/crypto.h +++ b/src/crypto/wallet/crypto.h @@ -1,4 +1,4 @@ -// Copyright (c) 2020-2022, The Monero Project +// Copyright (c) 2020-2023, The Monero Project // // All rights reserved. diff --git a/src/crypto/wallet/empty.h.in b/src/crypto/wallet/empty.h.in index b884a57b5..bf54f54c5 100644 --- a/src/crypto/wallet/empty.h.in +++ b/src/crypto/wallet/empty.h.in @@ -1,4 +1,4 @@ -// Copyright (c) 2020-2022, The Monero Project +// Copyright (c) 2020-2023, The Monero Project // // All rights reserved. |