license 证书屏蔽

This commit is contained in:
陈程
2021-07-31 09:10:49 +00:00
committed by Gitee
parent 4edf3d8a16
commit 8036d348ff
+18
View File
@@ -14,11 +14,29 @@
-->
<configuration>
<oatconfig>
<policylist>
<policy name="libxml2">
<policyitem type="compatibility" name="ISC-style license" path=".*" desc="与Apache兼容" />
</policy>
</policylist>
<licensefile>Copyright</licensefile>
<filefilterlist>
<filefilter name="defaultPolicyFilter" desc="Filters for license header policies">
<filteritem type="filepath" name="xmlwriter.c" desc="For license and disclaimer see the license and disclaimer of libxml2."/>
<filteritem type="filename" name="REC-xml-19980210.xml" desc="测试xml文件"/>
<filteritem type="filename" name="readme.vms" desc="问题记录文件"/>
<filteritem type="filename" name="autogen.sh" desc="三方编译脚本"/>
</filefilter>
</filefilterlist>
<licensematcherlist>
<licensematcher name="ISC-style license" des="">
<licensetext name="
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
" des=""/>
</licensematcher>
</licensematcherlist>
</oatconfig>
</configuration>