Skip to content

Commit bcad84f

Browse files
committed
Changed license to MIT
1 parent c53e228 commit bcad84f

File tree

32 files changed

+152
-706
lines changed

32 files changed

+152
-706
lines changed

LICENSE

Lines changed: 21 additions & 674 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,7 @@ These resources can help you get started with ProzillaOS.
117117

118118
## License
119119

120-
ProzillaOS is licensed under the [GNU General Public License][license].
121-
120+
ProzillaOS is [MIT licensed](./LICENSE).
122121

123122
[demo]: https://os.prozilla.dev/
124123
[docs]: https://os.prozilla.dev/docs

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"homepage": "https://os.prozilla.dev/",
1010
"type": "module",
11-
"license": "GPL-3.0-only",
11+
"license": "MIT",
1212
"scripts": {
1313
"preinstall": "npx only-allow pnpm",
1414
"start": "pnpm run demo:start",

packages/apps/browser/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @prozilla-os/browser
22

3+
## 1.1.3
4+
5+
### Patch Changes
6+
7+
- Changed license to MIT
8+
- Updated dependencies
9+
- @prozilla-os/core@1.2.3
10+
311
## 1.1.2
412

513
### Patch Changes

packages/apps/browser/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@prozilla-os/browser",
33
"description": "A ProzillaOS application for browsing the internet.",
4-
"version": "1.1.2",
4+
"version": "1.1.3",
55
"homepage": "https://os.prozilla.dev/browser",
66
"author": {
77
"name": "Prozilla",
@@ -19,7 +19,7 @@
1919
"url": "git+https://github.com/prozilla-os/ProzillaOS.git",
2020
"directory": "packages/apps/browser"
2121
},
22-
"license": "GPL-3.0-only",
22+
"license": "MIT",
2323
"dependencies": {
2424
"@prozilla-os/core": "workspace:*",
2525
"react": "^18.3.1"

packages/apps/calculator/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @prozilla-os/calculator
22

3+
## 1.1.3
4+
5+
### Patch Changes
6+
7+
- Changed license to MIT
8+
- Updated dependencies
9+
- @prozilla-os/core@1.2.3
10+
311
## 1.1.2
412

513
### Patch Changes

packages/apps/calculator/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@prozilla-os/calculator",
33
"description": "A ProzillaOS application for making basic calculations.",
4-
"version": "1.1.2",
4+
"version": "1.1.3",
55
"homepage": "https://os.prozilla.dev/calculator",
66
"author": {
77
"name": "Prozilla",
@@ -19,7 +19,7 @@
1919
"url": "git+https://github.com/prozilla-os/ProzillaOS.git",
2020
"directory": "packages/apps/calculator"
2121
},
22-
"license": "GPL-3.0-only",
22+
"license": "MIT",
2323
"dependencies": {
2424
"@prozilla-os/core": "workspace:*",
2525
"react": "^18.3.1"

packages/apps/file-explorer/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @prozilla-os/file-explorer
22

3+
## 1.1.3
4+
5+
### Patch Changes
6+
7+
- Changed license to MIT
8+
- Updated dependencies
9+
- @prozilla-os/core@1.2.3
10+
311
## 1.1.2
412

513
### Patch Changes

packages/apps/file-explorer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@prozilla-os/file-explorer",
33
"description": "A standard ProzillaOS application for browsing files.",
4-
"version": "1.1.2",
4+
"version": "1.1.3",
55
"homepage": "https://os.prozilla.dev/file-explorer",
66
"author": {
77
"name": "Prozilla",
@@ -19,7 +19,7 @@
1919
"url": "git+https://github.com/prozilla-os/ProzillaOS.git",
2020
"directory": "packages/apps/file-explorer"
2121
},
22-
"license": "GPL-3.0-only",
22+
"license": "MIT",
2323
"dependencies": {
2424
"@fortawesome/fontawesome-svg-core": "^6.5.2",
2525
"@fortawesome/free-solid-svg-icons": "^6.5.2",

packages/apps/logic-sim/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @prozilla-os/logic-sim
22

3+
## 1.1.3
4+
5+
### Patch Changes
6+
7+
- Changed license to MIT
8+
- Updated dependencies
9+
- @prozilla-os/core@1.2.3
10+
311
## 1.1.2
412

513
### Patch Changes

0 commit comments

Comments
 (0)