Skip to content

Commit 4ac5fb6

Browse files
author
Matthieu Rolland
committed
update / add licence headers
1 parent 2fa1784 commit 4ac5fb6

File tree

29 files changed

+454
-39
lines changed

29 files changed

+454
-39
lines changed

classes/order/OrderReturnState.php

+25
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,29 @@
11
<?php
2+
/**
3+
* Copyright since 2007 PrestaShop SA and Contributors
4+
* PrestaShop is an International Registered Trademark & Property of PrestaShop SA
5+
*
6+
* NOTICE OF LICENSE
7+
*
8+
* This source file is subject to the Open Software License (OSL 3.0)
9+
* that is bundled with this package in the file LICENSE.md.
10+
* It is also available through the world-wide-web at this URL:
11+
* https://opensource.org/licenses/OSL-3.0
12+
* If you did not receive a copy of the license and are unable to
13+
* obtain it through the world-wide-web, please send an email
14+
* to [email protected] so we can send you a copy immediately.
15+
*
16+
* DISCLAIMER
17+
*
18+
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
19+
* versions in the future. If you wish to customize PrestaShop for your
20+
* needs please refer to https://devdocs.prestashop.com/ for more information.
21+
*
22+
* @author PrestaShop SA and Contributors <[email protected]>
23+
* @copyright Since 2007 PrestaShop SA and Contributors
24+
* @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
25+
*/
26+
227

328
use PrestaShop\PrestaShop\Core\Domain\OrderReturnState\OrderReturnStateSettings;
429

classes/order/OrderState.php

+25
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,29 @@
11
<?php
2+
/**
3+
* Copyright since 2007 PrestaShop SA and Contributors
4+
* PrestaShop is an International Registered Trademark & Property of PrestaShop SA
5+
*
6+
* NOTICE OF LICENSE
7+
*
8+
* This source file is subject to the Open Software License (OSL 3.0)
9+
* that is bundled with this package in the file LICENSE.md.
10+
* It is also available through the world-wide-web at this URL:
11+
* https://opensource.org/licenses/OSL-3.0
12+
* If you did not receive a copy of the license and are unable to
13+
* obtain it through the world-wide-web, please send an email
14+
* to [email protected] so we can send you a copy immediately.
15+
*
16+
* DISCLAIMER
17+
*
18+
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
19+
* versions in the future. If you wish to customize PrestaShop for your
20+
* needs please refer to https://devdocs.prestashop.com/ for more information.
21+
*
22+
* @author PrestaShop SA and Contributors <[email protected]>
23+
* @copyright Since 2007 PrestaShop SA and Contributors
24+
* @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
25+
*/
26+
227

328
use PrestaShop\PrestaShop\Core\Domain\OrderState\OrderStateSettings;
429

controllers/admin/AdminPdfController.php

+25
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,29 @@
11
<?php
2+
/**
3+
* Copyright since 2007 PrestaShop SA and Contributors
4+
* PrestaShop is an International Registered Trademark & Property of PrestaShop SA
5+
*
6+
* NOTICE OF LICENSE
7+
*
8+
* This source file is subject to the Open Software License (OSL 3.0)
9+
* that is bundled with this package in the file LICENSE.md.
10+
* It is also available through the world-wide-web at this URL:
11+
* https://opensource.org/licenses/OSL-3.0
12+
* If you did not receive a copy of the license and are unable to
13+
* obtain it through the world-wide-web, please send an email
14+
* to [email protected] so we can send you a copy immediately.
15+
*
16+
* DISCLAIMER
17+
*
18+
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
19+
* versions in the future. If you wish to customize PrestaShop for your
20+
* needs please refer to https://devdocs.prestashop.com/ for more information.
21+
*
22+
* @author PrestaShop SA and Contributors <[email protected]>
23+
* @copyright Since 2007 PrestaShop SA and Contributors
24+
* @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
25+
*/
26+
227

328
use PrestaShop\PrestaShop\Adapter\SymfonyContainer;
429

