Skip to content

Commit

Permalink
Changed license to GNU GPL v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Prozilla committed Jul 23, 2024
1 parent 8c73ac6 commit 95048d1
Show file tree
Hide file tree
Showing 28 changed files with 944 additions and 52 deletions.
674 changes: 674 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

21 changes: 0 additions & 21 deletions LICENSE.md

This file was deleted.

22 changes: 15 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,16 @@

## About

This monorepo contains the source code of [os.prozilla.dev][demo] as well as multiple packages. You can find the main package at [`prozilla-os`][prozilla-os].
This repository contains the source code of [os.prozilla.dev][demo] as well as multiple packages. You can find the main package at [`prozilla-os`][prozilla-os].

ProzillaOS is a web-based operating system inspired by Ubuntu Linux and Windows. It is made with React, Vite and TypeScript by [Prozilla][prozilla].

<div align="center">
<br />
<a href="https://os.prozilla.dev/"><img src="https://os.prozilla.dev/assets/screenshots/screenshot-files-info-taskbar-desktop.png" width="720" alt="Screenshot of ProzillaOS" /></a>
<br />
</div>

## Packages

### Libraries (public)
Expand Down Expand Up @@ -108,13 +114,14 @@ ProzillaOS uses the package manager [pnpm](https://pnpm.io/) to run scripts.

These resources can help you get started with ProzillaOS.

- [Getting started guide](https://os.prozilla.dev/docs/guides/getting-started)
- [prozilla-os/ProzillaOS-boilerplate][boilerplate]: Boilerplate code for a React Vite app implementing ProzillaOS

<div align="center">
<br />
<a href="https://os.prozilla.dev/"><img src="https://os.prozilla.dev/assets/screenshots/screenshot-files-info-taskbar-desktop.png" width="720" alt="Screenshot of ProzillaOS" /></a>
<br />
</div>

## License

ProzillaOS is licensed under the [GNU General Public License][license].


[demo]: https://os.prozilla.dev/
[docs]: https://os.prozilla.dev/docs
Expand All @@ -136,4 +143,5 @@ These resources can help you get started with ProzillaOS.
[media-viewer]: ./packages/apps/media-viewer/
[browser]: ./packages/apps/browser/
[calculator]: ./packages/apps/calculator/
[logic-sim]: ./packages/apps/logic-sim/
[logic-sim]: ./packages/apps/logic-sim/
[license]: ./LICENSE
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
},
"homepage": "https://os.prozilla.dev/",
"type": "module",
"license": "GPL-3.0-only",
"scripts": {
"preinstall": "npx only-allow pnpm",
"start": "pnpm run demo:start",
Expand Down
19 changes: 19 additions & 0 deletions packages/apps/browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @prozilla-os/browser

## 1.1.0

### Minor Changes

- Changed license to GNU General Public License

### Patch Changes

- Updated dependencies
- @prozilla-os/core@1.2.0

## 1.0.5

### Patch Changes

- Added link to documentation site
- Updated dependencies
- @prozilla-os/core@1.1.2

## 1.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/apps/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@prozilla-os/browser",
"description": "A ProzillaOS application for browsing the internet.",
"version": "1.0.4",
"version": "1.1.0",
"homepage": "https://os.prozilla.dev/browser",
"author": {
"name": "Prozilla",
Expand All @@ -19,7 +19,7 @@
"url": "git+https://github.com/prozilla-os/ProzillaOS.git",
"directory": "packages/apps/browser"
},
"license": "MIT",
"license": "GPL-3.0-only",
"dependencies": {
"@prozilla-os/core": "workspace:*",
"react": "^18.3.1"
Expand Down
19 changes: 19 additions & 0 deletions packages/apps/calculator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @prozilla-os/calculator

## 1.1.0

### Minor Changes

- Changed license to GNU General Public License

### Patch Changes

- Updated dependencies
- @prozilla-os/core@1.2.0

## 1.0.5

### Patch Changes

- Added link to documentation site
- Updated dependencies
- @prozilla-os/core@1.1.2

## 1.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/apps/calculator/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@prozilla-os/calculator",
"description": "A ProzillaOS application for making basic calculations.",
"version": "1.0.4",
"version": "1.1.0",
"homepage": "https://os.prozilla.dev/calculator",
"author": {
"name": "Prozilla",
Expand All @@ -19,7 +19,7 @@
"url": "git+https://github.com/prozilla-os/ProzillaOS.git",
"directory": "packages/apps/calculator"
},
"license": "MIT",
"license": "GPL-3.0-only",
"dependencies": {
"@prozilla-os/core": "workspace:*",
"react": "^18.3.1"
Expand Down
19 changes: 19 additions & 0 deletions packages/apps/file-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @prozilla-os/file-explorer

## 1.1.0

### Minor Changes

- Changed license to GNU General Public License

### Patch Changes

- Updated dependencies
- @prozilla-os/core@1.2.0

## 1.0.16

### Patch Changes

- Added link to documentation site
- Updated dependencies
- @prozilla-os/core@1.1.2

## 1.0.15

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/apps/file-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@prozilla-os/file-explorer",
"description": "A standard ProzillaOS application for browsing files.",
"version": "1.0.15",
"version": "1.1.0",
"homepage": "https://os.prozilla.dev/file-explorer",
"author": {
"name": "Prozilla",
Expand All @@ -19,7 +19,7 @@
"url": "git+https://github.com/prozilla-os/ProzillaOS.git",
"directory": "packages/apps/file-explorer"
},
"license": "MIT",
"license": "GPL-3.0-only",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
Expand Down
19 changes: 19 additions & 0 deletions packages/apps/logic-sim/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @prozilla-os/logic-sim

## 1.1.0

### Minor Changes

- Changed license to GNU General Public License

### Patch Changes

- Updated dependencies
- @prozilla-os/core@1.2.0

## 1.0.5

### Patch Changes

- Added link to documentation site
- Updated dependencies
- @prozilla-os/core@1.1.2

## 1.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/apps/logic-sim/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@prozilla-os/logic-sim",
"description": "A ProzillaOS application for simulating digital logic.",
"version": "1.0.4",
"version": "1.1.0",
"homepage": "https://os.prozilla.dev/logic-sim",
"author": {
"name": "Prozilla",
Expand All @@ -19,7 +19,7 @@
"url": "git+https://github.com/prozilla-os/ProzillaOS.git",
"directory": "packages/apps/logic-sim"
},
"license": "MIT",
"license": "GPL-3.0-only",
"dependencies": {
"@prozilla-os/core": "workspace:*",
"react": "^18.3.1"
Expand Down
19 changes: 19 additions & 0 deletions packages/apps/media-viewer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @prozilla-os/media-viewer

## 1.1.0

### Minor Changes

- Changed license to GNU General Public License

### Patch Changes

- Updated dependencies
- @prozilla-os/core@1.2.0

## 1.0.5

### Patch Changes

- Added link to documentation site
- Updated dependencies
- @prozilla-os/core@1.1.2

## 1.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/apps/media-viewer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@prozilla-os/media-viewer",
"description": "A ProzillaOS application for viewing different kinds of media.",
"version": "1.0.4",
"version": "1.1.0",
"homepage": "https://os.prozilla.dev/media-viewer",
"author": {
"name": "Prozilla",
Expand All @@ -19,7 +19,7 @@
"url": "git+https://github.com/prozilla-os/ProzillaOS.git",
"directory": "packages/apps/media-viewer"
},
"license": "MIT",
"license": "GPL-3.0-only",
"dependencies": {
"@prozilla-os/core": "workspace:*",
"react": "^18.3.1"
Expand Down
21 changes: 21 additions & 0 deletions packages/apps/settings/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @prozilla-os/settings

## 1.1.0

### Minor Changes

- Changed license to GNU General Public License

### Patch Changes

- Updated dependencies
- @prozilla-os/file-explorer@1.1.0
- @prozilla-os/core@1.2.0

## 1.0.5

### Patch Changes

- Added link to documentation site
- Updated dependencies
- @prozilla-os/file-explorer@1.0.16
- @prozilla-os/core@1.1.2

## 1.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/apps/settings/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@prozilla-os/settings",
"description": "A settings app for ProzillaOS.",
"version": "1.0.4",
"version": "1.1.0",
"homepage": "https://os.prozilla.dev/settings",
"author": {
"name": "Prozilla",
Expand All @@ -19,7 +19,7 @@
"url": "git+https://github.com/prozilla-os/ProzillaOS.git",
"directory": "packages/apps/settings"
},
"license": "MIT",
"license": "GPL-3.0-only",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
Expand Down
19 changes: 19 additions & 0 deletions packages/apps/terminal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @prozilla-os/terminal

## 1.1.0

### Minor Changes

- Changed license to GNU General Public License

### Patch Changes

- Updated dependencies
- @prozilla-os/core@1.2.0

## 1.0.9

### Patch Changes

- Added link to documentation site
- Updated dependencies
- @prozilla-os/core@1.1.2

## 1.0.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/apps/terminal/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@prozilla-os/terminal",
"description": "A terminal/shell application for ProzillaOS.",
"version": "1.0.8",
"version": "1.1.0",
"homepage": "https://os.prozilla.dev/terminal",
"author": {
"name": "Prozilla",
Expand All @@ -19,7 +19,7 @@
"url": "git+https://github.com/prozilla-os/ProzillaOS.git",
"directory": "packages/apps/terminal"
},
"license": "MIT",
"license": "GPL-3.0-only",
"dependencies": {
"@prozilla-os/core": "workspace:*",
"anser": "^2.1.1",
Expand Down
Loading

0 comments on commit 95048d1

Please sign in to comment.