Remove shebang from non-executable files

This commit is contained in:
Pim van Pelt
2025-11-10 02:18:33 +01:00
parent 3445bb57a4
commit 5c4e5a9363
8 changed files with 5 additions and 21 deletions

View File

@@ -1,5 +1,3 @@
#!/usr/bin/env python
#
# Copyright (c) 2022 Pim van Pelt # Copyright (c) 2022 Pim van Pelt
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");

View File

@@ -1,7 +1,5 @@
"""module to help locate unittest resources""" """module to help locate unittest resources"""
#!/usr/bin/env python
#
# Copyright (c) 2022 Ray Kinsella # Copyright (c) 2022 Ray Kinsella
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");

View File

@@ -1,5 +1,3 @@
#!/usr/bin/env python
#
# Copyright (c) 2022 Ray Kinsella # Copyright (c) 2022 Ray Kinsella
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");

View File

@@ -1,6 +1,4 @@
#!/usr/bin/env python # Copyright (c) 2025 Pim van Pelt
#
# Copyright (c) 2022 Pim van Pelt
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.

View File

@@ -1,6 +1,4 @@
#!/usr/bin/env python # Copyright (c) 2025 Pim van Pelt
#
# Copyright (c) 2022 Pim van Pelt
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.

View File

@@ -1,6 +1,4 @@
#!/usr/bin/env python # Copyright (c) 2025 Pim van Pelt
#
# Copyright (c) 2022 Pim van Pelt
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.

View File

@@ -1,6 +1,4 @@
#!/usr/bin/env python # Copyright (c) 2025 Pim van Pelt
#
# Copyright (c) 2022 Pim van Pelt
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.

View File

@@ -1,6 +1,4 @@
#!/usr/bin/env python # Copyright (c) 2025 Pim van Pelt
#
# Copyright (c) 2022 Pim van Pelt
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.