Skip to content

Commit 0975a68

Browse files
authored
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
1 parent 654a729 commit 0975a68

File tree

28 files changed

+28
-28
lines changed

28 files changed

+28
-28
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "plugins-workspace",
33
"private": true,
4-
"license": "MIT or APACHE-2.0",
4+
"license": "MIT OR Apache-2.0",
55
"type": "module",
66
"scripts": {
77
"build": "pnpm run -r --parallel --filter !plugins-workspace --filter !\"./plugins/*/examples/**\" --filter !\"./examples/*\" build",

plugins/autostart/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tauri-apps/plugin-autostart",
33
"version": "2.0.0-rc.1",
4-
"license": "MIT or APACHE-2.0",
4+
"license": "MIT OR Apache-2.0",
55
"authors": [
66
"Tauri Programme within The Commons Conservancy"
77
],

plugins/barcode-scanner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@tauri-apps/plugin-barcode-scanner",
33
"version": "2.0.0-rc.2",
44
"description": "Scan QR codes, EAN-13 and other kinds of barcodes on Android and iOS",
5-
"license": "MIT or APACHE-2.0",
5+
"license": "MIT OR Apache-2.0",
66
"authors": [
77
"Tauri Programme within The Commons Conservancy"
88
],

plugins/biometric/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tauri-apps/plugin-biometric",
33
"version": "2.0.0-rc.1",
4-
"license": "MIT or APACHE-2.0",
4+
"license": "MIT OR Apache-2.0",
55
"authors": [
66
"Tauri Programme within The Commons Conservancy"
77
],

plugins/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tauri-apps/plugin-cli",
33
"version": "2.0.0-rc.1",
4-
"license": "MIT or APACHE-2.0",
4+
"license": "MIT OR Apache-2.0",
55
"authors": [
66
"Tauri Programme within The Commons Conservancy"
77
],

plugins/clipboard-manager/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tauri-apps/plugin-clipboard-manager",
33
"version": "2.0.0-rc.2",
4-
"license": "MIT or APACHE-2.0",
4+
"license": "MIT OR Apache-2.0",
55
"authors": [
66
"Tauri Programme within The Commons Conservancy"
77
],

plugins/deep-link/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@tauri-apps/plugin-deep-link",
33
"version": "2.0.0-rc.2",
44
"description": "Set your Tauri application as the default handler for an URL",
5-
"license": "MIT or APACHE-2.0",
5+
"license": "MIT OR Apache-2.0",
66
"authors": [
77
"Tauri Programme within The Commons Conservancy"
88
],

plugins/dialog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tauri-apps/plugin-dialog",
33
"version": "2.0.0-rc.1",
4-
"license": "MIT or APACHE-2.0",
4+
"license": "MIT OR Apache-2.0",
55
"authors": [
66
"Tauri Programme within The Commons Conservancy"
77
],

plugins/fs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@tauri-apps/plugin-fs",
33
"version": "2.0.0-rc.2",
44
"description": "Access the file system.",
5-
"license": "MIT or APACHE-2.0",
5+
"license": "MIT OR Apache-2.0",
66
"authors": [
77
"Tauri Programme within The Commons Conservancy"
88
],

plugins/geolocation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tauri-apps/plugin-geolocation",
33
"version": "2.0.0-rc.2",
4-
"license": "MIT or APACHE-2.0",
4+
"license": "MIT OR Apache-2.0",
55
"authors": [
66
"Tauri Programme within The Commons Conservancy"
77
],

0 commit comments

Comments
 (0)