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.qt.include | |
| 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.qt.include')
| -rw-r--r-- | src/Makefile.qt.include | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.qt.include b/src/Makefile.qt.include index 8947aeaca..35a1f6890 100644 --- a/src/Makefile.qt.include +++ b/src/Makefile.qt.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. + bin_PROGRAMS += qt/bitcoin-qt EXTRA_LIBRARIES += qt/libbitcoinqt.a |