From 28cb56c4a50adfb14baafa65f127c73db9da82e5 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Sun, 22 Mar 2020 19:34:55 -0400 Subject: [PATCH] change title Co-Authored-By: Who? Me?! --- src/licenses.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/licenses.md b/src/licenses.md index e5f9e91b..b7f17ed9 100644 --- a/src/licenses.md +++ b/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.