From 8ffb6fd8e4f00b5e727ec02219f06cb93a28f9c9 Mon Sep 17 00:00:00 2001 From: Andrew Xu Date: Sat, 6 Apr 2019 18:04:06 +0800 Subject: [PATCH 1/2] Add summary and reference to Rust trademark guide --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 55e6e8d7f1889..fa66beb52e28d 100644 --- a/README.md +++ b/README.md @@ -261,3 +261,15 @@ BSD-like licenses. See [LICENSE-APACHE](LICENSE-APACHE), [LICENSE-MIT](LICENSE-MIT), and [COPYRIGHT](COPYRIGHT) for details. + +## Trademark +[trademark]: #trademark + +The Rust programming language is an open source, community project governed +by a core team. It is also sponsored by the Mozilla Foundation (“Mozilla”), +which owns and protects the Rust and Cargo trademarks and logos +(the “Rust Trademarks”). + +If you want to use these names or brands, please read the [media guide][media-guide]. + +[media-guide]: https://www.rust-lang.org/policies/media-guide From 98beb1270621375078b9ec5ccbc1ccaa7d303cf7 Mon Sep 17 00:00:00 2001 From: Andrew Xu Date: Fri, 12 Apr 2019 22:14:21 +0800 Subject: [PATCH 2/2] Add a link to the licenses page --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fa66beb52e28d..f6f796911b8fa 100644 --- a/README.md +++ b/README.md @@ -272,4 +272,8 @@ which owns and protects the Rust and Cargo trademarks and logos If you want to use these names or brands, please read the [media guide][media-guide]. +Third-party logos may be subject to third-party copyrights and trademarks. See +[Licenses][policies-licenses] for details. + [media-guide]: https://www.rust-lang.org/policies/media-guide +[policies-licenses]: https://www.rust-lang.org/policies/licenses