Add MIT license to Makefiles

Github-Pull: #8784
Rebased-From: f4dffdd6bffc58377b7505b639f0431244321c32
This commit is contained in:
Luke Dashjr
2016-09-21 22:31:23 +00:00
committed by Wladimir J. van der Laan
parent 1d048b917b
commit 6d05fe115b
7 changed files with 28 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
# Copyright (c) 2015-2016 The Bitcoin Core developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
bin_PROGRAMS += bench/bench_bitcoin
BENCH_SRCDIR = bench
BENCH_BINARY = bench/bench_bitcoin$(EXEEXT)