Skip to content

Commit

Permalink
chore: Update license field following SPDX 2.1 license expression sta…
Browse files Browse the repository at this point in the history
…ndard (AccessKit#260)
  • Loading branch information
frisoft authored and lunixbochs committed Aug 31, 2023
1 parent 4f7b067 commit a1cf62a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
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

0 comments on commit a1cf62a

Please sign in to comment.