mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-03 09:43:55 +02:00
Merge #8784: Copyright headers for build scripts
0c4e6ceAdd MIT license to build-aux/m4 scripts (Luke Dashjr)3f8a5d8Trivial: build-aux/m4/l_atomic: Fix typo (Luke Dashjr)3b4b6dcAdd MIT license to autogen.sh and share/genbuild.sh (Luke Dashjr)f4dffddAdd MIT license to Makefiles (Luke Dashjr)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user