aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorisle2983 <isle2983@yahoo.com>2016-09-11 15:32:22 -0600
committerisle2983 <isle2983@yahoo.com>2016-09-11 16:21:01 -0600
commit4677b197f7aa8d35bfc20a5961c3e1c41bb7de39 (patch)
tree89e1217143f789a3da53692a55d7c7fac689abe9 /contrib
parent2a0836f6d5e7c1d7e97bedb0e0ea33dcaf981f77 (diff)
downloadbitcoin-4677b197f7aa8d35bfc20a5961c3e1c41bb7de39.tar.xz
[copyright] add MIT License copyright header to remaining Python files
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/devtools/security-check.py3
-rwxr-xr-xcontrib/devtools/test-security-check.py3
2 files changed, 6 insertions, 0 deletions
diff --git a/contrib/devtools/security-check.py b/contrib/devtools/security-check.py
index c61d652641..b4b4b4603d 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 324b7bcd85..c0f120392e 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
'''