Skip to content

Commit f4dffdd

Browse files
committed
Add MIT license to Makefiles
1 parent 84c9a04 commit f4dffdd

File tree

7 files changed

+28
-0
lines changed

7 files changed

+28
-0
lines changed

Makefile.am

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Copyright (c) 2013-2016 The Bitcoin Core developers
2+
# Distributed under the MIT software license, see the accompanying
3+
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
4+
15
ACLOCAL_AMFLAGS = -I build-aux/m4
26
SUBDIRS = src
37
if ENABLE_MAN

src/Makefile.am

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Copyright (c) 2013-2016 The Bitcoin Core developers
2+
# Distributed under the MIT software license, see the accompanying
3+
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
4+
15
DIST_SUBDIRS = secp256k1 univalue
26

37
AM_LDFLAGS = $(PTHREAD_CFLAGS) $(LIBTOOL_LDFLAGS) $(HARDENED_LDFLAGS)

src/Makefile.bench.include

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Copyright (c) 2015-2016 The Bitcoin Core developers
2+
# Distributed under the MIT software license, see the accompanying
3+
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
4+
15
bin_PROGRAMS += bench/bench_bitcoin
26
BENCH_SRCDIR = bench
37
BENCH_BINARY = bench/bench_bitcoin$(EXEEXT)

src/Makefile.leveldb.include

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Copyright (c) 2016 The Bitcoin Core developers
2+
# Distributed under the MIT software license, see the accompanying
3+
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
4+
15
LIBLEVELDB_INT = leveldb/libleveldb.a
26
LIBMEMENV_INT = leveldb/libmemenv.a
37

src/Makefile.qt.include

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Copyright (c) 2013-2016 The Bitcoin Core developers
2+
# Distributed under the MIT software license, see the accompanying
3+
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
4+
15
bin_PROGRAMS += qt/bitcoin-qt
26
EXTRA_LIBRARIES += qt/libbitcoinqt.a
37

src/Makefile.qttest.include

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Copyright (c) 2013-2016 The Bitcoin Core developers
2+
# Distributed under the MIT software license, see the accompanying
3+
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
4+
15
bin_PROGRAMS += qt/test/test_bitcoin-qt
26
TESTS += qt/test/test_bitcoin-qt
37

src/Makefile.test.include

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Copyright (c) 2013-2016 The Bitcoin Core developers
2+
# Distributed under the MIT software license, see the accompanying
3+
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
4+
15
TESTS += test/test_bitcoin
26
bin_PROGRAMS += test/test_bitcoin
37
TEST_SRCDIR = test

0 commit comments

Comments
 (0)