Fix #1441 add icon files notice (#1442)

* Fix #1441 add icon files notice

* Amend notice file, add excluding icon folder in rat config
This commit is contained in:
Gao Hongtao 2018-07-11 11:12:53 +08:00 committed by 吴晟 Wu Sheng
parent d0f15fc322
commit dc1dfca010
4 changed files with 16 additions and 2 deletions

7
NOTICE
View File

@ -2,4 +2,9 @@ Apache SkyWalking
Copyright 2017-2018 The Apache Software Foundation Copyright 2017-2018 The Apache Software Foundation
This product includes software developed at This product includes software developed at
The Apache Software Foundation (http://www.apache.org/). 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

View File

@ -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 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 from and not be held liable to the user for any such damages as noted
above as far as the program is concerned. 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

View File

@ -172,6 +172,8 @@
<!-- UI style check files --> <!-- UI style check files -->
<exclude>**/skywalking-ui/.eslintrc</exclude> <exclude>**/skywalking-ui/.eslintrc</exclude>
<exclude>**/skywalking-ui/.stylelintrc</exclude> <exclude>**/skywalking-ui/.stylelintrc</exclude>
<!-- UI icon files -->
<exclude>**/skywalking-ui/public/font/iconfont/**</exclude>
<!-- git files --> <!-- git files -->
<exclude>**/.gitignore</exclude> <exclude>**/.gitignore</exclude>

@ -1 +1 @@
Subproject commit 3ecf33899e28ac106e1d421c089c4c4a4d79c23d Subproject commit f9c602936ab4f386576bf16f203efac61962e424