1<?xml version="1.0" encoding="UTF-8"?> 2<!-- Copyright (c) 2021 Huawei Device Co., Ltd. 3 4 Licensed under the Apache License, Version 2.0 (the "License"); 5 you may not use this file except in compliance with the License. 6 You may obtain a copy of the License at 7 8 http://www.apache.org/licenses/LICENSE-2.0 9 10 Unless required by applicable law or agreed to in writing, software 11 distributed under the License is distributed on an "AS IS" BASIS, 12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 See the License for the specific language governing permissions and 14 limitations under the License. 15 16 This is the configuration file template for OpenHarmony OSS Audit Tool, please copy it to your project root dir and modify it refer to OpenHarmony/tools_oat/README. 17 18--> 19 20<configuration> 21 <oatconfig> 22 <licensefile>COPYING.txt</licensefile> 23 <policylist> 24 <policy name="projectPolicy" desc=""> 25 <policyitem type="compatibility" name="zlib License" path=".*" desc="zlib License, compatibility is not affected."/> 26 <policyitem type="compatibility" name="zlib-acknowledgement" path=".*" desc="zlib-acknowledgement, compatibility is not affected."/> 27 </policy> 28 </policylist> 29 <filefilterlist> 30 <filefilter name="defaultFilter" desc="Files not to check"> 31 <filteritem type="filepath" name="docs/main.dox" desc="This is guide file, no need license"/> 32 <filteritem type="filepath" name="docs/compile.dox" desc="This is guide file, no need license"/> 33 <filteritem type="filepath" name="tests/vulkan.c" desc="This file is free software"/> 34 <filteritem type="filepath" name="deps/KHR/khrplatform.h" desc="This file is free software"/> 35 </filefilter> 36 </filefilterlist> 37 <licensematcherlist> 38 <licensematcher name="zlib License" desc=""> 39 <licensetext name=" 40 For conditions of distribution and use, see copyright notice in zlib.h" desc=""/> 41 <licensetext name=" 42 * For conditions of distribution and use, see copyright notice in jsimdext.inc 43 " desc=""/> 44 <licensetext name=" 45 This software is provided 'as-is', without any express or implied 46 warranty. In no event will the authors be held liable for any damages 47 arising from the use of this software. 48 49 Permission is granted to anyone to use this software for any purpose, 50 including commercial applications, and to alter it and redistribute it 51 freely. 52 " desc=""/> 53 </licensematcher> 54 </licensematcherlist> 55 </oatconfig> 56</configuration> 57