diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-09-29 07:57:47 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-09-29 07:58:08 +0200 |
| commit | d675984fdfa481c1db08a4ad1926ae654737de15 (patch) | |
| tree | 17759039503e6447459284aa970089939378a724 /share | |
| parent | Merge #8820: [depends] Fix Qt compilation with Xcode 8 (diff) | |
| parent | Add MIT license to build-aux/m4 scripts (diff) | |
| download | discoin-d675984fdfa481c1db08a4ad1926ae654737de15.tar.xz discoin-d675984fdfa481c1db08a4ad1926ae654737de15.zip | |
Merge #8784: Copyright headers for build scripts
0c4e6ce Add MIT license to build-aux/m4 scripts (Luke Dashjr)
3f8a5d8 Trivial: build-aux/m4/l_atomic: Fix typo (Luke Dashjr)
3b4b6dc Add MIT license to autogen.sh and share/genbuild.sh (Luke Dashjr)
f4dffdd Add MIT license to Makefiles (Luke Dashjr)
Diffstat (limited to 'share')
| -rwxr-xr-x | share/genbuild.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/share/genbuild.sh b/share/genbuild.sh index 1ef77d706..eecac4bd0 100755 --- a/share/genbuild.sh +++ b/share/genbuild.sh @@ -1,4 +1,8 @@ #!/bin/sh +# Copyright (c) 2012-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. + if [ $# -gt 1 ]; then cd "$2" fi |