diff options
| author | Luke Dashjr <[email protected]> | 2016-09-21 22:31:23 +0000 |
|---|---|---|
| committer | Luke Dashjr <[email protected]> | 2016-09-21 22:35:12 +0000 |
| commit | f4dffdd6bffc58377b7505b639f0431244321c32 (patch) | |
| tree | 26ab2f2f78978ab7f2f4aef67623ed0162c06127 /src/Makefile.am | |
| parent | Merge #8769: Trivial: Fix ISO URL, capitalization (diff) | |
| download | discoin-f4dffdd6bffc58377b7505b639f0431244321c32.tar.xz discoin-f4dffdd6bffc58377b7505b639f0431244321c32.zip | |
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 ebdddc87f..e7f1d82b8 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) |