Skip to content

Commit 401e0ce

Browse files
committed
ci: add copyright to bash scripts
1 parent e956467 commit 401e0ce

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

ci/scripts/ci.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
#!/usr/bin/env bash
2+
#
3+
# Copyright (c) The Bitcoin Core developers
4+
# Distributed under the MIT software license, see the accompanying
5+
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
6+
27
export LC_ALL=C.UTF-8
38

49
set -o errexit -o nounset -o pipefail -o xtrace

ci/scripts/run.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
#!/usr/bin/env bash
2+
#
3+
# Copyright (c) The Bitcoin Core developers
4+
# Distributed under the MIT software license, see the accompanying
5+
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
6+
27
export LC_ALL=C.UTF-8
38

49
set -o errexit -o nounset -o pipefail -o xtrace

0 commit comments

Comments
 (0)