Skip to content

Commit

Permalink
chore: relicense shell package as MIT
Browse files Browse the repository at this point in the history
Folks are welcome to use the shell code in their projects.
  • Loading branch information
samuelmaddock committed Dec 21, 2024
1 parent 6cb9c4a commit 69921f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Load unpacked extensions into `./extensions` then launch the browser.

## License

GPL-3
Most packages in this project use MIT with the exception of electron-chrome-extensions.

For proprietary use, please [contact me](mailto:sam@samuelmaddock.com?subject=electron-browser-shell%20license) or [sponsor me on GitHub](https://github.com/sponsors/samuelmaddock/) under the appropriate tier to [acquire a proprietary-use license](https://github.com/samuelmaddock/electron-browser-shell/blob/master/LICENSE-PATRON.md). These contributions help make development and maintenance of this project more sustainable and show appreciation for the work thus far.

Expand Down
2 changes: 1 addition & 1 deletion packages/shell/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ A `WebContentsView` is used for tab contents due to its stability for browsing r

## License

GPL-3
MIT
2 changes: 1 addition & 1 deletion packages/shell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"package": "electron-forge package",
"make": "electron-forge make"
},
"license": "GPL-3.0",
"license": "MIT",
"author": "Samuel Maddock <sam@samuelmaddock.com>",
"private": true,
"dependencies": {
Expand Down

0 comments on commit 69921f3

Please sign in to comment.