Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update license field following SPDX 2.1 license expression standard #260

Merged
merged 2 commits into from
Aug 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bindings/c/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "accesskit_c"
version = "0.5.1"
authors = ["Arnold Loubriat <[email protected]>"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
publish = false
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "accesskit"
version = "0.11.2"
authors = ["Matt Campbell <[email protected]>"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
description = "UI accessibility infrastructure across platforms"
categories = ["gui"]
keywords = ["gui", "ui", "accessibility"]
Expand Down
2 changes: 1 addition & 1 deletion consumer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "accesskit_consumer"
version = "0.15.2"
authors = ["Matt Campbell <[email protected]>"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
description = "AccessKit consumer library (internal)"
categories = ["gui"]
keywords = ["gui", "ui", "accessibility"]
Expand Down
2 changes: 1 addition & 1 deletion platforms/macos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "accesskit_macos"
version = "0.9.0"
authors = ["Matt Campbell <[email protected]>"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
description = "AccessKit UI accessibility infrastructure: macOS adapter"
categories = ["gui"]
keywords = ["gui", "ui", "accessibility"]
Expand Down
2 changes: 1 addition & 1 deletion platforms/unix/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "accesskit_unix"
version = "0.5.2"
authors = ["Arnold Loubriat <[email protected]>"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
description = "AccessKit UI accessibility infrastructure: Linux adapter"
categories = ["gui"]
keywords = ["gui", "ui", "accessibility"]
Expand Down
2 changes: 1 addition & 1 deletion platforms/windows/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "accesskit_windows"
version = "0.14.3"
authors = ["Matt Campbell <[email protected]>"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
description = "AccessKit UI accessibility infrastructure: Windows adapter"
categories = ["gui"]
keywords = ["gui", "ui", "accessibility"]
Expand Down