File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 1
1
#!/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.
2
5
'''
3
6
Perform basic ELF security checks on a series of executables.
4
7
Exit status will be 0 if successful, and the program will be silent.
Original file line number Diff line number Diff line change 1
1
#!/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.
2
5
'''
3
6
Test script for security-check.py
4
7
'''
Original file line number Diff line number Diff line change 1
1
#!/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.
2
5
'''
3
6
Extract _("...") strings for translation and convert to Qt stringdefs so that
4
7
they can be picked up by Qt linguist.
You can’t perform that action at this time.
0 commit comments