modules/index.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
*
66
* NOTICE OF LICENSE
77
*
8-
* This source file is subject to the Open Software License (OSL 3.0)
8+
* This source file is subject to the Academic Free License 3.0 (AFL-3.0)
99
* that is bundled with this package in the file LICENSE.md.
1010
* It is also available through the world-wide-web at this URL:
11-
* https://opensource.org/licenses/OSL-3.0
11+
* https://opensource.org/licenses/AFL-3.0
1212
* If you did not receive a copy of the license and are unable to
1313
* obtain it through the world-wide-web, please send an email
1414
* to [email protected] so we can send you a copy immediately.
@@ -21,7 +21,7 @@
2121
*
2222
* @author PrestaShop SA and Contributors <[email protected]>
2323
* @copyright Since 2007 PrestaShop SA and Contributors
24-
* @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
24+
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
2525
*/
2626

2727
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");

rector.php

+25
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,29 @@
11
<?php
2+
/**
3+
* Copyright since 2007 PrestaShop SA and Contributors
4+
* PrestaShop is an International Registered Trademark & Property of PrestaShop SA
5+
*
6+
* NOTICE OF LICENSE
7+
*
8+
* This source file is subject to the Open Software License (OSL 3.0)
9+
* that is bundled with this package in the file LICENSE.md.
10+
* It is also available through the world-wide-web at this URL:
11+
* https://opensource.org/licenses/OSL-3.0
12+
* If you did not receive a copy of the license and are unable to
13+
* obtain it through the world-wide-web, please send an email
14+
* to [email protected] so we can send you a copy immediately.
15+
*
16+
* DISCLAIMER
17+
*
18+
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
19+
* versions in the future. If you wish to customize PrestaShop for your
20+
* needs please refer to https://devdocs.prestashop.com/ for more information.
21+
*
22+
* @author PrestaShop SA and Contributors <[email protected]>
23+
* @copyright Since 2007 PrestaShop SA and Contributors
24+
* @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
25+
*/
26+
227

328
declare(strict_types=1);
429

src/Adapter/Country/QueryHandler/GetCountryForEditingHandler.php

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
<?php
22
/**
3-
* 2007-2019 PrestaShop and Contributors
3+
* Copyright since 2007 PrestaShop SA and Contributors
4+
* PrestaShop is an International Registered Trademark & Property of PrestaShop SA
45
*
56
* NOTICE OF LICENSE
67
*
78
* This source file is subject to the Open Software License (OSL 3.0)
8-
* that is bundled with this package in the file LICENSE.txt.
9+
* that is bundled with this package in the file LICENSE.md.
910
* It is also available through the world-wide-web at this URL:
1011
* https://opensource.org/licenses/OSL-3.0
1112
* If you did not receive a copy of the license and are unable to
@@ -16,12 +17,11 @@
1617
*
1718
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
1819
* versions in the future. If you wish to customize PrestaShop for your
19-
* needs please refer to https://www.prestashop.com for more information.
20+
* needs please refer to https://devdocs.prestashop.com/ for more information.
2021
*
21-
* @author PrestaShop SA <[email protected]>
22-
* @copyright 2007-2019 PrestaShop SA and Contributors
22+
* @author PrestaShop SA and Contributors <[email protected]>
23+
* @copyright Since 2007 PrestaShop SA and Contributors
2324
* @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
24-
* International Registered Trademark & Property of PrestaShop SA
2525
*/
2626

2727
declare(strict_types=1);

