Skip to content

Commit 2dc0be6

Browse files
authored
Merge pull request #1530 from vishal-singh-webkul/gli-831_2
Updated: NOTICE OF LICENSE in the templates, css, php and js files.
2 parents 859fd71 + 30147e1 commit 2dc0be6

764 files changed

Lines changed: 9973 additions & 7805 deletions

File tree

Some content is hidden

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

admin/themes/default/css/partials/index.php

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,24 @@
11
<?php
22
/**
3-
* 2010-2023 Webkul.
4-
*
53
* NOTICE OF LICENSE
64
*
7-
* All right is reserved,
8-
* Please go through this link for complete license : https://store.webkul.com/license.html
5+
* This source file is subject to the Open Software License version 3.0
6+
* that is bundled with this package in the file LICENSE.md
7+
* It is also available through the world-wide-web at this URL:
8+
* https://opensource.org/license/osl-3-0-php
9+
* If you did not receive a copy of the license and are unable to
10+
* obtain it through the world-wide-web, please send an email
11+
* to support@qloapps.com so we can send you a copy immediately.
912
*
1013
* DISCLAIMER
1114
*
12-
* Do not edit or add to this file if you wish to upgrade this module to newer
13-
* versions in the future. If you wish to customize this module for your
14-
* needs please refer to https://store.webkul.com/customisation-guidelines/ for more information.
15+
* Do not edit or add to this file if you wish to upgrade this module to a newer
16+
* versions in the future. If you wish to customize this module for your needs
17+
* please refer to https://store.webkul.com/customisation-guidelines for more information.
1518
*
16-
* @author Webkul IN <support@webkul.com>
17-
* @copyright 2010-2023 Webkul IN
18-
* @license https://store.webkul.com/license.html
19+
* @author Webkul IN
20+
* @copyright Since 2010 Webkul
21+
* @license https://opensource.org/license/osl-3-0-php Open Software License version 3.0
1922
*/
2023

2124
header('Expires: Mon, 26 Jul 1997 05:00:00 GMT');

admin/themes/default/template/alerts.tpl

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,23 @@
11
{*
2-
* 2007-2017 PrestaShop
3-
*
42
* NOTICE OF LICENSE
53
*
6-
* This source file is subject to the Academic Free License (AFL 3.0)
7-
* that is bundled with this package in the file LICENSE.txt.
4+
* This source file is subject to the Open Software License version 3.0
5+
* that is bundled with this package in the file LICENSE.md
86
* It is also available through the world-wide-web at this URL:
9-
* http://opensource.org/licenses/afl-3.0.php
7+
* https://opensource.org/license/osl-3-0-php
108
* If you did not receive a copy of the license and are unable to
119
* obtain it through the world-wide-web, please send an email
12-
* to license@prestashop.com so we can send you a copy immediately.
10+
* to support@qloapps.com so we can send you a copy immediately.
1311
*
1412
* DISCLAIMER
1513
*
16-
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
17-
* versions in the future. If you wish to customize PrestaShop for your
18-
* needs please refer to http://www.prestashop.com for more information.
14+
* Do not edit or add to this file if you wish to upgrade this module to a newer
15+
* versions in the future. If you wish to customize this module for your needs
16+
* please refer to https://store.webkul.com/customisation-guidelines for more information.
1917
*
20-
* @author PrestaShop SA <contact@prestashop.com>
21-
* @copyright 2007-2017 PrestaShop SA
22-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
23-
* International Registered Trademark & Property of PrestaShop SA
18+
* @author Webkul IN
19+
* @copyright Since 2010 Webkul
20+
* @license https://opensource.org/license/osl-3-0-php Open Software License version 3.0
2421
*}
2522

2623
{if isset($conf)}

