[copyright] add MIT license headers to .sh scripts where missing

Years are set according to 'git log' history

Zcash: Only the scripts we have that are missing the header.
This commit is contained in:
isle2983 2016-09-11 13:36:22 -06:00 committed by Jack Grigg
parent 84a5830aaa
commit ccf31edf62
2 changed files with 6 additions and 0 deletions

View File

@ -1,4 +1,7 @@
#!/bin/bash
# Copyright (c) 2013 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 [ -d "$1" ]; then
cd "$1" || exit 1

View File

@ -1,4 +1,7 @@
#!/bin/sh
# Copyright (c) 2015 The Bitcoin Core developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
export LC_ALL=C
DIR="$1"