Skip to content

Commit

Permalink
Update licence date
Browse files Browse the repository at this point in the history
  • Loading branch information
cchalamon committed Jul 7, 2023
1 parent 1e4244a commit bcd63fe
Show file tree
Hide file tree
Showing 29 changed files with 61 additions and 60 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2019-2021 Team Ever.
Copyright (c) 2019-2023 Team Ever.

Academic Free License ("AFL") v. 3.0

Expand Down
4 changes: 2 additions & 2 deletions controllers/admin/AdminEverPsQuotationController.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* 2019-2021 Team Ever
* 2019-2023 Team Ever
*
* NOTICE OF LICENSE
*
Expand All @@ -13,7 +13,7 @@
* to [email protected] so we can send you a copy immediately.
*
* @author Team Ever <https://www.team-ever.com/>
* @copyright 2019-2021 Team Ever
* @copyright 2019-2023 Team Ever
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
*/

Expand Down
4 changes: 2 additions & 2 deletions controllers/front/payment.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* 2019-2021 Team Ever
* 2019-2023 Team Ever
*
* NOTICE OF LICENSE
*
Expand All @@ -13,7 +13,7 @@
* to [email protected] so we can send you a copy immediately.
*
* @author Team Ever <https://www.team-ever.com/>
* @copyright 2019-2021 Team Ever
* @copyright 2019-2023 Team Ever
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
*/

Expand Down
4 changes: 2 additions & 2 deletions controllers/front/quotations.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* 2019-2021 Team Ever
* 2019-2023 Team Ever
*
* NOTICE OF LICENSE
*
Expand All @@ -13,7 +13,7 @@
* to [email protected] so we can send you a copy immediately.
*
* @author Team Ever <https://www.team-ever.com/>
* @copyright 2019-2021 Team Ever
* @copyright 2019-2023 Team Ever
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
*/

Expand Down
4 changes: 2 additions & 2 deletions controllers/front/validation.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* 2019-2021 Team Ever
* 2019-2023 Team Ever
*
* NOTICE OF LICENSE
*
Expand All @@ -13,7 +13,7 @@
* to [email protected] so we can send you a copy immediately.
*
* @author Team Ever <https://www.team-ever.com/>
* @copyright 2019-2021 Team Ever
* @copyright 2019-2023 Team Ever
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
*/

Expand Down
6 changes: 3 additions & 3 deletions everpsquotation.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* 2019-2021 Team Ever
* 2019-2023 Team Ever
*
* NOTICE OF LICENSE
*
Expand All @@ -13,7 +13,7 @@
* to [email protected] so we can send you a copy immediately.
*
* @author Team Ever <https://www.team-ever.com/>
* @copyright 2019-2021 Team Ever
* @copyright 2019-2023 Team Ever
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
*/

