Skip to content

Commit

Permalink
refs #26894 license
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan202 committed Dec 22, 2020
1 parent 847ad10 commit 9184481
Show file tree
Hide file tree
Showing 204 changed files with 3,048 additions and 3,251 deletions.
31 changes: 15 additions & 16 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,26 +1,25 @@
/*
* 2007-2020 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
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
* 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-2020 PayPal
* @author 202 ecommerce <[email protected]>
* @copyright PayPal
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author 2007-2020 PayPal
* @copyright PayPal
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/

// http://eslint.org/docs/user-guide/configuring
Expand Down
31 changes: 15 additions & 16 deletions 202/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,25 @@
<!--
~ 2007-2020 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
~ versions in the future. If you wish to customize PrestaShop for your
~ needs please refer to http://www.prestashop.com for more information.
~ 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-2020 PayPal
~ @author 202 ecommerce <[email protected]>
~ @copyright PayPal
~ @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
~ @author 2007-2020 PayPal
~ @copyright PayPal
~ @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
-->

<project name="paypal addons" default="build" basedir="..//">
Expand Down
31 changes: 15 additions & 16 deletions 202/phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,25 @@
<!--
~ 2007-2020 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
~ versions in the future. If you wish to customize PrestaShop for your
~ needs please refer to http://www.prestashop.com for more information.
~ 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-2020 PayPal
~ @author 202 ecommerce <[email protected]>
~ @copyright PayPal
~ @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
~ @author 2007-2020 PayPal
~ @copyright PayPal
~ @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
-->

<!-- https://phpunit.de/manual/current/en/appendixes.configuration.html -->
Expand Down
31 changes: 15 additions & 16 deletions 202/tests/EcInitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,25 @@
/**
* 2007-2020 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
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
* 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-2020 PayPal
* @author 202 ecommerce <[email protected]>
* @copyright PayPal
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author 2007-2020 PayPal
* @copyright PayPal
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/

namespace PayPalTest;
Expand Down
31 changes: 15 additions & 16 deletions 202/tests/MethodECTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,25 @@
/**
* 2007-2020 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
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
* 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-2020 PayPal
* @author 202 ecommerce <[email protected]>
* @copyright PayPal
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author 2007-2020 PayPal
* @copyright PayPal
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/

namespace PayPalTest;
Expand Down
31 changes: 15 additions & 16 deletions 202/tests/MethodMBTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,25 @@
/**
* 2007-2020 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
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
* 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-2020 PayPal
* @author 202 ecommerce <[email protected]>
* @copyright PayPal
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author 2007-2020 PayPal
* @copyright PayPal
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/

namespace PayPalTest;
Expand Down
31 changes: 15 additions & 16 deletions 202/tests/MethodPPPTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,25 @@
/**
* 2007-2020 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
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
* 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-2020 PayPal
* @author 202 ecommerce <[email protected]>
* @copyright PayPal
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author 2007-2020 PayPal
* @copyright PayPal
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/

namespace PayPalTest;
Expand Down
31 changes: 15 additions & 16 deletions 202/tests/PaypalCaptureTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,25 @@
/**
* 2007-2020 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
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
* 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-2020 PayPal
* @author 202 ecommerce <[email protected]>
* @copyright PayPal
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author 2007-2020 PayPal
* @copyright PayPal
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/

namespace PayPalTest;
Expand Down
31 changes: 15 additions & 16 deletions 202/tests/PaypalLogTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,25 @@
/**
* 2007-2020 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
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
* 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-2020 PayPal
* @author 202 ecommerce <[email protected]>
* @copyright PayPal
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author 2007-2020 PayPal
* @copyright PayPal
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/

namespace PayPalTest;
Expand Down
Loading

0 comments on commit 9184481

Please sign in to comment.