diff --git a/.github/dev_bug_report.md b/.github/dev_bug_report.md old mode 100644 new mode 100755 diff --git a/.github/dev_feature_request.md b/.github/dev_feature_request.md old mode 100644 new mode 100755 diff --git a/.github/user_bug_report.md b/.github/user_bug_report.md old mode 100644 new mode 100755 diff --git a/.github/user_feature_request.md b/.github/user_feature_request.md old mode 100644 new mode 100755 diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml old mode 100644 new mode 100755 diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml old mode 100644 new mode 100755 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml old mode 100644 new mode 100755 diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json old mode 100644 new mode 100755 diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php old mode 100644 new mode 100755 diff --git a/Admin/Install/db.json b/Admin/Install/db.json old mode 100644 new mode 100755 diff --git a/Admin/Installer.php b/Admin/Installer.php old mode 100644 new mode 100755 diff --git a/Admin/Routes/Web/Api.php b/Admin/Routes/Web/Api.php old mode 100644 new mode 100755 diff --git a/Admin/Routes/Web/Backend.php b/Admin/Routes/Web/Backend.php old mode 100644 new mode 100755 diff --git a/Admin/Status.php b/Admin/Status.php old mode 100644 new mode 100755 diff --git a/Admin/Uninstaller.php b/Admin/Uninstaller.php old mode 100644 new mode 100755 diff --git a/Admin/Updater.php b/Admin/Updater.php old mode 100644 new mode 100755 diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md old mode 100644 new mode 100755 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md old mode 100644 new mode 100755 diff --git a/Controller/ApiController.php b/Controller/ApiController.php old mode 100644 new mode 100755 diff --git a/Controller/BackendController.php b/Controller/BackendController.php old mode 100644 new mode 100755 diff --git a/Controller/Controller.php b/Controller/Controller.php old mode 100644 new mode 100755 diff --git a/Docs/introduction.md b/Docs/introduction.md old mode 100644 new mode 100755 diff --git a/Interfaces/GSD/Import/AccountImport.php b/Interfaces/GSD/Import/AccountImport.php old mode 100644 new mode 100755 diff --git a/Interfaces/GSD/Import/ArticleImport.php b/Interfaces/GSD/Import/ArticleImport.php old mode 100644 new mode 100755 diff --git a/Interfaces/GSD/Import/BatchPostingImport.php b/Interfaces/GSD/Import/BatchPostingImport.php old mode 100644 new mode 100755 diff --git a/Interfaces/GSD/Import/CostCenterImport.php b/Interfaces/GSD/Import/CostCenterImport.php old mode 100644 new mode 100755 diff --git a/Interfaces/GSD/Import/CostObjectImport.php b/Interfaces/GSD/Import/CostObjectImport.php old mode 100644 new mode 100755 diff --git a/Interfaces/GSD/Import/CustomerImport.php b/Interfaces/GSD/Import/CustomerImport.php old mode 100644 new mode 100755 diff --git a/Interfaces/GSD/Import/InvoiceImport.php b/Interfaces/GSD/Import/InvoiceImport.php old mode 100644 new mode 100755 diff --git a/Interfaces/GSD/Import/PostingImport.php b/Interfaces/GSD/Import/PostingImport.php old mode 100644 new mode 100755 diff --git a/Interfaces/GSD/Import/SupplierImport.php b/Interfaces/GSD/Import/SupplierImport.php old mode 100644 new mode 100755 diff --git a/Interfaces/GSD/Importer.php b/Interfaces/GSD/Importer.php old mode 100644 new mode 100755 diff --git a/Interfaces/GSD/Model/Account.php b/Interfaces/GSD/Model/Account.php old mode 100644 new mode 100755 diff --git a/Interfaces/GSD/Model/BatchPosting.php b/Interfaces/GSD/Model/BatchPosting.php old mode 100644 new mode 100755 diff --git a/Interfaces/GSD/Model/GSDAddress.php b/Interfaces/GSD/Model/GSDAddress.php old mode 100644 new mode 100755 diff --git a/Interfaces/GSD/Model/GSDAddressMapper.php b/Interfaces/GSD/Model/GSDAddressMapper.php old mode 100644 new mode 100755 diff --git a/Interfaces/GSD/Model/GSDArticle.php b/Interfaces/GSD/Model/GSDArticle.php old mode 100644 new mode 100755 diff --git a/Interfaces/GSD/Model/GSDArticleMapper.php b/Interfaces/GSD/Model/GSDArticleMapper.php old mode 100644 new mode 100755 diff --git a/Interfaces/GSD/Model/GSDCostCenter.php b/Interfaces/GSD/Model/GSDCostCenter.php old mode 100644 new mode 100755 diff --git a/Interfaces/GSD/Model/GSDCostCenterMapper.php b/Interfaces/GSD/Model/GSDCostCenterMapper.php old mode 100644 new mode 100755 diff --git a/Interfaces/GSD/Model/GSDCostObject.php b/Interfaces/GSD/Model/GSDCostObject.php old mode 100644 new mode 100755 diff --git a/Interfaces/GSD/Model/GSDCostObjectMapper.php b/Interfaces/GSD/Model/GSDCostObjectMapper.php old mode 100644 new mode 100755 diff --git a/Interfaces/GSD/Model/GSDCustomer.php b/Interfaces/GSD/Model/GSDCustomer.php old mode 100644 new mode 100755 diff --git a/Interfaces/GSD/Model/GSDCustomerMapper.php b/Interfaces/GSD/Model/GSDCustomerMapper.php old mode 100644 new mode 100755 diff --git a/Interfaces/GSD/Model/Invoice.php b/Interfaces/GSD/Model/Invoice.php old mode 100644 new mode 100755 diff --git a/Interfaces/GSD/Model/Posting.php b/Interfaces/GSD/Model/Posting.php old mode 100644 new mode 100755 diff --git a/Interfaces/GSD/Model/Segment.php b/Interfaces/GSD/Model/Segment.php old mode 100644 new mode 100755 diff --git a/Interfaces/GSD/Model/SegmentType.php b/Interfaces/GSD/Model/SegmentType.php old mode 100644 new mode 100755 diff --git a/Interfaces/GSD/Model/Supplier.php b/Interfaces/GSD/Model/Supplier.php old mode 100644 new mode 100755 diff --git a/Interfaces/GSD/base.sql b/Interfaces/GSD/base.sql old mode 100644 new mode 100755 diff --git a/Interfaces/GSD/en.lang.php b/Interfaces/GSD/en.lang.php old mode 100644 new mode 100755 diff --git a/Interfaces/GSD/import.tpl.php b/Interfaces/GSD/import.tpl.php old mode 100644 new mode 100755 diff --git a/Interfaces/GSD/interface.json b/Interfaces/GSD/interface.json old mode 100644 new mode 100755 diff --git a/Interfaces/Intrexx/Import/PromotionImport.php b/Interfaces/Intrexx/Import/PromotionImport.php old mode 100644 new mode 100755 diff --git a/Interfaces/Intrexx/Import/SeminarImport.php b/Interfaces/Intrexx/Import/SeminarImport.php old mode 100644 new mode 100755 diff --git a/Interfaces/Intrexx/Import/VisitImport.php b/Interfaces/Intrexx/Import/VisitImport.php old mode 100644 new mode 100755 diff --git a/Interfaces/Intrexx/Importer.php b/Interfaces/Intrexx/Importer.php old mode 100644 new mode 100755 diff --git a/Interfaces/Intrexx/Model/Promotion.php b/Interfaces/Intrexx/Model/Promotion.php old mode 100644 new mode 100755 diff --git a/Interfaces/Intrexx/Model/Seminar.php b/Interfaces/Intrexx/Model/Seminar.php old mode 100644 new mode 100755 diff --git a/Interfaces/Intrexx/Model/Visit.php b/Interfaces/Intrexx/Model/Visit.php old mode 100644 new mode 100755 diff --git a/Interfaces/Intrexx/interface.json b/Interfaces/Intrexx/interface.json old mode 100644 new mode 100755 diff --git a/Interfaces/OMS/en.lang.php b/Interfaces/OMS/en.lang.php old mode 100644 new mode 100755 diff --git a/Interfaces/OMS/interface.json b/Interfaces/OMS/interface.json old mode 100644 new mode 100755 diff --git a/LICENSE.txt b/LICENSE.txt old mode 100644 new mode 100755 diff --git a/Models/ExchangeType.php b/Models/ExchangeType.php old mode 100644 new mode 100755 diff --git a/Models/ImporterAbstract.php b/Models/ImporterAbstract.php old mode 100644 new mode 100755 diff --git a/Models/InterfaceManager.php b/Models/InterfaceManager.php old mode 100644 new mode 100755 diff --git a/Models/InterfaceManagerMapper.php b/Models/InterfaceManagerMapper.php old mode 100644 new mode 100755 diff --git a/Models/PermissionState.php b/Models/PermissionState.php old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php old mode 100644 new mode 100755 diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php old mode 100644 new mode 100755 diff --git a/Theme/Backend/exchange-dashboard.tpl.php b/Theme/Backend/exchange-dashboard.tpl.php old mode 100644 new mode 100755 diff --git a/Theme/Backend/exchange-export-list.tpl.php b/Theme/Backend/exchange-export-list.tpl.php old mode 100644 new mode 100755 diff --git a/Theme/Backend/exchange-export.tpl.php b/Theme/Backend/exchange-export.tpl.php old mode 100644 new mode 100755 diff --git a/Theme/Backend/exchange-import-list.tpl.php b/Theme/Backend/exchange-import-list.tpl.php old mode 100644 new mode 100755 diff --git a/Theme/Backend/exchange-import.tpl.php b/Theme/Backend/exchange-import.tpl.php old mode 100644 new mode 100755 diff --git a/composer.json b/composer.json old mode 100644 new mode 100755 diff --git a/composer.lock b/composer.lock old mode 100644 new mode 100755 diff --git a/img/module_teaser_small.png b/img/module_teaser_small.png old mode 100644 new mode 100755 diff --git a/info.json b/info.json old mode 100644 new mode 100755 diff --git a/tests/Admin/AdminTest.php b/tests/Admin/AdminTest.php old mode 100644 new mode 100755