mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-21 12:05:47 +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",
|
||||
"main": "./lib/main",
|
||||
"description": "An example package for N1",
|
||||
"license": "Proprietary",
|
||||
"license": "GPLv3",
|
||||
"engines": {
|
||||
"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!",
|
||||
"icon": "./icon.png",
|
||||
|
||||
"license": "Proprietary",
|
||||
"license": "GPLv3",
|
||||
"private": true,
|
||||
"engines": {
|
||||
"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.",
|
||||
"icon": "./icon.png",
|
||||
|
||||
"license": "Proprietary",
|
||||
"license": "GPLv3",
|
||||
"engines": {
|
||||
"nylas": ">=0.3.0 <0.5.0"
|
||||
},
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"version": "0.0.0",
|
||||
"main": "./lib/main",
|
||||
"description": "Mail filters, AKA mail rules",
|
||||
"license": "Proprietary",
|
||||
"license": "GPLv3",
|
||||
"private": true,
|
||||
"engines": {
|
||||
"nylas": ">=0.3.0 <0.5.0"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"version": "0.1.0",
|
||||
"main": "./lib/main",
|
||||
"description": "View on Github button",
|
||||
"license": "Proprietary",
|
||||
"license": "GPLv3",
|
||||
"private": true,
|
||||
"engines": {
|
||||
"nylas": ">=0.3.0 <0.5.0"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"version": "0.2.1",
|
||||
"main": "./lib/main",
|
||||
"description": "An example package for Nylas Mail that translates drafts into other languages using the Yandex API.",
|
||||
"license": "Proprietary",
|
||||
"license": "GPLv3",
|
||||
"engines": {
|
||||
"nylas": ">=0.3.0 <0.5.0"
|
||||
},
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"version": "0.1.0",
|
||||
"main": "./lib/main",
|
||||
"description": "Option to conditionally load the images in messages",
|
||||
"license": "Proprietary",
|
||||
"license": "GPLv3",
|
||||
"private": true,
|
||||
"engines": {
|
||||
"nylas": "*"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"version": "0.1.0",
|
||||
"main": "./lib/main",
|
||||
"description": "Displays cross-platform system tray icon with unread count",
|
||||
"license": "Proprietary",
|
||||
"license": "GPLv3",
|
||||
"private": true,
|
||||
"engines": {
|
||||
"nylas": "*"
|
||||
|
|
Loading…
Add table
Reference in a new issue