Browse Source

Add copyright info

pull/245/head
Eirik Ogilvie-Wigley 5 years ago
parent
commit
2f00729061
  1. 2
      qa/rpc-tests/shorter_block_times.py
  2. 4
      src/consensus/params.cpp

2
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."

4
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"

Loading…
Cancel
Save