[copyright] add MIT license headers to .sh scripts where missing
Years are set according to 'git log' history
This commit is contained in:
parent
2862e189b0
commit
31f53d8bb8
@ -1,4 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
# Copyright (c) 2014-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.
|
||||||
|
|
||||||
INPUT=$(cat /dev/stdin)
|
INPUT=$(cat /dev/stdin)
|
||||||
VALID=false
|
VALID=false
|
||||||
REVSIG=false
|
REVSIG=false
|
||||||
|
@ -1,4 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/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(:|/)devrandom/gitian-builder(.git)?$ ]]; then
|
if ! [[ "$2" =~ ^(git@)?(www.)?github.com(:|/)devrandom/gitian-builder(.git)?$ ]]; then
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
@ -1,4 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
# Copyright (c) 2014-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.
|
||||||
|
|
||||||
# Not technically POSIX-compliant due to use of "local", but almost every
|
# Not technically POSIX-compliant due to use of "local", but almost every
|
||||||
# shell anyone uses today supports it, so its probably fine
|
# shell anyone uses today supports it, so its probably fine
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user