diff --git a/.coveragerc b/.coveragerc old mode 100755 new mode 100644 diff --git a/.gitignore b/.gitignore old mode 100755 new mode 100644 diff --git a/.landscape.yml b/.landscape.yml old mode 100755 new mode 100644 diff --git a/.travis.yml b/.travis.yml old mode 100755 new mode 100644 diff --git a/AUTHORS b/AUTHORS old mode 100755 new mode 100644 diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst old mode 100755 new mode 100644 diff --git a/LICENSE b/LICENSE old mode 100755 new mode 100644 diff --git a/README.rst b/README.rst old mode 100755 new mode 100644 diff --git a/django_hstore/compat.py b/django_hstore/compat.py old mode 100755 new mode 100644 diff --git a/django_hstore/descriptors.py b/django_hstore/descriptors.py old mode 100755 new mode 100644 diff --git a/django_hstore/dict.py b/django_hstore/dict.py old mode 100755 new mode 100644 diff --git a/django_hstore/exceptions.py b/django_hstore/exceptions.py old mode 100755 new mode 100644 diff --git a/django_hstore/forms.py b/django_hstore/forms.py old mode 100755 new mode 100644 diff --git a/django_hstore/hstore.py b/django_hstore/hstore.py old mode 100755 new mode 100644 diff --git a/django_hstore/managers.py b/django_hstore/managers.py old mode 100755 new mode 100644 diff --git a/django_hstore/models.py b/django_hstore/models.py old mode 100755 new mode 100644 diff --git a/django_hstore/static/admin/js/django_hstore/hstore-widget.js b/django_hstore/static/admin/js/django_hstore/hstore-widget.js old mode 100755 new mode 100644 diff --git a/django_hstore/static/admin/js/django_hstore/underscore-min.js b/django_hstore/static/admin/js/django_hstore/underscore-min.js old mode 100755 new mode 100644 diff --git a/django_hstore/templates/hstore_default_widget.html b/django_hstore/templates/hstore_default_widget.html old mode 100755 new mode 100644 diff --git a/django_hstore/templates/hstore_grappelli_widget.html b/django_hstore/templates/hstore_grappelli_widget.html old mode 100755 new mode 100644 diff --git a/django_hstore/utils.py b/django_hstore/utils.py old mode 100755 new mode 100644 diff --git a/django_hstore/widgets.py b/django_hstore/widgets.py old mode 100755 new mode 100644 diff --git a/doc/doc.asciidoc b/doc/doc.asciidoc old mode 100755 new mode 100644 diff --git a/doc/images/deafult-admin-widget-raw.png b/doc/images/deafult-admin-widget-raw.png old mode 100755 new mode 100644 diff --git a/doc/images/deafult-admin-widget.png b/doc/images/deafult-admin-widget.png old mode 100755 new mode 100644 diff --git a/doc/images/hstore-widget-raw.png b/doc/images/hstore-widget-raw.png old mode 100755 new mode 100644 diff --git a/doc/images/hstore-widget.png b/doc/images/hstore-widget.png old mode 100755 new mode 100644 diff --git a/requirements.txt b/requirements.txt old mode 100755 new mode 100644 diff --git a/setup.cfg b/setup.cfg old mode 100755 new mode 100644 diff --git a/tests/__init__.py b/tests/__init__.py old mode 100755 new mode 100644 diff --git a/tests/django_hstore_tests/admin.py b/tests/django_hstore_tests/admin.py old mode 100755 new mode 100644 diff --git a/tests/django_hstore_tests/models.py b/tests/django_hstore_tests/models.py old mode 100755 new mode 100644 diff --git a/tests/local_settings_psycopg.py.example b/tests/local_settings_psycopg.py.example old mode 100755 new mode 100644 diff --git a/tests/settings.py b/tests/settings.py old mode 100755 new mode 100644 diff --git a/tests/settings_psycopg.py b/tests/settings_psycopg.py old mode 100755 new mode 100644 diff --git a/tests/urls.py b/tests/urls.py old mode 100755 new mode 100644