Skip to content

Commit c208b45

Browse files
committed
Update licenses everywhere
1 parent 01ba6f3 commit c208b45

File tree

4 files changed

+114
-90
lines changed

4 files changed

+114
-90
lines changed

admin-dev/themes/default/package.json

+55-55
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,56 @@
11
{
2-
"name": "default",
3-
"version": "1.7.5",
4-
"description": "",
5-
"main": "index.js",
6-
"scripts": {
7-
"scss-lint": "stylelint \"**/*.scss\" --formatter verbose",
8-
"scss-fix": "stylelint \"**/*.scss\" --fix",
9-
"build": "webpack --bail --progress",
10-
"watch": "webpack --bail --progress --watch --mode development",
11-
"lint": "eslint -c .eslintrc.js --ext .js,.vue .",
12-
"lint-fix": "eslint -c .eslintrc.js --ext .js,.vue . --fix"
13-
},
14-
"author": "PrestaShop",
15-
"license": "OSL-3.0",
16-
"devDependencies": {
17-
"@babel/core": "^7.0.0-rc.1",
18-
"@babel/preset-env": "^7.0.0-rc.1",
19-
"babel-eslint": "^10.1.0",
20-
"babel-loader": "^8.0.2",
21-
"bourbon": "^4.3.4",
22-
"clean-webpack-plugin": "^2.0.2",
23-
"css-loader": "^6.7.1",
24-
"csso-webpack-plugin": "^2.0.0-beta.3",
25-
"eslint": "^8.18.0",
26-
"eslint-config-airbnb-base": "^15.0.0",
27-
"eslint-import-resolver-webpack": "^0.12.1",
28-
"eslint-plugin-html": "^6.0.0",
29-
"eslint-plugin-import": "^2.20.0",
30-
"html-webpack-plugin": "^5.5.0",
31-
"material-design-icons-iconfont": "^6.7.0",
32-
"mini-css-extract-plugin": "^1.6.1",
33-
"path": "^0.12.7",
34-
"postcss": "^8.4.4",
35-
"postcss-cssnext": "^3.1.0",
36-
"postcss-loader": "^5.3.0",
37-
"sass-embedded": "^1.55.0",
38-
"sass-loader": "^13.0.2",
39-
"style-loader": "^1.1.3",
40-
"stylelint": "^14.5.3",
41-
"stylelint-config-prestashop": "^1.0.5",
42-
"terser-webpack-plugin": "^5.2.5",
43-
"webpack": "^5.53.0",
44-
"webpack-cli": "^4.7.0",
45-
"webpack-font-preload-plugin": "^1.5.0",
46-
"webpack-license-plugin": "^4.2.1",
47-
"webpack-remove-empty-scripts": "^0.7.3"
48-
},
49-
"dependencies": {
50-
"@openfonts/ubuntu-condensed_latin": "^1.44.2",
51-
"open-sans-fonts": "^1.6.2",
52-
"perfect-scrollbar": "^1.4.0",
53-
"vazirmatn": "32.102.0",
54-
"prestakit": "^1.2.5"
55-
}
56-
}
2+
"name": "default",
3+
"version": "1.7.5",
4+
"description": "",
5+
"main": "index.js",
6+
"scripts": {
7+
"scss-lint": "stylelint \"**/*.scss\" --formatter verbose",
8+
"scss-fix": "stylelint \"**/*.scss\" --fix",
9+
"build": "webpack --bail --progress",
10+
"watch": "webpack --bail --progress --watch --mode development",
11+
"lint": "eslint -c .eslintrc.js --ext .js,.vue .",
12+
"lint-fix": "eslint -c .eslintrc.js --ext .js,.vue . --fix"
13+
},
14+
"author": "PrestaShop",
15+
"license": "OSL-3.0",
16+
"devDependencies": {
17+
"@babel/core": "^7.0.0-rc.1",
18+
"@babel/preset-env": "^7.0.0-rc.1",
19+
"babel-eslint": "^10.1.0",
20+
"babel-loader": "^8.0.2",
21+
"bourbon": "^4.3.4",
22+
"clean-webpack-plugin": "^2.0.2",
23+
"css-loader": "^6.7.1",
24+
"csso-webpack-plugin": "^2.0.0-beta.3",
25+
"eslint": "^8.18.0",
26+
"eslint-config-airbnb-base": "^15.0.0",
27+
"eslint-import-resolver-webpack": "^0.12.1",
28+
"eslint-plugin-html": "^6.0.0",
29+
"eslint-plugin-import": "^2.20.0",
30+
"html-webpack-plugin": "^5.5.0",
31+
"material-design-icons-iconfont": "^6.7.0",
32+
"mini-css-extract-plugin": "^1.6.1",
33+
"path": "^0.12.7",
34+
"postcss": "^8.4.4",
35+
"postcss-cssnext": "^3.1.0",
36+
"postcss-loader": "^5.3.0",
37+
"sass-embedded": "^1.55.0",
38+
"sass-loader": "^13.0.2",
39+
"style-loader": "^1.1.3",
40+
"stylelint": "^14.5.3",
41+
"stylelint-config-prestashop": "^1.0.5",
42+
"terser-webpack-plugin": "^5.2.5",
43+
"webpack": "^5.53.0",
44+
"webpack-cli": "^4.7.0",
45+
"webpack-font-preload-plugin": "^1.5.0",
46+
"webpack-license-plugin": "^4.2.1",
47+
"webpack-remove-empty-scripts": "^0.7.3"
48+
},
49+
"dependencies": {
50+
"@openfonts/ubuntu-condensed_latin": "^1.44.2",
51+
"open-sans-fonts": "^1.6.2",
52+
"perfect-scrollbar": "^1.4.0",
53+
"vazirmatn": "32.102.0",
54+
"prestakit": "^1.2.5"
55+
}
56+
}

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");

