diff options
| author | Chris Simpkins <chris@sourcefoundry.org> | 2020-03-22 19:34:32 -0400 |
|---|---|---|
| committer | Who? Me?! <mark-i-m@users.noreply.github.com> | 2020-03-22 19:27:23 -0500 |
| commit | b0bd9f1eaa5cc8d18f4dad2130676380b2a80917 (patch) | |
| tree | 931818dfd109e45e775e31ae5914720d008fa77f /src/doc/rustc-dev-guide | |
| parent | 2917e2ff23ec0c150898acb19b2d4ee0de21043d (diff) | |
| download | rust-b0bd9f1eaa5cc8d18f4dad2130676380b2a80917.tar.gz rust-b0bd9f1eaa5cc8d18f4dad2130676380b2a80917.zip | |
Update src/licenses.md
Co-Authored-By: Who? Me?! <mark-i-m@users.noreply.github.com>
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/licenses.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/licenses.md b/src/doc/rustc-dev-guide/src/licenses.md index 2d282704da9..e5f9e91bc33 100644 --- a/src/doc/rustc-dev-guide/src/licenses.md +++ b/src/doc/rustc-dev-guide/src/licenses.md @@ -1,5 +1,5 @@ # Rustc Licenses -The `rustc` compiler source is dual licensed under the [Apache License v2.0](https://github.com/rust-lang/rust/blob/master/LICENSE-APACHE) and the [MIT License](https://github.com/rust-lang/rust/blob/master/LICENSE-MIT) unless otherwise specified. +The `rustc` compiler source and standard library is dual licensed under the [Apache License v2.0](https://github.com/rust-lang/rust/blob/master/LICENSE-APACHE) and the [MIT License](https://github.com/rust-lang/rust/blob/master/LICENSE-MIT) unless otherwise specified. Detailed licensing information is available in the [COPYRIGHT document](https://github.com/rust-lang/rust/blob/master/COPYRIGHT) of the `rust-lang/rust` repository. |
