mirror of
https://codeberg.org/icewind/bitbuffer.git
synced 2026-06-03 16:44:06 +02:00
add licence part to readme
This commit is contained in:
parent
bedeec3d26
commit
523f7a3253
1 changed files with 18 additions and 1 deletions
17
README.md
17
README.md
|
|
@ -16,3 +16,20 @@ let result = buffer.read::<u16>(10, 9).unwrap();
|
||||||
```
|
```
|
||||||
|
|
||||||
You can read up to a maximum of 64 bit.
|
You can read up to a maximum of 64 bit.
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
Licensed under either of
|
||||||
|
|
||||||
|
* Apache License, Version 2.0
|
||||||
|
([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
|
||||||
|
* MIT license
|
||||||
|
([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
|
||||||
|
|
||||||
|
at your option.
|
||||||
|
|
||||||
|
## Contribution
|
||||||
|
|
||||||
|
Unless you explicitly state otherwise, any contribution intentionally submitted
|
||||||
|
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
|
||||||
|
dual licensed as above, without any additional terms or conditions.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue