File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ We track licenses for third-party materials in two ways:
2020
2121* We use [REUSE](https://reuse.software) to track license information for
2222 in-tree source files - both those authored by the Rust project and those
23- authored by third- parties. See `REUSE.toml`, and our cached output of the
23+ authored by third parties. See `REUSE.toml`, and our cached output of the
2424 `reuse` tool which is committed to `license-metadata.json`.
2525* We use `cargo` to track license information for out-of-tree dependencies.
2626
2727These two sources of information are collected by the tool `generate-copyright`
2828into a file called `COPYRIGHT.html`, which is shipped with each binary release
29- of Rust. Please refer that file for detailed information as to the components of
30- any given Rust release. We also produce a `COPYRIGHT-library.html` which only
29+ of Rust. Please refer to that file for detailed information as to the components of
30+ any given Rust release. We also produce a `COPYRIGHT-library.html` file which only
3131covers the subset of source code used in the Rust Standard Library, as opposed
3232to the toolchain as a whole.
You can’t perform that action at this time.
0 commit comments