Skip to content

Commit

Permalink
Remove useless shebangs and executable permissions (#1283)
Browse files Browse the repository at this point in the history
* Remove executable permissions from non-script files

* Remove harmless-but-useless shebang lines
  • Loading branch information
musicinmybrain committed Jul 3, 2021
1 parent 5e87ff1 commit a9c5398
Show file tree
Hide file tree
Showing 22 changed files with 0 additions and 22 deletions.
Empty file modified docs_theme/index.html
100755 → 100644
Empty file.
2 changes: 0 additions & 2 deletions jrnl/DayOneJournal.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

from datetime import datetime
import fnmatch
import os
Expand Down
1 change: 0 additions & 1 deletion jrnl/Entry.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# Copyright (C) 2012-2021 jrnl contributors
# License: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down
1 change: 0 additions & 1 deletion jrnl/FolderJournal.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# encoding: utf-8
# Copyright (C) 2012-2021 jrnl contributors
# License: https://www.gnu.org/licenses/gpl-3.0.html
Expand Down
1 change: 0 additions & 1 deletion jrnl/Journal.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# Copyright (C) 2012-2021 jrnl contributors
# License: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down
1 change: 0 additions & 1 deletion jrnl/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# Copyright (C) 2012-2021 jrnl contributors
# License: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down
1 change: 0 additions & 1 deletion jrnl/__main__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# Copyright (C) 2012-2021 jrnl contributors
# License: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down
1 change: 0 additions & 1 deletion jrnl/cli.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# Copyright (C) 2012-2021 jrnl contributors
# License: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down
1 change: 0 additions & 1 deletion jrnl/color.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
import re
from string import punctuation
from string import whitespace
Expand Down
1 change: 0 additions & 1 deletion jrnl/install.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# Copyright (C) 2012-2021 jrnl contributors
# License: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down
1 change: 0 additions & 1 deletion jrnl/plugins/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# encoding: utf-8
# Copyright (C) 2012-2021 jrnl contributors
# License: https://www.gnu.org/licenses/gpl-3.0.html
Expand Down
1 change: 0 additions & 1 deletion jrnl/plugins/dates_exporter.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# encoding: utf-8
# Copyright (C) 2012-2021 jrnl contributors
# License: https://www.gnu.org/licenses/gpl-3.0.html
Expand Down
1 change: 0 additions & 1 deletion jrnl/plugins/fancy_exporter.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# encoding: utf-8
# Copyright (C) 2012-2021 jrnl contributors
# License: https://www.gnu.org/licenses/gpl-3.0.html
Expand Down
1 change: 0 additions & 1 deletion jrnl/plugins/jrnl_importer.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# encoding: utf-8
# Copyright (C) 2012-2021 jrnl contributors
# License: https://www.gnu.org/licenses/gpl-3.0.html
Expand Down
1 change: 0 additions & 1 deletion jrnl/plugins/json_exporter.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# encoding: utf-8
# Copyright (C) 2012-2021 jrnl contributors
# License: https://www.gnu.org/licenses/gpl-3.0.html
Expand Down
1 change: 0 additions & 1 deletion jrnl/plugins/markdown_exporter.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# encoding: utf-8
# Copyright (C) 2012-2021 jrnl contributors
# License: https://www.gnu.org/licenses/gpl-3.0.html
Expand Down
1 change: 0 additions & 1 deletion jrnl/plugins/tag_exporter.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# encoding: utf-8
# Copyright (C) 2012-2021 jrnl contributors
# License: https://www.gnu.org/licenses/gpl-3.0.html
Expand Down
1 change: 0 additions & 1 deletion jrnl/plugins/template_exporter.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# encoding: utf-8
# Copyright (C) 2012-2021 jrnl contributors
# License: https://www.gnu.org/licenses/gpl-3.0.html
Expand Down
1 change: 0 additions & 1 deletion jrnl/plugins/text_exporter.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# encoding: utf-8
# Copyright (C) 2012-2021 jrnl contributors
# License: https://www.gnu.org/licenses/gpl-3.0.html
Expand Down
1 change: 0 additions & 1 deletion jrnl/plugins/util.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# encoding: utf-8
# Copyright (C) 2012-2021 jrnl contributors
# License: https://www.gnu.org/licenses/gpl-3.0.html
Expand Down
1 change: 0 additions & 1 deletion jrnl/plugins/xml_exporter.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# encoding: utf-8
# Copyright (C) 2012-2021 jrnl contributors
# License: https://www.gnu.org/licenses/gpl-3.0.html
Expand Down
1 change: 0 additions & 1 deletion jrnl/plugins/yaml_exporter.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# encoding: utf-8
# Copyright (C) 2012-2021 jrnl contributors
# License: https://www.gnu.org/licenses/gpl-3.0.html
Expand Down

0 comments on commit a9c5398

Please sign in to comment.