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
While the Cargo.toml specifies a license (or licenses), crates also typically include a copy of that license (or licenses) as LICENSE files. This github repo contains the license files but the codespan-reporting crate does not.
Can the appropriate license files be included in the codespan-reporting crate?
As a consumer of third party open source libraries, Chromium is aiming to ensure we include the license files in our own source tree for all of our third-party dependencies, and the codespan-reporting crate is one of a few for which they are missing. Chromium issue: crbug.com/369075726
The text was updated successfully, but these errors were encountered:
danakj
added a commit
to danakj/codespan
that referenced
this issue
Sep 25, 2024
Symlinks are added up to the license files in the repository
root for the codespan, codespan-lsp, and codespan-reporting
crates.
This ensures projects that include the source code for this project
will also get a copy of the licenses.
Fixesbrendanzab#365.
While the Cargo.toml specifies a license (or licenses), crates also typically include a copy of that license (or licenses) as LICENSE files. This github repo contains the license files but the
codespan-reporting
crate does not.Can the appropriate license files be included in the
codespan-reporting
crate?As a consumer of third party open source libraries, Chromium is aiming to ensure we include the license files in our own source tree for all of our third-party dependencies, and the codespan-reporting crate is one of a few for which they are missing. Chromium issue: crbug.com/369075726
The text was updated successfully, but these errors were encountered: