Zjianru opened a new pull request, #7989:
URL: https://github.com/apache/incubator-seata/pull/7989

   ## What is the purpose of the change
   
   Add license documentation for font files under 
`console/src/main/resources/static/console-fe/public/css/fonts/` to 
`distribution/LICENSE`, as reported in #7987.
   
   为 `console/src/main/resources/static/console-fe/public/css/fonts/` 下的字体文件在 
`distribution/LICENSE` 中补充 license 信息,解决 #7987 中提出的合规问题。
   
   ### Font files and their licenses / 字体文件及其 license
   
   | Font File | License | Source |
   |---|---|---|
   | `roboto-regular.*` (ttf/woff/woff2) | Apache-2.0 | [Google 
Roboto](https://fonts.google.com/specimen/Roboto) |
   | `roboto-bold.*` (ttf/woff/woff2) | Apache-2.0 | [Google 
Roboto](https://fonts.google.com/specimen/Roboto) |
   | `aliyun-console-font.*` (eot/ttf/woff) | MIT | Bundled with 
`@alicloud/console-components` |
   | `font_515771_emcns5054x3whfr.*` (ttf/woff) | MIT | 
[iconfont.cn](https://www.iconfont.cn) (Alibaba) |
   
   ### Investigation notes / 调查说明
   
   - **Roboto**: Well-known Google font, explicitly licensed under Apache-2.0.
   - **Roboto**: 知名 Google 字体,明确使用 Apache-2.0 许可。
   - **aliyun-console-font**: Icon font bundled with 
`@alicloud/console-components 1.6.2`, which is already listed in 
`distribution/LICENSE` as MIT. The font is referenced via `@font-face` in 
`console1412.css`.
   - **aliyun-console-font**: 随 `@alicloud/console-components 1.6.2` 
打包的图标字体,该组件已在 `distribution/LICENSE` 中列为 MIT。字体通过 `console1412.css` 中的 
`@font-face` 引用。
   - **font_515771_emcns5054x3whfr**: Icon font from iconfont.cn (Alibaba's 
vector icon platform). The naming pattern `font_XXXXXX_XXXXX` is characteristic 
of iconfont.cn projects. Note: this font file does not appear to be referenced 
by any CSS/JS in the current codebase and may be a legacy artifact.
   - **font_515771_emcns5054x3whfr**: 来自 iconfont.cn(阿里巴巴矢量图标库)的图标字体。命名模式 
`font_XXXXXX_XXXXX` 是 iconfont.cn 项目的典型特征。注意:该字体文件在当前代码库中未被任何 CSS/JS 
引用,可能是历史遗留文件。
   
   ## Brief changelog
   
   - Added Roboto font entries to the Apache-2.0 section of 
`distribution/LICENSE`
   - Added aliyun-console-font entries to the MIT section of 
`distribution/LICENSE`
   - Added font_515771 (iconfont.cn) entries to the MIT section of 
`distribution/LICENSE`
   
   Closes #7987


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to