Add copyrights to some devtools

This commit is contained in:
Jonathan "Duke" Leto
2022-09-19 05:59:41 -07:00
parent 84c9b786a7
commit 93207a2faf
2 changed files with 4 additions and 0 deletions

View File

@@ -1,4 +1,7 @@
#!/usr/bin/env python
# Copyright (c) 2016-2022 The Hush developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
'''
Perform basic ELF security checks on a series of executables.
Exit status will be 0 if successful, and the program will be silent.

View File

@@ -1,5 +1,6 @@
#!/usr/bin/env python
# Copyright (c) 2014 Wladimir J. van der Laan
# Copyright (c) 2016-2022 The Hush developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
'''