Skip to content

Commit

Permalink
Add copyright header and shebang line
Browse files Browse the repository at this point in the history
  • Loading branch information
scravy committed Aug 6, 2018
1 parent 26efb9c commit 270ce18
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis/lint_06_script.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

#!/usr/bin/env bash
#
# Copyright (c) 2018 The Bitcoin Core developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.

./contrib/devtools/git-subtree-check.sh src/crypto/ctaes
./contrib/devtools/git-subtree-check.sh src/secp256k1
Expand Down
5 changes: 5 additions & 0 deletions .travis/test_03_before_install.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#!/usr/bin/env bash
#
# Copyright (c) 2018 The Bitcoin Core developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.


PATH=$(echo $PATH | tr ':' "\n" | sed '/\/opt\/python/d' | tr "\n" ":" | sed "s|::|:|g")
Expand Down
5 changes: 5 additions & 0 deletions .travis/test_04_install.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#!/usr/bin/env bash
#
# Copyright (c) 2018 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 [ -n "$DPKG_ADD_ARCH" ]; then
Expand Down
5 changes: 5 additions & 0 deletions .travis/test_05_before_script.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#!/usr/bin/env bash
#
# Copyright (c) 2018 The Bitcoin Core developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.


unset CC
Expand Down
5 changes: 5 additions & 0 deletions .travis/test_06_script.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#!/usr/bin/env bash
#
# Copyright (c) 2018 The Bitcoin Core developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.


TRAVIS_COMMIT_LOG=$(git log --format=fuller -1)
Expand Down

0 comments on commit 270ce18

Please sign in to comment.