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 /utils/python-rpc | |
parent | Merge pull request #8161 (diff) | |
download | monero-da9aa1f7f802552b9de459f331a2f39c84898009.tar.xz |
Copyright: Update to 2022
Diffstat (limited to 'utils/python-rpc')
-rw-r--r-- | utils/python-rpc/framework/daemon.py | 3 | ||||
-rw-r--r-- | utils/python-rpc/framework/rpc.py | 3 | ||||
-rw-r--r-- | utils/python-rpc/framework/wallet.py | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/utils/python-rpc/framework/daemon.py b/utils/python-rpc/framework/daemon.py index 397000b68..2bb7e664f 100644 --- a/utils/python-rpc/framework/daemon.py +++ b/utils/python-rpc/framework/daemon.py @@ -1,4 +1,5 @@ -# Copyright (c) 2018 The Monero Project +# Copyright (c) 2018-2022, The Monero Project + # # All rights reserved. # diff --git a/utils/python-rpc/framework/rpc.py b/utils/python-rpc/framework/rpc.py index b857be4d2..58b1eb794 100644 --- a/utils/python-rpc/framework/rpc.py +++ b/utils/python-rpc/framework/rpc.py @@ -1,4 +1,5 @@ -# Copyright (c) 2018 The Monero Project +# Copyright (c) 2018-2022, The Monero Project + # # All rights reserved. # diff --git a/utils/python-rpc/framework/wallet.py b/utils/python-rpc/framework/wallet.py index e531bf13d..037beee84 100644 --- a/utils/python-rpc/framework/wallet.py +++ b/utils/python-rpc/framework/wallet.py @@ -1,4 +1,5 @@ -# Copyright (c) 2018 The Monero Project +# Copyright (c) 2018-2022, The Monero Project + # # All rights reserved. # |