diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2016-09-21 22:31:23 +0000 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2016-09-21 22:35:12 +0000 |
commit | f4dffdd6bffc58377b7505b639f0431244321c32 (patch) | |
tree | 26ab2f2f78978ab7f2f4aef67623ed0162c06127 /src/Makefile.am | |
parent | 84c9a048559dc6af6c6321af7c9248f6da2491f2 (diff) |
Add MIT license to Makefiles
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index ebdddc87f5..e7f1d82b8b 100644 --- a/src/Makefile.am +++ b/src/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. + DIST_SUBDIRS = secp256k1 univalue AM_LDFLAGS = $(PTHREAD_CFLAGS) $(LIBTOOL_LDFLAGS) $(HARDENED_LDFLAGS) |