Skip to content

Commit

Permalink
Change root directory, update README, copyrights and LICENSE.
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-blackbird committed Oct 26, 2021
1 parent 2c02536 commit 1ad5981
Show file tree
Hide file tree
Showing 252 changed files with 3,032 additions and 1,557 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
<?php
/*
* @copyright Open Software License (OSL 3.0)
* Transiteo LandedCost
*
* NOTICE OF LICENSE
* if you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to [email protected] so we can send you a copy immediately.
* @category Transiteo
* @package Transiteo_LandedCost
* @copyright Open Software License (OSL 3.0)
* @author Blackbird Team
* @license MIT
* @support https://github.com/transiteo/Landed-Cost-Magento-2/issues/new/
*/

namespace Transiteo\LandedCost\Api\Data;
Expand Down
35 changes: 35 additions & 0 deletions Api/Data/DistrictSearchResultInterface.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<?php
/*
* Transiteo LandedCost
*
* NOTICE OF LICENSE
* if you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to [email protected] so we can send you a copy immediately.
* @category Transiteo
* @package Transiteo_LandedCost
* @copyright Open Software License (OSL 3.0)
* @author Blackbird Team
* @license MIT
* @support https://github.com/transiteo/Landed-Cost-Magento-2/issues/new/
*/

namespace Transiteo\LandedCost\Api\Data;

interface DistrictSearchResultInterface
{
/**
* Get districts
*
* @return DistrictInterface[]
*/
public function getItems();

/**
* Set districts
*
* @param DistrictInterface[] $items
* @return $this
*/
public function setItems(array $items);
}
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
<?php
/*
* @author Blackbird Agency
* @copyright Open Software License (OSL 3.0)
* @link <[email protected]>
* Transiteo LandedCost
*
* NOTICE OF LICENSE
* if you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to [email protected] so we can send you a copy immediately.
* @category Transiteo
* @package Transiteo_LandedCost
* @copyright Open Software License (OSL 3.0)
* @author Blackbird Team
* @license MIT
* @support https://github.com/transiteo/Landed-Cost-Magento-2/issues/new/
*/

namespace Transiteo\LandedCost\Api\Data;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
<?php
/*
* @author Blackbird Agency
* @copyright Open Software License (OSL 3.0)
* @link <[email protected]>
* Transiteo LandedCost
*
* NOTICE OF LICENSE
* if you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to [email protected] so we can send you a copy immediately.
* @category Transiteo
* @package Transiteo_LandedCost
* @copyright Open Software License (OSL 3.0)
* @author Blackbird Team
* @license MIT
* @support https://github.com/transiteo/Landed-Cost-Magento-2/issues/new/
*/

namespace Transiteo\LandedCost\Api\Data;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
<?php
/*
* @copyright Open Software License (OSL 3.0)
* Transiteo LandedCost
*
* NOTICE OF LICENSE
* if you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to [email protected] so we can send you a copy immediately.
* @category Transiteo
* @package Transiteo_LandedCost
* @copyright Open Software License (OSL 3.0)
* @author Blackbird Team
* @license MIT
* @support https://github.com/transiteo/Landed-Cost-Magento-2/issues/new/
*/

namespace Transiteo\LandedCost\Api;
Expand Down
13 changes: 12 additions & 1 deletion LandedCost/Block/Admin/Color.php → Block/Admin/Color.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
<?php
/*
* @copyright Open Software License (OSL 3.0)
* Transiteo LandedCost
*
* NOTICE OF LICENSE
* if you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to [email protected] so we can send you a copy immediately.
* @category Transiteo
* @package Transiteo_LandedCost
* @copyright Open Software License (OSL 3.0)
* @author Blackbird Team
* @license MIT
* @support https://github.com/transiteo/Landed-Cost-Magento-2/issues/new/
*/
declare(strict_types=1);

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
<?php
/*
* @author Blackbird Agency
* @copyright Open Software License (OSL 3.0)
* @link <[email protected]>
* Transiteo LandedCost
*
* NOTICE OF LICENSE
* if you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to [email protected] so we can send you a copy immediately.
* @category Transiteo
* @package Transiteo_LandedCost
* @copyright Open Software License (OSL 3.0)
* @author Blackbird Team
* @license MIT
* @support https://github.com/transiteo/Landed-Cost-Magento-2/issues/new/
*/

namespace Transiteo\LandedCost\Block\Adminhtml\Form\Field;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
<?php
/*
* @author Blackbird Agency
* @copyright Open Software License (OSL 3.0)
* @link <[email protected]>
* Transiteo LandedCost
*
* NOTICE OF LICENSE
* if you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to [email protected] so we can send you a copy immediately.
* @category Transiteo
* @package Transiteo_LandedCost
* @copyright Open Software License (OSL 3.0)
* @author Blackbird Team
* @license MIT
* @support https://github.com/transiteo/Landed-Cost-Magento-2/issues/new/
*/

declare(strict_types=1);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
<?php
/*
* @author Blackbird Agency
* @copyright Open Software License (OSL 3.0)
* @link <[email protected]>
* Transiteo LandedCost
*
* NOTICE OF LICENSE
* if you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to [email protected] so we can send you a copy immediately.
* @category Transiteo
* @package Transiteo_LandedCost
* @copyright Open Software License (OSL 3.0)
* @author Blackbird Team
* @license MIT
* @support https://github.com/transiteo/Landed-Cost-Magento-2/issues/new/
*/

