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:
20
20
21
21
* We use [REUSE](https://reuse.software) to track license information for
22
22
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
24
24
`reuse` tool which is committed to `license-metadata.json`.
25
25
* We use `cargo` to track license information for out-of-tree dependencies.
26
26
27
27
These two sources of information are collected by the tool `generate-copyright`
28
28
into 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
31
31
covers the subset of source code used in the Rust Standard Library, as opposed
32
32
to the toolchain as a whole.
You can’t perform that action at this time.
0 commit comments