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 ]
This commit is contained in:
parent
9d62bd0636
commit
7d674145ae
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ categories = ["no-std"]
|
|||
description = "libm in pure Rust"
|
||||
documentation = "https://docs.rs/libm"
|
||||
keywords = ["libm", "math"]
|
||||
license = "MIT AND (MIT OR Apache-2.0)"
|
||||
license = "MIT"
|
||||
name = "libm"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/rust-lang/libm"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue