Skip to content

Commit d789405

Browse files
authored
Add licensing text to README
1 parent 1d25dd1 commit d789405

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,20 @@
88
A library that provides newtype wrappers for `u32` and `(u32, u32)` for use as text offsets.
99

1010
See the [docs](https://docs.rs/text_unit/) for more.
11+
12+
## License
13+
14+
Licensed under either of
15+
16+
* Apache License, Version 2.0
17+
([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
18+
* MIT license
19+
([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
20+
21+
at your option.
22+
23+
## Contribution
24+
25+
Unless you explicitly state otherwise, any contribution intentionally submitted
26+
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
27+
dual licensed as above, without any additional terms or conditions.

0 commit comments

Comments
 (0)