Skip to content

Commit

Permalink
refs #44282 update license
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan202 committed Mar 20, 2024
1 parent 902482f commit 4093f06
Show file tree
Hide file tree
Showing 320 changed files with 2,381 additions and 1,782 deletions.
25 changes: 13 additions & 12 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,26 +1,27 @@
/*
* 2007-2022 PayPal
* 2007-2024 PayPal
*
* NOTICE OF LICENSE
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* 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.
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* 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.
*
* DISCLAIMER
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author 2007-2022 PayPal
* @author 2007-2024 PayPal
* @author 202 ecommerce <[email protected]>
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @copyright PayPal
*
*/

// http://eslint.org/docs/user-guide/configuring
Expand Down
6 changes: 3 additions & 3 deletions 202/_dev/js/Onboarding.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* 2007-2023 PayPal
/*
* 2007-2024 PayPal
*
* NOTICE OF LICENSE
*
Expand All @@ -17,7 +17,7 @@
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author 2007-2023 PayPal
* @author 2007-2024 PayPal
* @author 202 ecommerce <[email protected]>
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @copyright PayPal
Expand Down
6 changes: 3 additions & 3 deletions 202/_dev/js/Venmo.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* 2007-2023 PayPal
/*
* 2007-2024 PayPal
*
* NOTICE OF LICENSE
*
Expand All @@ -17,7 +17,7 @@
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author 2007-2023 PayPal
* @author 2007-2024 PayPal
* @author 202 ecommerce <[email protected]>
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @copyright PayPal
Expand Down
6 changes: 3 additions & 3 deletions 202/_dev/js/acdc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* 2007-2023 PayPal
/*
* 2007-2024 PayPal
*
* NOTICE OF LICENSE
*
Expand All @@ -17,7 +17,7 @@
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author 2007-2023 PayPal
* @author 2007-2024 PayPal
* @author 202 ecommerce <[email protected]>
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @copyright PayPal
Expand Down
6 changes: 3 additions & 3 deletions 202/_dev/js/admin.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* 2007-2023 PayPal
/*
* 2007-2024 PayPal
*
* NOTICE OF LICENSE
*
Expand All @@ -17,7 +17,7 @@
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author 2007-2023 PayPal
* @author 2007-2024 PayPal
* @author 202 ecommerce <[email protected]>
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @copyright PayPal
Expand Down
26 changes: 26 additions & 0 deletions 202/_dev/js/admin/form.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
/*
* 2007-2024 PayPal
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* 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.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author 2007-2024 PayPal
* @author 202 ecommerce <[email protected]>
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @copyright PayPal
*
*/

import {Tools} from './../tools.js';

