diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml old mode 100755 new mode 100644 diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml old mode 100755 new mode 100644 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml old mode 100755 new mode 100644 diff --git a/.gitignore b/.gitignore old mode 100755 new mode 100644 diff --git a/Admin/Install/db.json b/Admin/Install/db.json old mode 100755 new mode 100644 diff --git a/Admin/Installer.php b/Admin/Installer.php old mode 100755 new mode 100644 diff --git a/Admin/Routes/Web/Api.php b/Admin/Routes/Web/Api.php old mode 100755 new mode 100644 diff --git a/Admin/Routes/Web/Backend.php b/Admin/Routes/Web/Backend.php old mode 100755 new mode 100644 diff --git a/Admin/Status.php b/Admin/Status.php old mode 100755 new mode 100644 diff --git a/Admin/Uninstaller.php b/Admin/Uninstaller.php old mode 100755 new mode 100644 diff --git a/Admin/Updater.php b/Admin/Updater.php old mode 100755 new mode 100644 diff --git a/Controller/ApiAttributeTraitController.php b/Controller/ApiAttributeTraitController.php old mode 100755 new mode 100644 diff --git a/Controller/ApiController.php b/Controller/ApiController.php old mode 100755 new mode 100644 diff --git a/Controller/ApiLocalizationTraitController.php b/Controller/ApiLocalizationTraitController.php old mode 100755 new mode 100644 diff --git a/Controller/BackendController.php b/Controller/BackendController.php old mode 100755 new mode 100644 diff --git a/Controller/Controller.php b/Controller/Controller.php old mode 100755 new mode 100644 diff --git a/Docs/Dev/en/SUMMARY.md b/Docs/Dev/en/SUMMARY.md old mode 100755 new mode 100644 diff --git a/Docs/introduction.md b/Docs/introduction.md old mode 100755 new mode 100644 diff --git a/ICLA.txt b/ICLA.txt old mode 100755 new mode 100644 diff --git a/LICENSE.txt b/LICENSE.txt old mode 100755 new mode 100644 diff --git a/Models/Attribute.php b/Models/Attribute.php old mode 100755 new mode 100644 diff --git a/Models/AttributeHolderTrait.php b/Models/AttributeHolderTrait.php old mode 100755 new mode 100644 diff --git a/Models/AttributeMapper.php b/Models/AttributeMapper.php old mode 100755 new mode 100644 diff --git a/Models/AttributeType.php b/Models/AttributeType.php old mode 100755 new mode 100644 diff --git a/Models/AttributeTypeL11nMapper.php b/Models/AttributeTypeL11nMapper.php old mode 100755 new mode 100644 diff --git a/Models/AttributeTypeMapper.php b/Models/AttributeTypeMapper.php old mode 100755 new mode 100644 diff --git a/Models/AttributeValue.php b/Models/AttributeValue.php old mode 100755 new mode 100644 diff --git a/Models/AttributeValueL11nMapper.php b/Models/AttributeValueL11nMapper.php old mode 100755 new mode 100644 diff --git a/Models/AttributeValueMapper.php b/Models/AttributeValueMapper.php old mode 100755 new mode 100644 diff --git a/Models/AttributeValueType.php b/Models/AttributeValueType.php old mode 100755 new mode 100644 diff --git a/Models/NullAttribute.php b/Models/NullAttribute.php old mode 100755 new mode 100644 diff --git a/Models/NullAttributeType.php b/Models/NullAttributeType.php old mode 100755 new mode 100644 diff --git a/Models/NullAttributeValue.php b/Models/NullAttributeValue.php old mode 100755 new mode 100644 diff --git a/Models/PermissionCategory.php b/Models/PermissionCategory.php old mode 100755 new mode 100644 diff --git a/README.md b/README.md old mode 100755 new mode 100644 diff --git a/Theme/Backend/Components/AttributeTypeListView.php b/Theme/Backend/Components/AttributeTypeListView.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/Components/AttributeTypeView.php b/Theme/Backend/Components/AttributeTypeView.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/Components/AttributeValueView.php b/Theme/Backend/Components/AttributeValueView.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/Components/AttributeView.php b/Theme/Backend/Components/AttributeView.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/Components/attributes.tpl.php b/Theme/Backend/Components/attributes.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/Components/list.tpl.php b/Theme/Backend/Components/list.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/Components/type-list.tpl.php b/Theme/Backend/Components/type-list.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/Components/type-view.tpl.php b/Theme/Backend/Components/type-view.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/Components/value-view.tpl.php b/Theme/Backend/Components/value-view.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/Lang/Navigation.de.lang.php b/Theme/Backend/Lang/Navigation.de.lang.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/Lang/de.lang.php b/Theme/Backend/Lang/de.lang.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php old mode 100755 new mode 100644 diff --git a/composer.json b/composer.json old mode 100755 new mode 100644 diff --git a/composer.lock b/composer.lock old mode 100755 new mode 100644 diff --git a/img/module_teaser_small.png b/img/module_teaser_small.png old mode 100755 new mode 100644 diff --git a/info.json b/info.json old mode 100755 new mode 100644 diff --git a/tests/Admin/AdminTest.php b/tests/Admin/AdminTest.php old mode 100755 new mode 100644 diff --git a/tests/Autoloader.php b/tests/Autoloader.php old mode 100755 new mode 100644 diff --git a/tests/Bootstrap.php b/tests/Bootstrap.php old mode 100755 new mode 100644 diff --git a/tests/Models/AttributeHolderTraitTest.php b/tests/Models/AttributeHolderTraitTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/AttributeTest.php b/tests/Models/AttributeTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/AttributeTypeTest.php b/tests/Models/AttributeTypeTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/AttributeValueTest.php b/tests/Models/AttributeValueTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/NullAttributeTest.php b/tests/Models/NullAttributeTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/NullAttributeTypeTest.php b/tests/Models/NullAttributeTypeTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/NullAttributeValueTest.php b/tests/Models/NullAttributeValueTest.php old mode 100755 new mode 100644 diff --git a/tests/phpunit_default.xml b/tests/phpunit_default.xml old mode 100755 new mode 100644