Add copyright info

This commit is contained in:
Eirik Ogilvie-Wigley 2019-08-05 19:05:11 -06:00
parent 42a21ef004
commit 2f00729061
2 changed files with 5 additions and 1 deletions

View File

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

View File

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