class Form {
Expand Down
26 changes: 26 additions & 0 deletions 202/_dev/js/admin/section.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
/*
* 2007-2024 PayPal
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* 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.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author 2007-2024 PayPal
* @author 202 ecommerce <[email protected]>
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @copyright PayPal
*
*/

class Section {
constructor(sectionSelector = '[data-section-configuration]') {
this.sectionToggleSelector = '[data-section-toggle]';
Expand Down
26 changes: 26 additions & 0 deletions 202/_dev/js/admin/steps.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
/*
* 2007-2024 PayPal
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* 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.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author 2007-2024 PayPal
* @author 202 ecommerce <[email protected]>
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @copyright PayPal
*
*/

class Steps {
constructor(selector) {
this.$stepsContainer = $(selector);
Expand Down
6 changes: 3 additions & 3 deletions 202/_dev/js/apmButton.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* 2007-2023 PayPal
/*
* 2007-2024 PayPal
*
* NOTICE OF LICENSE
*
Expand All @@ -17,7 +17,7 @@
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author 2007-2023 PayPal
* @author 2007-2024 PayPal
* @author 202 ecommerce <[email protected]>
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @copyright PayPal
Expand Down
6 changes: 3 additions & 3 deletions 202/_dev/js/bnpl.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* 2007-2023 PayPal
/*
* 2007-2024 PayPal
*
* NOTICE OF LICENSE
*
Expand All @@ -17,7 +17,7 @@
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author 2007-2023 PayPal
* @author 2007-2024 PayPal
* @author 202 ecommerce <[email protected]>
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @copyright PayPal
Expand Down
6 changes: 3 additions & 3 deletions 202/_dev/js/bo_order.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* 2007-2023 PayPal
/*
* 2007-2024 PayPal
*
* NOTICE OF LICENSE
*
Expand All @@ -17,7 +17,7 @@
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author 2007-2023 PayPal
* @author 2007-2024 PayPal
* @author 202 ecommerce <[email protected]>
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @copyright PayPal
Expand Down
4 changes: 2 additions & 2 deletions 202/_dev/js/diagnostic/diagnostic.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* 2007-2023 PayPal
* 2007-2024 PayPal
*
* NOTICE OF LICENSE
*
Expand All @@ -17,7 +17,7 @@
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author 2007-2023 PayPal
* @author 2007-2024 PayPal
* @author 202 ecommerce <[email protected]>
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @copyright PayPal
Expand Down
4 changes: 2 additions & 2 deletions 202/_dev/js/diagnostic/src/Classes/Common.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* 2007-2023 PayPal
* 2007-2024 PayPal
*
* NOTICE OF LICENSE
*
Expand All @@ -17,7 +17,7 @@
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author 2007-2023 PayPal
* @author 2007-2024 PayPal
* @author 202 ecommerce <[email protected]>
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @copyright PayPal
Expand Down
4 changes: 2 additions & 2 deletions 202/_dev/js/diagnostic/src/Classes/Logs.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* 2007-2023 PayPal
* 2007-2024 PayPal
*
* NOTICE OF LICENSE
*
Expand All @@ -17,7 +17,7 @@
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author 2007-2023 PayPal
* @author 2007-2024 PayPal
* @author 202 ecommerce <[email protected]>
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @copyright PayPal
Expand Down
6 changes: 3 additions & 3 deletions 202/_dev/js/functions.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* 2007-2023 PayPal
/*
* 2007-2024 PayPal
*
* NOTICE OF LICENSE
*
Expand All @@ -17,7 +17,7 @@
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author 2007-2023 PayPal
* @author 2007-2024 PayPal
* @author 202 ecommerce <[email protected]>
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @copyright PayPal
Expand Down
7 changes: 4 additions & 3 deletions 202/_dev/js/index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* 2007-2023 PayPal
/*
* 2007-2024 PayPal
*
* NOTICE OF LICENSE
*
Expand All @@ -18,10 +18,11 @@
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author 2007-2023 PayPal
* @author 2007-2024 PayPal
* @author 202 ecommerce <[email protected]>
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @copyright PayPal
*
*/
header('Expires: Mon, 26 Jul 1997 05:00:00 GMT');
header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT');
Expand Down
6 changes: 3 additions & 3 deletions 202/_dev/js/order_confirmation.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* 2007-2023 PayPal
/*
* 2007-2024 PayPal
*
* NOTICE OF LICENSE
*
Expand All @@ -17,7 +17,7 @@
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author 2007-2023 PayPal
* @author 2007-2024 PayPal
* @author 202 ecommerce <[email protected]>
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @copyright PayPal
Expand Down
6 changes: 3 additions & 3 deletions 202/_dev/js/payment_mb.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* 2007-2023 PayPal
/*
* 2007-2024 PayPal
*
* NOTICE OF LICENSE
*
Expand All @@ -17,7 +17,7 @@
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author 2007-2023 PayPal
* @author 2007-2024 PayPal
* @author 202 ecommerce <[email protected]>
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @copyright PayPal
Expand Down
6 changes: 3 additions & 3 deletions 202/_dev/js/payment_ppp.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* 2007-2023 PayPal
/*
* 2007-2024 PayPal
*
* NOTICE OF LICENSE
*
Expand All @@ -17,7 +17,7 @@
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author 2007-2023 PayPal
* @author 2007-2024 PayPal
* @author 202 ecommerce <[email protected]>
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @copyright PayPal
Expand Down
Loading

0 comments on commit 4093f06

Please sign in to comment.