Skip to content

Commit 60d15f0

Browse files
committed
Make licensing more explicit
1 parent 2a567d3 commit 60d15f0

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ documentation = "https://docs.rs/num-rational"
55
homepage = "https://github.com/rust-num/num-rational"
66
keywords = ["mathematics", "numerics", "fractions"]
77
categories = ["algorithms", "data-structures", "science", "no-std"]
8-
license = "MIT/Apache-2.0"
8+
license = "MIT OR Apache-2.0"
99
name = "num-rational"
1010
repository = "https://github.com/rust-num/num-rational"
1111
version = "0.3.0"

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,18 @@ Release notes are available in [RELEASES.md](RELEASES.md).
3434
## Compatibility
3535

3636
The `num-rational` crate is tested for rustc 1.31 and greater.
37+
38+
## License
39+
40+
Licensed under either of
41+
42+
* [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)
43+
* [MIT license](http://opensource.org/licenses/MIT)
44+
45+
at your option.
46+
47+
### Contribution
48+
49+
Unless you explicitly state otherwise, any contribution intentionally submitted
50+
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
51+
dual licensed as above, without any additional terms or conditions.

0 commit comments

Comments
 (0)