1<?xml version="1.0" encoding="UTF-8"?> 2<!-- Copyright (c) 2021 Huawei Device Co., Ltd. 3 Licensed under the Apache License, Version 2.0 (the "License"); 4 you may not use this file except in compliance with the License. 5 You may obtain a copy of the License at 6 7 http://www.apache.org/licenses/LICENSE-2.0 8 9 Unless required by applicable law or agreed to in writing, software 10 distributed under the License is distributed on an "AS IS" BASIS, 11 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 See the License for the specific language governing permissions and 13 limitations under the License. 14--> 15<configuration> 16 <oatconfig> 17 <policylist> 18 <policy name="libxml2"> 19 <policyitem type="compatibility" name="ISC-style license" path=".*" desc="与Apache兼容" /> 20 </policy> 21 </policylist> 22 <licensefile>Copyright</licensefile> 23 <filefilterlist> 24 <filefilter name="defaultFilter" desc="Files not to check"> 25 </filefilter> 26 <filefilter name="binaryFileTypePolicyFilter" desc="Filters for binary file policies"> 27 <filteritem type="filepath" name=".*" desc="For license see the license of this project."/> 28 </filefilter> 29 <filefilter name="defaultPolicyFilter" desc="Filters for license header policies"> 30 <filteritem type="filename" name="autogen.sh" desc="三方编译脚本"/> 31 </filefilter> 32 </filefilterlist> 33 <licensematcherlist> 34 <licensematcher name="ISC-style license" des=""> 35 <licensetext name=" 36 * Permission to use, copy, modify, and distribute this software for any 37 * purpose with or without fee is hereby granted, provided that the above 38 * copyright notice and this permission notice appear in all copies. 39 * 40 " des=""/> 41 </licensematcher> 42 </licensematcherlist> 43 </oatconfig> 44</configuration> 45