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

Commit e4934f1

Browse files
authored
Merge pull request #317 from tgross35/update-licensing
Update licensing to MIT AND (MIT OR Apache-2.0)
2 parents 5603a53 + 4e7ff8b commit e4934f1

File tree

5 files changed

+269
-236
lines changed

5 files changed

+269
-236
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 OR Apache-2.0"
7+
license = "MIT AND (MIT OR Apache-2.0)"
88
name = "libm"
99
readme = "README.md"
1010
repository = "https://github.com/rust-lang/libm"

LICENSE-APACHE

Lines changed: 0 additions & 201 deletions
This file was deleted.

LICENSE-MIT

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)