src/Adapter/Customer/Group/CommandHandler/AddCustomerGroupHandler.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
/*
2+
/**
33
* Copyright since 2007 PrestaShop SA and Contributors
44
* PrestaShop is an International Registered Trademark & Property of PrestaShop SA
55
*

src/Adapter/Customer/Group/Repository/GroupRepository.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
/*
2+
/**
33
* Copyright since 2007 PrestaShop SA and Contributors
44
* PrestaShop is an International Registered Trademark & Property of PrestaShop SA
55
*

src/Adapter/Customer/Group/Validate/CustomerGroupValidator.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
/*
2+
/**
33
* Copyright since 2007 PrestaShop SA and Contributors
44
* PrestaShop is an International Registered Trademark & Property of PrestaShop SA
55
*

src/Core/Domain/Country/Query/GetCountryForEditing.php

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
<?php
22
/**
3-
* 2007-2019 PrestaShop and Contributors
3+
* Copyright since 2007 PrestaShop SA and Contributors
4+
* PrestaShop is an International Registered Trademark & Property of PrestaShop SA
45
*
56
* NOTICE OF LICENSE
67
*
78
* This source file is subject to the Open Software License (OSL 3.0)
8-
* that is bundled with this package in the file LICENSE.txt.
9+
* that is bundled with this package in the file LICENSE.md.
910
* It is also available through the world-wide-web at this URL:
1011
* https://opensource.org/licenses/OSL-3.0
1112
* If you did not receive a copy of the license and are unable to
@@ -16,12 +17,11 @@
1617
*
1718
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
1819
* versions in the future. If you wish to customize PrestaShop for your
19-
* needs please refer to https://www.prestashop.com for more information.
20+
* needs please refer to https://devdocs.prestashop.com/ for more information.
2021
*
21-
* @author PrestaShop SA <[email protected]>
22-
* @copyright 2007-2019 PrestaShop SA and Contributors
22+
* @author PrestaShop SA and Contributors <[email protected]>
23+
* @copyright Since 2007 PrestaShop SA and Contributors
2324
* @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
24-
* International Registered Trademark & Property of PrestaShop SA
2525
*/
2626

2727
declare(strict_types=1);

src/Core/Domain/Country/QueryHandler/GetCountryForEditingHandlerInterface.php

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
<?php
22
/**
3-
* 2007-2019 PrestaShop and Contributors
3+
* Copyright since 2007 PrestaShop SA and Contributors
4+
* PrestaShop is an International Registered Trademark & Property of PrestaShop SA
45
*
56
* NOTICE OF LICENSE
67
*
78
* This source file is subject to the Open Software License (OSL 3.0)
8-
* that is bundled with this package in the file LICENSE.txt.
9+
* that is bundled with this package in the file LICENSE.md.
910
* It is also available through the world-wide-web at this URL:
1011
* https://opensource.org/licenses/OSL-3.0
1112
* If you did not receive a copy of the license and are unable to
@@ -16,12 +17,11 @@
1617
*
1718
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
1819
* versions in the future. If you wish to customize PrestaShop for your
19-
* needs please refer to https://www.prestashop.com for more information.
20+
* needs please refer to https://devdocs.prestashop.com/ for more information.
2021
*
21-
* @author PrestaShop SA <[email protected]>
22-
* @copyright 2007-2019 PrestaShop SA and Contributors
22+
* @author PrestaShop SA and Contributors <[email protected]>
23+
* @copyright Since 2007 PrestaShop SA and Contributors
2324
* @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
24-
* International Registered Trademark & Property of PrestaShop SA
2525
*/
2626

2727
namespace PrestaShop\PrestaShop\Core\Domain\Country\QueryHandler;

src/Core/Domain/Country/QueryResult/CountryForEditing.php

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
<?php
22
/**
3-
* 2007-2019 PrestaShop and Contributors
3+
* Copyright since 2007 PrestaShop SA and Contributors
4+
* PrestaShop is an International Registered Trademark & Property of PrestaShop SA
45
*
56
* NOTICE OF LICENSE
67
*
78
* This source file is subject to the Open Software License (OSL 3.0)
8-
* that is bundled with this package in the file LICENSE.txt.
9+
* that is bundled with this package in the file LICENSE.md.
910
* It is also available through the world-wide-web at this URL:
1011
* https://opensource.org/licenses/OSL-3.0
1112
* If you did not receive a copy of the license and are unable to
@@ -16,12 +17,11 @@
1617
*
1718
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
1819
* versions in the future. If you wish to customize PrestaShop for your
19-
* needs please refer to https://www.prestashop.com for more information.
20+
* needs please refer to https://devdocs.prestashop.com/ for more information.
2021
*
21-
* @author PrestaShop SA <[email protected]>
22-
* @copyright 2007-2019 PrestaShop SA and Contributors
22+
* @author PrestaShop SA and Contributors <[email protected]>
23+
* @copyright Since 2007 PrestaShop SA and Contributors
2324
* @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
24-
* International Registered Trademark & Property of PrestaShop SA
2525
*/
2626

