aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
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 /Makefile.am
parent84c9a048559dc6af6c6321af7c9248f6da2491f2 (diff)
downloadbitcoin-f4dffdd6bffc58377b7505b639f0431244321c32.tar.xz
Add MIT license to Makefiles
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 2e061c3773..44fdf9c9fb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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
if ENABLE_MAN