Skip to content

Commit 9498c5e

Browse files
author
Aleksey Kotsuba
committed
ECO-2252: Update license [skip ci]
1 parent da23a7c commit 9498c5e

File tree

245 files changed

+321
-318
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

245 files changed

+321
-318
lines changed

.license

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
/**
22
* MIT License
3-
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
3+
* For full license information, please view the LICENSE file that was distributed with this source code.
44
*/

LICENSE

+8-16
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,13 @@
1-
MIT License
1+
The MIT License (MIT)
22

33
Copyright (c) 2016-present Spryker Systems GmbH
44

5-
Permission is hereby granted, free of charge, to any person obtaining a copy
6-
of this software and associated documentation files (the "Software"), to deal
7-
in the Software without restriction, including without limitation the rights
8-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9-
copies of the Software, and to permit persons to whom the Software is
10-
furnished to do so, subject to the following conditions:
5+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),
6+
to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
7+
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:
118

12-
The above copyright notice and this permission notice shall be included in all
13-
copies or substantial portions of the Software.
9+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1410

15-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
11+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
12+
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,
13+
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.

src/SprykerEco/Client/Heidelpay/Dependency/Client/HeidelpayToLocaleBridge.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* MIT License
5-
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
5+
* For full license information, please view the LICENSE file that was distributed with this source code.
66
*/
77

88
namespace SprykerEco\Client\Heidelpay\Dependency\Client;

src/SprykerEco/Client/Heidelpay/Dependency/Client/HeidelpayToLocaleInterface.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* MIT License
5-
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
5+
* For full license information, please view the LICENSE file that was distributed with this source code.
66
*/
77

88
namespace SprykerEco\Client\Heidelpay\Dependency\Client;

src/SprykerEco/Client/Heidelpay/Dependency/Client/HeidelpayToQuoteBridge.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* MIT License
5-
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
5+
* For full license information, please view the LICENSE file that was distributed with this source code.
66
*/
77

88
namespace SprykerEco\Client\Heidelpay\Dependency\Client;

src/SprykerEco/Client/Heidelpay/Dependency/Client/HeidelpayToQuoteInterface.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* MIT License
5-
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
5+
* For full license information, please view the LICENSE file that was distributed with this source code.
66
*/
77

88
namespace SprykerEco\Client\Heidelpay\Dependency\Client;

src/SprykerEco/Client/Heidelpay/HeidelpayClient.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* MIT License
5-
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
5+
* For full license information, please view the LICENSE file that was distributed with this source code.
66
*/
77

88
namespace SprykerEco\Client\Heidelpay;

src/SprykerEco/Client/Heidelpay/HeidelpayClientInterface.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* MIT License
5-
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
5+
* For full license information, please view the LICENSE file that was distributed with this source code.
66
*/
77

88
namespace SprykerEco\Client\Heidelpay;

src/SprykerEco/Client/Heidelpay/HeidelpayConfig.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* MIT License
5-
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
5+
* For full license information, please view the LICENSE file that was distributed with this source code.
66
*/
77

88
namespace SprykerEco\Client\Heidelpay;

src/SprykerEco/Client/Heidelpay/HeidelpayDependencyProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* MIT License
5-
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
5+
* For full license information, please view the LICENSE file that was distributed with this source code.
66
*/
77

88
namespace SprykerEco\Client\Heidelpay;

src/SprykerEco/Client/Heidelpay/HeidelpayFactory.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* MIT License
5-
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
5+
* For full license information, please view the LICENSE file that was distributed with this source code.
66
*/
77

88
namespace SprykerEco\Client\Heidelpay;

src/SprykerEco/Client/Heidelpay/Mapper/ApiResponseToRegistrationRequestTransfer.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
/**
44
* MIT License
5-
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
5+
* For full license information, please view the LICENSE file that was distributed with this source code.
66
*/
7+
78
namespace SprykerEco\Client\Heidelpay\Mapper;
89

910
use Generated\Shared\Transfer\HeidelpayCreditCardInfoTransfer;

