From 7605e984c48e4f00fcc09c2543286b72ca489b65 Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Wed, 25 Nov 2015 14:41:10 -0800 Subject: [PATCH] fix(license): Mark a few additional packages as GPLv3 --- docs/PackageOverview.md | 2 +- examples/N1-Composer-Templates/package.json | 2 +- examples/N1-Composer-Translate/package.json | 2 +- examples/N1-Filters/package.json | 2 +- examples/N1-Message-View-on-Github/package.json | 2 +- examples/N1-Phishing-Detection/package.json | 2 +- internal_packages/message-autoload-images/package.json | 2 +- internal_packages/system-tray/package.json | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/PackageOverview.md b/docs/PackageOverview.md index 911a8b06d..855f83e7f 100644 --- a/docs/PackageOverview.md +++ b/docs/PackageOverview.md @@ -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" }, diff --git a/examples/N1-Composer-Templates/package.json b/examples/N1-Composer-Templates/package.json index 56255fcae..da14f7b43 100755 --- a/examples/N1-Composer-Templates/package.json +++ b/examples/N1-Composer-Templates/package.json @@ -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" diff --git a/examples/N1-Composer-Translate/package.json b/examples/N1-Composer-Translate/package.json index 7b137405e..7be5d7fc4 100755 --- a/examples/N1-Composer-Translate/package.json +++ b/examples/N1-Composer-Translate/package.json @@ -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" }, diff --git a/examples/N1-Filters/package.json b/examples/N1-Filters/package.json index c9522baf4..7a210b878 100644 --- a/examples/N1-Filters/package.json +++ b/examples/N1-Filters/package.json @@ -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" diff --git a/examples/N1-Message-View-on-Github/package.json b/examples/N1-Message-View-on-Github/package.json index a58c06559..239213327 100644 --- a/examples/N1-Message-View-on-Github/package.json +++ b/examples/N1-Message-View-on-Github/package.json @@ -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" diff --git a/examples/N1-Phishing-Detection/package.json b/examples/N1-Phishing-Detection/package.json index 0db5adf90..0ef910503 100755 --- a/examples/N1-Phishing-Detection/package.json +++ b/examples/N1-Phishing-Detection/package.json @@ -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" }, diff --git a/internal_packages/message-autoload-images/package.json b/internal_packages/message-autoload-images/package.json index 7cf282602..47bceb5c4 100755 --- a/internal_packages/message-autoload-images/package.json +++ b/internal_packages/message-autoload-images/package.json @@ -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": "*" diff --git a/internal_packages/system-tray/package.json b/internal_packages/system-tray/package.json index 0f40439d6..0388a9e44 100644 --- a/internal_packages/system-tray/package.json +++ b/internal_packages/system-tray/package.json @@ -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": "*"