Skip to content

Commit

Permalink
Update copywrite date to 2018
Browse files Browse the repository at this point in the history
  • Loading branch information
glennslaven committed Apr 27, 2018
1 parent 3986564 commit de671c7
Show file tree
Hide file tree
Showing 35 changed files with 48 additions and 48 deletions.
6 changes: 3 additions & 3 deletions Block/Adminhtml/Report/Edit.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright © 2016 Sectionio. All rights reserved.
* Copyright © 2018 Sectionio. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Sectionio\Metrics\Block\Adminhtml\Report;
Expand All @@ -19,7 +19,7 @@ public function __construct(
) {
parent::__construct($context, $data);
}

protected function _construct()
{
$this->_objectId = 'general_id';
Expand All @@ -28,7 +28,7 @@ protected function _construct()

parent::_construct();
}

/**
* Retrieve text for header element
*
Expand Down
8 changes: 4 additions & 4 deletions Block/Adminhtml/Report/Edit/Form.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?php
/**
* Copyright © 2016 Sectionio. All rights reserved.
* Copyright © 2018 Sectionio. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Sectionio\Metrics\Block\Adminhtml\Report\Edit;

use Magento\Backend\Block\Widget\Form\Generic;

class Form extends Generic
{
/**
Expand All @@ -26,7 +26,7 @@ protected function _prepareForm()
);
$form->setUseContainer(true);
$this->setForm($form);

return parent::_prepareForm();
}
}
2 changes: 1 addition & 1 deletion Block/Adminhtml/Report/Edit/Tab/Credentials.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright © 2016 Sectionio. All rights reserved.
* Copyright © 2018 Sectionio. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Sectionio\Metrics\Block\Adminhtml\Report\Edit\Tab;
Expand Down
2 changes: 1 addition & 1 deletion Block/Adminhtml/Report/Edit/Tab/Metrics.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright © 2016 Sectionio. All rights reserved.
* Copyright © 2018 Sectionio. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Sectionio\Metrics\Block\Adminhtml\Report\Edit\Tab;
Expand Down
2 changes: 1 addition & 1 deletion Block/Adminhtml/Report/Edit/Tab/Settings.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright © 2016 Sectionio. All rights reserved.
* Copyright © 2018 Sectionio. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Sectionio\Metrics\Block\Adminhtml\Report\Edit\Tab;
Expand Down
2 changes: 1 addition & 1 deletion Block/Adminhtml/Report/Edit/Tabs.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright © 2016 Sectionio. All rights reserved.
* Copyright © 2018 Sectionio. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Sectionio\Metrics\Block\Adminhtml\Report\Edit;
Expand Down
2 changes: 1 addition & 1 deletion Controller/Adminhtml/Report/FetchInfo.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright © 2016 Sectionio. All rights reserved.
* Copyright © 2018 Sectionio. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Sectionio\Metrics\Controller\Adminhtml\Report;
Expand Down
2 changes: 1 addition & 1 deletion Controller/Adminhtml/Report/Index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright © 2016 Sectionio. All rights reserved.
* Copyright © 2018 Sectionio. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Sectionio\Metrics\Controller\Adminhtml\Report;
Expand Down
2 changes: 1 addition & 1 deletion Controller/Adminhtml/Report/Save.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright © 2016 Sectionio. All rights reserved.
* Copyright © 2018 Sectionio. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Sectionio\Metrics\Controller\Adminhtml\Report;
Expand Down
2 changes: 1 addition & 1 deletion Controller/Index/Index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright © 2016 Section.io. All rights reserved.
* Copyright © 2018 Section.io. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Sectionio\Metrics\Controller\Index;
Expand Down
2 changes: 1 addition & 1 deletion Controller/Router.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright © 2016 Section.io. All rights reserved.
* Copyright © 2018 Section.io. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Sectionio\Metrics\Controller;
Expand Down
2 changes: 1 addition & 1 deletion Helper/Aperture.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright © 2016 Sectionio. All rights reserved.
* Copyright © 2018 Sectionio. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Sectionio\Metrics\Helper;
Expand Down
2 changes: 1 addition & 1 deletion Helper/Data.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright © 2016 Sectionio. All rights reserved.
* Copyright © 2018 Sectionio. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Sectionio\Metrics\Helper;
Expand Down
2 changes: 1 addition & 1 deletion Helper/State.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright © 2016 Sectionio. All rights reserved.
* Copyright © 2018 Sectionio. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Sectionio\Metrics\Helper;
Expand Down
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2016, section.io
Copyright (c) 2018, section.io
All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Expand All @@ -7,4 +7,4 @@ Redistribution and use in source and binary forms, with or without modification,

2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4 changes: 2 additions & 2 deletions Model/Account.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright © 2016 Sectionio. All rights reserved.
* Copyright © 2018 Sectionio. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Sectionio\Metrics\Model;
Expand All @@ -22,7 +22,7 @@ public function __construct(
\Magento\Framework\Data\Collection\AbstractDb $resourceCollection = null,
array $data = []
) {

parent::__construct($context, $registry, $resource, $resourceCollection, $data);
}

Expand Down
4 changes: 2 additions & 2 deletions Model/Application.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright © 2016 Sectionio. All rights reserved.
* Copyright © 2018 Sectionio. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Sectionio\Metrics\Model;
Expand All @@ -22,7 +22,7 @@ public function __construct(
\Magento\Framework\Data\Collection\AbstractDb $resourceCollection = null,
array $data = []
) {

parent::__construct($context, $registry, $resource, $resourceCollection, $data);
}

Expand Down
2 changes: 1 addition & 1 deletion Model/Config.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright © 2016 Sectionio. All rights reserved.
* Copyright © 2018 Sectionio. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Sectionio\Metrics\Model;
Expand Down
4 changes: 2 additions & 2 deletions Model/ResourceModel/Account.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright © 2016 Sectionio. All rights reserved.
* Copyright © 2018 Sectionio. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Sectionio\Metrics\Model\ResourceModel;
Expand All @@ -15,7 +15,7 @@ public function __construct(
\Magento\Framework\Model\ResourceModel\Db\Context $context,
$resourcePrefix = null
) {

$this->transactionManager = $context->getTransactionManager();
$this->_resources = $context->getResources();
$this->objectRelationProcessor = $context->getObjectRelationProcessor();
Expand Down
2 changes: 1 addition & 1 deletion Model/ResourceModel/Account/Collection.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright © 2016 Sectionio. All rights reserved.
* Copyright © 2018 Sectionio. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Sectionio\Metrics\Model\ResourceModel\Account;
Expand Down
4 changes: 2 additions & 2 deletions Model/ResourceModel/Application.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright © 2016 Sectionio. All rights reserved.
* Copyright © 2018 Sectionio. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Sectionio\Metrics\Model\ResourceModel;
Expand All @@ -15,7 +15,7 @@ public function __construct(
\Magento\Framework\Model\ResourceModel\Db\Context $context,
$resourcePrefix = null
) {

$this->transactionManager = $context->getTransactionManager();
$this->_resources = $context->getResources();
$this->objectRelationProcessor = $context->getObjectRelationProcessor();
Expand Down
2 changes: 1 addition & 1 deletion Model/ResourceModel/Application/Collection.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright © 2016 Sectionio. All rights reserved.
* Copyright © 2018 Sectionio. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Sectionio\Metrics\Model\ResourceModel\Application;
Expand Down
2 changes: 1 addition & 1 deletion Model/ResourceModel/Settings.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright © 2016 Sectionio. All rights reserved.
* Copyright © 2018 Sectionio. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Sectionio\Metrics\Model\ResourceModel;
Expand Down
2 changes: 1 addition & 1 deletion Model/ResourceModel/Settings/Collection.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright © 2016 Sectionio. All rights reserved.
* Copyright © 2018 Sectionio. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Sectionio\Metrics\Model\ResourceModel\Settings;
Expand Down
4 changes: 2 additions & 2 deletions Model/Settings.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright © 2016 Sectionio. All rights reserved.
* Copyright © 2018 Sectionio. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Sectionio\Metrics\Model;
Expand All @@ -22,7 +22,7 @@ public function __construct(
\Magento\Framework\Data\Collection\AbstractDb $resourceCollection = null,
array $data = []
) {

parent::__construct($context, $registry, $resource, $resourceCollection, $data);
}

Expand Down
2 changes: 1 addition & 1 deletion Setup/InstallSchema.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright © 2016 Sectionio. All rights reserved.
* Copyright © 2018 Sectionio. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Sectionio\Metrics\Setup;
Expand Down
4 changes: 2 additions & 2 deletions etc/adminhtml/menu.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0"?>
<!--
/**
* Copyright © 2016 Section.io. All rights reserved.
* Copyright © 2018 Section.io. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Backend:etc/menu.xsd">
<menu>
<add id="Sectionio_Metrics::metrics" title="section.io" module="Sectionio_Metrics" sortOrder="50" parent="Magento_Reports::report" resource="Sectionio_Metrics::metrics"/>
Expand Down
4 changes: 2 additions & 2 deletions etc/adminhtml/routes.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0"?>
<!--
/**
* Copyright © 2016 Section.io. All rights reserved.
* Copyright © 2018 Section.io. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="../../../../../../lib/internal/Magento/
Framework/App/etc/routes.xsd">
<router id="admin">
Expand Down
2 changes: 1 addition & 1 deletion etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!--
/**
* Copyright © 2016 Section.io. All rights reserved.
* Copyright © 2018 Section.io. All rights reserved.
* See COPYING.txt for license details.
*/
-->
Expand Down
2 changes: 1 addition & 1 deletion etc/di.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!--
/**
* Copyright © 2016 Magento. All rights reserved.
* Copyright © 2018 Magento. All rights reserved.
* See COPYING.txt for license details.
*/
-->
Expand Down
2 changes: 1 addition & 1 deletion etc/events.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!--
/**
* Copyright © 2016 Magento. All rights reserved.
* Copyright © 2018 Magento. All rights reserved.
* See COPYING.txt for license details.
*/
-->
Expand Down
2 changes: 1 addition & 1 deletion etc/frontend/di.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!--
/**
* Copyright © 2016 Magento. All rights reserved.
* Copyright © 2018 Magento. All rights reserved.
* See COPYING.txt for license details.
*/
-->
Expand Down
2 changes: 1 addition & 1 deletion etc/frontend/routes.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!--
/**
* Copyright © 2016 Section.io. All rights reserved.
* Copyright © 2018 Section.io. All rights reserved.
* See COPYING.txt for license details.
*/
-->
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!--
/**
* Copyright © 2016 Section.io. All rights reserved.
* Copyright © 2018 Section.io. All rights reserved.
* See COPYING.txt for license details.
*/
-->
Expand Down
2 changes: 1 addition & 1 deletion view/adminhtml/layout/metrics_report_index.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!--
/**
* Copyright © 2016 Section.io. All rights reserved.
* Copyright © 2018 Section.io. All rights reserved.
* See COPYING.txt for license details.
*/
-->
Expand Down

0 comments on commit de671c7

Please sign in to comment.