From 4f7c689ef7b45e52444eb2827c52de721ee69031 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Sun, 22 Mar 2020 19:36:53 -0400 Subject: [PATCH] minor grammar edit --- src/licenses.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/licenses.md b/src/licenses.md index b7f17ed9..06cd8ae6 100644 --- a/src/licenses.md +++ b/src/licenses.md @@ -1,5 +1,5 @@ # `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. +The `rustc` compiler source and standard library are 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.