diff options
| author | León Orell Valerian Liehr <me@fmease.dev> | 2025-02-26 04:15:07 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-26 04:15:07 +0100 |
| commit | a82ad9494cd7be42dd1579de2436e4e3c38d819e (patch) | |
| tree | ccd968e0ca226a73440aa2ce15de88d1b475b480 | |
| parent | 677295aa85544d82221c89151d85846f2afa8182 (diff) | |
| parent | eaf8fc56d7695b5d6681518a74c4bf8050a4ff5e (diff) | |
| download | rust-a82ad9494cd7be42dd1579de2436e4e3c38d819e.tar.gz rust-a82ad9494cd7be42dd1579de2436e4e3c38d819e.zip | |
Rollup merge of #137609 - ColinPitrat:master, r=GuillaumeGomez
Complete the list of resources used in rustdoc output The Nanum Barun Gothic Font was missing in the list and should clearly be mentionned. Arguably referencing the Rust logos is not really necessary as the file mentions "third party resources" but it doesn't hurt and should make things clearer for anybody who wants to publish their Rust doc.
| -rw-r--r-- | src/librustdoc/html/static/COPYRIGHT.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/librustdoc/html/static/COPYRIGHT.txt b/src/librustdoc/html/static/COPYRIGHT.txt index 111340298c5..752dab0a347 100644 --- a/src/librustdoc/html/static/COPYRIGHT.txt +++ b/src/librustdoc/html/static/COPYRIGHT.txt @@ -45,6 +45,27 @@ included, and carry their own copyright notices and license terms: Licensed under the SIL Open Font License, Version 1.1. See SourceSerif4-LICENSE.md. +* Nanum Barun Gothic Font (NanumBarunGothic.woff2) + + Copyright 2010, NAVER Corporation (http://www.nhncorp.com) + with Reserved Font Name Nanum, Naver Nanum, NanumGothic, Naver NanumGothic, + NanumMyeongjo, Naver NanumMyeongjo, NanumBrush, Naver NanumBrush, NanumPen, + Naver NanumPen, Naver NanumGothicEco, NanumGothicEco, + Naver NanumMyeongjoEco, NanumMyeongjoEco, Naver NanumGothicLight, + NanumGothicLight, NanumBarunGothic, Naver NanumBarunGothic. + + https://hangeul.naver.com/2017/nanum + https://github.com/hiun/NanumBarunGothic + + Licensed under the SIL Open Font License, Version 1.1. + See NanumBarunGothic-LICENSE.txt. + +* Rust logos (rust-logo.svg, favicon.svg, favicon-32x32.png) + + Copyright 2025 Rust Foundation. + Licensed under the Creative Commons Attribution license (CC-BY). + https://rustfoundation.org/policy/rust-trademark-policy/ + This copyright file is intended to be distributed with rustdoc output. # REUSE-IgnoreEnd |
