Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aa96007

Browse files
committed
Update copyrite date to 2018
1 parent 3986564 commit aa96007

35 files changed

+48
-48
lines changed

Block/Adminhtml/Report/Edit.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Copyright © 2016 Sectionio. All rights reserved.
3+
* Copyright © 2018 Sectionio. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
66
namespace Sectionio\Metrics\Block\Adminhtml\Report;
@@ -19,7 +19,7 @@ public function __construct(
1919
) {
2020
parent::__construct($context, $data);
2121
}
22-
22+
2323
protected function _construct()
2424
{
2525
$this->_objectId = 'general_id';
@@ -28,7 +28,7 @@ protected function _construct()
2828

2929
parent::_construct();
3030
}
31-
31+
3232
/**
3333
* Retrieve text for header element
3434
*

Block/Adminhtml/Report/Edit/Form.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?php
22
/**
3-
* Copyright © 2016 Sectionio. All rights reserved.
3+
* Copyright © 2018 Sectionio. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
66
namespace Sectionio\Metrics\Block\Adminhtml\Report\Edit;
7-
7+
88
use Magento\Backend\Block\Widget\Form\Generic;
9-
9+
1010
class Form extends Generic
1111
{
1212
/**
@@ -26,7 +26,7 @@ protected function _prepareForm()
2626
);
2727
$form->setUseContainer(true);
2828
$this->setForm($form);
29-
29+
3030
return parent::_prepareForm();
3131
}
3232
}

Block/Adminhtml/Report/Edit/Tab/Credentials.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Copyright © 2016 Sectionio. All rights reserved.
3+
* Copyright © 2018 Sectionio. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
66
namespace Sectionio\Metrics\Block\Adminhtml\Report\Edit\Tab;

Block/Adminhtml/Report/Edit/Tab/Metrics.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Copyright © 2016 Sectionio. All rights reserved.
3+
* Copyright © 2018 Sectionio. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
66
namespace Sectionio\Metrics\Block\Adminhtml\Report\Edit\Tab;

Block/Adminhtml/Report/Edit/Tab/Settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Copyright © 2016 Sectionio. All rights reserved.
3+
* Copyright © 2018 Sectionio. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
66
namespace Sectionio\Metrics\Block\Adminhtml\Report\Edit\Tab;

Block/Adminhtml/Report/Edit/Tabs.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Copyright © 2016 Sectionio. All rights reserved.
3+
* Copyright © 2018 Sectionio. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
66
namespace Sectionio\Metrics\Block\Adminhtml\Report\Edit;

Controller/Adminhtml/Report/FetchInfo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Copyright © 2016 Sectionio. All rights reserved.
3+
* Copyright © 2018 Sectionio. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
66
namespace Sectionio\Metrics\Controller\Adminhtml\Report;

Controller/Adminhtml/Report/Index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Copyright © 2016 Sectionio. All rights reserved.
3+
* Copyright © 2018 Sectionio. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
66
namespace Sectionio\Metrics\Controller\Adminhtml\Report;

Controller/Adminhtml/Report/Save.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Copyright © 2016 Sectionio. All rights reserved.
3+
* Copyright © 2018 Sectionio. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
66
namespace Sectionio\Metrics\Controller\Adminhtml\Report;

Controller/Index/Index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Copyright © 2016 Section.io. All rights reserved.
3+
* Copyright © 2018 Section.io. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
66
namespace Sectionio\Metrics\Controller\Index;

0 commit comments

Comments
 (0)