Skip to content

Commit 652fbc1

Browse files
author
Rafael Grigorian
committed
Fixed #24
1 parent 7392d11 commit 652fbc1

File tree

28 files changed

+37
-42
lines changed

28 files changed

+37
-42
lines changed

LICENSE.md

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,15 @@
1-
# The MIT License (MIT)
2-
Copyright 2018—present JetRails®
1+
# JetRails EULA
2+
3+
Copyright 2019 ADF Inc. dba JetRails
34

45
* * *
56

6-
Permission is hereby granted, free of charge, to any person obtaining a copy of
7-
this software and associated documentation files (the "Software"), to deal in
8-
the Software without restriction, including without limitation the rights to
9-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
10-
the Software, and to permit persons to whom the Software is furnished to do so,
11-
subject to the following conditions:
7+
Permission is hereby granted, free of charge, to any person ("Licensee") 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:
8+
9+
This license will apply to all derivative works of the Software and no edits may be made to this license. All derivative works must display JetRails branding, in particular all derivative software must include the following phrase "powered by" with the JetRails logo, in substantially the same form as provided herewith, following the phrase. The JetRails logo can be found at [docs/images/logo.svg](docs/images/logo.svg).
10+
11+
JetRails also grants Licensee the right to modify and create derivative works of the Software. Licensee may contribute the rights in any of those derivative works back to JetRails. Licensee may contact JetRails for more information regarding contributions of derivative works rights to JetRails. Regardless of whether Licensee contributes such derivative works rights to JetRails, Licensee hereby grants JetRails a perpetual and irrevocable (irrespective of the expiration or termination of this Agreement), nonexclusive, transferable, worldwide, and royalty-free license to reproduce, create derivative works of, distribute, perform, and display any derivative works of the Software developed by or for Licensee, and to use, make, have made, sell, offer to sell, import, export, and otherwise exploit any product based on any such derivative works.
1212

13-
The above copyright notice and this permission notice shall be included in all
14-
copies or substantial portions of the Software.
13+
The JetRails name and logo are registered trademarks of ADF Inc. and the use of this software does not grant any rights in JetRails trademarks, trade secrets, and any other intellectual property owned by JetRails.The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1514

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Magento 2 - Varnish
22
> Magento 2 extension which interfaces with the Varnish® caching application in order to manage it through the Magento backend.
33
4-
![](https://img.shields.io/badge/License-MIT-lightgrey.svg?style=for-the-badge)
4+
![](https://img.shields.io/badge/License-EULA-lightgrey.svg?style=for-the-badge)
55
![](https://img.shields.io/badge/Version-1.1.9-lightgrey.svg?style=for-the-badge)
66
![](https://img.shields.io/badge/Stability-Stable-lightgrey.svg?style=for-the-badge)
77

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Magento 2 extension which interfaces with the Varnish caching application in order to manage it through the Magento backend",
44
"type": "magento2-module",
55
"version": "1.1.9",
6-
"license": "MIT",
6+
"license": "SEE LICENSE IN LICENSE.md",
77
"authors": [
88
{
99
"name": "Rafael Grigorian",

docs/images/logo.svg

Lines changed: 1 addition & 0 deletions
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Magento 2 extension which interfaces with the Varnish® caching application in order to manage it through the Magento backend.",
55
"author": "Rafael Grigorian",
66
"company": "JetRails®",
7-
"license": "MIT",
7+
"license": "SEE LICENSE IN LICENSE.md",
88
"namespace": "JetRails_Varnish",
99
"repository": {
1010
"type": "git",

src/app/code/JetRails/Varnish/Block/Adminhtml/System/Config/Form/Link.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* @category Form
1515
* @author Rafael Grigorian - JetRails®
1616
* @copyright JetRails®, all rights reserved
17-
* @license MIT https://opensource.org/licenses/MIT
17+
* @license JetRails EULA (SEE LICENSE IN LICENSE.md)
1818
*/
1919
class Link extends Field {
2020

src/app/code/JetRails/Varnish/Console/Command/AbstractCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* @category Status
2121
* @author Rafael Grigorian - JetRails®
2222
* @copyright JetRails®, all rights reserved
23-
* @license MIT https://opensource.org/licenses/MIT
23+
* @license JetRails EULA (SEE LICENSE IN LICENSE.md)
2424
*/
2525
abstract class AbstractCommand extends Command {
2626

src/app/code/JetRails/Varnish/Console/Command/Purge/All.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* @category Purge
1414
* @author Rafael Grigorian - JetRails®
1515
* @copyright JetRails®, all rights reserved
16-
* @license MIT https://opensource.org/licenses/MIT
16+
* @license JetRails EULA (SEE LICENSE IN LICENSE.md)
1717
*/
1818
class All extends AbstractCommand {
1919

src/app/code/JetRails/Varnish/Console/Command/Purge/Store.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* @category Purge
1818
* @author Rafael Grigorian - JetRails®
1919
* @copyright JetRails®, all rights reserved
20-
* @license MIT https://opensource.org/licenses/MIT
20+
* @license JetRails EULA (SEE LICENSE IN LICENSE.md)
2121
*/
2222
class Store extends AbstractCommand {
2323

src/app/code/JetRails/Varnish/Console/Command/Purge/Url.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* @category Purge
1616
* @author Rafael Grigorian - JetRails®
1717
* @copyright JetRails®, all rights reserved
18-
* @license MIT https://opensource.org/licenses/MIT
18+
* @license JetRails EULA (SEE LICENSE IN LICENSE.md)
1919
*/
2020
class Url extends AbstractCommand {
2121

0 commit comments

Comments
 (0)