Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 49e0ed7

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 3d46eeb commit 49e0ed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libm/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)