File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -40,11 +40,25 @@ Implementations for `i128` and `u128` are only available with Rust 1.26 and
4040later. The build script automatically detects this, but you can make it
4141mandatory by enabling the ` i128 ` crate feature.
4242
43-
4443## Releases
4544
4645Release notes are available in [ RELEASES.md] ( RELEASES.md ) .
4746
4847## Compatibility
4948
5049The ` num-integer ` crate is tested for rustc 1.8 and greater.
50+
51+ ## License
52+
53+ Licensed under either of
54+
55+ * [ Apache License, Version 2.0] ( http://www.apache.org/licenses/LICENSE-2.0 )
56+ * [ MIT license] ( http://opensource.org/licenses/MIT )
57+
58+ at your option.
59+
60+ ### Contribution
61+
62+ Unless you explicitly state otherwise, any contribution intentionally submitted
63+ for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
64+ dual licensed as above, without any additional terms or conditions.
You can’t perform that action at this time.
0 commit comments