2727
namespace PrestaShop\PrestaShop\Core\Domain\Country\QueryResult;

src/Core/Domain/Customer/Group/Command/AddCustomerGroupCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
/*
2+
/**
33
* Copyright since 2007 PrestaShop SA and Contributors
44
* PrestaShop is an International Registered Trademark & Property of PrestaShop SA
55
*

src/Core/Http/CookieOptions.php

+25
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,29 @@
11
<?php
2+
/**
3+
* Copyright since 2007 PrestaShop SA and Contributors
4+
* PrestaShop is an International Registered Trademark & Property of PrestaShop SA
5+
*
6+
* NOTICE OF LICENSE
7+
*
8+
* This source file is subject to the Open Software License (OSL 3.0)
9+
* that is bundled with this package in the file LICENSE.md.
10+
* It is also available through the world-wide-web at this URL:
11+
* https://opensource.org/licenses/OSL-3.0
12+
* If you did not receive a copy of the license and are unable to
13+
* obtain it through the world-wide-web, please send an email
14+
* to [email protected] so we can send you a copy immediately.
15+
*
16+
* DISCLAIMER
17+
*
18+
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
19+
* versions in the future. If you wish to customize PrestaShop for your
20+
* needs please refer to https://devdocs.prestashop.com/ for more information.
21+
*
22+
* @author PrestaShop SA and Contributors <[email protected]>
23+
* @copyright Since 2007 PrestaShop SA and Contributors
24+
* @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
25+
*/
26+
227

328
namespace PrestaShop\PrestaShop\Core\Http;
429

src/PrestaShopBundle/Form/Admin/Type/LocaleChoiceType.php

+25
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,29 @@
11
<?php
2+
/**
3+
* Copyright since 2007 PrestaShop SA and Contributors
4+
* PrestaShop is an International Registered Trademark & Property of PrestaShop SA
5+
*
6+
* NOTICE OF LICENSE
7+
*
8+
* This source file is subject to the Open Software License (OSL 3.0)
9+
* that is bundled with this package in the file LICENSE.md.
10+
* It is also available through the world-wide-web at this URL:
11+
* https://opensource.org/licenses/OSL-3.0
12+
* If you did not receive a copy of the license and are unable to
13+
* obtain it through the world-wide-web, please send an email
14+
* to [email protected] so we can send you a copy immediately.
15+
*
16+
* DISCLAIMER
17+
*
18+
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
19+
* versions in the future. If you wish to customize PrestaShop for your
20+
* needs please refer to https://devdocs.prestashop.com/ for more information.
21+
*
22+
* @author PrestaShop SA and Contributors <[email protected]>
23+
* @copyright Since 2007 PrestaShop SA and Contributors
24+
* @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
25+
*/
26+
227

328
namespace PrestaShopBundle\Form\Admin\Type;
429

src/PrestaShopBundle/Form/FormHelper.php

+25
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,29 @@
11
<?php
2+
/**
3+
* Copyright since 2007 PrestaShop SA and Contributors
4+
* PrestaShop is an International Registered Trademark & Property of PrestaShop SA
5+
*
6+
* NOTICE OF LICENSE
7+
*
8+
* This source file is subject to the Open Software License (OSL 3.0)
9+
* that is bundled with this package in the file LICENSE.md.
10+
* It is also available through the world-wide-web at this URL:
11+
* https://opensource.org/licenses/OSL-3.0
12+
* If you did not receive a copy of the license and are unable to
13+
* obtain it through the world-wide-web, please send an email
14+
* to [email protected] so we can send you a copy immediately.
15+
*
16+
* DISCLAIMER
17+
*
18+
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
19+
* versions in the future. If you wish to customize PrestaShop for your
20+
* needs please refer to https://devdocs.prestashop.com/ for more information.
21+
*
22+
* @author PrestaShop SA and Contributors <[email protected]>
23+
* @copyright Since 2007 PrestaShop SA and Contributors
24+
* @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
25+
*/
26+
227

328
namespace PrestaShopBundle\Form;
429

0 commit comments

Comments
 (0)