From 2f007290613dc5d40d3646ee770590fecea8c399 Mon Sep 17 00:00:00 2001 From: Eirik Ogilvie-Wigley Date: Mon, 5 Aug 2019 19:05:11 -0600 Subject: [PATCH] Add copyright info --- qa/rpc-tests/shorter_block_times.py | 2 +- src/consensus/params.cpp | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/qa/rpc-tests/shorter_block_times.py b/qa/rpc-tests/shorter_block_times.py index 8e807e466..3141a7e77 100755 --- a/qa/rpc-tests/shorter_block_times.py +++ b/qa/rpc-tests/shorter_block_times.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Copyright (c) 2019 The Zcash developers # Distributed under the MIT software license, see the accompanying -# file COPYING or http://www.opensource.org/licenses/mit-license.php. +# file COPYING or https://www.opensource.org/licenses/mit-license.php . import sys; assert sys.version_info < (3,), ur"This script does not run under Python 3. Please use Python 2.7.x." diff --git a/src/consensus/params.cpp b/src/consensus/params.cpp index b0ae2b9ea..b0f2079e7 100644 --- a/src/consensus/params.cpp +++ b/src/consensus/params.cpp @@ -1,3 +1,7 @@ +// Copyright (c) 2019 The Zcash developers +// Distributed under the MIT software license, see the accompanying +// file COPYING or https://www.opensource.org/licenses/mit-license.php . + #include "params.h" #include "upgrades.h"