Skip to content

Commit 4677b19

Browse files
committed
[copyright] add MIT License copyright header to remaining Python files
1 parent 2a0836f commit 4677b19

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

contrib/devtools/security-check.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/usr/bin/env python
2+
# Copyright (c) 2015-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.
25
'''
36
Perform basic ELF security checks on a series of executables.
47
Exit status will be 0 if successful, and the program will be silent.

contrib/devtools/test-security-check.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/usr/bin/env python2
2+
# Copyright (c) 2015-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.
25
'''
36
Test script for security-check.py
47
'''

share/qt/extract_strings_qt.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/usr/bin/env python
2+
# Copyright (c) 2012-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.
25
'''
36
Extract _("...") strings for translation and convert to Qt stringdefs so that
47
they can be picked up by Qt linguist.

0 commit comments

Comments
 (0)