Skip to content

Commit

Permalink
Merge pull request #4 from spryker-middleware/feature/sm-198-license
Browse files Browse the repository at this point in the history
Release 1.0.2
  • Loading branch information
dereuromark authored Oct 1, 2018
2 parents a211904 + 7c6548d commit dc4e840
Show file tree
Hide file tree
Showing 25 changed files with 84 additions and 74 deletions.
4 changes: 2 additions & 2 deletions .license
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
* MIT License
* For full license information, please view the LICENSE file that was distributed with this source code.
* Copyright © 2016-present Spryker Systems GmbH. All rights reserved.
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
*/
3 changes: 0 additions & 3 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
build:
dependencies:
before:
- composer config repositories.spryker composer https://code.spryker.com/repo/private
environment:
php:
version: 7.1
Expand Down
22 changes: 11 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,26 @@ language: php
sudo: false

php:
- 7.1
- 7.1
- 7.2

env:
global:
global:
- DEFAULT=0

matrix:
include:
- php: 7.2
env: PHPCS=1 DEFAULT=0
include:
- php: 7.2
env: CHECKS=1 DEFAULT=0

fast_finish: true
fast_finish: true

before_script:
- composer install --prefer-dist --no-interaction
- COMPOSER_MEMORY_LIMIT=-1 composer install --prefer-dist --no-interaction

script:
- sh -c "if [ '$DEFAULT' = '1' ]; then vendor/bin/codecept run; fi"
- sh -c "if [ '$PHPCS' = '1' ]; then vendor/bin/phpmd src text vendor/spryker/architecture-sniffer/src/ruleset.xml --minimumpriority=2; fi"
- sh -c "if [ '$PHPCS' = '1' ]; then composer cs-check ; fi"
- if [[ $DEFAULT == 1 ]]; then vendor/bin/codecept run ; fi
- if [[ $CHECKS == 1 ]]; then composer cs-check ; fi

notifications:
email: false
email: false
48 changes: 31 additions & 17 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,21 +1,35 @@
The MIT License (MIT)
SPRYKER SYSTEMS GMBH – SPRYKER MIDDLEWARE LICENSE AGREEMENT

Copyright (c) 2016-present Spryker Systems GmbH
SPRYKER SYSTEMS GMBH, REGISTERED WITH THE COMMERCIAL REGISTER OF THE
LOWER COURT OF HAMBURG UNDER HRB 134310 (“WE” OR ”SPRYKER”) GRANTS YOU (THE
“LICENSEE”) THE RIGHT TO USE THE SPRYKER MIDDLEWARE (AS DEFINED BELOW) UNDER
THE PROVISIONS OF THIS SPRYKER MIDDLEWARE LICENSE AGREEMENT (THE “AGREEMENT”).

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 “SPRYKER MIDDLEWARE” includes any software owned and distributed by Spryker under this
Agreement. The SPRYKER MIDDLEWARE contains elements of open source components, to which
different license terms apply respectively. These open source components are needed to be installed
separately. Spryker will grant to Licensee a license based on the general Software License Agreement
of the Spryker Commerce OS, which is mandatory to be signed between Spryker and Licensee prior
to Licensee’s use of the SPRYKER MIDDLEWARE. For referrence of the terms and conditions of
Spryker’s general Software License Agreement, please get in contact with [email protected] or
[email protected].

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
Licensee shall not (i) use the SPRYKER MIDDLEWARE to set up a productive live system,
for development purposes or any other purposes; (ii) copy any part of the SPRYKER MIDDLEWARE (iii)
distribute, disclose, market, rent, lease, or transfer the SPRYKER MIDDLEWARE or act as a service
bureau with respect to the SPRYKER MIDDLEWARE; (iv) export the SPRYKER MIDDLEWARE or
install it in multiple locations; (v) disclose any confidential information provided by Spryker; (vi) modify
or make derivative works of the SPRYKER MIDDLEWARE; or (vii) allow others to make or obtain
copies of the SPRYKER MIDDLEWARE, unless it is permitted in the general Software License
Agreement, which has been concluded between Spryker and the Licensee.

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.
This Agreement shall be governed by the laws of Germany to the exclusion of IPR (International Law)
and the United Nations Conventionon Contracts for the International Sale of Goods (CISG). The
Parties consent to the jurisdiction of the courts in Berlin (Germany). This Agreement is not assignable
or transferable by Licensee and any attempt to do so is null and void. This Agreement and the general
Software License Agreement of the Spryker Commerce OS constitutes the entire agreement between
the Parties concerning Licensee’s use of SPRYKER MIDDLEWARE. This Agreement supersedes any
prior verbal understanding between the Parties and any Licensee purchase order or other ordering
document, regardless of whether such document is received by Spryker before or after execution of
this Agreement. This Agreement may be amended only in a writing signed by an authorized officer
of Spryker.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

