aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2016-09-21 22:31:23 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2016-09-21 22:35:12 +0000
commitf4dffdd6bffc58377b7505b639f0431244321c32 (patch)
tree26ab2f2f78978ab7f2f4aef67623ed0162c06127 /src/Makefile.test.include
parent84c9a048559dc6af6c6321af7c9248f6da2491f2 (diff)
downloadbitcoin-f4dffdd6bffc58377b7505b639f0431244321c32.tar.xz
Add MIT license to Makefiles
Diffstat (limited to 'src/Makefile.test.include')
-rw-r--r--src/Makefile.test.include4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include
index 0748d1a39d..5ce1bbb896 100644
--- a/src/Makefile.test.include
+++ b/src/Makefile.test.include
@@ -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