src/PrestaShopBundle/Routing/LegacyControllerConstants.php

+24
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,28 @@
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+
*/
226

327
declare(strict_types=1);
428

themes/package.json

+32-32
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
{
2-
"name": "prestashop-core-theme-js",
3-
"version": "1.7.5",
4-
"description": "Tools to manage minimal assets for themes",
5-
"main": "index.js",
6-
"scripts": {
7-
"build": "webpack --progress --mode production",
8-
"lint": "eslint -c .eslintrc.js --ext .js,.vue ./_core",
9-
"lint-fix": "eslint -c .eslintrc.js --ext .js,.vue ./_core --fix",
10-
"watch": "webpack --progress -w --mode development"
11-
},
12-
"author": "PrestaShop",
13-
"license": "OSL-3.0",
14-
"dependencies": {
15-
"jquery": "^3.7.1",
16-
"jquery-migrate": "^3.4.0",
17-
"punycode": "^2.1.1",
18-
"zxcvbn": "^4.4.2"
19-
},
20-
"devDependencies": {
21-
"babel-eslint": "^10.0.3",
22-
"esbuild-loader": "^2.15.1",
23-
"eslint": "^6.8.0",
24-
"eslint-config-airbnb-base": "^14.0.0",
25-
"eslint-import-resolver-webpack": "^0.12.1",
26-
"eslint-plugin-html": "^6.0.0",
27-
"eslint-plugin-import": "^2.20.0",
28-
"mini-css-extract-plugin": "^2.6.1",
29-
"path": "^0.12.7",
30-
"webpack": "^5.37.1",
31-
"webpack-cli": "^4.7.0"
32-
}
33-
}
2+
"name": "prestashop-core-theme-js",
3+
"version": "1.7.5",
4+
"description": "Tools to manage minimal assets for themes",
5+
"main": "index.js",
6+
"scripts": {
7+
"build": "webpack --progress --mode production",
8+
"lint": "eslint -c .eslintrc.js --ext .js,.vue ./_core",
9+
"lint-fix": "eslint -c .eslintrc.js --ext .js,.vue ./_core --fix",
10+
"watch": "webpack --progress -w --mode development"
11+
},
12+
"author": "PrestaShop",
13+
"license": "OSL-3.0",
14+
"dependencies": {
15+
"jquery": "^3.7.1",
16+
"jquery-migrate": "^3.4.0",
17+
"punycode": "^2.1.1",
18+
"zxcvbn": "^4.4.2"
19+
},
20+
"devDependencies": {
21+
"babel-eslint": "^10.0.3",
22+
"esbuild-loader": "^2.15.1",
23+
"eslint": "^6.8.0",
24+
"eslint-config-airbnb-base": "^14.0.0",
25+
"eslint-import-resolver-webpack": "^0.12.1",
26+
"eslint-plugin-html": "^6.0.0",
27+
"eslint-plugin-import": "^2.20.0",
28+
"mini-css-extract-plugin": "^2.6.1",
29+
"path": "^0.12.7",
30+
"webpack": "^5.37.1",
31+
"webpack-cli": "^4.7.0"
32+
}
33+
}

0 commit comments

Comments
 (0)