From 77394b837dac1460bc2505e37c27c5ad5578a190 Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Mon, 7 Dec 2015 10:43:06 -0800 Subject: [PATCH] fix(license): GPLv3 => GPL-3.0 --- 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/account-sidebar/package.json | 2 +- internal_packages/attachments/package.json | 2 +- internal_packages/category-picker/package.json | 2 +- internal_packages/composer-signature/package.json | 2 +- internal_packages/composer-spellcheck/package.json | 2 +- internal_packages/composer/package.json | 2 +- internal_packages/events/package.json | 2 +- internal_packages/inbox-contact-elements/package.json | 2 +- internal_packages/message-autoload-images/package.json | 2 +- internal_packages/message-list/package.json | 2 +- internal_packages/mode-switch/package.json | 2 +- internal_packages/notification-mailto/package.json | 2 +- internal_packages/notification-update-available/package.json | 2 +- internal_packages/notifications/package.json | 2 +- internal_packages/onboarding/package.json | 2 +- internal_packages/plugins/package.json | 2 +- internal_packages/preferences/package.json | 2 +- internal_packages/print/package.json | 2 +- internal_packages/search-bar/package.json | 2 +- internal_packages/sidebar-fullcontact/package.json | 2 +- internal_packages/system-tray/package.json | 2 +- internal_packages/thread-list/package.json | 2 +- internal_packages/tooltip/package.json | 2 +- internal_packages/ui-dark/package.json | 2 +- internal_packages/ui-light/package.json | 2 +- internal_packages/undo-redo/package.json | 2 +- internal_packages/unread-notifications/package.json | 2 +- internal_packages/worker-sync/package.json | 2 +- internal_packages/worker-ui/package.json | 2 +- 35 files changed, 35 insertions(+), 35 deletions(-) diff --git a/docs/PackageOverview.md b/docs/PackageOverview.md index 855f83e7f..8675b6577 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": "GPLv3", + "license": "GPL-3.0", "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 da14f7b43..866f7bc22 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": "GPLv3", + "license": "GPL-3.0", "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 7be5d7fc4..6d5d93c13 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": "GPLv3", + "license": "GPL-3.0", "engines": { "nylas": ">=0.3.0 <0.5.0" }, diff --git a/examples/N1-Filters/package.json b/examples/N1-Filters/package.json index 7a210b878..0ff75ce35 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": "GPLv3", + "license": "GPL-3.0", "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 239213327..0d9fe441a 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": "GPLv3", + "license": "GPL-3.0", "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 0ef910503..f50f75c79 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": "GPLv3", + "license": "GPL-3.0", "engines": { "nylas": ">=0.3.0 <0.5.0" }, diff --git a/internal_packages/account-sidebar/package.json b/internal_packages/account-sidebar/package.json index 88b5a68dc..72919dcfb 100755 --- a/internal_packages/account-sidebar/package.json +++ b/internal_packages/account-sidebar/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "main": "./lib/main", "description": "Sidebar view that shows your account and important tags", - "license": "GPLv3", + "license": "GPL-3.0", "private": true, "engines": { "nylas": "*" diff --git a/internal_packages/attachments/package.json b/internal_packages/attachments/package.json index e89f64b96..0fdbb2072 100644 --- a/internal_packages/attachments/package.json +++ b/internal_packages/attachments/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "main": "./lib/main", "description": "View attachments on messages", - "license": "GPLv3", + "license": "GPL-3.0", "private": true, "engines": { "nylas": "*" diff --git a/internal_packages/category-picker/package.json b/internal_packages/category-picker/package.json index e2dac99c0..d5c57b798 100755 --- a/internal_packages/category-picker/package.json +++ b/internal_packages/category-picker/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "main": "./lib/main", "description": "Label & Folder Picker", - "license": "GPLv3", + "license": "GPL-3.0", "private": true, "engines": { "nylas": "*" diff --git a/internal_packages/composer-signature/package.json b/internal_packages/composer-signature/package.json index 361308df8..be75f2ba1 100755 --- a/internal_packages/composer-signature/package.json +++ b/internal_packages/composer-signature/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "main": "./lib/main", "description": "A small extension to the draft store that implements signatures", - "license": "GPLv3", + "license": "GPL-3.0", "private": true, "engines": { "nylas": "*" diff --git a/internal_packages/composer-spellcheck/package.json b/internal_packages/composer-spellcheck/package.json index d92f42588..834087dc4 100755 --- a/internal_packages/composer-spellcheck/package.json +++ b/internal_packages/composer-spellcheck/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "main": "./lib/main", "description": "A small extension to the draft store that implements spellcheck", - "license": "GPLv3", + "license": "GPL-3.0", "private": true, "engines": { "nylas": "*" diff --git a/internal_packages/composer/package.json b/internal_packages/composer/package.json index d3bd52739..9e4b8f34d 100644 --- a/internal_packages/composer/package.json +++ b/internal_packages/composer/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "main": "./lib/main", "description": "Nylas Composer Component", - "license": "GPLv3", + "license": "GPL-3.0", "private": true, "scripts": { }, diff --git a/internal_packages/events/package.json b/internal_packages/events/package.json index 372901b0b..7c86aeba8 100644 --- a/internal_packages/events/package.json +++ b/internal_packages/events/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "main": "./lib/main", "description": "View events on message", - "license": "GPLv3", + "license": "GPL-3.0", "private": true, "engines": { "nylas": "*" diff --git a/internal_packages/inbox-contact-elements/package.json b/internal_packages/inbox-contact-elements/package.json index 89d9ad55a..1678d449c 100644 --- a/internal_packages/inbox-contact-elements/package.json +++ b/internal_packages/inbox-contact-elements/package.json @@ -3,7 +3,7 @@ "version": "0.0.1", "description": "Contact React Elements", "main": "./lib/main", - "license": "GPLv3", + "license": "GPL-3.0", "engines": { "nylas": "*" }, diff --git a/internal_packages/message-autoload-images/package.json b/internal_packages/message-autoload-images/package.json index 47bceb5c4..d9a49f624 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": "GPLv3", + "license": "GPL-3.0", "private": true, "engines": { "nylas": "*" diff --git a/internal_packages/message-list/package.json b/internal_packages/message-list/package.json index 0f5127155..aafe4e01c 100755 --- a/internal_packages/message-list/package.json +++ b/internal_packages/message-list/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "main": "./lib/main", "description": "View messages for a thread", - "license": "GPLv3", + "license": "GPL-3.0", "private": true, "engines": { "nylas": "*" diff --git a/internal_packages/mode-switch/package.json b/internal_packages/mode-switch/package.json index ea0cc42f7..889ac03d6 100644 --- a/internal_packages/mode-switch/package.json +++ b/internal_packages/mode-switch/package.json @@ -3,7 +3,7 @@ "version": "0.0.1", "description": "Mode switch", "main": "./lib/main", - "license": "GPLv3", + "license": "GPL-3.0", "engines": { "nylas": "*" }, diff --git a/internal_packages/notification-mailto/package.json b/internal_packages/notification-mailto/package.json index b70ef3c5c..41fb1d3cc 100644 --- a/internal_packages/notification-mailto/package.json +++ b/internal_packages/notification-mailto/package.json @@ -3,7 +3,7 @@ "main": "./lib/main", "version": "0.36.0", "description": "Displays a notification asking the user to make N1 their default mailto handler", - "license": "GPLv3", + "license": "GPL-3.0", "engines": { "nylas": "*" } diff --git a/internal_packages/notification-update-available/package.json b/internal_packages/notification-update-available/package.json index d7eb00b36..5358e65a4 100644 --- a/internal_packages/notification-update-available/package.json +++ b/internal_packages/notification-update-available/package.json @@ -3,7 +3,7 @@ "main": "./lib/main", "version": "0.36.0", "description": "Displays a notification when an update is available", - "license": "GPLv3", + "license": "GPL-3.0", "engines": { "nylas": "*" } diff --git a/internal_packages/notifications/package.json b/internal_packages/notifications/package.json index 23f47b3cc..a2ea78976 100755 --- a/internal_packages/notifications/package.json +++ b/internal_packages/notifications/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "main": "./lib/main", "description": "Notifications", - "license": "GPLv3", + "license": "GPL-3.0", "private": true, "engines": { "nylas": "*" diff --git a/internal_packages/onboarding/package.json b/internal_packages/onboarding/package.json index 80a32e9e4..e65db1270 100755 --- a/internal_packages/onboarding/package.json +++ b/internal_packages/onboarding/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "main": "./lib/main", "description": "The sign in experience", - "license": "GPLv3", + "license": "GPL-3.0", "private": true, "engines": { "nylas": "*" diff --git a/internal_packages/plugins/package.json b/internal_packages/plugins/package.json index b5a314ec4..4bef0543b 100755 --- a/internal_packages/plugins/package.json +++ b/internal_packages/plugins/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "main": "./lib/main", "description": "Plugins", - "license": "GPLv3", + "license": "GPL-3.0", "private": true, "engines": { "nylas": "*" diff --git a/internal_packages/preferences/package.json b/internal_packages/preferences/package.json index 584846d5b..baef77091 100644 --- a/internal_packages/preferences/package.json +++ b/internal_packages/preferences/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "main": "./lib/main", "description": "Nylas Preferences Window Component", - "license": "GPLv3", + "license": "GPL-3.0", "private": true, "engines": { "nylas": "*" diff --git a/internal_packages/print/package.json b/internal_packages/print/package.json index ad620ac4e..a4c834421 100644 --- a/internal_packages/print/package.json +++ b/internal_packages/print/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "main": "./lib/main", "description": "Print", - "license": "GPLv3", + "license": "GPL-3.0", "private": true, "engines": { "nylas": "*" diff --git a/internal_packages/search-bar/package.json b/internal_packages/search-bar/package.json index aa6be7e8f..5f3ddf421 100755 --- a/internal_packages/search-bar/package.json +++ b/internal_packages/search-bar/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "main": "./lib/main", "description": "Search bar using React", - "license": "GPLv3", + "license": "GPL-3.0", "private": true, "engines": { "nylas": "*" diff --git a/internal_packages/sidebar-fullcontact/package.json b/internal_packages/sidebar-fullcontact/package.json index 4bdca1612..d5aa0c1e8 100755 --- a/internal_packages/sidebar-fullcontact/package.json +++ b/internal_packages/sidebar-fullcontact/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "main": "./lib/main", "description": "View user data on the sidebar via fullcontact", - "license": "GPLv3", + "license": "GPL-3.0", "private": true, "engines": { "nylas": "*" diff --git a/internal_packages/system-tray/package.json b/internal_packages/system-tray/package.json index 0388a9e44..5ea03bf80 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": "GPLv3", + "license": "GPL-3.0", "private": true, "engines": { "nylas": "*" diff --git a/internal_packages/thread-list/package.json b/internal_packages/thread-list/package.json index 7e963a163..085b885f2 100755 --- a/internal_packages/thread-list/package.json +++ b/internal_packages/thread-list/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "main": "./lib/main", "description": "View threads using React", - "license": "GPLv3", + "license": "GPL-3.0", "private": true, "engines": { "nylas": "*" diff --git a/internal_packages/tooltip/package.json b/internal_packages/tooltip/package.json index a7181d62f..2f52a9e78 100755 --- a/internal_packages/tooltip/package.json +++ b/internal_packages/tooltip/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "main": "./lib/main", "description": "Tooltip", - "license": "GPLv3", + "license": "GPL-3.0", "private": true, "engines": { "nylas": "*" diff --git a/internal_packages/ui-dark/package.json b/internal_packages/ui-dark/package.json index be617d404..9a5d17eb5 100644 --- a/internal_packages/ui-dark/package.json +++ b/internal_packages/ui-dark/package.json @@ -3,7 +3,7 @@ "theme": "ui", "version": "0.1.0", "description": "The Dark N1 Client Theme", - "license": "GPLv3", + "license": "GPL-3.0", "engines": { "nylas": "*" }, diff --git a/internal_packages/ui-light/package.json b/internal_packages/ui-light/package.json index 7d2d400d3..58c1180b1 100644 --- a/internal_packages/ui-light/package.json +++ b/internal_packages/ui-light/package.json @@ -3,7 +3,7 @@ "theme": "ui", "version": "0.1.0", "description": "The N1 Client Theme", - "license": "GPLv3", + "license": "GPL-3.0", "engines": { "nylas": "*" }, diff --git a/internal_packages/undo-redo/package.json b/internal_packages/undo-redo/package.json index 234d3a2d6..f0d5b662c 100644 --- a/internal_packages/undo-redo/package.json +++ b/internal_packages/undo-redo/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "main": "./lib/main", "description": "Undo modal button", - "license": "GPLv3", + "license": "GPL-3.0", "private": true, "engines": { "nylas": "*" diff --git a/internal_packages/unread-notifications/package.json b/internal_packages/unread-notifications/package.json index 0514ef7a2..eee222f3a 100755 --- a/internal_packages/unread-notifications/package.json +++ b/internal_packages/unread-notifications/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "main": "./lib/main", "description": "Fires notifications when new mail is received", - "license": "GPLv3", + "license": "GPL-3.0", "private": true, "engines": { "nylas": "*" diff --git a/internal_packages/worker-sync/package.json b/internal_packages/worker-sync/package.json index 768e59449..7eaa544d9 100755 --- a/internal_packages/worker-sync/package.json +++ b/internal_packages/worker-sync/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "main": "./lib/main", "description": "Mail sync classes for the worker window", - "license": "GPLv3", + "license": "GPL-3.0", "private": true, "engines": { "nylas": "*" diff --git a/internal_packages/worker-ui/package.json b/internal_packages/worker-ui/package.json index 875954404..a9dae561a 100755 --- a/internal_packages/worker-ui/package.json +++ b/internal_packages/worker-ui/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "main": "./lib/main", "description": "Interface for the worker window", - "license": "GPLv3", + "license": "GPL-3.0", "private": true, "engines": { "nylas": "*"