You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is important licensing information since it affects how those projects can be forked. zcash_script depends on orchard via zcash_primitives and zcash_note_encryption: see
Downstream code forks should note that the code in this repository depends on
the 'orchard' crate, which is licensed under the Bootstrap Open Source License.
A license exception is provided allowing some derived works that are linked or
combined with the 'orchard' crate to be copied or distributed under the original
licenses (in this case MIT / Apache 2.0), provided that the included portions of
the 'orchard' code remain subject to BOSL.
See https://github.com/zcash/orchard/blob/main/COPYING for details of which
derived works can make use of this exception.
I'm proposing the following actions and would like your input on whether we should implement them now. My plan is to submit a PR with the following changes:
Incorporate dual license files (APACHE/MIT) into this project, aligning with what Zebra and Zcash do.
Update the README by adding a license section, using a wording similar to Zebra's README as a reference: Zebra License Section.
Integrate the recommended wording from @daira regarding the BOSL into the newly created license section on the README.
Your thoughts on this would be greatly appreciated!
This is important licensing information since it affects how those projects can be forked.
zcash_script
depends onorchard
viazcash_primitives
andzcash_note_encryption
: seezcash_script/Cargo.toml
Lines 57 to 58 in c9fbc44
and zcash/librustzcash#576.
Suggested wording is:
See also:
The text was updated successfully, but these errors were encountered: