diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-04-15 18:23:41 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-15 18:23:41 +0200 |
| commit | b13291f6a73b8b439dfbf215cf9a84053efedd4a (patch) | |
| tree | 363fa214c0b1c944037718cc9f08593903e11311 | |
| parent | 92702c1cffe5d025e2e3235c9ccc1a06896e43ae (diff) | |
| parent | 98beb1270621375078b9ec5ccbc1ccaa7d303cf7 (diff) | |
| download | rust-b13291f6a73b8b439dfbf215cf9a84053efedd4a.tar.gz rust-b13291f6a73b8b439dfbf215cf9a84053efedd4a.zip | |
Rollup merge of #59748 - agnxy:trademark, r=skade
Add summary and reference to Rust trademark guide Fix #53287 cc @steveklabnik
| -rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md index 55e6e8d7f18..f6f796911b8 100644 --- a/README.md +++ b/README.md @@ -261,3 +261,19 @@ 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]. + +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 |
