summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorChris Simpkins <chris@sourcefoundry.org>2020-03-22 19:34:55 -0400
committerWho? Me?! <mark-i-m@users.noreply.github.com>2020-03-22 19:27:23 -0500
commit44348018cc31c7fa684ceb609bed51908fbb4f31 (patch)
treeb718e8f2d221b55052f0a1ac457e232e147ec12d /src/doc/rustc-dev-guide
parentb0bd9f1eaa5cc8d18f4dad2130676380b2a80917 (diff)
downloadrust-44348018cc31c7fa684ceb609bed51908fbb4f31.tar.gz
rust-44348018cc31c7fa684ceb609bed51908fbb4f31.zip
change title
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.md2
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 e5f9e91bc33..b7f17ed9ea8 100644
--- a/src/doc/rustc-dev-guide/src/licenses.md
+++ b/src/doc/rustc-dev-guide/src/licenses.md
@@ -1,4 +1,4 @@
-# Rustc Licenses
+# `rust-lang/rust` Licenses
 
 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.