Skip to content

Commit dc8971a

Browse files
atouchetRalith
authored andcommitted
Use SPDX license format
1 parent 117bbff commit dc8971a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

generator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "generator"
33
version = "0.1.0"
44
authors = ["Benjamin Saunders <ben.e.saunders@gmail.com>"]
5-
license = "MIT/Apache-2.0"
5+
license = "MIT OR Apache-2.0"
66
edition = "2024"
77
publish = false
88

openxr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version = "0.20.0"
77
authors = ["Benjamin Saunders <ben.e.saunders@gmail.com>"]
88
categories = ["api-bindings", "rendering"]
99
keywords = ["vr"]
10-
license = "MIT/Apache-2.0"
10+
license = "MIT OR Apache-2.0"
1111
edition = "2024"
1212

1313
[badges]

sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version = "0.12.0"
77
authors = ["Benjamin Saunders <ben.e.saunders@gmail.com>"]
88
categories = ["external-ffi-bindings", "rendering"]
99
keywords = ["openxr", "vr"]
10-
license = "MIT/Apache-2.0"
10+
license = "MIT OR Apache-2.0"
1111
edition = "2024"
1212

1313
links = "openxr_loader"

0 commit comments

Comments
 (0)