mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-10-03 01:44:42 +08:00
fix(license): Mark a few additional packages as GPLv3
This commit is contained in:
parent
9ff5430040
commit
7605e984c4
8 changed files with 8 additions and 8 deletions
|
@ -18,7 +18,7 @@ Each package is defined by a `package.json` file that includes its name, version
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"main": "./lib/main",
|
"main": "./lib/main",
|
||||||
"description": "An example package for N1",
|
"description": "An example package for N1",
|
||||||
"license": "Proprietary",
|
"license": "GPLv3",
|
||||||
"engines": {
|
"engines": {
|
||||||
"nylas": ">=0.3.0 <0.5.0"
|
"nylas": ">=0.3.0 <0.5.0"
|
||||||
},
|
},
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
"description": "Create templates you can use to pre-fill the composer - never type the same email again!",
|
"description": "Create templates you can use to pre-fill the composer - never type the same email again!",
|
||||||
"icon": "./icon.png",
|
"icon": "./icon.png",
|
||||||
|
|
||||||
"license": "Proprietary",
|
"license": "GPLv3",
|
||||||
"private": true,
|
"private": true,
|
||||||
"engines": {
|
"engines": {
|
||||||
"nylas": ">=0.3.0 <0.5.0"
|
"nylas": ">=0.3.0 <0.5.0"
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
"description": "Translate your drafts in the composer into other languages using the Yandex Translation API.",
|
"description": "Translate your drafts in the composer into other languages using the Yandex Translation API.",
|
||||||
"icon": "./icon.png",
|
"icon": "./icon.png",
|
||||||
|
|
||||||
"license": "Proprietary",
|
"license": "GPLv3",
|
||||||
"engines": {
|
"engines": {
|
||||||
"nylas": ">=0.3.0 <0.5.0"
|
"nylas": ">=0.3.0 <0.5.0"
|
||||||
},
|
},
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"main": "./lib/main",
|
"main": "./lib/main",
|
||||||
"description": "Mail filters, AKA mail rules",
|
"description": "Mail filters, AKA mail rules",
|
||||||
"license": "Proprietary",
|
"license": "GPLv3",
|
||||||
"private": true,
|
"private": true,
|
||||||
"engines": {
|
"engines": {
|
||||||
"nylas": ">=0.3.0 <0.5.0"
|
"nylas": ">=0.3.0 <0.5.0"
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"main": "./lib/main",
|
"main": "./lib/main",
|
||||||
"description": "View on Github button",
|
"description": "View on Github button",
|
||||||
"license": "Proprietary",
|
"license": "GPLv3",
|
||||||
"private": true,
|
"private": true,
|
||||||
"engines": {
|
"engines": {
|
||||||
"nylas": ">=0.3.0 <0.5.0"
|
"nylas": ">=0.3.0 <0.5.0"
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"version": "0.2.1",
|
"version": "0.2.1",
|
||||||
"main": "./lib/main",
|
"main": "./lib/main",
|
||||||
"description": "An example package for Nylas Mail that translates drafts into other languages using the Yandex API.",
|
"description": "An example package for Nylas Mail that translates drafts into other languages using the Yandex API.",
|
||||||
"license": "Proprietary",
|
"license": "GPLv3",
|
||||||
"engines": {
|
"engines": {
|
||||||
"nylas": ">=0.3.0 <0.5.0"
|
"nylas": ">=0.3.0 <0.5.0"
|
||||||
},
|
},
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"main": "./lib/main",
|
"main": "./lib/main",
|
||||||
"description": "Option to conditionally load the images in messages",
|
"description": "Option to conditionally load the images in messages",
|
||||||
"license": "Proprietary",
|
"license": "GPLv3",
|
||||||
"private": true,
|
"private": true,
|
||||||
"engines": {
|
"engines": {
|
||||||
"nylas": "*"
|
"nylas": "*"
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"main": "./lib/main",
|
"main": "./lib/main",
|
||||||
"description": "Displays cross-platform system tray icon with unread count",
|
"description": "Displays cross-platform system tray icon with unread count",
|
||||||
"license": "Proprietary",
|
"license": "GPLv3",
|
||||||
"private": true,
|
"private": true,
|
||||||
"engines": {
|
"engines": {
|
||||||
"nylas": "*"
|
"nylas": "*"
|
||||||
|
|
Loading…
Add table
Reference in a new issue