From b40ce7971b323ad1d2f084326160652b9056115f Mon Sep 17 00:00:00 2001 From: Daniel Mellado Date: Wed, 19 Dec 2018 10:02:40 +0100 Subject: [PATCH] Change files permissions to 644 As the affected files are not executable binaries, it's better to have them with proper permissions. This commit changes it so they won't be recognized as executables anymore. --- CHANGELOG.md | 0 LICENSE | 0 MANIFEST | 0 README.md | 0 docs/Makefile | 0 docs/conf.py | 0 docs/index.rst | 0 setup.py | 0 string_utils.py | 0 tests.py | 0 tox.ini | 0 11 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 CHANGELOG.md mode change 100755 => 100644 LICENSE mode change 100755 => 100644 MANIFEST mode change 100755 => 100644 README.md mode change 100755 => 100644 docs/Makefile mode change 100755 => 100644 docs/conf.py mode change 100755 => 100644 docs/index.rst mode change 100755 => 100644 setup.py mode change 100755 => 100644 string_utils.py mode change 100755 => 100644 tests.py mode change 100755 => 100644 tox.ini diff --git a/CHANGELOG.md b/CHANGELOG.md old mode 100755 new mode 100644 diff --git a/LICENSE b/LICENSE old mode 100755 new mode 100644 diff --git a/MANIFEST b/MANIFEST old mode 100755 new mode 100644 diff --git a/README.md b/README.md old mode 100755 new mode 100644 diff --git a/docs/Makefile b/docs/Makefile old mode 100755 new mode 100644 diff --git a/docs/conf.py b/docs/conf.py old mode 100755 new mode 100644 diff --git a/docs/index.rst b/docs/index.rst old mode 100755 new mode 100644 diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 diff --git a/string_utils.py b/string_utils.py old mode 100755 new mode 100644 diff --git a/tests.py b/tests.py old mode 100755 new mode 100644 diff --git a/tox.ini b/tox.ini old mode 100755 new mode 100644