src/SprykerEco/Client/Heidelpay/Mapper/ApiResponseToRegistrationResponseTransferInterface.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
/**
44
* MIT License
5-
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
5+
* For full license information, please view the LICENSE file that was distributed with this source code.
66
*/
7+
78
namespace SprykerEco\Client\Heidelpay\Mapper;
89

910
use Generated\Shared\Transfer\HeidelpayRegistrationRequestTransfer;

src/SprykerEco/Client/Heidelpay/MessageTranslator/ErrorMessageTranslator.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* MIT License
5-
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
5+
* For full license information, please view the LICENSE file that was distributed with this source code.
66
*/
77

88
namespace SprykerEco\Client\Heidelpay\MessageTranslator;

src/SprykerEco/Client/Heidelpay/MessageTranslator/ErrorMessageTranslatorInterface.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* MIT License
5-
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
5+
* For full license information, please view the LICENSE file that was distributed with this source code.
66
*/
77

88
namespace SprykerEco\Client\Heidelpay\MessageTranslator;

src/SprykerEco/Client/Heidelpay/Sdk/CreditCardRegistrationResponseParser.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* MIT License
5-
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
5+
* For full license information, please view the LICENSE file that was distributed with this source code.
66
*/
77

88
namespace SprykerEco\Client\Heidelpay\Sdk;

src/SprykerEco/Client/Heidelpay/Sdk/CreditCardRegistrationResponseParserInterface.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* MIT License
5-
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
5+
* For full license information, please view the LICENSE file that was distributed with this source code.
66
*/
77

88
namespace SprykerEco\Client\Heidelpay\Sdk;

src/SprykerEco/Client/Heidelpay/Sdk/HeidelpayApiAdapter.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* MIT License
5-
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
5+
* For full license information, please view the LICENSE file that was distributed with this source code.
66
*/
77

88
namespace SprykerEco\Client\Heidelpay\Sdk;

src/SprykerEco/Client/Heidelpay/Sdk/HeidelpayApiAdapterInterface.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* MIT License
5-
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
5+
* For full license information, please view the LICENSE file that was distributed with this source code.
66
*/
77

88
namespace SprykerEco\Client\Heidelpay\Sdk;

src/SprykerEco/Client/Heidelpay/Zed/HeidelpayStub.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* MIT License
5-
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
5+
* For full license information, please view the LICENSE file that was distributed with this source code.
66
*/
77

88
namespace SprykerEco\Client\Heidelpay\Zed;

src/SprykerEco/Client/Heidelpay/Zed/HeidelpayStubInterface.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* MIT License
5-
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
5+
* For full license information, please view the LICENSE file that was distributed with this source code.
66
*/
77

88
namespace SprykerEco\Client\Heidelpay\Zed;

src/SprykerEco/Shared/Heidelpay/HeidelpayConfig.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* MIT License
5-
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
5+
* For full license information, please view the LICENSE file that was distributed with this source code.
66
*/
77

88
namespace SprykerEco\Shared\Heidelpay;

src/SprykerEco/Shared/Heidelpay/HeidelpayConstants.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* MIT License
5-
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
5+
* For full license information, please view the LICENSE file that was distributed with this source code.
66
*/
77

88
namespace SprykerEco\Shared\Heidelpay;

src/SprykerEco/Shared/Heidelpay/QuoteUniqueIdGenerator.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* MIT License
5-
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
5+
* For full license information, please view the LICENSE file that was distributed with this source code.
66
*/
77

88
namespace SprykerEco\Shared\Heidelpay;

src/SprykerEco/Yves/Heidelpay/Controller/BaseHeidelpayController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* MIT License
5-
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
5+
* For full license information, please view the LICENSE file that was distributed with this source code.
66
*/
77

88
namespace SprykerEco\Yves\Heidelpay\Controller;

src/SprykerEco/Yves/Heidelpay/Controller/CreditCardController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* MIT License
5-
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
5+
* For full license information, please view the LICENSE file that was distributed with this source code.
66
*/
77

88
namespace SprykerEco\Yves\Heidelpay\Controller;

src/SprykerEco/Yves/Heidelpay/Controller/HeidelpayController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* MIT License
5-
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
5+
* For full license information, please view the LICENSE file that was distributed with this source code.
66
*/
77

