File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ documentation = "https://docs.rs/num-bigint"
5
5
homepage = " https://github.com/rust-num/num-bigint"
6
6
keywords = [" mathematics" , " numerics" , " bignum" ]
7
7
categories = [ " algorithms" , " data-structures" , " science" ]
8
- license = " MIT/ Apache-2.0"
8
+ license = " MIT OR Apache-2.0"
9
9
name = " num-bigint"
10
10
repository = " https://github.com/rust-num/num-bigint"
11
11
version = " 0.3.1"
Original file line number Diff line number Diff line change @@ -64,3 +64,18 @@ table offers a brief comparison to a few alternatives.
64
64
[ `rust-gmp` ] : https://crates.io/crates/rust-gmp
65
65
[ `ramp` ] : https://crates.io/crates/ramp
66
66
[ `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.
You can’t perform that action at this time.
0 commit comments