librustzcash/zcash_extensions/README.md

28 lines
1001 B
Markdown
Raw Normal View History

# zcash_extensions
This library contains Rust code to support [Transparent Zcash Extensions](https://zips.z.cash/zip-0222).
## 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.
Downstream code forks should note that 'zcash_extensions' depends on the
'orchard' crate, which is licensed under the
[Bootstrap Open Source License](https://github.com/zcash/orchard/blob/main/LICENSE-BOSL).
An [exception](https://github.com/zcash/orchard/blob/main/COPYING) is
provided that makes this a "permissive" license when used in Zcash or some
of its chain forks.
### 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.