From db0bd90052a6b6b11ed7028a03bb1413eb0ec1da Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Sat, 8 May 2021 00:30:35 +0200 Subject: [PATCH] add license informations --- .../Module/Path/ModulePathResolverBridge.php | 11 +++++++++ .../ModulePathResolverBridgeInterface.php | 11 +++++++++ LICENSE.md | 22 ++++++++++++++++++ README.md | 23 +++++++++++++++++++ composer.json | 16 +++++-------- 5 files changed, 73 insertions(+), 10 deletions(-) create mode 100644 LICENSE.md create mode 100644 README.md diff --git a/Internal/Framework/Module/Path/ModulePathResolverBridge.php b/Internal/Framework/Module/Path/ModulePathResolverBridge.php index 5c204f0..a7213ea 100644 --- a/Internal/Framework/Module/Path/ModulePathResolverBridge.php +++ b/Internal/Framework/Module/Path/ModulePathResolverBridge.php @@ -1,5 +1,16 @@ + * @link https://www.oxidmodule.com + */ + declare(strict_types=1); namespace D3\OxidServicesBridges\Internal\Framework\Module\Path; diff --git a/Internal/Framework/Module/Path/ModulePathResolverBridgeInterface.php b/Internal/Framework/Module/Path/ModulePathResolverBridgeInterface.php index a420172..b99fb5b 100644 --- a/Internal/Framework/Module/Path/ModulePathResolverBridgeInterface.php +++ b/Internal/Framework/Module/Path/ModulePathResolverBridgeInterface.php @@ -1,5 +1,16 @@ + * @link https://www.oxidmodule.com + */ + declare(strict_types=1); namespace D3\OxidServicesBridges\Internal\Framework\Module\Path; diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..df524f8 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,22 @@ +The MIT License (MIT) + +Copyright (c) 2021 D3 Data Development (Inh. Thomas Dartsch) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + diff --git a/README.md b/README.md new file mode 100644 index 0000000..bb0e5d6 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +Bridges for OXID services without bridges +----------------------------------------- + +Provides bridges for OXID services that are not reliably listed in the DIC cache. + +## Install + +`composer require d3/oxidservicesbridges` + +## Licence of this software (d3/oxidservicesbridges) [MIT] + +(06.05.2021) + +``` +Copyright (c) D3 Data Development (Inh. Thomas Dartsch) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +``` \ No newline at end of file diff --git a/composer.json b/composer.json index 00de81e..413d69b 100644 --- a/composer.json +++ b/composer.json @@ -1,17 +1,13 @@ { "name": "d3/oxidservicesbridges", - "description": "Order manager module for OXID eShop.", + "description": "Provides bridges for OXID services that are not reliably listed in the DIC cache.", "type": "oxideshop-component", "keywords": [ "oxid", - "modules", "eShop", - "d3", - "ordermanager", - "orders", - "requirements", - "actions", - "tasks" + "services", + "bridges", + "d3" ], "authors": [ { @@ -23,11 +19,11 @@ ], "homepage": "https://www.oxidmodule.com/", "license": [ - "proprietary" + "MIT" ], "require": { "php": "^7.0 || ^8.0", - "oxid-esales/oxideshop-ce": "6.5 - 6.7" + "oxid-esales/oxideshop-ce": "6.5 - 6.8" }, "autoload": { "psr-4": {