diff options
author | Christian Breunig <christian@breunig.cc> | 2024-04-05 07:51:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-05 07:51:22 +0200 |
commit | b84d4cb9c65d89a8cff73c8ef2e8976a2b8510d6 (patch) | |
tree | 6e9c4505f3b3822122b3847ea343d092f8361d3f | |
parent | 92a1c2c4a1b57d98cfe9b4a39f1740cfd68e23e6 (diff) | |
parent | 1fe62517799e945a2cb58992b66c4e2284a55af9 (diff) | |
download | vyos-1x-b84d4cb9c65d89a8cff73c8ef2e8976a2b8510d6.tar.gz vyos-1x-b84d4cb9c65d89a8cff73c8ef2e8976a2b8510d6.zip |
Merge pull request #3252 from HollyGurza/T6204
T6204: cleanup shebang lines
-rw-r--r-- | python/vyos/accel_ppp.py | 2 | ||||
-rw-r--r-- | python/vyos/cpu.py | 3 | ||||
-rw-r--r-- | python/vyos/firewall.py | 2 | ||||
-rw-r--r-- | python/vyos/nat.py | 2 | ||||
-rw-r--r-- | python/vyos/pki.py | 2 | ||||
-rw-r--r-- | python/vyos/tpm.py | 2 |
6 files changed, 1 insertions, 12 deletions
diff --git a/python/vyos/accel_ppp.py b/python/vyos/accel_ppp.py index a6f2ceb52..bae695fc3 100644 --- a/python/vyos/accel_ppp.py +++ b/python/vyos/accel_ppp.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python3 -# # Copyright (C) 2022-2024 VyOS maintainers and contributors # # This program is free software; you can redistribute it and/or modify diff --git a/python/vyos/cpu.py b/python/vyos/cpu.py index d2e5f6504..cae5f5f4d 100644 --- a/python/vyos/cpu.py +++ b/python/vyos/cpu.py @@ -1,5 +1,4 @@ -#!/usr/bin/env python3 -# Copyright 2022 VyOS maintainers and contributors <maintainers@vyos.io> +# Copyright (C) 2022-2024 VyOS maintainers and contributors # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/python/vyos/firewall.py b/python/vyos/firewall.py index 0713eb370..946050a82 100644 --- a/python/vyos/firewall.py +++ b/python/vyos/firewall.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python3 -# # Copyright (C) 2021-2024 VyOS maintainers and contributors # # This program is free software; you can redistribute it and/or modify diff --git a/python/vyos/nat.py b/python/vyos/nat.py index da2613b16..2ada29add 100644 --- a/python/vyos/nat.py +++ b/python/vyos/nat.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python3 -# # Copyright (C) 2022 VyOS maintainers and contributors # # This program is free software; you can redistribute it and/or modify diff --git a/python/vyos/pki.py b/python/vyos/pki.py index 02dece471..3c577db4d 100644 --- a/python/vyos/pki.py +++ b/python/vyos/pki.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python3 -# # Copyright (C) 2023-2024 VyOS maintainers and contributors # # This program is free software; you can redistribute it and/or modify diff --git a/python/vyos/tpm.py b/python/vyos/tpm.py index f120e10c4..b9f28546f 100644 --- a/python/vyos/tpm.py +++ b/python/vyos/tpm.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python3 -# # Copyright (C) 2024 VyOS maintainers and contributors # # This program is free software; you can redistribute it and/or modify |