[![Build Status](https://travis-ci.org/spryker-middleware/oms-middleware-connector.svg?branch=master)](https://travis-ci.org/spryker-middleware/oms-middleware-connector)
[![Minimum PHP Version](http://img.shields.io/badge/php-%3E%3D%207.1-8892BF.svg)](https://php.net/)
[![License](https://poser.pugx.org/spryker-middleware/oms-middleware-connector/license.svg)](https://packagist.org/packages/spryker-middleware/oms-middleware-connector)
[![Total Downloads](https://poser.pugx.org/spryker-middleware/oms-middleware-connector/d/total.svg)](https://packagist.org/packages/spryker-middleware/oms-middleware-connector)

OmsMiddlewareConnector module contains the plugin which triggers Middleware processes that are related to orders.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "spryker-middleware/oms-middleware-connector",
"description": "OmsMiddlewareConnector module",
"license": "MIT",
"license": "proprietary",
"require": {
"php": ">=7.1",
"spryker-middleware/process": "^1.0.0",
Expand All @@ -16,7 +16,7 @@
"spryker/silex": "*",
"spryker/testify": "*",
"spryker/transfer": "*",
"spryker/architecture-sniffer": "dev-master",
"spryker/architecture-sniffer": "*",
"phpmd/phpmd": "^2.4"
},
"autoload": {
Expand Down
4 changes: 2 additions & 2 deletions config/Shared/config.dist.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

/**
* MIT License
* For full license information, please view the LICENSE file that was distributed with this source code.
* Copyright © 2016-present Spryker Systems GmbH. All rights reserved.
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
*/

use SprykerMiddleware\Shared\OmsMiddlewareConnector\OmsMiddlewareConnectorConstants;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

/**
* MIT License
* For full license information, please view the LICENSE file that was distributed with this source code.
* Copyright © 2016-present Spryker Systems GmbH. All rights reserved.
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
*/

namespace SprykerMiddleware\Shared\OmsMiddlewareConnector;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

/**
* MIT License
* For full license information, please view the LICENSE file that was distributed with this source code.
* Copyright © 2016-present Spryker Systems GmbH. All rights reserved.
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
*/

namespace SprykerMiddleware\Zed\OmsMiddlewareConnector\Business;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

/**
* MIT License
* For full license information, please view the LICENSE file that was distributed with this source code.
* Copyright © 2016-present Spryker Systems GmbH. All rights reserved.
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
*/

namespace SprykerMiddleware\Zed\OmsMiddlewareConnector\Business;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

/**
* MIT License
* For full license information, please view the LICENSE file that was distributed with this source code.
* Copyright © 2016-present Spryker Systems GmbH. All rights reserved.
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
*/

namespace SprykerMiddleware\Zed\OmsMiddlewareConnector\Business;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

/**
* MIT License
* For full license information, please view the LICENSE file that was distributed with this source code.
* Copyright © 2016-present Spryker Systems GmbH. All rights reserved.
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
*/

namespace SprykerMiddleware\Zed\OmsMiddlewareConnector\Business\Reader;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

/**
* MIT License
* For full license information, please view the LICENSE file that was distributed with this source code.
* Copyright © 2016-present Spryker Systems GmbH. All rights reserved.
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
*/

namespace SprykerMiddleware\Zed\OmsMiddlewareConnector\Business\Reader;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

/**
* MIT License
* For full license information, please view the LICENSE file that was distributed with this source code.
* Copyright © 2016-present Spryker Systems GmbH. All rights reserved.
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
*/

namespace SprykerMiddleware\Zed\OmsMiddlewareConnector\Business\Stream;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

/**
* MIT License
* For full license information, please view the LICENSE file that was distributed with this source code.
* Copyright © 2016-present Spryker Systems GmbH. All rights reserved.
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
*/

namespace SprykerMiddleware\Zed\OmsMiddlewareConnector\Business\Stream;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

/**
* MIT License
* For full license information, please view the LICENSE file that was distributed with this source code.
* Copyright © 2016-present Spryker Systems GmbH. All rights reserved.
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
*/

namespace SprykerMiddleware\Zed\OmsMiddlewareConnector\Business\Stream;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

/**
* MIT License
* For full license information, please view the LICENSE file that was distributed with this source code.
* Copyright © 2016-present Spryker Systems GmbH. All rights reserved.
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
*/

namespace SprykerMiddleware\Zed\OmsMiddlewareConnector\Communication;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

/**
* MIT License
* For full license information, please view the LICENSE file that was distributed with this source code.
* Copyright © 2016-present Spryker Systems GmbH. All rights reserved.
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
*/

namespace SprykerMiddleware\Zed\OmsMiddlewareConnector\Communication\Plugin\Command;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

/**
* MIT License
* For full license information, please view the LICENSE file that was distributed with this source code.
* Copyright © 2016-present Spryker Systems GmbH. All rights reserved.
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
*/

namespace SprykerMiddleware\Zed\OmsMiddlewareConnector\Communication\Plugin\Stream;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

/**
* MIT License
* For full license information, please view the LICENSE file that was distributed with this source code.
* Copyright © 2016-present Spryker Systems GmbH. All rights reserved.
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
*/

namespace SprykerMiddleware\Zed\OmsMiddlewareConnector\Dependency\Facade;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

/**
* MIT License
* For full license information, please view the LICENSE file that was distributed with this source code.
* Copyright © 2016-present Spryker Systems GmbH. All rights reserved.
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
*/

namespace SprykerMiddleware\Zed\OmsMiddlewareConnector\Dependency\Facade;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

/**
* MIT License
* For full license information, please view the LICENSE file that was distributed with this source code.
* Copyright © 2016-present Spryker Systems GmbH. All rights reserved.
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
*/

namespace SprykerMiddleware\Zed\OmsMiddlewareConnector\Dependency\Facade;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

/**
* MIT License
* For full license information, please view the LICENSE file that was distributed with this source code.
* Copyright © 2016-present Spryker Systems GmbH. All rights reserved.
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
*/

namespace SprykerMiddleware\Zed\OmsMiddlewareConnector\Dependency\Facade;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

/**
* MIT License
* For full license information, please view the LICENSE file that was distributed with this source code.
* Copyright © 2016-present Spryker Systems GmbH. All rights reserved.
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
*/

namespace SprykerMiddleware\Zed\OmsMiddlewareConnector;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

/**
* MIT License
* For full license information, please view the LICENSE file that was distributed with this source code.
* Copyright © 2016-present Spryker Systems GmbH. All rights reserved.
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
*/

namespace SprykerMiddleware\Zed\OmsMiddlewareConnector;
Expand Down

0 comments on commit dc4e840

Please sign in to comment.