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 /tests/trezor | |
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 'tests/trezor')
-rw-r--r-- | tests/trezor/CMakeLists.txt | 2 | ||||
-rw-r--r-- | tests/trezor/daemon.cpp | 2 | ||||
-rw-r--r-- | tests/trezor/daemon.h | 2 | ||||
-rw-r--r-- | tests/trezor/tools.cpp | 2 | ||||
-rw-r--r-- | tests/trezor/tools.h | 2 | ||||
-rw-r--r-- | tests/trezor/trezor_tests.cpp | 2 | ||||
-rw-r--r-- | tests/trezor/trezor_tests.h | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/tests/trezor/CMakeLists.txt b/tests/trezor/CMakeLists.txt index 7c8cdf776..14c25823b 100644 --- a/tests/trezor/CMakeLists.txt +++ b/tests/trezor/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/tests/trezor/daemon.cpp b/tests/trezor/daemon.cpp index be13f6d19..47c0cde9b 100644 --- a/tests/trezor/daemon.cpp +++ b/tests/trezor/daemon.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/tests/trezor/daemon.h b/tests/trezor/daemon.h index 3131881ce..b87fd5036 100644 --- a/tests/trezor/daemon.h +++ b/tests/trezor/daemon.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2022, The Monero Project +// Copyright (c) 2014-2023, The Monero Project // // All rights reserved. // diff --git a/tests/trezor/tools.cpp b/tests/trezor/tools.cpp index 1660c3986..aa5664611 100644 --- a/tests/trezor/tools.cpp +++ b/tests/trezor/tools.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/tests/trezor/tools.h b/tests/trezor/tools.h index c163907d9..b628bbefa 100644 --- a/tests/trezor/tools.h +++ b/tests/trezor/tools.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2022, The Monero Project +// Copyright (c) 2014-2023, The Monero Project // // All rights reserved. // diff --git a/tests/trezor/trezor_tests.cpp b/tests/trezor/trezor_tests.cpp index cf85ffb30..10c52ff29 100644 --- a/tests/trezor/trezor_tests.cpp +++ b/tests/trezor/trezor_tests.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/tests/trezor/trezor_tests.h b/tests/trezor/trezor_tests.h index f7684da12..0f9ee30ca 100644 --- a/tests/trezor/trezor_tests.h +++ b/tests/trezor/trezor_tests.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2022, The Monero Project +// Copyright (c) 2014-2023, The Monero Project // // All rights reserved. // |