[cleanup] Remove shebang from non-standalone files
Signed-off-by: Michael Schaffner <msf@opentitan.org>
diff --git a/test/systemtest/conftest.py b/test/systemtest/conftest.py
index 82deabf..0e77e60 100644
--- a/test/systemtest/conftest.py
+++ b/test/systemtest/conftest.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python3
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
diff --git a/test/systemtest/functional_fpga_test.py b/test/systemtest/functional_fpga_test.py
index 15304d3..4de7377 100644
--- a/test/systemtest/functional_fpga_test.py
+++ b/test/systemtest/functional_fpga_test.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python3
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
diff --git a/test/systemtest/functional_verilator_test.py b/test/systemtest/functional_verilator_test.py
index 4394279..f83c5a0 100644
--- a/test/systemtest/functional_verilator_test.py
+++ b/test/systemtest/functional_verilator_test.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python3
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
diff --git a/test/systemtest/openocd_verilator_test.py b/test/systemtest/openocd_verilator_test.py
index 47ab492..a4e89fe 100644
--- a/test/systemtest/openocd_verilator_test.py
+++ b/test/systemtest/openocd_verilator_test.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python3
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
diff --git a/test/systemtest/test_utils.py b/test/systemtest/test_utils.py
index 6fc5971..2868619 100644
--- a/test/systemtest/test_utils.py
+++ b/test/systemtest/test_utils.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python3
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
diff --git a/util/dvsim/Deploy.py b/util/dvsim/Deploy.py
index 7f65dd0..c4c21ed 100644
--- a/util/dvsim/Deploy.py
+++ b/util/dvsim/Deploy.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python3
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
diff --git a/util/dvsim/FlowCfg.py b/util/dvsim/FlowCfg.py
index 306683c..eea6ca2 100644
--- a/util/dvsim/FlowCfg.py
+++ b/util/dvsim/FlowCfg.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python3
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
diff --git a/util/dvsim/LintCfg.py b/util/dvsim/LintCfg.py
index 3209bf7..670e5e3 100644
--- a/util/dvsim/LintCfg.py
+++ b/util/dvsim/LintCfg.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python3
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
diff --git a/util/dvsim/Modes.py b/util/dvsim/Modes.py
index 3ee1405..795dcfa 100644
--- a/util/dvsim/Modes.py
+++ b/util/dvsim/Modes.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python3
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
diff --git a/util/dvsim/OneShotCfg.py b/util/dvsim/OneShotCfg.py
index d55ab4e..10fff9a 100644
--- a/util/dvsim/OneShotCfg.py
+++ b/util/dvsim/OneShotCfg.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python3
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
diff --git a/util/dvsim/SimCfg.py b/util/dvsim/SimCfg.py
index 99343a7..7186724 100644
--- a/util/dvsim/SimCfg.py
+++ b/util/dvsim/SimCfg.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python3
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
diff --git a/util/dvsim/utils.py b/util/dvsim/utils.py
index 9a90351..e42c2a6 100644
--- a/util/dvsim/utils.py
+++ b/util/dvsim/utils.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python3
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
diff --git a/util/fpvgen/sv_parse.py b/util/fpvgen/sv_parse.py
index 4fab126..433f03f 100644
--- a/util/fpvgen/sv_parse.py
+++ b/util/fpvgen/sv_parse.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python3
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
diff --git a/util/reggen/gen_json.py b/util/reggen/gen_json.py
index ffab523..ff7db14 100644
--- a/util/reggen/gen_json.py
+++ b/util/reggen/gen_json.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python3
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
diff --git a/util/testplanner/class_defs.py b/util/testplanner/class_defs.py
index f6ca2e8..b7a2522 100644
--- a/util/testplanner/class_defs.py
+++ b/util/testplanner/class_defs.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python3
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
diff --git a/util/testplanner/testplan_utils.py b/util/testplanner/testplan_utils.py
index 7accf3b..9e8a836 100644
--- a/util/testplanner/testplan_utils.py
+++ b/util/testplanner/testplan_utils.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python3
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0