88
namespace SprykerEco\Yves\Heidelpay\Controller;

src/SprykerEco/Yves/Heidelpay/Controller/IdealController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* MIT License
5-
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
5+
* For full license information, please view the LICENSE file that was distributed with this source code.
66
*/
77

88
namespace SprykerEco\Yves\Heidelpay\Controller;

src/SprykerEco/Yves/Heidelpay/CreditCard/RegistrationToQuoteHydrator.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* MIT License
5-
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
5+
* For full license information, please view the LICENSE file that was distributed with this source code.
66
*/
77

88
namespace SprykerEco\Yves\Heidelpay\CreditCard;

src/SprykerEco/Yves/Heidelpay/CreditCard/RegistrationToQuoteHydratorInterface.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* MIT License
5-
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
5+
* For full license information, please view the LICENSE file that was distributed with this source code.
66
*/
77

88
namespace SprykerEco\Yves\Heidelpay\CreditCard;

src/SprykerEco/Yves/Heidelpay/Form/AbstractHeidelpaySubForm.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* MIT License
5-
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
5+
* For full license information, please view the LICENSE file that was distributed with this source code.
66
*/
77

88
namespace SprykerEco\Yves\Heidelpay\Form;

src/SprykerEco/Yves/Heidelpay/Form/CreditCardSecureSubForm.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* MIT License
5-
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
5+
* For full license information, please view the LICENSE file that was distributed with this source code.
66
*/
77

88
namespace SprykerEco\Yves\Heidelpay\Form;

src/SprykerEco/Yves/Heidelpay/Form/DataProvider/CreditCardSecureDataProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* MIT License
5-
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
5+
* For full license information, please view the LICENSE file that was distributed with this source code.
66
*/
77

88
namespace SprykerEco\Yves\Heidelpay\Form\DataProvider;

src/SprykerEco/Yves/Heidelpay/Form/DataProvider/IdealDataProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* MIT License
5-
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
5+
* For full license information, please view the LICENSE file that was distributed with this source code.
66
*/
77

88
namespace SprykerEco\Yves\Heidelpay\Form\DataProvider;

src/SprykerEco/Yves/Heidelpay/Form/DataProvider/PaypalAuthorizeDataProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* MIT License
5-
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
5+
* For full license information, please view the LICENSE file that was distributed with this source code.
66
*/
77

88
namespace SprykerEco\Yves\Heidelpay\Form\DataProvider;

src/SprykerEco/Yves/Heidelpay/Form/DataProvider/PaypalDebitDataProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* MIT License
5-
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
5+
* For full license information, please view the LICENSE file that was distributed with this source code.
66
*/
77

88
namespace SprykerEco\Yves\Heidelpay\Form\DataProvider;

src/SprykerEco/Yves/Heidelpay/Form/DataProvider/SofortDataProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* MIT License
5-
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
5+
* For full license information, please view the LICENSE file that was distributed with this source code.
66
*/
77

88
namespace SprykerEco\Yves\Heidelpay\Form\DataProvider;

src/SprykerEco/Yves/Heidelpay/Form/IdealSubForm.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* MIT License
5-
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
5+
* For full license information, please view the LICENSE file that was distributed with this source code.
66
*/
77

88
namespace SprykerEco\Yves\Heidelpay\Form;

src/SprykerEco/Yves/Heidelpay/Form/PaypalAuthorizeSubForm.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* MIT License
5-
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
5+
* For full license information, please view the LICENSE file that was distributed with this source code.
66
*/
77

88
namespace SprykerEco\Yves\Heidelpay\Form;

src/SprykerEco/Yves/Heidelpay/Form/PaypalDebitSubForm.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* MIT License
5-
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
5+
* For full license information, please view the LICENSE file that was distributed with this source code.
66
*/
77

88
namespace SprykerEco\Yves\Heidelpay\Form;

src/SprykerEco/Yves/Heidelpay/Form/SofortSubForm.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* MIT License
5-
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
5+
* For full license information, please view the LICENSE file that was distributed with this source code.
66
*/
77

88
namespace SprykerEco\Yves\Heidelpay\Form;

0 commit comments

Comments
 (0)