fix: make package.json licenses SPDX compliant (#1861)

* fix: make plugin template package.json license SPDX compliant

* fix: make plugin package.json license SPDX compliant

* fix: make root package.json license SPDX compliant
pull/1868/head
pajlada 8 months ago committed by GitHub
parent 654a7299c3
commit 0975a687a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,7 +1,7 @@
{ {
"name": "plugins-workspace", "name": "plugins-workspace",
"private": true, "private": true,
"license": "MIT or APACHE-2.0", "license": "MIT OR Apache-2.0",
"type": "module", "type": "module",
"scripts": { "scripts": {
"build": "pnpm run -r --parallel --filter !plugins-workspace --filter !\"./plugins/*/examples/**\" --filter !\"./examples/*\" build", "build": "pnpm run -r --parallel --filter !plugins-workspace --filter !\"./plugins/*/examples/**\" --filter !\"./examples/*\" build",

@ -1,7 +1,7 @@
{ {
"name": "@tauri-apps/plugin-autostart", "name": "@tauri-apps/plugin-autostart",
"version": "2.0.0-rc.1", "version": "2.0.0-rc.1",
"license": "MIT or APACHE-2.0", "license": "MIT OR Apache-2.0",
"authors": [ "authors": [
"Tauri Programme within The Commons Conservancy" "Tauri Programme within The Commons Conservancy"
], ],

@ -2,7 +2,7 @@
"name": "@tauri-apps/plugin-barcode-scanner", "name": "@tauri-apps/plugin-barcode-scanner",
"version": "2.0.0-rc.2", "version": "2.0.0-rc.2",
"description": "Scan QR codes, EAN-13 and other kinds of barcodes on Android and iOS", "description": "Scan QR codes, EAN-13 and other kinds of barcodes on Android and iOS",
"license": "MIT or APACHE-2.0", "license": "MIT OR Apache-2.0",
"authors": [ "authors": [
"Tauri Programme within The Commons Conservancy" "Tauri Programme within The Commons Conservancy"
], ],

@ -1,7 +1,7 @@
{ {
"name": "@tauri-apps/plugin-biometric", "name": "@tauri-apps/plugin-biometric",
"version": "2.0.0-rc.1", "version": "2.0.0-rc.1",
"license": "MIT or APACHE-2.0", "license": "MIT OR Apache-2.0",
"authors": [ "authors": [
"Tauri Programme within The Commons Conservancy" "Tauri Programme within The Commons Conservancy"
], ],

@ -1,7 +1,7 @@
{ {
"name": "@tauri-apps/plugin-cli", "name": "@tauri-apps/plugin-cli",
"version": "2.0.0-rc.1", "version": "2.0.0-rc.1",
"license": "MIT or APACHE-2.0", "license": "MIT OR Apache-2.0",
"authors": [ "authors": [
"Tauri Programme within The Commons Conservancy" "Tauri Programme within The Commons Conservancy"
], ],

@ -1,7 +1,7 @@
{ {
"name": "@tauri-apps/plugin-clipboard-manager", "name": "@tauri-apps/plugin-clipboard-manager",
"version": "2.0.0-rc.2", "version": "2.0.0-rc.2",
"license": "MIT or APACHE-2.0", "license": "MIT OR Apache-2.0",
"authors": [ "authors": [
"Tauri Programme within The Commons Conservancy" "Tauri Programme within The Commons Conservancy"
], ],

@ -2,7 +2,7 @@
"name": "@tauri-apps/plugin-deep-link", "name": "@tauri-apps/plugin-deep-link",
"version": "2.0.0-rc.2", "version": "2.0.0-rc.2",
"description": "Set your Tauri application as the default handler for an URL", "description": "Set your Tauri application as the default handler for an URL",
"license": "MIT or APACHE-2.0", "license": "MIT OR Apache-2.0",
"authors": [ "authors": [
"Tauri Programme within The Commons Conservancy" "Tauri Programme within The Commons Conservancy"
], ],

@ -1,7 +1,7 @@
{ {
"name": "@tauri-apps/plugin-dialog", "name": "@tauri-apps/plugin-dialog",
"version": "2.0.0-rc.1", "version": "2.0.0-rc.1",
"license": "MIT or APACHE-2.0", "license": "MIT OR Apache-2.0",
"authors": [ "authors": [
"Tauri Programme within The Commons Conservancy" "Tauri Programme within The Commons Conservancy"
], ],

@ -2,7 +2,7 @@
"name": "@tauri-apps/plugin-fs", "name": "@tauri-apps/plugin-fs",
"version": "2.0.0-rc.2", "version": "2.0.0-rc.2",
"description": "Access the file system.", "description": "Access the file system.",
"license": "MIT or APACHE-2.0", "license": "MIT OR Apache-2.0",
"authors": [ "authors": [
"Tauri Programme within The Commons Conservancy" "Tauri Programme within The Commons Conservancy"
], ],

@ -1,7 +1,7 @@
{ {
"name": "@tauri-apps/plugin-geolocation", "name": "@tauri-apps/plugin-geolocation",
"version": "2.0.0-rc.2", "version": "2.0.0-rc.2",
"license": "MIT or APACHE-2.0", "license": "MIT OR Apache-2.0",
"authors": [ "authors": [
"Tauri Programme within The Commons Conservancy" "Tauri Programme within The Commons Conservancy"
], ],

@ -1,7 +1,7 @@
{ {
"name": "@tauri-apps/plugin-global-shortcut", "name": "@tauri-apps/plugin-global-shortcut",
"version": "2.0.0-rc.1", "version": "2.0.0-rc.1",
"license": "MIT or APACHE-2.0", "license": "MIT OR Apache-2.0",
"authors": [ "authors": [
"Tauri Programme within The Commons Conservancy" "Tauri Programme within The Commons Conservancy"
], ],

@ -1,7 +1,7 @@
{ {
"name": "@tauri-apps/plugin-haptics", "name": "@tauri-apps/plugin-haptics",
"version": "2.0.0-rc.1", "version": "2.0.0-rc.1",
"license": "MIT or APACHE-2.0", "license": "MIT OR Apache-2.0",
"authors": [ "authors": [
"Tauri Programme within The Commons Conservancy" "Tauri Programme within The Commons Conservancy"
], ],

@ -1,7 +1,7 @@
{ {
"name": "@tauri-apps/plugin-http", "name": "@tauri-apps/plugin-http",
"version": "2.0.0-rc.2", "version": "2.0.0-rc.2",
"license": "MIT or APACHE-2.0", "license": "MIT OR Apache-2.0",
"authors": [ "authors": [
"Tauri Programme within The Commons Conservancy" "Tauri Programme within The Commons Conservancy"
], ],

@ -2,7 +2,7 @@
"name": "@tauri-apps/plugin-log", "name": "@tauri-apps/plugin-log",
"version": "2.0.0-rc.1", "version": "2.0.0-rc.1",
"description": "Configurable logging for your Tauri app.", "description": "Configurable logging for your Tauri app.",
"license": "MIT or APACHE-2.0", "license": "MIT OR Apache-2.0",
"authors": [ "authors": [
"Tauri Programme within The Commons Conservancy" "Tauri Programme within The Commons Conservancy"
], ],

@ -1,7 +1,7 @@
{ {
"name": "@tauri-apps/plugin-nfc", "name": "@tauri-apps/plugin-nfc",
"version": "2.0.0-rc.1", "version": "2.0.0-rc.1",
"license": "MIT or APACHE-2.0", "license": "MIT OR Apache-2.0",
"authors": [ "authors": [
"Tauri Programme within The Commons Conservancy" "Tauri Programme within The Commons Conservancy"
], ],

@ -1,7 +1,7 @@
{ {
"name": "@tauri-apps/plugin-notification", "name": "@tauri-apps/plugin-notification",
"version": "2.0.0-rc.1", "version": "2.0.0-rc.1",
"license": "MIT or APACHE-2.0", "license": "MIT OR Apache-2.0",
"authors": [ "authors": [
"Tauri Programme within The Commons Conservancy" "Tauri Programme within The Commons Conservancy"
], ],

@ -1,7 +1,7 @@
{ {
"name": "@tauri-apps/plugin-os", "name": "@tauri-apps/plugin-os",
"version": "2.0.0-rc.1", "version": "2.0.0-rc.1",
"license": "MIT or APACHE-2.0", "license": "MIT OR Apache-2.0",
"authors": [ "authors": [
"Tauri Programme within The Commons Conservancy" "Tauri Programme within The Commons Conservancy"
], ],

@ -2,7 +2,7 @@
"name": "@tauri-apps/plugin-positioner", "name": "@tauri-apps/plugin-positioner",
"version": "2.0.0-rc.2", "version": "2.0.0-rc.2",
"description": "Position your windows at well-known locations.", "description": "Position your windows at well-known locations.",
"license": "MIT or APACHE-2.0", "license": "MIT OR Apache-2.0",
"authors": [ "authors": [
"Tauri Programme within The Commons Conservancy" "Tauri Programme within The Commons Conservancy"
], ],

@ -1,7 +1,7 @@
{ {
"name": "@tauri-apps/plugin-process", "name": "@tauri-apps/plugin-process",
"version": "2.0.0-rc.1", "version": "2.0.0-rc.1",
"license": "MIT or APACHE-2.0", "license": "MIT OR Apache-2.0",
"authors": [ "authors": [
"Tauri Programme within The Commons Conservancy" "Tauri Programme within The Commons Conservancy"
], ],

@ -1,7 +1,7 @@
{ {
"name": "@tauri-apps/plugin-shell", "name": "@tauri-apps/plugin-shell",
"version": "2.0.0-rc.1", "version": "2.0.0-rc.1",
"license": "MIT or APACHE-2.0", "license": "MIT OR Apache-2.0",
"authors": [ "authors": [
"Tauri Programme within The Commons Conservancy" "Tauri Programme within The Commons Conservancy"
], ],

@ -2,7 +2,7 @@
"name": "@tauri-apps/plugin-sql", "name": "@tauri-apps/plugin-sql",
"version": "2.0.0-rc.1", "version": "2.0.0-rc.1",
"description": "Interface with SQL databases", "description": "Interface with SQL databases",
"license": "MIT or APACHE-2.0", "license": "MIT OR Apache-2.0",
"authors": [ "authors": [
"Tauri Programme within The Commons Conservancy" "Tauri Programme within The Commons Conservancy"
], ],

@ -2,7 +2,7 @@
"name": "@tauri-apps/plugin-store", "name": "@tauri-apps/plugin-store",
"version": "2.0.0-rc.2", "version": "2.0.0-rc.2",
"description": "Simple, persistent key-value store.", "description": "Simple, persistent key-value store.",
"license": "MIT or APACHE-2.0", "license": "MIT OR Apache-2.0",
"authors": [ "authors": [
"Tauri Programme within The Commons Conservancy" "Tauri Programme within The Commons Conservancy"
], ],

@ -2,7 +2,7 @@
"name": "@tauri-apps/plugin-stronghold", "name": "@tauri-apps/plugin-stronghold",
"version": "2.0.0-rc.1", "version": "2.0.0-rc.1",
"description": "Store secrets and keys using the IOTA Stronghold encrypted database.", "description": "Store secrets and keys using the IOTA Stronghold encrypted database.",
"license": "MIT or APACHE-2.0", "license": "MIT OR Apache-2.0",
"authors": [ "authors": [
"Tauri Programme within The Commons Conservancy" "Tauri Programme within The Commons Conservancy"
], ],

@ -1,7 +1,7 @@
{ {
"name": "@tauri-apps/plugin-updater", "name": "@tauri-apps/plugin-updater",
"version": "2.0.0-rc.2", "version": "2.0.0-rc.2",
"license": "MIT or APACHE-2.0", "license": "MIT OR Apache-2.0",
"authors": [ "authors": [
"Tauri Programme within The Commons Conservancy" "Tauri Programme within The Commons Conservancy"
], ],

@ -2,7 +2,7 @@
"name": "@tauri-apps/plugin-upload", "name": "@tauri-apps/plugin-upload",
"version": "2.0.0-rc.1", "version": "2.0.0-rc.1",
"description": "Upload files from disk to a remote server over HTTP.", "description": "Upload files from disk to a remote server over HTTP.",
"license": "MIT or APACHE-2.0", "license": "MIT OR Apache-2.0",
"authors": [ "authors": [
"Tauri Programme within The Commons Conservancy" "Tauri Programme within The Commons Conservancy"
], ],

@ -1,7 +1,7 @@
{ {
"name": "@tauri-apps/plugin-websocket", "name": "@tauri-apps/plugin-websocket",
"version": "2.0.0-rc.1", "version": "2.0.0-rc.1",
"license": "MIT or APACHE-2.0", "license": "MIT OR Apache-2.0",
"authors": [ "authors": [
"Tauri Programme within The Commons Conservancy" "Tauri Programme within The Commons Conservancy"
], ],

@ -2,7 +2,7 @@
"name": "@tauri-apps/plugin-window-state", "name": "@tauri-apps/plugin-window-state",
"version": "2.0.0-rc.1", "version": "2.0.0-rc.1",
"description": "Save window positions and sizes and restore them when the app is reopened.", "description": "Save window positions and sizes and restore them when the app is reopened.",
"license": "MIT or APACHE-2.0", "license": "MIT OR Apache-2.0",
"authors": [ "authors": [
"Tauri Programme within The Commons Conservancy" "Tauri Programme within The Commons Conservancy"
], ],

@ -1,7 +1,7 @@
{ {
"name": "@tauri-apps/plugin-PLUGIN_NAME", "name": "@tauri-apps/plugin-PLUGIN_NAME",
"version": "1.0.0", "version": "1.0.0",
"license": "MIT or APACHE-2.0", "license": "MIT OR Apache-2.0",
"authors": [ "authors": [
"Tauri Programme within The Commons Conservancy" "Tauri Programme within The Commons Conservancy"
], ],

Loading…
Cancel
Save