namespace Transiteo\LandedCost\Block\Adminhtml\Form\Field;
Expand Down
37 changes: 37 additions & 0 deletions Block/Api.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<?php
/*
* Transiteo LandedCost
*
* NOTICE OF LICENSE
* if you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to [email protected] so we can send you a copy immediately.
* @category Transiteo
* @package Transiteo_LandedCost
* @copyright Open Software License (OSL 3.0)
* @author Blackbird Team
* @license MIT
* @support https://github.com/transiteo/Landed-Cost-Magento-2/issues/new/
*/

namespace Transiteo\LandedCost\Block;

class Api extends \Magento\Framework\View\Element\Template
{
protected $_isScopePrivate;

public function __construct(
\Magento\Framework\View\Element\Template\Context $context,
array $data = []
)
{
parent::__construct($context, $data);
$this->_isScopePrivate = true;
}

public function getTaxesApi()
{
$getApiPrice = '6 euros';
return $getApiPrice;
}
}
15 changes: 12 additions & 3 deletions LandedCost/Block/Modal.php → Block/Modal.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
<?php
/*
* @author Blackbird Agency
* @copyright Open Software License (OSL 3.0)
* @link <[email protected]>
* Transiteo LandedCost
*
* NOTICE OF LICENSE
* if you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to [email protected] so we can send you a copy immediately.
* @category Transiteo
* @package Transiteo_LandedCost
* @copyright Open Software License (OSL 3.0)
* @author Blackbird Team
* @license MIT
* @support https://github.com/transiteo/Landed-Cost-Magento-2/issues/new/
*/

namespace Transiteo\LandedCost\Block;
Expand Down
15 changes: 12 additions & 3 deletions LandedCost/Block/Order/Taxes.php → Block/Order/Taxes.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
<?php
/*
* @author Blackbird Agency
* @copyright Open Software License (OSL 3.0)
* @link <[email protected]>
* Transiteo LandedCost
*
* NOTICE OF LICENSE
* if you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to [email protected] so we can send you a copy immediately.
* @category Transiteo
* @package Transiteo_LandedCost
* @copyright Open Software License (OSL 3.0)
* @author Blackbird Team
* @license MIT
* @support https://github.com/transiteo/Landed-Cost-Magento-2/issues/new/
*/

namespace Transiteo\LandedCost\Block\Order;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
<?php
/*
* @copyright Open Software License (OSL 3.0)
* Transiteo LandedCost
*
* NOTICE OF LICENSE
* if you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to [email protected] so we can send you a copy immediately.
* @category Transiteo
* @package Transiteo_LandedCost
* @copyright Open Software License (OSL 3.0)
* @author Blackbird Team
* @license MIT
* @support https://github.com/transiteo/Landed-Cost-Magento-2/issues/new/
*/
declare(strict_types=1);

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
<?php
/*
* @author Blackbird Agency
* @copyright Open Software License (OSL 3.0)
* @link <[email protected]>
* Transiteo LandedCost
*
* NOTICE OF LICENSE
* if you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to [email protected] so we can send you a copy immediately.
* @category Transiteo
* @package Transiteo_LandedCost
* @copyright Open Software License (OSL 3.0)
* @author Blackbird Team
* @license MIT
* @support https://github.com/transiteo/Landed-Cost-Magento-2/issues/new/
*/

namespace Transiteo\LandedCost\Controller\Adminhtml\Activation;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
<?php
/*
* @copyright Open Software License (OSL 3.0)
* Transiteo LandedCost
*
* NOTICE OF LICENSE
* if you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to [email protected] so we can send you a copy immediately.
* @category Transiteo
* @package Transiteo_LandedCost
* @copyright Open Software License (OSL 3.0)
* @author Blackbird Team
* @license MIT
* @support https://github.com/transiteo/Landed-Cost-Magento-2/issues/new/
*/
declare(strict_types=1);

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
<?php
/*
* @author Blackbird Agency
* @copyright Open Software License (OSL 3.0)
* @link <[email protected]>
* Transiteo LandedCost
*
* NOTICE OF LICENSE
* if you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to [email protected] so we can send you a copy immediately.
* @category Transiteo
* @package Transiteo_LandedCost
* @copyright Open Software License (OSL 3.0)
* @author Blackbird Team
* @license MIT
* @support https://github.com/transiteo/Landed-Cost-Magento-2/issues/new/
*/

namespace Transiteo\LandedCost\Controller\Adminhtml\Settings;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
<?php
/*
* @copyright Open Software License (OSL 3.0)
* Transiteo LandedCost
*
* NOTICE OF LICENSE
* if you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to [email protected] so we can send you a copy immediately.
* @category Transiteo
* @package Transiteo_LandedCost
* @copyright Open Software License (OSL 3.0)
* @author Blackbird Team
* @license MIT
* @support https://github.com/transiteo/Landed-Cost-Magento-2/issues/new/
*/
declare(strict_types=1);

Expand Down
15 changes: 12 additions & 3 deletions LandedCost/Controller/Cookie.php → Controller/Cookie.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
<?php
/*
* @author Blackbird Agency
* @copyright Open Software License (OSL 3.0)
* @link <[email protected]>
* Transiteo LandedCost
*
* NOTICE OF LICENSE
* if you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to [email protected] so we can send you a copy immediately.
* @category Transiteo
* @package Transiteo_LandedCost
* @copyright Open Software License (OSL 3.0)
* @author Blackbird Team
* @license MIT
* @support https://github.com/transiteo/Landed-Cost-Magento-2/issues/new/
*/

namespace Transiteo\LandedCost\Controller;
Expand Down
Loading

0 comments on commit 1ad5981

Please sign in to comment.