-
-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: relicense shell package as MIT
Folks are welcome to use the shell code in their projects.
- Loading branch information
1 parent
6cb9c4a
commit 69921f3
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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:[email protected]?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. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,4 @@ A `WebContentsView` is used for tab contents due to its stability for browsing r | |
|
||
## License | ||
|
||
GPL-3 | ||
MIT |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
"package": "electron-forge package", | ||
"make": "electron-forge make" | ||
}, | ||
"license": "GPL-3.0", | ||
"license": "MIT", | ||
"author": "Samuel Maddock <[email protected]>", | ||
"private": true, | ||
"dependencies": { | ||
|