diff --git a/LICENSE.md b/LICENSE.md old mode 100755 new mode 100644 diff --git a/PHPCI/Application.php b/PHPCI/Application.php old mode 100755 new mode 100644 diff --git a/PHPCI/BuildFactory.php b/PHPCI/BuildFactory.php old mode 100755 new mode 100644 diff --git a/PHPCI/Builder.php b/PHPCI/Builder.php old mode 100755 new mode 100644 diff --git a/PHPCI/Command/GenerateCommand.php b/PHPCI/Command/GenerateCommand.php old mode 100755 new mode 100644 diff --git a/PHPCI/Command/InstallCommand.php b/PHPCI/Command/InstallCommand.php old mode 100755 new mode 100644 diff --git a/PHPCI/Command/RunCommand.php b/PHPCI/Command/RunCommand.php old mode 100755 new mode 100644 diff --git a/PHPCI/Controller.php b/PHPCI/Controller.php old mode 100755 new mode 100644 diff --git a/PHPCI/Controller/BitbucketController.php b/PHPCI/Controller/BitbucketController.php old mode 100755 new mode 100644 diff --git a/PHPCI/Controller/BuildController.php b/PHPCI/Controller/BuildController.php old mode 100755 new mode 100644 diff --git a/PHPCI/Controller/BuildStatusController.php b/PHPCI/Controller/BuildStatusController.php old mode 100755 new mode 100644 diff --git a/PHPCI/Controller/GithubController.php b/PHPCI/Controller/GithubController.php old mode 100755 new mode 100644 diff --git a/PHPCI/Controller/IndexController.php b/PHPCI/Controller/IndexController.php old mode 100755 new mode 100644 diff --git a/PHPCI/Controller/ProjectController.php b/PHPCI/Controller/ProjectController.php old mode 100755 new mode 100644 diff --git a/PHPCI/Controller/SessionController.php b/PHPCI/Controller/SessionController.php old mode 100755 new mode 100644 diff --git a/PHPCI/Controller/UserController.php b/PHPCI/Controller/UserController.php old mode 100755 new mode 100644 diff --git a/PHPCI/Helper/User.php b/PHPCI/Helper/User.php old mode 100755 new mode 100644 diff --git a/PHPCI/Model/Base/BuildBase.php b/PHPCI/Model/Base/BuildBase.php old mode 100755 new mode 100644 diff --git a/PHPCI/Model/Base/ProjectBase.php b/PHPCI/Model/Base/ProjectBase.php old mode 100755 new mode 100644 diff --git a/PHPCI/Model/Base/UserBase.php b/PHPCI/Model/Base/UserBase.php old mode 100755 new mode 100644 diff --git a/PHPCI/Model/Build.php b/PHPCI/Model/Build.php old mode 100755 new mode 100644 diff --git a/PHPCI/Model/Build/BitbucketBuild.php b/PHPCI/Model/Build/BitbucketBuild.php old mode 100755 new mode 100644 diff --git a/PHPCI/Model/Build/GithubBuild.php b/PHPCI/Model/Build/GithubBuild.php old mode 100755 new mode 100644 diff --git a/PHPCI/Model/Build/LocalBuild.php b/PHPCI/Model/Build/LocalBuild.php old mode 100755 new mode 100644 diff --git a/PHPCI/Model/Build/RemoteGitBuild.php b/PHPCI/Model/Build/RemoteGitBuild.php old mode 100755 new mode 100644 diff --git a/PHPCI/Model/Project.php b/PHPCI/Model/Project.php old mode 100755 new mode 100644 diff --git a/PHPCI/Model/User.php b/PHPCI/Model/User.php old mode 100755 new mode 100644 diff --git a/PHPCI/Plugin.php b/PHPCI/Plugin.php old mode 100755 new mode 100644 diff --git a/PHPCI/Plugin/CleanBuild.php b/PHPCI/Plugin/CleanBuild.php old mode 100755 new mode 100644 diff --git a/PHPCI/Plugin/Composer.php b/PHPCI/Plugin/Composer.php old mode 100755 new mode 100644 diff --git a/PHPCI/Plugin/CopyBuild.php b/PHPCI/Plugin/CopyBuild.php old mode 100755 new mode 100644 diff --git a/PHPCI/Plugin/Env.php b/PHPCI/Plugin/Env.php old mode 100755 new mode 100644 diff --git a/PHPCI/Plugin/Mysql.php b/PHPCI/Plugin/Mysql.php old mode 100755 new mode 100644 diff --git a/PHPCI/Plugin/PackageBuild.php b/PHPCI/Plugin/PackageBuild.php old mode 100755 new mode 100644 diff --git a/PHPCI/Plugin/Pgsql.php b/PHPCI/Plugin/Pgsql.php old mode 100755 new mode 100644 diff --git a/PHPCI/Plugin/PhpCodeSniffer.php b/PHPCI/Plugin/PhpCodeSniffer.php old mode 100755 new mode 100644 diff --git a/PHPCI/Plugin/PhpCpd.php b/PHPCI/Plugin/PhpCpd.php old mode 100755 new mode 100644 diff --git a/PHPCI/Plugin/PhpCsFixer.php b/PHPCI/Plugin/PhpCsFixer.php old mode 100755 new mode 100644 diff --git a/PHPCI/Plugin/PhpMessDetector.php b/PHPCI/Plugin/PhpMessDetector.php old mode 100755 new mode 100644 diff --git a/PHPCI/Plugin/PhpSpec.php b/PHPCI/Plugin/PhpSpec.php old mode 100755 new mode 100644 diff --git a/PHPCI/Plugin/PhpUnit.php b/PHPCI/Plugin/PhpUnit.php old mode 100755 new mode 100644 diff --git a/PHPCI/Plugin/Shell.php b/PHPCI/Plugin/Shell.php old mode 100755 new mode 100644 diff --git a/PHPCI/Store/Base/BuildStoreBase.php b/PHPCI/Store/Base/BuildStoreBase.php old mode 100755 new mode 100644 diff --git a/PHPCI/Store/Base/ProjectStoreBase.php b/PHPCI/Store/Base/ProjectStoreBase.php old mode 100755 new mode 100644 diff --git a/PHPCI/Store/Base/UserStoreBase.php b/PHPCI/Store/Base/UserStoreBase.php old mode 100755 new mode 100644 diff --git a/PHPCI/Store/BuildStore.php b/PHPCI/Store/BuildStore.php old mode 100755 new mode 100644 diff --git a/PHPCI/Store/ProjectStore.php b/PHPCI/Store/ProjectStore.php old mode 100755 new mode 100644 diff --git a/PHPCI/Store/UserStore.php b/PHPCI/Store/UserStore.php old mode 100755 new mode 100644 diff --git a/PHPCI/View/Build/view.phtml b/PHPCI/View/Build/view.phtml old mode 100755 new mode 100644 diff --git a/PHPCI/View/BuildsTable.phtml b/PHPCI/View/BuildsTable.phtml old mode 100755 new mode 100644 diff --git a/PHPCI/View/Index/index.phtml b/PHPCI/View/Index/index.phtml old mode 100755 new mode 100644 diff --git a/PHPCI/View/Project/view.phtml b/PHPCI/View/Project/view.phtml old mode 100755 new mode 100644 diff --git a/PHPCI/View/ProjectForm.phtml b/PHPCI/View/ProjectForm.phtml old mode 100755 new mode 100644 diff --git a/PHPCI/View/Session/login.phtml b/PHPCI/View/Session/login.phtml old mode 100755 new mode 100644 diff --git a/PHPCI/View/User/index.phtml b/PHPCI/View/User/index.phtml old mode 100755 new mode 100644 diff --git a/PHPCI/View/UserForm.phtml b/PHPCI/View/UserForm.phtml old mode 100755 new mode 100644 diff --git a/PHPCI/View/layout.phtml b/PHPCI/View/layout.phtml old mode 100755 new mode 100644 diff --git a/PHPCI/build/.gitignore b/PHPCI/build/.gitignore old mode 100755 new mode 100644 diff --git a/README.md b/README.md old mode 100755 new mode 100644 diff --git a/Tests/PHPCI/Plugin/PHPUnitTest.php b/Tests/PHPCI/Plugin/PHPUnitTest.php old mode 100755 new mode 100644 diff --git a/bootstrap.php b/bootstrap.php old mode 100755 new mode 100644 diff --git a/build/.gitignore b/build/.gitignore old mode 100755 new mode 100644 diff --git a/composer.json b/composer.json old mode 100755 new mode 100644 diff --git a/console b/console old mode 100755 new mode 100644 diff --git a/daemonise b/daemonise old mode 100755 new mode 100644 diff --git a/phpci.yml b/phpci.yml old mode 100755 new mode 100644 diff --git a/public/assets/css/phpci.css b/public/assets/css/phpci.css old mode 100755 new mode 100644 diff --git a/public/assets/img/build-failed.png b/public/assets/img/build-failed.png old mode 100755 new mode 100644 diff --git a/public/assets/img/build-ok.png b/public/assets/img/build-ok.png old mode 100755 new mode 100644 diff --git a/public/assets/img/glyphicons-halflings-white.png b/public/assets/img/glyphicons-halflings-white.png old mode 100755 new mode 100644 diff --git a/public/assets/img/glyphicons-halflings.png b/public/assets/img/glyphicons-halflings.png old mode 100755 new mode 100644 diff --git a/public/assets/img/icon-build-failed.png b/public/assets/img/icon-build-failed.png old mode 100755 new mode 100644 diff --git a/public/assets/img/icon-build-ok.png b/public/assets/img/icon-build-ok.png old mode 100755 new mode 100644 diff --git a/public/assets/img/icon-build-pending.png b/public/assets/img/icon-build-pending.png old mode 100755 new mode 100644 diff --git a/public/assets/img/icon-build-running.png b/public/assets/img/icon-build-running.png old mode 100755 new mode 100644 diff --git a/public/assets/js/phpci.js b/public/assets/js/phpci.js old mode 100755 new mode 100644 diff --git a/public/index.php b/public/index.php old mode 100755 new mode 100644