Skip to content

Commit d918278

Browse files
authored
chore: Update license field following SPDX 2.1 license expression standard (#260)
1 parent 9b12d0c commit d918278

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

bindings/c/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "accesskit_c"
33
version = "0.5.1"
44
authors = ["Arnold Loubriat <[email protected]>"]
5-
license = "MIT/Apache-2.0"
5+
license = "MIT OR Apache-2.0"
66
publish = false
77
edition = "2021"
88

common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "accesskit"
33
version = "0.11.2"
44
authors = ["Matt Campbell <[email protected]>"]
5-
license = "MIT/Apache-2.0"
5+
license = "MIT OR Apache-2.0"
66
description = "UI accessibility infrastructure across platforms"
77
categories = ["gui"]
88
keywords = ["gui", "ui", "accessibility"]

consumer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "accesskit_consumer"
33
version = "0.15.2"
44
authors = ["Matt Campbell <[email protected]>"]
5-
license = "MIT/Apache-2.0"
5+
license = "MIT OR Apache-2.0"
66
description = "AccessKit consumer library (internal)"
77
categories = ["gui"]
88
keywords = ["gui", "ui", "accessibility"]

platforms/macos/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "accesskit_macos"
33
version = "0.9.0"
44
authors = ["Matt Campbell <[email protected]>"]
5-
license = "MIT/Apache-2.0"
5+
license = "MIT OR Apache-2.0"
66
description = "AccessKit UI accessibility infrastructure: macOS adapter"
77
categories = ["gui"]
88
keywords = ["gui", "ui", "accessibility"]

platforms/unix/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "accesskit_unix"
33
version = "0.5.2"
44
authors = ["Arnold Loubriat <[email protected]>"]
5-
license = "MIT/Apache-2.0"
5+
license = "MIT OR Apache-2.0"
66
description = "AccessKit UI accessibility infrastructure: Linux adapter"
77
categories = ["gui"]
88
keywords = ["gui", "ui", "accessibility"]

platforms/windows/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "accesskit_windows"
33
version = "0.14.3"
44
authors = ["Matt Campbell <[email protected]>"]
5-
license = "MIT/Apache-2.0"
5+
license = "MIT OR Apache-2.0"
66
description = "AccessKit UI accessibility infrastructure: Windows adapter"
77
categories = ["gui"]
88
keywords = ["gui", "ui", "accessibility"]

0 commit comments

Comments
 (0)