Cleanup shebang and executable bit

- Add missing executable bits to all scripts
- Remove executable bits from all files that are not scripts,
  e.g. js, html, and Python libraries.
- Remove Python shebang from all Python library files.

It's frown upon to have executable library files in site-packages.

Signed-off-by: Christian Heimes <cheimes@redhat.com>
Reviewed-By: Armando Neto <abiagion@redhat.com>
This commit is contained in:
Christian Heimes
2018-07-05 19:46:42 +02:00
parent 198a2c6112
commit 9c86d35a3f
38 changed files with 0 additions and 19 deletions
Executable → Regular
-1
View File
@@ -1,4 +1,3 @@
#!/usr/bin/python3
#
# Copyright (C) 2014 FreeIPA Contributors see COPYING for license
#
-1
View File
@@ -1,4 +1,3 @@
#!/usr/bin/python3
#
# Copyright (C) 2014 FreeIPA Contributors see COPYING for license
#
-1
View File
@@ -1,4 +1,3 @@
#!/usr/bin/python3 -E
# Authors: Ade Lee <alee@redhat.com>
#
# Copyright (C) 2014 Red Hat
Executable → Regular
-2
View File
@@ -1,5 +1,3 @@
#!/usr/bin/python3
# Authors:
# Jason Gerard DeRose <jderose@redhat.com>
#