* Fix #1441 add icon files notice * Amend notice file, add excluding icon folder in rat config
This commit is contained in:
parent
d0f15fc322
commit
dc1dfca010
5
NOTICE
5
NOTICE
|
|
@ -3,3 +3,8 @@ Copyright 2017-2018 The Apache Software Foundation
|
|||
|
||||
This product includes software developed at
|
||||
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
|
||||
|
|
@ -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
|
||||
|
|
|
|||
2
pom.xml
2
pom.xml
|
|
@ -172,6 +172,8 @@
|
|||
<!-- UI style check files -->
|
||||
<exclude>**/skywalking-ui/.eslintrc</exclude>
|
||||
<exclude>**/skywalking-ui/.stylelintrc</exclude>
|
||||
<!-- UI icon files -->
|
||||
<exclude>**/skywalking-ui/public/font/iconfont/**</exclude>
|
||||
|
||||
<!-- git files -->
|
||||
<exclude>**/.gitignore</exclude>
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 3ecf33899e28ac106e1d421c089c4c4a4d79c23d
|
||||
Subproject commit f9c602936ab4f386576bf16f203efac61962e424
|
||||
Loading…
Reference in New Issue