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
If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear.
However, cargo-lichking makes no attempt to preserve NOTICE files. As a demonstration, create a new Cargo project and add bat as a dependency; then the file produced by cargo-lichking will include bat's MIT and Apache 2.0 licenses, but not its NOTICE file.
Also, when implementing NOTICE support, keep in mind that the Apache 2.0 license requires NOTICE texts to be redistributed in a file also named NOTICE (or in the source, docs, or a UI, but that's beyond the scope of the project).
The text was updated successfully, but these errors were encountered:
The Apache 2.0 license states in part:
However,
cargo-lichking
makes no attempt to preserveNOTICE
files. As a demonstration, create a new Cargo project and addbat
as a dependency; then the file produced bycargo-lichking
will includebat
's MIT and Apache 2.0 licenses, but not itsNOTICE
file.Also, when implementing
NOTICE
support, keep in mind that the Apache 2.0 license requiresNOTICE
texts to be redistributed in a file also namedNOTICE
(or in the source, docs, or a UI, but that's beyond the scope of the project).The text was updated successfully, but these errors were encountered: