• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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-->
17
18<!--This is the configuration file template for OpenHarmony OSS Audit Tool,
19please copy it to your project root dir and modify it refer to OpenHarmony/tools_oat/README.
20-->
21
22<configuration>
23    <oatconfig>
24        <licensefile>COPYRIGHT</licensefile>
25        <policylist>
26            <policy name="projectPolicy" desc="">
27                <policyitem type="compatibility" name="InvalidLicense" path="sys/arm/arm/nexus.c" desc="MIT LICENSE 1998"/>
28                <policyitem type="compatibility" name="InvalidLicense" path="sys/arm/include/_bus.h" desc="BSD-2-CLAUSE LICENSE"/>
29                <policyitem type="compatibility" name="InvalidLicense" path="sys/dev/usb/serial/u3g.c" desc="ISC LICENSE"/>
30                <policyitem type="compatibility" name="InvalidLicense" path="sys/sys/mutex.h" desc="BSD-3-CLAUSE LICENSE"/>
31                <policyitem type="compatibility" name="InvalidLicense" path="sys/cam/scsi/scsi_all.h" desc="BSD-LIKE LICENSE"/>
32                <policyitem type="compatibility" name="InvalidLicense" path="sys/sys/sema.h" desc="BSD-2-CLAUSE LICENSE"/>
33                <policyitem type="compatibility" name="InvalidLicense" path="sys/net/ppp_defs.h" desc="BSD-LIKE LICENSE"/>
34                <policyitem type="compatibility" name="InvalidLicense" path="sys/sys/sx.h" desc="BSD-2-CLAUSE LICENSE"/>
35                <policyitem type="compatibility" name="InvalidLicense" path="sys/dev/usb/net/if_urndis.c" desc="ISC LICENSE"/>
36                <policyitem type="compatibility" name="InvalidLicense" path="sys/dev/usb/net/if_urndisreg.h" desc="ISC LICENSE"/>
37                <policyitem type="compatibility" name="SunPro" path="lib/msun/.*" desc="SunPro License" />
38            </policy>
39        </policylist>
40        <filefilterlist>
41            <filefilter name="defaultFilter" desc="Files not to check">
42                <!--filteritem type="filename" name="*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
43                <!--filteritem type="filepath" name="abcdefg/.*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
44                <!--filteritem type="filepath" name="projectroot/[a-zA-Z0-9]{20,}.sh" desc="Temp files"/-->
45            </filefilter>
46            <filefilter name="defaultPolicyFilter" desc="Filters for compatibility,license header policies">
47                <!--filteritem type="filename" name="*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
48                <!--filteritem type="filepath" name="abcdefg/.*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
49                <!--filteritem type="filepath" name="projectroot/[a-zA-Z0-9]{20,}.sh" desc="Temp files"/-->
50            </filefilter>
51            <filefilter name="copyrightPolicyFilter" desc="Filters for copyright header policies">
52                <!--filteritem type="filename" name="*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
53                <!--filteritem type="filepath" name="abcdefg/.*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
54                <!--filteritem type="filepath" name="projectroot/[a-zA-Z0-9]{20,}.sh" desc="Temp files"/-->
55            </filefilter>
56            <filefilter name="licenseFileNamePolicyFilter" desc="Filters for LICENSE file policies">
57                <!--filteritem type="filename" name="*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
58                <!--filteritem type="filepath" name="abcdefg/.*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
59                <!--filteritem type="filepath" name="projectroot/[a-zA-Z0-9]{20,}.sh" desc="Temp files"/-->
60            </filefilter>
61            <filefilter name="readmeFileNamePolicyFilter" desc="Filters for README file policies">
62                <!--filteritem type="filename" name="*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
63                <!--filteritem type="filepath" name="abcdefg/.*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
64                <!--filteritem type="filepath" name="projectroot/[a-zA-Z0-9]{20,}.sh" desc="Temp files"/-->
65            </filefilter>
66            <filefilter name="readmeOpenSourcefileNamePolicyFilter" desc="Filters for README.OpenSource file policies">
67                <!--filteritem type="filename" name="*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
68                <!--filteritem type="filepath" name="abcdefg/.*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
69                <!--filteritem type="filepath" name="projectroot/[a-zA-Z0-9]{20,}.sh" desc="Temp files"/-->
70            </filefilter>
71            <filefilter name="binaryFileTypePolicyFilter" desc="Filters for binary file policies">
72                <!--filteritem type="filename" name="*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
73                <!--filteritem type="filepath" name="abcdefg/.*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
74                <!--filteritem type="filepath" name="projectroot/[a-zA-Z0-9]{20,}.sh" desc="Temp files"/-->
75            </filefilter>
76
77        </filefilterlist>
78        <licensematcherlist>
79            <!--licensematcher name="uvwxyz License" desc="If the scanning result is InvalidLicense, you can define matching rules here. Note that quotation marks must be escaped.">
80                <licensetext name="
81                    uvwxyz license textA xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
82				 " desc=""/>
83                <licensetext name="
84                    uvwxyz license textB xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
85				 " desc=""/>
86            </licensematcher-->
87            <licensematcher name="BSD-3-Clause" desc="">
88                <licensetext name="
89                    * Copyright (c) 1987 Regents of the University of California.
90                    * All rights reserved.
91                    *
92                    * Redistribution and use in source and binary forms are permitted
93                    * provided that the above copyright notice and this paragraph are
94                    * duplicated in all such forms and that any documentation,
95                    * advertising materials, and other materials related to such
96                    * distribution and use acknowledge that the software was developed
97                    * by the University of California, Berkeley.  The name of the
98                    * University may not be used to endorse or promote products derived
99                    * from this software without specific prior written permission.
100                    * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
101                    * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
102                    * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
103				 " desc=""/>
104                <licensetext name="
105                    * Permission to use, copy, modify, and distribute this software for any
106                    * purpose with or without fee is hereby granted, provided that the above
107                    * copyright notice and this permission notice appear in all copies.
108                    *
109                    * THE SOFTWARE IS PROVIDED &quot;AS IS&quot; AND THE AUTHOR DISCLAIMS ALL WARRANTIES
110                    * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
111                    * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
112                    * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
113                    * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
114                    * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
115                    * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
116				 " desc=""/>
117            </licensematcher>
118            <licensematcher name="MIT" desc="">
119                <licensetext name="The author of this software is David M. Gay." desc=""/>
120            </licensematcher>
121            <licensematcher name="SunPro" desc="" >
122                <licensetext name="
123                    * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
124                    * Copyright (c) 2008 Steven G. Kargl, David Schultz, Bruce D. Evans.
125                    *
126                    * Developed at SunSoft, a Sun Microsystems, Inc. business.
127                    * Permission to use, copy, modify, and distribute this
128                    * software is freely granted, provided that this notice
129                    * is preserved.
130				 " desc=""/>
131                <licensetext name="
132                    * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
133                    *
134                    * Developed at SunSoft, a Sun Microsystems, Inc. business.
135                    * Permission to use, copy, modify, and distribute this
136                    * software is freely granted, provided that this notice
137                    * is preserved.
138				 " desc=""/>
139                <licensetext name="
140                    * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
141                    *
142                    * Developed at SunPro, a Sun Microsystems, Inc. business.
143                    * Permission to use, copy, modify, and distribute this
144                    * software is freely granted, provided that this notice
145                    * is preserved.
146				 " desc=""/>
147            </licensematcher>
148        </licensematcherlist>
149    </oatconfig>
150</configuration>
151