From 33132c6177e862c8918f663cc14f9623fe01f595 Mon Sep 17 00:00:00 2001 From: Andrea Frigido Date: Thu, 20 Jul 2023 19:30:02 +0100 Subject: [PATCH] Update license field following SPDX 2.1 license expression standard --- bindings/c/Cargo.toml | 2 +- common/Cargo.toml | 2 +- consumer/Cargo.toml | 2 +- platforms/macos/Cargo.toml | 2 +- platforms/unix/Cargo.toml | 2 +- platforms/windows/Cargo.toml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bindings/c/Cargo.toml b/bindings/c/Cargo.toml index 80b8e096..4ab2e498 100644 --- a/bindings/c/Cargo.toml +++ b/bindings/c/Cargo.toml @@ -2,7 +2,7 @@ name = "accesskit_c" version = "0.3.2" authors = ["Arnold Loubriat "] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" publish = false edition = "2021" diff --git a/common/Cargo.toml b/common/Cargo.toml index 066e7235..ea70cbac 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -2,7 +2,7 @@ name = "accesskit" version = "0.11.0" authors = ["Matt Campbell "] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" description = "UI accessibility infrastructure across platforms" categories = ["gui"] keywords = ["gui", "ui", "accessibility"] diff --git a/consumer/Cargo.toml b/consumer/Cargo.toml index 0f151ee7..2786155b 100644 --- a/consumer/Cargo.toml +++ b/consumer/Cargo.toml @@ -2,7 +2,7 @@ name = "accesskit_consumer" version = "0.15.0" authors = ["Matt Campbell "] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" description = "AccessKit consumer library (internal)" categories = ["gui"] keywords = ["gui", "ui", "accessibility"] diff --git a/platforms/macos/Cargo.toml b/platforms/macos/Cargo.toml index 702d8d18..ff3b9834 100644 --- a/platforms/macos/Cargo.toml +++ b/platforms/macos/Cargo.toml @@ -2,7 +2,7 @@ name = "accesskit_macos" version = "0.7.1" authors = ["Matt Campbell "] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" description = "AccessKit UI accessibility infrastructure: macOS adapter" categories = ["gui"] keywords = ["gui", "ui", "accessibility"] diff --git a/platforms/unix/Cargo.toml b/platforms/unix/Cargo.toml index 0aa3033a..115d6813 100644 --- a/platforms/unix/Cargo.toml +++ b/platforms/unix/Cargo.toml @@ -2,7 +2,7 @@ name = "accesskit_unix" version = "0.5.0" authors = ["Arnold Loubriat "] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" description = "AccessKit UI accessibility infrastructure: Linux adapter" categories = ["gui"] keywords = ["gui", "ui", "accessibility"] diff --git a/platforms/windows/Cargo.toml b/platforms/windows/Cargo.toml index 9ca295f5..3d6d7a2f 100644 --- a/platforms/windows/Cargo.toml +++ b/platforms/windows/Cargo.toml @@ -2,7 +2,7 @@ name = "accesskit_windows" version = "0.14.0" authors = ["Matt Campbell "] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" description = "AccessKit UI accessibility infrastructure: Windows adapter" categories = ["gui"] keywords = ["gui", "ui", "accessibility"]