From 7dd1889944e51dccdbc45c0d5a8fe90daa311608 Mon Sep 17 00:00:00 2001 From: Kris Nuttycombe Date: Mon, 29 Jun 2020 16:24:25 -0600 Subject: [PATCH] Trivial copyright fix. Co-authored-by: str4d --- qa/rpc-tests/remove_sprout_shielding.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/qa/rpc-tests/remove_sprout_shielding.py b/qa/rpc-tests/remove_sprout_shielding.py index 1cf2ed0af..ad397540a 100755 --- a/qa/rpc-tests/remove_sprout_shielding.py +++ b/qa/rpc-tests/remove_sprout_shielding.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) 2019 The Zcash developers +# Copyright (c) 2020 The Zcash developers # Distributed under the MIT software license, see the accompanying # file COPYING or https://www.opensource.org/licenses/mit-license.php . @@ -126,4 +126,3 @@ class RemoveSproutShieldingTest (BitcoinTestFramework): if __name__ == '__main__': RemoveSproutShieldingTest().main() -