From 69921f335613d999c79b21afec1dc092725ff211 Mon Sep 17 00:00:00 2001 From: Samuel Maddock Date: Sat, 21 Dec 2024 01:25:18 -0500 Subject: [PATCH] chore: relicense shell package as MIT Folks are welcome to use the shell code in their projects. --- README.md | 2 +- packages/shell/README.md | 2 +- packages/shell/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e83a7da..e2ea807 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/packages/shell/README.md b/packages/shell/README.md index 7cf43b0..4cb6bb1 100644 --- a/packages/shell/README.md +++ b/packages/shell/README.md @@ -6,4 +6,4 @@ A `WebContentsView` is used for tab contents due to its stability for browsing r ## License -GPL-3 +MIT diff --git a/packages/shell/package.json b/packages/shell/package.json index c06613c..450f175 100644 --- a/packages/shell/package.json +++ b/packages/shell/package.json @@ -11,7 +11,7 @@ "package": "electron-forge package", "make": "electron-forge make" }, - "license": "GPL-3.0", + "license": "MIT", "author": "Samuel Maddock ", "private": true, "dependencies": {