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/docs/Makefile b/docs/Makefile old mode 100755 new mode 100644 diff --git a/docs/_static/index.html b/docs/_static/index.html old mode 100755 new mode 100644 diff --git a/docs/_static/logo.png b/docs/_static/logo.png old mode 100755 new mode 100644 diff --git a/docs/_themes/LICENSE b/docs/_themes/LICENSE old mode 100755 new mode 100644 diff --git a/docs/_themes/README b/docs/_themes/README old mode 100755 new mode 100644 diff --git a/docs/_themes/flask/layout.html b/docs/_themes/flask/layout.html old mode 100755 new mode 100644 diff --git a/docs/_themes/flask/relations.html b/docs/_themes/flask/relations.html old mode 100755 new mode 100644 diff --git a/docs/_themes/flask/static/flasky.css_t b/docs/_themes/flask/static/flasky.css_t old mode 100755 new mode 100644 diff --git a/docs/_themes/flask/theme.conf b/docs/_themes/flask/theme.conf old mode 100755 new mode 100644 diff --git a/docs/_themes/flask_small/layout.html b/docs/_themes/flask_small/layout.html old mode 100755 new mode 100644 diff --git a/docs/_themes/flask_small/static/flasky.css_t b/docs/_themes/flask_small/static/flasky.css_t old mode 100755 new mode 100644 diff --git a/docs/_themes/flask_small/theme.conf b/docs/_themes/flask_small/theme.conf old mode 100755 new mode 100644 diff --git a/docs/_themes/flask_theme_support.py b/docs/_themes/flask_theme_support.py 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/docs/make.bat b/docs/make.bat old mode 100755 new mode 100644 diff --git a/example/templates/index.html b/example/templates/index.html old mode 100755 new mode 100644 diff --git a/socketio/__init__.py b/socketio/__init__.py old mode 100755 new mode 100644 diff --git a/socketio/base_manager.py b/socketio/base_manager.py old mode 100755 new mode 100644 diff --git a/socketio/middleware.py b/socketio/middleware.py old mode 100755 new mode 100644 diff --git a/socketio/packet.py b/socketio/packet.py old mode 100755 new mode 100644 diff --git a/socketio/server.py b/socketio/server.py old mode 100755 new mode 100644 diff --git a/tests/test_base_manager.py b/tests/test_base_manager.py old mode 100755 new mode 100644 diff --git a/tests/test_middleware.py b/tests/test_middleware.py old mode 100755 new mode 100644 diff --git a/tests/test_packet.py b/tests/test_packet.py old mode 100755 new mode 100644 diff --git a/tests/test_server.py b/tests/test_server.py old mode 100755 new mode 100644