sedbgmux: remove Python shebang and executable flags

This commit is contained in:
Vadim Yanitskiy 2024-04-22 19:35:56 +07:00
parent 174471744e
commit c19f21798e
7 changed files with 0 additions and 14 deletions

2
sedbgmux/client.py Executable file → Normal file
View File

@ -1,5 +1,3 @@
#!/usr/bin/env python3
# This file is a part of sedbgmux, an open source DebugMux client.
# Copyright (c) 2022-2023 Vadim Yanitskiy <fixeria@osmocom.org>
#

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python3
# This file is a part of sedbgmux, an open source DebugMux client.
# Copyright (c) 2022 Vadim Yanitskiy <axilirator@gmail.com>
#

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python3
# This file is a part of sedbgmux, an open source DebugMux client.
# Copyright (c) 2023 Vadim Yanitskiy <fixeria@osmocom.org>
#

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python3
# This file is a part of sedbgmux, an open source DebugMux client.
# Copyright (c) 2023 Vadim Yanitskiy <fixeria@osmocom.org>
#

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python3
# This file is a part of sedbgmux, an open source DebugMux client.
# Copyright (c) 2023 Vadim Yanitskiy <fixeria@osmocom.org>
#

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python3
# This file is a part of sedbgmux, an open source DebugMux client.
# Copyright (c) 2022 Vadim Yanitskiy <axilirator@gmail.com>
#

2
sedbgmux/ping_pong.py Executable file → Normal file
View File

@ -1,5 +1,3 @@
#!/usr/bin/env python3
# This file is a part of sedbgmux, an open source DebugMux client.
# Copyright (c) 2022-2023 Vadim Yanitskiy <fixeria@osmocom.org>
#