Skip to content

Commit b200da2

Browse files
author
Rafael Grigorian
committed
Fixed #25
1 parent 652fbc1 commit b200da2

File tree

25 files changed

+25
-25
lines changed

25 files changed

+25
-25
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# JetRails EULA
1+
# The JetRails License
22

33
Copyright 2019 ADF Inc. dba JetRails
44

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-EULA-lightgrey.svg?style=for-the-badge)
4+
![](https://img.shields.io/badge/License-JetRails_License-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

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 JetRails EULA (SEE LICENSE IN LICENSE.md)
17+
* @license The JetRails License (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 JetRails EULA (SEE LICENSE IN LICENSE.md)
23+
* @license The JetRails License (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 JetRails EULA (SEE LICENSE IN LICENSE.md)
16+
* @license The JetRails License (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 JetRails EULA (SEE LICENSE IN LICENSE.md)
20+
* @license The JetRails License (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 JetRails EULA (SEE LICENSE IN LICENSE.md)
18+
* @license The JetRails License (SEE LICENSE IN LICENSE.md)
1919
*/
2020
class Url extends AbstractCommand {
2121

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* @category Command
1515
* @author Rafael Grigorian - JetRails®
1616
* @copyright JetRails®, all rights reserved
17-
* @license JetRails EULA (SEE LICENSE IN LICENSE.md)
17+
* @license The JetRails License (SEE LICENSE IN LICENSE.md)
1818
*/
1919
class Status extends AbstractCommand {
2020

src/app/code/JetRails/Varnish/Console/Command/Status/Set.php

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

src/app/code/JetRails/Varnish/Controller/Adminhtml/Purge/All.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* @category Purge
1919
* @author Rafael Grigorian - JetRails®
2020
* @copyright JetRails®, all rights reserved
21-
* @license JetRails EULA (SEE LICENSE IN LICENSE.md)
21+
* @license The JetRails License (SEE LICENSE IN LICENSE.md)
2222
*/
2323
class All extends Action {
2424

0 commit comments

Comments
 (0)