You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contrib/devtools/git-subtree-check.sh
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,7 @@
1
1
#!/bin/sh
2
+
# Copyright (c) 2015 The Bitcoin Core developers
3
+
# Distributed under the MIT software license, see the accompanying
4
+
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
Copy file name to clipboardExpand all lines: contrib/macdeploy/detached-sig-apply.sh
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,8 @@
1
1
#!/bin/sh
2
+
# Copyright (c) 2014-2015 The Bitcoin Core developers
3
+
# Distributed under the MIT software license, see the accompanying
4
+
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
Copy file name to clipboardExpand all lines: contrib/macdeploy/detached-sig-create.sh
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,8 @@
1
1
#!/bin/sh
2
+
# Copyright (c) 2014-2015 The Bitcoin Core developers
3
+
# Distributed under the MIT software license, see the accompanying
4
+
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
Copy file name to clipboardExpand all lines: contrib/macdeploy/extract-osx-sdk.sh
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,8 @@
1
1
#!/bin/bash
2
+
# Copyright (c) 2016 The Bitcoin Core developers
3
+
# Distributed under the MIT software license, see the accompanying
4
+
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
Copy file name to clipboardExpand all lines: contrib/qos/tc.sh
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
# Copyright (c) 2013 The Bitcoin Core developers
2
+
# Distributed under the MIT software license, see the accompanying
3
+
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
Copy file name to clipboardExpand all lines: contrib/tidy_datadir.sh
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,7 @@
1
1
#!/bin/bash
2
+
# Copyright (c) 2013 The Bitcoin Core developers
3
+
# Distributed under the MIT software license, see the accompanying
4
+
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
Copy file name to clipboardExpand all lines: contrib/verify-commits/gpg.sh
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,8 @@
1
1
#!/bin/sh
2
+
# Copyright (c) 2014-2016 The Bitcoin Core developers
3
+
# Distributed under the MIT software license, see the accompanying
4
+
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
Copy file name to clipboardExpand all lines: contrib/verify-commits/pre-push-hook.sh
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,8 @@
1
1
#!/bin/bash
2
+
# Copyright (c) 2014-2015 The Bitcoin Core developers
3
+
# Distributed under the MIT software license, see the accompanying
4
+
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
Copy file name to clipboardExpand all lines: contrib/verify-commits/verify-commits.sh
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,8 @@
1
1
#!/bin/sh
2
+
# Copyright (c) 2014-2016 The Bitcoin Core developers
3
+
# Distributed under the MIT software license, see the accompanying
4
+
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
5
+
2
6
# Not technically POSIX-compliant due to use of "local", but almost every
3
7
# shell anyone uses today supports it, so its probably fine
Copy file name to clipboardExpand all lines: contrib/verifybinaries/verify.sh
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,7 @@
1
1
#!/bin/bash
2
+
# Copyright (c) 2016 The Bitcoin Core developers
3
+
# Distributed under the MIT software license, see the accompanying
4
+
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
2
5
3
6
### This script attempts to download the signature file SHA256SUMS.asc from bitcoin.org
4
7
### It first checks if the signature passes, and then downloads the files specified in
0 commit comments