diff --git a/bindings/c/Cargo.toml b/bindings/c/Cargo.toml index 336baa6ff..d3724dd4e 100644 --- a/bindings/c/Cargo.toml +++ b/bindings/c/Cargo.toml @@ -2,7 +2,7 @@ name = "accesskit_c" version = "0.5.1" 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 78dc401df..a348eb52b 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -2,7 +2,7 @@ name = "accesskit" version = "0.11.2" 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 0ca49c8e1..57e79b304 100644 --- a/consumer/Cargo.toml +++ b/consumer/Cargo.toml @@ -2,7 +2,7 @@ name = "accesskit_consumer" version = "0.15.2" 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 bc10abe9c..e0c4d6dc4 100644 --- a/platforms/macos/Cargo.toml +++ b/platforms/macos/Cargo.toml @@ -2,7 +2,7 @@ name = "accesskit_macos" version = "0.9.0" 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 b40f67aaa..dc393aafb 100644 --- a/platforms/unix/Cargo.toml +++ b/platforms/unix/Cargo.toml @@ -2,7 +2,7 @@ name = "accesskit_unix" version = "0.5.2" 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 da652373e..de346e0fb 100644 --- a/platforms/windows/Cargo.toml +++ b/platforms/windows/Cargo.toml @@ -2,7 +2,7 @@ name = "accesskit_windows" version = "0.14.3" 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"]