From 635a9aff1aeff0f5256fe27e1bcbf0647fdddf3a Mon Sep 17 00:00:00 2001 From: Sven Ullmann Date: Mon, 16 Mar 2026 18:38:57 +0100 Subject: [PATCH] initiatione --- LICENSE.md | 23 +++++++++++++++++++++++ composer.json | 6 +++++- 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 LICENSE.md diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..536b532 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,23 @@ +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 7eb7877..b3e7620 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,11 @@ "description": "Normalizes APP_URL for staging environments served under a subdirectory", "type": "shopware-platform-plugin", "version": "1.0.0", - "license": "MIT", + "license": "CC-BY-4.0", + "authors": [{ + "name": "S.U. Media", + "email": "kontakt@sumedia-webdesign.de" + }], "require": { "shopware/core": "~6.6.0" },