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. The following librustzcash crates and components depend on orchard:
zcash_primitives = { version = "0.7", path = "../../zcash_primitives" }
A copy of the notice is needed for each potentially reusable crate or component.
Suggested wording is:
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.
This is important licensing information since it affects how those projects can be forked. The following
librustzcash
crates and components depend onorchard
:zcash_primitives
:librustzcash/zcash_client_backend/Cargo.toml
Line 27 in 8ad60a0
zcash_client_backend
: viazcash_primitives
(also used byzcash_note_encryption
andzcash_proofs
)librustzcash/zcash_client_backend/Cargo.toml
Lines 38 to 39 in 8ad60a0
zcash_client_sqlite
: viazcash_client_backend
andzcash_primitives
librustzcash/zcash_client_sqlite/Cargo.toml
Lines 26 to 27 in 8ad60a0
zcash_proofs
: viazcash_primitives
librustzcash/zcash_proofs/Cargo.toml
Line 31 in 8ad60a0
zcash_extensions
: viazcash_proofs
librustzcash/zcash_extensions/Cargo.toml
Line 19 in 8ad60a0
zcash_note_encryption
: viazcash_primitives
librustzcash/components/zcash_note_encryption/Cargo.toml
Line 28 in 8ad60a0
A copy of the notice is needed for each potentially reusable crate or component.
Suggested wording is:
See also:
The text was updated successfully, but these errors were encountered: