mirror of
https://github.com/openharmony/third_party_libxml2.git
synced 2026-08-24 23:31:27 -04:00
license 证书屏蔽
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user