Skip to content

Commit bbd835c

Browse files
author
Rafael Grigorian
committed
Added MIT License
1 parent 67b52f4 commit bbd835c

File tree

90 files changed

+136
-10
lines changed

Some content is hidden

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

90 files changed

+136
-10
lines changed

LICENSE.md

Lines changed: 21 additions & 0 deletions

README.md

Lines changed: 25 additions & 8 deletions

design/user_guide.sketch

16.8 KB
Binary file not shown.

docs/images/preview.png

307 KB
1.16 MB
Binary file not shown.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"version": "1.0.0",
33
"name": "magento-cloudflare",
4-
"description": "Cloudflare for Magento 1.x",
4+
"description": "Interact with popular Cloudflare features though Magento's backend portal",
55
"author": "Rafael Grigorian",
66
"company": "JetRails®",
7-
"license": "UNLICENSED",
7+
"license": "MIT",
88
"repository": {
99
"type": "git",
1010
"url": "https://github.com/jetrails/magento-cloudflare.git"

src/app/code/community/JetRails/Cloudflare/Block/Adminhtml/Dashboard.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* @package JetRails® Cloudflare
1010
* @author Rafael Grigorian <[email protected]>
1111
* @copyright © 2018 JETRAILS, All rights reserved
12+
* @license MIT https://opensource.org/licenses/MIT
1213
*/
1314
class JetRails_Cloudflare_Block_Adminhtml_Dashboard
1415
extends Mage_Core_Block_Template {

src/app/code/community/JetRails/Cloudflare/Block/Adminhtml/Dashboard/Section.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* @package JetRails® Cloudflare
1010
* @author Rafael Grigorian <[email protected]>
1111
* @copyright © 2018 JETRAILS, All rights reserved
12+
* @license MIT https://opensource.org/licenses/MIT
1213
*/
1314
class JetRails_Cloudflare_Block_Adminhtml_Dashboard_Section
1415
extends Mage_Core_Block_Template {

src/app/code/community/JetRails/Cloudflare/Block/Adminhtml/Dashboard/Tab.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* @package JetRails® Cloudflare
99
* @author Rafael Grigorian <[email protected]>
1010
* @copyright © 2018 JETRAILS, All rights reserved
11+
* @license MIT https://opensource.org/licenses/MIT
1112
*/
1213
class JetRails_Cloudflare_Block_Adminhtml_Dashboard_Tab
1314
extends Mage_Core_Block_Template {

src/app/code/community/JetRails/Cloudflare/Controller/Action.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* @package JetRails® Cloudflare
99
* @author Rafael Grigorian <[email protected]>
1010
* @copyright © 2018 JETRAILS, All rights reserved
11+
* @license MIT https://opensource.org/licenses/MIT
1112
*/
1213
class JetRails_Cloudflare_Controller_Action
1314
extends Mage_Adminhtml_Controller_Action {

0 commit comments

Comments
 (0)