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 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'''
36Perform basic ELF security checks on a series of executables.
47Exit status will be 0 if successful, and the program will be silent.
Original file line number Diff line number Diff line change 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'''
36Test script for security-check.py
47'''
Original file line number Diff line number Diff line change 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'''
36Extract _("...") strings for translation and convert to Qt stringdefs so that
47they can be picked up by Qt linguist.
You can’t perform that action at this time.
0 commit comments