admin/themes/default/template/controllers/cart_rules/modal_confirm_bulk_delete.tpl

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
1-
{*
2-
* Since 2010 Webkul.
3-
*
1+
{**
42
* NOTICE OF LICENSE
53
*
6-
* All right is reserved,
7-
* Please go through this link for complete license : https://store.webkul.com/license.html
4+
* This source file is subject to the Open Software License version 3.0
5+
* that is bundled with this package in the file LICENSE.md
6+
* It is also available through the world-wide-web at this URL:
7+
* https://opensource.org/license/osl-3-0-php
8+
* If you did not receive a copy of the license and are unable to
9+
* obtain it through the world-wide-web, please send an email
10+
* to support@qloapps.com so we can send you a copy immediately.
811
*
912
* DISCLAIMER
1013
*
11-
* Do not edit or add to this file if you wish to upgrade this module to newer
12-
* versions in the future. If you wish to customize this module for your
13-
* needs please refer to https://store.webkul.com/customisation-guidelines/ for more information.
14+
* Do not edit or add to this file if you wish to upgrade this module to a newer
15+
* versions in the future. If you wish to customize this module for your needs
16+
* please refer to https://store.webkul.com/customisation-guidelines for more information.
1417
*
15-
* @author Webkul IN <support@webkul.com>
16-
* @copyright Since 2010 Webkul IN
17-
* @license https://store.webkul.com/license.html
18+
* @author Webkul IN
19+
* @copyright Since 2010 Webkul
20+
* @license https://opensource.org/license/osl-3-0-php Open Software License version 3.0
1821
*}
1922
<div class="modal-header">
2023
<button type="button" class="close" data-dismiss="modal"><i class="icon-remove-sign"></i></button>

admin/themes/default/template/controllers/cart_rules/modal_confirm_delete.tpl

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
1-
{*
2-
* Since 2010 Webkul.
3-
*
1+
{**
42
* NOTICE OF LICENSE
53
*
6-
* All right is reserved,
7-
* Please go through this link for complete license : https://store.webkul.com/license.html
4+
* This source file is subject to the Open Software License version 3.0
5+
* that is bundled with this package in the file LICENSE.md
6+
* It is also available through the world-wide-web at this URL:
7+
* https://opensource.org/license/osl-3-0-php
8+
* If you did not receive a copy of the license and are unable to
9+
* obtain it through the world-wide-web, please send an email
10+
* to support@qloapps.com so we can send you a copy immediately.
811
*
912
* DISCLAIMER
1013
*
11-
* Do not edit or add to this file if you wish to upgrade this module to newer
12-
* versions in the future. If you wish to customize this module for your
13-
* needs please refer to https://store.webkul.com/customisation-guidelines/ for more information.
14+
* Do not edit or add to this file if you wish to upgrade this module to a newer
15+
* versions in the future. If you wish to customize this module for your needs
16+
* please refer to https://store.webkul.com/customisation-guidelines for more information.
1417
*
15-
* @author Webkul IN <support@webkul.com>
16-
* @copyright Since 2010 Webkul IN
17-
* @license https://store.webkul.com/license.html
18+
* @author Webkul IN
19+
* @copyright Since 2010 Webkul
20+
* @license https://opensource.org/license/osl-3-0-php Open Software License version 3.0
1821
*}
1922
<div class="modal-header">
2023
<button type="button" class="close" data-dismiss="modal"><i class="icon-remove-sign"></i></button>

admin/themes/default/template/controllers/carts/_orders.tpl

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,23 @@
1-
{*
2-
* 2007-2017 PrestaShop
3-
*
1+
{**
42
* NOTICE OF LICENSE
53
*
6-
* This source file is subject to the Academic Free License (AFL 3.0)
7-
* that is bundled with this package in the file LICENSE.txt.
4+
* This source file is subject to the Open Software License version 3.0
5+
* that is bundled with this package in the file LICENSE.md
86
* It is also available through the world-wide-web at this URL:
9-
* http://opensource.org/licenses/afl-3.0.php
7+
* https://opensource.org/license/osl-3-0-php
108
* If you did not receive a copy of the license and are unable to
119
* obtain it through the world-wide-web, please send an email
12-
* to license@prestashop.com so we can send you a copy immediately.
10+
* to support@qloapps.com so we can send you a copy immediately.
1311
*
1412
* DISCLAIMER
1513
*
16-
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
17-
* versions in the future. If you wish to customize PrestaShop for your
18-
* needs please refer to http://www.prestashop.com for more information.
14+
* Do not edit or add to this file if you wish to upgrade this module to a newer
15+
* versions in the future. If you wish to customize this module for your needs
16+
* please refer to https://store.webkul.com/customisation-guidelines for more information.
1917
*
20-
* @author PrestaShop SA <contact@prestashop.com>
21-
* @copyright 2007-2017 PrestaShop SA
22-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
23-
* International Registered Trademark & Property of PrestaShop SA
18+
* @author Webkul IN
19+
* @copyright Since 2010 Webkul
20+
* @license https://opensource.org/license/osl-3-0-php Open Software License version 3.0
2421
*}
2522

2623
{if $type == 'orders' && isset($ids_order)}

admin/themes/default/template/controllers/customers/modals/_customer_guest_form.tpl

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
1-
{*
2-
* Since 2010 Webkul.
3-
*
1+
{**
42
* NOTICE OF LICENSE
53
*
6-
* All right is reserved,
7-
* Please go through this link for complete license : https://store.webkul.com/license.html
4+
* This source file is subject to the Open Software License version 3.0
5+
* that is bundled with this package in the file LICENSE.md
6+
* It is also available through the world-wide-web at this URL:
7+
* https://opensource.org/license/osl-3-0-php
8+
* If you did not receive a copy of the license and are unable to
9+
* obtain it through the world-wide-web, please send an email
10+
* to support@qloapps.com so we can send you a copy immediately.
811
*
912
* DISCLAIMER
1013
*
11-
* Do not edit or add to this file if you wish to upgrade this module to newer
12-
* versions in the future. If you wish to customize this module for your
13-
* needs please refer to https://store.webkul.com/customisation-guidelines/ for more information.
14+
* Do not edit or add to this file if you wish to upgrade this module to a newer
15+
* versions in the future. If you wish to customize this module for your needs
16+
* please refer to https://store.webkul.com/customisation-guidelines for more information.
1417
*
15-
* @author Webkul IN <support@webkul.com>
16-
* @copyright Since 2010 Webkul IN
17-
* @license https://store.webkul.com/license.html
18+
* @author Webkul IN
19+
* @copyright Since 2010 Webkul
20+
* @license https://opensource.org/license/osl-3-0-php Open Software License version 3.0
1821
*}
1922

2023
<div class="modal-body">

admin/themes/default/template/controllers/customers/modals/index.php

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,24 @@
11
<?php
22
/**
3-
* 2010-2020 Webkul.
4-
*
53
* NOTICE OF LICENSE
64
*
7-
* All right is reserved,
8-
* Please go through this link for complete license : https://store.webkul.com/license.html
5+
* This source file is subject to the Open Software License version 3.0
6+
* that is bundled with this package in the file LICENSE.md
7+
* It is also available through the world-wide-web at this URL:
8+
* https://opensource.org/license/osl-3-0-php
9+
* If you did not receive a copy of the license and are unable to
10+
* obtain it through the world-wide-web, please send an email
11+
* to support@qloapps.com so we can send you a copy immediately.
912
*
1013
* DISCLAIMER
1114
*
12-
* Do not edit or add to this file if you wish to upgrade this module to newer
13-
* versions in the future. If you wish to customize this module for your
14-
* needs please refer to https://store.webkul.com/customisation-guidelines/ for more information.
15+
* Do not edit or add to this file if you wish to upgrade this module to a newer
16+
* versions in the future. If you wish to customize this module for your needs
17+
* please refer to https://store.webkul.com/customisation-guidelines for more information.
1518
*
16-
* @author Webkul IN <support@webkul.com>
17-
* @copyright 2010-2020 Webkul IN
18-
* @license https://store.webkul.com/license.html
19+
* @author Webkul IN
20+
* @copyright Since 2010 Webkul
21+
* @license https://opensource.org/license/osl-3-0-php Open Software License version 3.0
1922
*/
2023

2124
header('Expires: Mon, 26 Jul 1997 05:00:00 GMT');

admin/themes/default/template/controllers/modules_catalog/content.tpl

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
{**
2+
* NOTICE OF LICENSE
3+
*
4+
* This source file is subject to the Open Software License version 3.0
5+
* that is bundled with this package in the file LICENSE.md
6+
* It is also available through the world-wide-web at this URL:
7+
* https://opensource.org/license/osl-3-0-php
8+
* If you did not receive a copy of the license and are unable to
9+
* obtain it through the world-wide-web, please send an email
10+
* to support@qloapps.com so we can send you a copy immediately.
11+
*
12+
* DISCLAIMER
13+
*
14+
* Do not edit or add to this file if you wish to upgrade this module to a newer
15+
* versions in the future. If you wish to customize this module for your needs
16+
* please refer to https://store.webkul.com/customisation-guidelines for more information.
17+
*
18+
* @author Webkul IN
19+
* @copyright Since 2010 Webkul
20+
* @license https://opensource.org/license/osl-3-0-php Open Software License version 3.0
21+
*}
22+
123
<div id="ajax_confirmation" class="alert alert-success hide"></div>
224
{* ajaxBox allows*}
325
<div id="ajaxBox" style="display:none"></div>

admin/themes/default/template/controllers/modules_catalog/index.php

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,24 @@
11
<?php
22
/**
3-
* 2010-2022 Webkul.
4-
*
53
* NOTICE OF LICENSE
64
*
7-
* All right is reserved,
8-
* Please go through this link for complete license : https://store.webkul.com/license.html
5+
* This source file is subject to the Open Software License version 3.0
6+
* that is bundled with this package in the file LICENSE.md
7+
* It is also available through the world-wide-web at this URL:
8+
* https://opensource.org/license/osl-3-0-php
9+
* If you did not receive a copy of the license and are unable to
10+
* obtain it through the world-wide-web, please send an email
11+
* to support@qloapps.com so we can send you a copy immediately.
912
*
1013
* DISCLAIMER
1114
*
12-
* Do not edit or add to this file if you wish to upgrade this module to newer
13-
* versions in the future. If you wish to customize this module for your
14-
* needs please refer to https://store.webkul.com/customisation-guidelines/ for more information.
15+
* Do not edit or add to this file if you wish to upgrade this module to a newer
16+
* versions in the future. If you wish to customize this module for your needs
17+
* please refer to https://store.webkul.com/customisation-guidelines for more information.
1518
*
16-
* @author Webkul IN <support@webkul.com>
17-
* @copyright 2010-2022 Webkul IN
18-
* @license https://store.webkul.com/license.html
19+
* @author Webkul IN
20+
* @copyright Since 2010 Webkul
21+
* @license https://opensource.org/license/osl-3-0-php Open Software License version 3.0
1922
*/
2023

2124
header('Expires: Mon, 26 Jul 1997 05:00:00 GMT');

admin/themes/default/template/controllers/modules_catalog/modules_list.tpl

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
1-
{*
2-
* 2010-2022 Webkul.
3-
*
1+
{**
42
* NOTICE OF LICENSE
53
*
6-
* All right is reserved,
7-
* Please go through this link for complete license : https://store.webkul.com/license.html
4+
* This source file is subject to the Open Software License version 3.0
5+
* that is bundled with this package in the file LICENSE.md
6+
* It is also available through the world-wide-web at this URL:
7+
* https://opensource.org/license/osl-3-0-php
8+
* If you did not receive a copy of the license and are unable to
9+
* obtain it through the world-wide-web, please send an email
10+
* to support@qloapps.com so we can send you a copy immediately.
811
*
912
* DISCLAIMER
1013
*
11-
* Do not edit or add to this file if you wish to upgrade this module to newer
12-
* versions in the future. If you wish to customize this module for your
13-
* needs please refer to https://store.webkul.com/customisation-guidelines/ for more information.
14+
* Do not edit or add to this file if you wish to upgrade this module to a newer
15+
* versions in the future. If you wish to customize this module for your needs
16+
* please refer to https://store.webkul.com/customisation-guidelines for more information.
1417
*
15-
* @author Webkul IN <support@webkul.com>
16-
* @copyright 2010-2022 Webkul IN
17-
* @license https://store.webkul.com/license.html
18+
* @author Webkul IN
19+
* @copyright Since 2010 Webkul
20+
* @license https://opensource.org/license/osl-3-0-php Open Software License version 3.0
1821
*}
1922

2023
<div class="suggested-elements row">

0 commit comments

Comments
 (0)