Skip to content

Commit 45870ef

Browse files
authored
Specify license as just MIT
Simplify the SPDX string to the user-facing version to make it easier for users and tooling to understand. Contributions must still be `MIT OR Apache-2.0`. [ add commit body with context - Trevor ]
1 parent f258331 commit 45870ef

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
@@ -4,7 +4,7 @@ categories = ["no-std"]
44
description = "libm in pure Rust"
55
documentation = "https://docs.rs/libm"
66
keywords = ["libm", "math"]
7-
license = "MIT AND (MIT OR Apache-2.0)"
7+
license = "MIT"
88
name = "libm"
99
readme = "README.md"
1010
repository = "https://github.com/rust-lang/libm"

0 commit comments

Comments
 (0)