initiatione
This commit is contained in:
parent
627caccdaf
commit
635a9aff1a
2 changed files with 28 additions and 1 deletions
23
LICENSE.md
Normal file
23
LICENSE.md
Normal file
|
|
@ -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:
|
||||
|
||||
"<Plugin Name> by <Your Company or Name>"
|
||||
|
||||
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/
|
||||
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue