Navigation Menu

Skip to content

Commit

Permalink
Add MIT license to autogen.sh and share/genbuild.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-jr committed Sep 21, 2016
1 parent f4dffdd commit 3b4b6dc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions autogen.sh
@@ -1,4 +1,8 @@
#!/bin/sh
# 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.

set -e
srcdir="$(dirname $0)"
cd "$srcdir"
Expand Down
4 changes: 4 additions & 0 deletions 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
Expand Down

0 comments on commit 3b4b6dc

Please sign in to comment.