From d5c9855127e3e4ecbfc5fcfa88c8b8d7153e564d Mon Sep 17 00:00:00 2001 From: Andrea Frigido Date: Thu, 20 Jul 2023 08:03:49 +0100 Subject: [PATCH] Update license field following SPDX 2.1 license expression standard --- core/Cargo.toml | 2 +- macro/Cargo.toml | 2 +- runtime/Cargo.toml | 2 +- tool/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core/Cargo.toml b/core/Cargo.toml index 4bd9e6d54..99e84b47a 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -7,7 +7,7 @@ authors = [ "Manish Goregaokar ", "Quinn Okabayashi " ] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" documentation = "https://docs.rs/diplomat_core/" edition = "2021" keywords = ["ffi", "codegen"] diff --git a/macro/Cargo.toml b/macro/Cargo.toml index 7ce170fe0..89c6fc0ec 100644 --- a/macro/Cargo.toml +++ b/macro/Cargo.toml @@ -8,7 +8,7 @@ authors = [ "Quinn Okabayashi " ] edition = "2018" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" documentation = "https://docs.rs/diplomat_core/" keywords = ["ffi", "codegen"] categories = ["development-tools"] diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index ae6841e0c..a8f360536 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -8,7 +8,7 @@ authors = [ "Quinn Okabayashi " ] edition = "2018" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" documentation = "https://docs.rs/diplomat_core/" keywords = ["ffi", "codegen"] categories = ["development-tools"] diff --git a/tool/Cargo.toml b/tool/Cargo.toml index 39b7ade43..4a4d052dd 100644 --- a/tool/Cargo.toml +++ b/tool/Cargo.toml @@ -8,7 +8,7 @@ authors = [ "Quinn Okabayashi " ] edition = "2018" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" documentation = "https://docs.rs/diplomat_core/" keywords = ["ffi", "codegen"] categories = ["development-tools"]