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

Years are set according to 'git log' history
This commit is contained in:
isle2983
2016-09-11 13:36:22 -06:00
parent 2a0836f6d5
commit 0766d1cac3
11 changed files with 41 additions and 0 deletions

View File

@ -1,4 +1,8 @@
#!/bin/bash
# Copyright (c) 2014-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.
if ! [[ "$2" =~ ^(git@)?(www.)?github.com(:|/)bitcoin/bitcoin(.git)?$ ]]; then
exit 0
fi