From dc1dfca010cafbe60cbd1f61cff138712e678b8c Mon Sep 17 00:00:00 2001 From: Gao Hongtao Date: Wed, 11 Jul 2018 11:12:53 +0800 Subject: [PATCH] Fix #1441 add icon files notice (#1442) * Fix #1441 add icon files notice * Amend notice file, add excluding icon folder in rat config --- NOTICE | 7 ++++++- apm-dist/release-docs/NOTICE | 7 +++++++ pom.xml | 2 ++ skywalking-ui | 2 +- 4 files changed, 16 insertions(+), 2 deletions(-) diff --git a/NOTICE b/NOTICE index 750c8d51d7..fe4d0a205f 100644 --- a/NOTICE +++ b/NOTICE @@ -2,4 +2,9 @@ Apache SkyWalking Copyright 2017-2018 The Apache Software Foundation This product includes software developed at -The Apache Software Foundation (http://www.apache.org/). \ No newline at end of file +The Apache Software Foundation (http://www.apache.org/). + +This product bundles icons/fonts from the ant-design project, +https://github.com/ant-design/antd-init/tree/master/examples/local-iconfont +Licensed under the MIT license, confirmed by ant-design team member. +https://github.com/ant-design/ant-design/issues/10243 \ No newline at end of file diff --git a/apm-dist/release-docs/NOTICE b/apm-dist/release-docs/NOTICE index b47262df5f..d60cf63768 100644 --- a/apm-dist/release-docs/NOTICE +++ b/apm-dist/release-docs/NOTICE @@ -829,3 +829,10 @@ grants independently of ICOT any specific warranty to the user in writing, such person, organization or entity, will also be exempted from and not be held liable to the user for any such damages as noted above as far as the program is concerned. + +------ + +This product bundles icons/fonts from the ant-design project, +https://github.com/ant-design/antd-init/tree/master/examples/local-iconfont +Licensed under the MIT license, confirmed by ant-design team member. +https://github.com/ant-design/ant-design/issues/10243 diff --git a/pom.xml b/pom.xml index ecf9ebdeae..aa5668a624 100644 --- a/pom.xml +++ b/pom.xml @@ -172,6 +172,8 @@ **/skywalking-ui/.eslintrc **/skywalking-ui/.stylelintrc + + **/skywalking-ui/public/font/iconfont/** **/.gitignore diff --git a/skywalking-ui b/skywalking-ui index 3ecf33899e..f9c602936a 160000 --- a/skywalking-ui +++ b/skywalking-ui @@ -1 +1 @@ -Subproject commit 3ecf33899e28ac106e1d421c089c4c4a4d79c23d +Subproject commit f9c602936ab4f386576bf16f203efac61962e424 -- GitLab