Skip to content

Commit 2ac02b2

Browse files
committed
Make licensing more explicit
1 parent c22e436 commit 2ac02b2

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

README.md

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

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

0 commit comments

Comments
 (0)