diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-09-19 17:02:23 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-09-19 17:02:28 +0200 |
| commit | 894c0ad9a9abce703e4a5d7456f2d0477deb5bc0 (patch) | |
| tree | d168e2d440e69923fe481b2094a020aa234a3005 /contrib/devtools | |
| parent | Merge #8701: [copyright] add MIT License copyright header to zmq_sub.py (diff) | |
| parent | [copyright] add MIT License copyright header to remaining Python files (diff) | |
| download | discoin-894c0ad9a9abce703e4a5d7456f2d0477deb5bc0.tar.xz discoin-894c0ad9a9abce703e4a5d7456f2d0477deb5bc0.zip | |
Merge #8702: [copyright] add MIT License copyright header to remaining Python files
4677b19 [copyright] add MIT License copyright header to remaining Python files (isle2983)
Diffstat (limited to 'contrib/devtools')
| -rwxr-xr-x | contrib/devtools/security-check.py | 3 | ||||
| -rwxr-xr-x | contrib/devtools/test-security-check.py | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/contrib/devtools/security-check.py b/contrib/devtools/security-check.py index c61d65264..b4b4b4603 100755 --- a/contrib/devtools/security-check.py +++ b/contrib/devtools/security-check.py @@ -1,4 +1,7 @@ #!/usr/bin/env python +# Copyright (c) 2015-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. ''' Perform basic ELF security checks on a series of executables. Exit status will be 0 if successful, and the program will be silent. diff --git a/contrib/devtools/test-security-check.py b/contrib/devtools/test-security-check.py index 324b7bcd8..c0f120392 100755 --- a/contrib/devtools/test-security-check.py +++ b/contrib/devtools/test-security-check.py @@ -1,4 +1,7 @@ #!/usr/bin/env python2 +# Copyright (c) 2015-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. ''' Test script for security-check.py ''' |