Expand Down Expand Up @@ -41,7 +41,7 @@ public function __construct()
{
$this->name = 'everpsquotation';
$this->tab = 'payments_gateways';
$this->version = '4.1.0';
$this->version = '4.1.2';
$this->author = 'Team Ever';
$this->need_instance = 0;
$this->bootstrap = true;
Expand Down
4 changes: 2 additions & 2 deletions models/EverpsquotationCart.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* 2019-2021 Team Ever
* 2019-2023 Team Ever
*
* NOTICE OF LICENSE
*
Expand All @@ -13,7 +13,7 @@
* to [email protected] so we can send you a copy immediately.
*
* @author Team Ever <https://www.team-ever.com/>
* @copyright 2019-2021 Team Ever
* @copyright 2019-2023 Team Ever
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
*/

Expand Down
4 changes: 2 additions & 2 deletions models/EverpsquotationCartProduct.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* 2019-2021 Team Ever
* 2019-2023 Team Ever
*
* NOTICE OF LICENSE
*
Expand All @@ -13,7 +13,7 @@
* to [email protected] so we can send you a copy immediately.
*
* @author Team Ever <https://www.team-ever.com/>
* @copyright 2019-2021 Team Ever
* @copyright 2019-2023 Team Ever
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
*/

Expand Down
4 changes: 2 additions & 2 deletions models/EverpsquotationClass.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* 2019-2021 Team Ever
* 2019-2023 Team Ever
*
* NOTICE OF LICENSE
*
Expand All @@ -13,7 +13,7 @@
* to [email protected] so we can send you a copy immediately.
*
* @author Team Ever <https://www.team-ever.com/>
* @copyright 2019-2021 Team Ever
* @copyright 2019-2023 Team Ever
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
*/

Expand Down
4 changes: 2 additions & 2 deletions models/EverpsquotationDetail.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* 2019-2021 Team Ever
* 2019-2023 Team Ever
*
* NOTICE OF LICENSE
*
Expand All @@ -13,7 +13,7 @@
* to [email protected] so we can send you a copy immediately.
*
* @author Team Ever <https://www.team-ever.com/>
* @copyright 2019-2021 Team Ever
* @copyright 2019-2023 Team Ever
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
*/

Expand Down
9 changes: 5 additions & 4 deletions models/HTMLTemplateEverQuotationPdf.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* 2019-2021 Team Ever
* 2019-2023 Team Ever
*
* NOTICE OF LICENSE
*
Expand All @@ -13,7 +13,7 @@
* to [email protected] so we can send you a copy immediately.
*
* @author Team Ever <https://www.team-ever.com/>
* @copyright 2019-2021 Team Ever
* @copyright 2019-2023 Team Ever
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
*/

Expand All @@ -26,14 +26,15 @@ class HTMLTemplateEverQuotationPdf extends HTMLTemplate

public function __construct($id_everpsquotation_quotes, $smarty)
{
$module = Module::getInstanceByName('everpsquotation');
$this->id_everpsquotation_quotes = $id_everpsquotation_quotes;
$this->smarty = $smarty;
$this->pdfDir = _PS_MODULE_DIR_ . 'everpsquotation/views/templates/front/pdf/';
$this->context = Context::getContext();
$this->shop = new Shop(Context::getContext()->shop->id);
$this->lang = new Language((int)Context::getContext()->language->id);
$text = Configuration::getConfigInMultipleLangs('EVERPSQUOTATION_TEXT');
$filename = Configuration::getConfigInMultipleLangs('EVERPSQUOTATION_FILENAME');
$text = $module::getConfigInMultipleLangs('EVERPSQUOTATION_TEXT');
$filename = $module::getConfigInMultipleLangs('EVERPSQUOTATION_FILENAME');
$this->text = $text[(int)Context::getContext()->language->id];
$this->filename = $filename[(int)Context::getContext()->language->id]
.$this->id_everpsquotation_quotes;
Expand Down
4 changes: 2 additions & 2 deletions sql/install.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* 2019-2021 Team Ever
* 2019-2023 Team Ever
*
* NOTICE OF LICENSE
*
Expand All @@ -13,7 +13,7 @@
* to [email protected] so we can send you a copy immediately.
*
* @author Team Ever <https://www.team-ever.com/>
* @copyright 2019-2021 Team Ever
* @copyright 2019-2023 Team Ever
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
*/

Expand Down
4 changes: 2 additions & 2 deletions sql/uninstall.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* 2019-2021 Team Ever
* 2019-2023 Team Ever
*
* NOTICE OF LICENSE
*
Expand All @@ -13,7 +13,7 @@
* to [email protected] so we can send you a copy immediately.
*
* @author Team Ever <https://www.team-ever.com/>
* @copyright 2019-2021 Team Ever
* @copyright 2019-2023 Team Ever
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
*/

Expand Down
4 changes: 2 additions & 2 deletions views/templates/admin/configure.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{*
* 2019-2021 Team Ever
* 2019-2023 Team Ever
*
* NOTICE OF LICENSE
*
Expand All @@ -12,7 +12,7 @@
* to [email protected] so we can send you a copy immediately.
*
* @author Team Ever <https://www.team-ever.com/>
* @copyright 2019-2021 Team Ever
* @copyright 2019-2023 Team Ever
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
*}

Expand Down
4 changes: 2 additions & 2 deletions views/templates/admin/footer.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{*
* 2019-2021 Team Ever
* 2019-2023 Team Ever
*
* NOTICE OF LICENSE
*
Expand All @@ -12,7 +12,7 @@
* to [email protected] so we can send you a copy immediately.
*
* @author Team Ever <https://www.team-ever.com/>
* @copyright 2019-2021 Team Ever
* @copyright 2019-2023 Team Ever
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
*}

Expand Down
4 changes: 2 additions & 2 deletions views/templates/admin/header.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{*
* 2019-2021 Team Ever
* 2019-2023 Team Ever
*
* NOTICE OF LICENSE
*
Expand All @@ -12,7 +12,7 @@
* to [email protected] so we can send you a copy immediately.
*
* @author Team Ever <https://www.team-ever.com/>
* @copyright 2019-2021 Team Ever
* @copyright 2019-2023 Team Ever
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
*}

Expand Down
4 changes: 2 additions & 2 deletions views/templates/admin/upgrade.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{*
* 2019-2021 Team Ever
* 2019-2023 Team Ever
*
* NOTICE OF LICENSE
*
Expand All @@ -12,7 +12,7 @@
* to [email protected] so we can send you a copy immediately.
*
* @author Team Ever <https://www.team-ever.com/>
* @copyright 2019-2021 Team Ever
* @copyright 2019-2023 Team Ever
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
*}
<div class="panel everheader">
Expand Down
4 changes: 2 additions & 2 deletions views/templates/front/myaccount.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{*
* 2019-2021 Team Ever
* 2019-2023 Team Ever
*
* NOTICE OF LICENSE
*
Expand All @@ -12,7 +12,7 @@
* to [email protected] so we can send you a copy immediately.
*
* @author Team Ever <https://www.team-ever.com/>
* @copyright 2019-2021 Team Ever
* @copyright 2019-2023 Team Ever
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
*}
<a class="col-lg-4 col-md-6 col-sm-6 col-xs-12" href="{$link->getModuleLink('everpsquotation','quotations')|escape:'htmlall':'UTF-8'}">
Expand Down
4 changes: 2 additions & 2 deletions views/templates/front/payment_infos.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{*
* 2019-2021 Team Ever
* 2019-2023 Team Ever
*
* NOTICE OF LICENSE
*
Expand All @@ -12,7 +12,7 @@
* to [email protected] so we can send you a copy immediately.
*
* @author Team Ever <https://www.team-ever.com/>
* @copyright 2019-2021 Team Ever
* @copyright 2019-2023 Team Ever
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
*}

Expand Down
4 changes: 2 additions & 2 deletions views/templates/front/pdf/everquotation.spacer.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{*
* 2019-2021 Team Ever
* 2019-2023 Team Ever
*
* NOTICE OF LICENSE
*
Expand All @@ -12,7 +12,7 @@
* to [email protected] so we can send you a copy immediately.
*
* @author Team Ever <https://www.team-ever.com/>
* @copyright 2019-2021 Team Ever
* @copyright 2019-2023 Team Ever
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
*}
<table id="spacer" cellspacing="0" cellpadding="0">
Expand Down
4 changes: 2 additions & 2 deletions views/templates/front/pdf/everquotation.style-tab.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{*
* 2019-2021 Team Ever
* 2019-2023 Team Ever
*
* NOTICE OF LICENSE
*
Expand All @@ -12,7 +12,7 @@
* to [email protected] so we can send you a copy immediately.
*
* @author Team Ever <https://www.team-ever.com/>
* @copyright 2019-2021 Team Ever
* @copyright 2019-2023 Team Ever
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
*}

Expand Down
4 changes: 2 additions & 2 deletions views/templates/front/pdf/everquotation_footer.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{*
* 2019-2021 Team Ever
* 2019-2023 Team Ever
*
* NOTICE OF LICENSE
*
Expand All @@ -12,7 +12,7 @@
* to [email protected] so we can send you a copy immediately.
*
* @author Team Ever <https://www.team-ever.com/>
* @copyright 2019-2021 Team Ever
* @copyright 2019-2023 Team Ever
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
*}
<table style="width: 100%;">
Expand Down
4 changes: 2 additions & 2 deletions views/templates/front/quotation_added.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{*
* 2019-2021 Team Ever
* 2019-2023 Team Ever
*
* NOTICE OF LICENSE
*
Expand All @@ -12,7 +12,7 @@
* to [email protected] so we can send you a copy immediately.
*
* @author Team Ever <https://www.team-ever.com/>
* @copyright 2019-2021 Team Ever
* @copyright 2019-2023 Team Ever
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
*}

Expand Down
Loading

0 comments on commit bcd63fe

Please sign in to comment.