Permalink
Browse files
Add MIT license to Makefiles
- Loading branch information...
|
|
@@ -1,3 +1,7 @@ |
|
|
+# Copyright (c) 2013-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.
|
|
|
+
|
|
|
ACLOCAL_AMFLAGS = -I build-aux/m4
|
|
|
SUBDIRS = src
|
|
|
.PHONY: deploy FORCE
|
|
|
|
|
|
@@ -1,3 +1,7 @@ |
|
|
+# Copyright (c) 2013-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.
|
|
|
+
|
|
|
DIST_SUBDIRS = secp256k1 univalue
|
|
|
|
|
|
AM_LDFLAGS = $(PTHREAD_CFLAGS) $(LIBTOOL_LDFLAGS) $(HARDENED_LDFLAGS)
|
|
|
|
|
|
@@ -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)
|
|
|
|
|
|
@@ -1,3 +1,7 @@ |
|
|
+# Copyright (c) 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.
|
|
|
+
|
|
|
LIBLEVELDB_INT = leveldb/libleveldb.a
|
|
|
LIBMEMENV_INT = leveldb/libmemenv.a
|
|
|
|
|
|
|
|
|
@@ -1,3 +1,7 @@ |
|
|
+# Copyright (c) 2013-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 += qt/bitcoin-qt
|
|
|
EXTRA_LIBRARIES += qt/libbitcoinqt.a
|
|
|
|
|
|
|
|
|
@@ -1,3 +1,7 @@ |
|
|
+# Copyright (c) 2013-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 += qt/test/test_bitcoin-qt
|
|
|
TESTS += qt/test/test_bitcoin-qt
|
|
|
|
|
|
|
|
|
@@ -1,3 +1,7 @@ |
|
|
+# Copyright (c) 2013-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.
|
|
|
+
|
|
|
TESTS += test/test_bitcoin
|
|
|
bin_PROGRAMS += test/test_bitcoin
|
|
|
TEST_SRCDIR = test
|
|
|
|
0 comments on commit
6d05fe1