From 5c4e5a93637344ee7e390604d5f82601b7f0e0d8 Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Mon, 10 Nov 2025 02:18:33 +0100 Subject: [PATCH] Remove shebang from non-executable files --- vppcfg/config/__init__.py | 2 -- vppcfg/config/unittestyaml.py | 2 -- vppcfg/vpp/__init__.py | 2 -- vppcfg/vpp/planner.py | 4 +--- vppcfg/vpp/planner_base.py | 4 +--- vppcfg/vpp/planner_create.py | 4 +--- vppcfg/vpp/planner_prune.py | 4 +--- vppcfg/vpp/planner_sync.py | 4 +--- 8 files changed, 5 insertions(+), 21 deletions(-) diff --git a/vppcfg/config/__init__.py b/vppcfg/config/__init__.py index b969f43..8429c2e 100644 --- a/vppcfg/config/__init__.py +++ b/vppcfg/config/__init__.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python -# # Copyright (c) 2022 Pim van Pelt # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/vppcfg/config/unittestyaml.py b/vppcfg/config/unittestyaml.py index 9f85588..34e7430 100644 --- a/vppcfg/config/unittestyaml.py +++ b/vppcfg/config/unittestyaml.py @@ -1,7 +1,5 @@ """module to help locate unittest resources""" -#!/usr/bin/env python -# # Copyright (c) 2022 Ray Kinsella # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/vppcfg/vpp/__init__.py b/vppcfg/vpp/__init__.py index 2c24131..af64802 100644 --- a/vppcfg/vpp/__init__.py +++ b/vppcfg/vpp/__init__.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python -# # Copyright (c) 2022 Ray Kinsella # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/vppcfg/vpp/planner.py b/vppcfg/vpp/planner.py index 73b8e06..df8c0f7 100644 --- a/vppcfg/vpp/planner.py +++ b/vppcfg/vpp/planner.py @@ -1,6 +1,4 @@ -#!/usr/bin/env python -# -# Copyright (c) 2022 Pim van Pelt +# Copyright (c) 2025 Pim van Pelt # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/vppcfg/vpp/planner_base.py b/vppcfg/vpp/planner_base.py index babcc46..4eccca8 100644 --- a/vppcfg/vpp/planner_base.py +++ b/vppcfg/vpp/planner_base.py @@ -1,6 +1,4 @@ -#!/usr/bin/env python -# -# Copyright (c) 2022 Pim van Pelt +# Copyright (c) 2025 Pim van Pelt # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/vppcfg/vpp/planner_create.py b/vppcfg/vpp/planner_create.py index 70e5d8c..87657e8 100644 --- a/vppcfg/vpp/planner_create.py +++ b/vppcfg/vpp/planner_create.py @@ -1,6 +1,4 @@ -#!/usr/bin/env python -# -# Copyright (c) 2022 Pim van Pelt +# Copyright (c) 2025 Pim van Pelt # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/vppcfg/vpp/planner_prune.py b/vppcfg/vpp/planner_prune.py index 1eb9349..d2293f3 100644 --- a/vppcfg/vpp/planner_prune.py +++ b/vppcfg/vpp/planner_prune.py @@ -1,6 +1,4 @@ -#!/usr/bin/env python -# -# Copyright (c) 2022 Pim van Pelt +# Copyright (c) 2025 Pim van Pelt # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/vppcfg/vpp/planner_sync.py b/vppcfg/vpp/planner_sync.py index 3d7e3eb..8aaf413 100644 --- a/vppcfg/vpp/planner_sync.py +++ b/vppcfg/vpp/planner_sync.py @@ -1,6 +1,4 @@ -#!/usr/bin/env python -# -# Copyright (c) 2022 Pim van Pelt +# Copyright (c) 2025 Pim van Pelt # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.