diff --git a/LICENSE.md b/LICENSE.md deleted file mode 100644 index 536b532..0000000 --- a/LICENSE.md +++ /dev/null @@ -1,23 +0,0 @@ -This Shopware plugin is licensed under the -Creative Commons Attribution 4.0 International License (CC BY 4.0). - -You are free to: - -- Use the software for private and commercial purposes -- Modify the software -- Distribute the software - -Under the following conditions: - -Attribution — You must give appropriate credit to the author. - -Required attribution: - -" by " - -The attribution must be included in: -- the plugin documentation, or -- the administration interface of the system using the plugin. - -License: -https://creativecommons.org/licenses/by/4.0/ \ No newline at end of file diff --git a/composer.json b/composer.json index b3e7620..7eb7877 100644 --- a/composer.json +++ b/composer.json @@ -3,11 +3,7 @@ "description": "Normalizes APP_URL for staging environments served under a subdirectory", "type": "shopware-platform-plugin", "version": "1.0.0", - "license": "CC-BY-4.0", - "authors": [{ - "name": "S.U. Media", - "email": "kontakt@sumedia-webdesign.de" - }], + "license": "MIT", "require": { "shopware/core": "~6.6.0" },