Skip to content

Commit bb8def4

Browse files
authored
Use SPDX license format (#278)
1 parent 8363ea8 commit bb8def4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "smallvec"
33
version = "1.8.0"
44
edition = "2018"
55
authors = ["The Servo Project Developers"]
6-
license = "MIT/Apache-2.0"
6+
license = "MIT OR Apache-2.0"
77
repository = "https://github.com/servo/rust-smallvec"
88
description = "'Small vector' optimization: store up to a small number of items on the stack"
99
keywords = ["small", "vec", "vector", "stack", "no_std"]

0 commit comments

Comments
 (0)