From 47a72a50c2ed5bf5bc28a7bb751e4a02965cc493 Mon Sep 17 00:00:00 2001 From: Andrea Frigido Date: Thu, 20 Jul 2023 18:22:32 +0100 Subject: [PATCH] Update license field following SPDX 2.1 license expression standard --- Cargo.toml | 2 +- stdweb-derive/Cargo.toml | 2 +- stdweb-internal-macros/Cargo.toml | 2 +- stdweb-internal-runtime/Cargo.toml | 2 +- stdweb-internal-test-macro/Cargo.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9da1da98..12239a9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Jan Bujak "] repository = "https://github.com/koute/stdweb" homepage = "https://github.com/koute/stdweb" documentation = "https://docs.rs/stdweb/*/stdweb/" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" readme = "README.md" keywords = ["web", "asmjs", "webasm", "javascript"] categories = ["api-bindings", "gui", "web-programming"] diff --git a/stdweb-derive/Cargo.toml b/stdweb-derive/Cargo.toml index cc7c6341..e46c2759 100644 --- a/stdweb-derive/Cargo.toml +++ b/stdweb-derive/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Jan Bujak "] repository = "https://github.com/koute/stdweb" homepage = "https://github.com/koute/stdweb" documentation = "https://docs.rs/stdweb/*/stdweb/" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" readme = "README.md" keywords = ["web", "asmjs", "webasm", "javascript"] categories = ["api-bindings", "gui", "web-programming"] diff --git a/stdweb-internal-macros/Cargo.toml b/stdweb-internal-macros/Cargo.toml index 66ea2f84..ba561a6a 100644 --- a/stdweb-internal-macros/Cargo.toml +++ b/stdweb-internal-macros/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Jan Bujak "] repository = "https://github.com/koute/stdweb" homepage = "https://github.com/koute/stdweb" documentation = "https://docs.rs/stdweb/*/stdweb/" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" readme = "README.md" keywords = ["web", "asmjs", "webasm", "javascript"] categories = ["api-bindings", "gui", "web-programming"] diff --git a/stdweb-internal-runtime/Cargo.toml b/stdweb-internal-runtime/Cargo.toml index 0e30aa1c..cf63670e 100644 --- a/stdweb-internal-runtime/Cargo.toml +++ b/stdweb-internal-runtime/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Jan Bujak "] repository = "https://github.com/koute/stdweb" homepage = "https://github.com/koute/stdweb" documentation = "https://docs.rs/stdweb/*/stdweb/" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" readme = "README.md" keywords = ["web", "asmjs", "webasm", "javascript"] categories = ["api-bindings", "gui", "web-programming"] diff --git a/stdweb-internal-test-macro/Cargo.toml b/stdweb-internal-test-macro/Cargo.toml index 1efe7822..b3608a41 100644 --- a/stdweb-internal-test-macro/Cargo.toml +++ b/stdweb-internal-test-macro/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Jan Bujak "] repository = "https://github.com/koute/stdweb" homepage = "https://github.com/koute/stdweb" documentation = "https://docs.rs/stdweb/*/stdweb/" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" description = "Internal crate of the `stdweb` crate" [lib]