1987da915Sopenharmony_ci<?xml version="1.0" encoding="UTF-8"?>
2987da915Sopenharmony_ci<!-- Copyright (c) 2021 Huawei Device Co., Ltd.
3987da915Sopenharmony_ci
4987da915Sopenharmony_ci     Licensed under the Apache License, Version 2.0 (the "License");
5987da915Sopenharmony_ci     you may not use this file except in compliance with the License.
6987da915Sopenharmony_ci     You may obtain a copy of the License at
7987da915Sopenharmony_ci
8987da915Sopenharmony_ci          http://www.apache.org/licenses/LICENSE-2.0
9987da915Sopenharmony_ci
10987da915Sopenharmony_ci     Unless required by applicable law or agreed to in writing, software
11987da915Sopenharmony_ci     distributed under the License is distributed on an "AS IS" BASIS,
12987da915Sopenharmony_ci     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13987da915Sopenharmony_ci     See the License for the specific language governing permissions and
14987da915Sopenharmony_ci     limitations under the License.
15987da915Sopenharmony_ci
16987da915Sopenharmony_ci    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.
17987da915Sopenharmony_ci
18987da915Sopenharmony_ci-->
19987da915Sopenharmony_ci
20987da915Sopenharmony_ci<configuration>
21987da915Sopenharmony_ci    <oatconfig>
22987da915Sopenharmony_ci        <licensefile>COPYING</licensefile>
23987da915Sopenharmony_ci        <policylist>
24987da915Sopenharmony_ci            <policy name="projectPolicy" desc="">
25987da915Sopenharmony_ci                <policyitem type="compatibility" name="GPLStyleLicense" path="*.*" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="独立进程,独立使用"/>
26987da915Sopenharmony_ci                <policyitem type="compatibility" name="LGPL-2.0" path="*.*" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="独立进程,独立使用"/>
27987da915Sopenharmony_ci                <policyitem type="compatibility" name="GPL-2.0+" path="*.*" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="独立进程,独立使用"/>
28987da915Sopenharmony_ci                <policyitem type="compatibility" name="GPL-2.0-or-later" path=".*" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc="独立进程,独立使用"/>
29987da915Sopenharmony_ci            </policy>
30987da915Sopenharmony_ci        </policylist>
31987da915Sopenharmony_ci        <filefilterlist>
32987da915Sopenharmony_ci            <filefilter name="defaultFilter" desc="Files not to check">
33987da915Sopenharmony_ci                <filteritem type="filepath" name="ntfsprogs/boot.c" desc="三方开源,且本文件未被使用,不需检测文件头是否不兼容"/>
34987da915Sopenharmony_ci            </filefilter>
35987da915Sopenharmony_ci            <filefilter name="defaultPolicyFilter" desc="Filters for compatibility,license header policies">
36987da915Sopenharmony_ci                <filteritem type="filename" name="autogen.sh" desc="没有许可证"/>
37987da915Sopenharmony_ci                <filteritem type="filename" name="ntfsprogs/boot.c" desc="没有许可证"/>
38987da915Sopenharmony_ci            </filefilter>
39987da915Sopenharmony_ci            <filefilter name="copyrightPolicyFilter" desc="Filters for copyright header policies">
40987da915Sopenharmony_ci            </filefilter>
41987da915Sopenharmony_ci            <filefilter name="licenseFileNamePolicyFilter" desc="Filters for LICENSE file policies">
42987da915Sopenharmony_ci            </filefilter>
43987da915Sopenharmony_ci            <filefilter name="readmeFileNamePolicyFilter" desc="Filters for README file policies">
44987da915Sopenharmony_ci            </filefilter>
45987da915Sopenharmony_ci            <filefilter name="readmeOpenSourcefileNamePolicyFilter" desc="Filters for README.OpenSource file policies">
46987da915Sopenharmony_ci            </filefilter>
47987da915Sopenharmony_ci            <filefilter name="binaryFileTypePolicyFilter" desc="Filters for binary file policies">
48987da915Sopenharmony_ci                <filteritem type="filename" name="COPYING.LIB" desc="LGPL-2.0许可证文件"/>
49987da915Sopenharmony_ci            </filefilter>
50987da915Sopenharmony_ci        </filefilterlist>
51987da915Sopenharmony_ci        <licensematcherlist>
52987da915Sopenharmony_ci            <licensematcher name="LGPL-2.0 License" desc="LGPL-2.0 License see the file COPYING.LIB.">
53987da915Sopenharmony_ci                <licensetext name="
54987da915Sopenharmony_ci                /*
55987da915Sopenharmony_ci                    FUSE: Filesystem in Userspace
56987da915Sopenharmony_ci                    Copyright (C) 2001-2007  Miklos Szeredi &lt;miklos@szeredi.hu&gt;
57987da915Sopenharmony_ci                
58987da915Sopenharmony_ci                    This program can be distributed under the terms of the GNU LGPLv2.
59987da915Sopenharmony_ci                    See the file COPYING.LIB
60987da915Sopenharmony_ci                */
61987da915Sopenharmony_ci				 " desc=""/>
62987da915Sopenharmony_ci                <licensetext name="
63987da915Sopenharmony_ci                /*
64987da915Sopenharmony_ci                    FUSE: Filesystem in Userspace
65987da915Sopenharmony_ci                    Copyright (C) 2001-2007  Miklos Szeredi &lt;miklos@szeredi.hu&gt;
66987da915Sopenharmony_ci                
67987da915Sopenharmony_ci                    This program can be distributed under the terms of the GNU GPL.
68987da915Sopenharmony_ci                    See the file COPYING.
69987da915Sopenharmony_ci                */
70987da915Sopenharmony_ci				 " desc=""/>
71987da915Sopenharmony_ci                 <licensetext name="
72987da915Sopenharmony_ci                /*
73987da915Sopenharmony_ci                    This file defines the kernel interface of FUSE
74987da915Sopenharmony_ci                    Copyright (C) 2001-2007  Miklos Szeredi &lt;miklos@szeredi.hu&gt;
75987da915Sopenharmony_ci                
76987da915Sopenharmony_ci                    This program can be distributed under the terms of the GNU GPL.
77987da915Sopenharmony_ci                    See the file COPYING.
78987da915Sopenharmony_ci                
79987da915Sopenharmony_ci                    This  and only this  header file may also be distributed under
80987da915Sopenharmony_ci                    the terms of the BSD Licence as follows:
81987da915Sopenharmony_ci                
82987da915Sopenharmony_ci                    Copyright (C) 2001-2007 Miklos Szeredi. All rights reserved.
83987da915Sopenharmony_ci                
84987da915Sopenharmony_ci                    Redistribution and use in source and binary forms, with or without
85987da915Sopenharmony_ci                    modification, are permitted provided that the following conditions
86987da915Sopenharmony_ci                    are met:
87987da915Sopenharmony_ci                    1. Redistributions of source code must retain the above copyright
88987da915Sopenharmony_ci                       notice, this list of conditions and the following disclaimer.
89987da915Sopenharmony_ci                    2. Redistributions in binary form must reproduce the above copyright
90987da915Sopenharmony_ci                       notice, this list of conditions and the following disclaimer in the
91987da915Sopenharmony_ci                       documentation and/or other materials provided with the distribution.
92987da915Sopenharmony_ci                    
93987da915Sopenharmony_ci                    THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND
94987da915Sopenharmony_ci                    ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
95987da915Sopenharmony_ci                    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
96987da915Sopenharmony_ci                    ARE DISCLAIMED.  IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE
97987da915Sopenharmony_ci                    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
98987da915Sopenharmony_ci                    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
99987da915Sopenharmony_ci                    OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
100987da915Sopenharmony_ci                    HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
101987da915Sopenharmony_ci                    LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
102987da915Sopenharmony_ci                    OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
103987da915Sopenharmony_ci                    SUCH DAMAGE.
104987da915Sopenharmony_ci                *
105987da915Sopenharmony_ci                * 7.12
106987da915Sopenharmony_ci                *  - add umask flag to input argument of open, mknod and mkdir
107987da915Sopenharmony_ci                */
108987da915Sopenharmony_ci				 " desc=""/>
109987da915Sopenharmony_ci            </licensematcher>
110987da915Sopenharmony_ci        </licensematcherlist>
111987da915Sopenharmony_ci    </oatconfig>
112987da915Sopenharmony_ci</configuration>
113