be systematic with coding and shebang

This commit is contained in:
Nicolas Stalder 2019-01-04 02:01:59 +01:00
parent cbc422b817
commit 2f9987a28a
5 changed files with 9 additions and 1 deletions

2
tools/convert_log_to_c.py Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# #
# Copyright (C) 2018 SoloKeys, Inc. <https://solokeys.com/> # Copyright (C) 2018 SoloKeys, Inc. <https://solokeys.com/>
# #

2
tools/ctap_test.py Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# #
# Copyright (C) 2018 SoloKeys, Inc. <https://solokeys.com/> # Copyright (C) 2018 SoloKeys, Inc. <https://solokeys.com/>
# #

3
tools/http2udb.py Normal file → Executable file
View File

@ -1,4 +1,5 @@
#!/usr/bin/python #!/usr/bin/env python
# -*- coding: utf-8 -*-
# #
# Copyright (C) 2018 SoloKeys, Inc. <https://solokeys.com/> # Copyright (C) 2018 SoloKeys, Inc. <https://solokeys.com/>
# #

2
tools/nfcmon.py Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# #
# Copyright (C) 2018 SoloKeys, Inc. <https://solokeys.com/> # Copyright (C) 2018 SoloKeys, Inc. <https://solokeys.com/>
# #

1
tools/solotool.py Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# Copyright (C) 2018 SoloKeys, Inc. <https://solokeys.com/> # Copyright (C) 2018 SoloKeys, Inc. <https://solokeys.com/>