Remove shebangs and execute permission from non-script executables

These files’ filesystem permissions included the executable bit and they
had shebang lines, but they have no “main routines” or interesting side
effects.
This commit is contained in:
Benjamin A. Beasley
2023-09-17 08:30:06 -04:00
parent 1544d4292a
commit a9d9c6f0af
3 changed files with 0 additions and 3 deletions
Executable → Regular
-1
View File
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""The most complete dark/light style sheet for Qt applications (Qt4, Qt5,
Executable → Regular
-1
View File
@@ -1,4 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Utilities for processing SASS and images from default and custom palette.
Executable → Regular
-1
View File
@@ -1,4 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Utilities to process and convert svg images to png using palette colors.