Skip to content

Commit 3b4b6dc

Browse files
committed
Add MIT license to autogen.sh and share/genbuild.sh
1 parent f4dffdd commit 3b4b6dc

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

autogen.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
#!/bin/sh
2+
# Copyright (c) 2013-2016 The Bitcoin Core developers
3+
# Distributed under the MIT software license, see the accompanying
4+
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
5+
26
set -e
37
srcdir="$(dirname $0)"
48
cd "$srcdir"

share/genbuild.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
#!/bin/sh
2+
# Copyright (c) 2012-2016 The Bitcoin Core developers
3+
# Distributed under the MIT software license, see the accompanying
4+
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
5+
26
if [ $# -gt 1 ]; then
37
cd "$2"
48
fi

0 commit comments

Comments
 (0)