Skip to content

Commit b1c638e

Browse files
committed
Make licensing more explicit
1 parent a2ad16d commit b1c638e

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-bigint"
55
homepage = "https://github.com/rust-num/num-bigint"
66
keywords = ["mathematics", "numerics", "bignum"]
77
categories = [ "algorithms", "data-structures", "science" ]
8-
license = "MIT/Apache-2.0"
8+
license = "MIT OR Apache-2.0"
99
name = "num-bigint"
1010
repository = "https://github.com/rust-num/num-bigint"
1111
version = "0.3.1"

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,18 @@ table offers a brief comparison to a few alternatives.
6464
[`rust-gmp`]: https://crates.io/crates/rust-gmp
6565
[`ramp`]: https://crates.io/crates/ramp
6666
[`apint`]: https://crates.io/crates/apint
67+
68+
## License
69+
70+
Licensed under either of
71+
72+
* [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)
73+
* [MIT license](http://opensource.org/licenses/MIT)
74+
75+
at your option.
76+
77+
### Contribution
78+
79+
Unless you explicitly state otherwise, any contribution intentionally submitted
80+
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
81+
dual licensed as above, without any additional terms or conditions.

0 commit comments

Comments
 (0)