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     Notes:
17     This is project config file for OpenHarmony OSS Audit Tool, if you have any questions or concerns, please email chenyaxun.
18-->
19<!-- OAT(OSS Audit Tool) configuration guide:
20basedir: Root dir, the basedir + project path is the real source file location.
21licensefile:
221.If the project don't have "LICENSE" in root dir, please define all the license files in this project in , OAT will check license files according to this rule.
23
24tasklist(only for batch mode):
251. task: Define oat check thread, each task will start a new thread.
262. task name: Only an name, no practical effect.
273. task policy: Default policy for projects under this task, this field is required and the specified policy must defined in policylist.
284. task filter: Default filefilter for projects under this task, this field is required and the specified filefilter must defined in filefilterlist.
295. task project: Projects to be checked, the path field define the source root dir of the project.
30
31
32policyList:
331. policy: All policyitems will be merged to default OAT.xml rules, the name of policy doesn't affect OAT check process.
342. policyitem: The fields type, name, path, desc is required, and the fields rule, group, filefilter is optional,the default value is:
35<policyitem type="" name="" path="" desc="" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter"/>
363. policyitem type:
37    "compatibility" is used to check license compatibility in the specified path;
38    "license" is used to check source license header in the specified path;
39    "copyright" is used to check source copyright header in the specified path;
40    "import" is used to check source dependency in the specified path, such as import ... ,include ...
41    "filetype" is used to check file type in the specified path, supported file types: archive, binary
42    "filename" is used to check whether the specified file exists in the specified path(support projectroot in default OAT.xml), supported file names: LICENSE, README, README.OpenSource
43
444. policyitem name: This field is used for define the license, copyright, "*" means match all, the "!" prefix means could not match this value. For example, "!GPL" means can not use GPL license.
455. policyitem path: This field is used for define the source file scope to apply this policyitem, the "!" prefix means exclude the files. For example, "!.*/lib/.*" means files in lib dir will be exclude while process this policyitem.
466. policyitem rule and group: These two fields are used together to merge policy results. "may" policyitems in the same group means any one in this group passed, the result will be passed.
477. policyitem filefilter: Used to bind filefilter which define filter rules.
488. filefilter: Filter rules, the type filename is used to filter file name, the type filepath is used to filter file path.
49
50Note:If the text contains special characters, please escape them according to the following rules:
51" == &gt;
52& == &gt;
53' == &gt;
54< == &gt;
55> == &gt;
56-->
57<configuration>
58    <oatconfig>
59        <licensefile></licensefile>
60        <policylist>
61            <policy name="projectPolicy" desc="多个协议,均不影响兼容性 :ISC License,Public Domain,MIT License,Free Software Foundation - MIT License,Apache License V2.0,ICU License,zlib/libpng License,BSD 2-Clause License,BSD 3-Clause License">
62            <policyitem type="compatibility" name="Unicode-DFS-2016" path="deps/icu-small/.*" desc="ICU License,不影响兼容性"/>
63            <policyitem type="compatibility" name="Unicode-TOU" path="deps/icu-small/.*" desc="ICU License,不影响兼容性"/>
64            <policyitem type="compatibility" name="Unicode-TOU" path="tools/icu/patches/64/source/.*" desc="ICU License,不影响兼容性"/>
65            <policyitem type="compatibility" name="c-ares license" path="deps/cares/.*" desc="c-ares license,不影响兼容性"/>
66            <policyitem type="compatibility" name="zlib-acknowledgement" path="deps/zlib/.*" desc="zlib/libpng License,不影响兼容性"/>
67            <policyitem type="compatibility" name="zlib/libpng License" path="deps/zlib/.*" desc="zlib/libpng License,不影响兼容性"/>
68            <policyitem type="compatibility" name="Artistic-2.0" path="deps/npm/.*" desc="Artistic License 2.0,协议友好,不影响兼容性"/>
69            <policyitem type="compatibility" name="Unicode-DFS-2016" path="tools/icu/.*" desc="ICU License,不影响兼容性"/>
70            <policyitem type="compatibility" name="BSD License" path="deps/npm/node_modules/bcrypt-pbkdf/.*" desc="BSD LICENSE,不影响兼容性"/>
71            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/chownr/.*" desc="ISC License,BSD-style,不影响兼容性"/>
72            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/cmd-shim/.*" desc="ISC License,BSD-style,不影响兼容性"/>
73            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/cross-spawn/node_modules/lru-cache/.*" desc="ISC License,BSD-style,不影响兼容性"/>
74            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/cross-spawn/node_modules/yallist/.*" desc="ISC License,BSD-style,不影响兼容性"/>
75            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/dezalgo/.*" desc="ISC License,BSD-style,不影响兼容性"/>
76            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/ecc-jsbn/lib/.*" desc="ISC License,BSD-style,不影响兼容性"/>
77            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/encoding/.*" desc="ISC License,BSD-style,不影响兼容性"/>
78            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/find-npm-prefix/.*" desc="ISC License,BSD-style,不影响兼容性"/>
79            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/fs-minipass/.*" desc="ISC License,BSD-style,不影响兼容性"/>
80            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/fs-minipass/node_modules/minipass/.*" desc="ISC License,BSD-style,不影响兼容性"/>
81            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/fs-write-stream-atomic/.*" desc="ISC License,BSD-style,不影响兼容性"/>
82            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/glob/.*" desc="ISC License,BSD-style,不影响兼容性"/>
83            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/graceful-fs/.*" desc="ISC License,BSD-style,不影响兼容性"/>
84            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/ignore-walk/.*" desc="ISC License,BSD-style,不影响兼容性"/>
85            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/infer-owner/.*" desc="ISC License,BSD-style,不影响兼容性"/>
86            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/inflight/.*" desc="ISC License,BSD-style,不影响兼容性"/>
87            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/inherits/.*" desc="ISC License,BSD-style,不影响兼容性"/>
88            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/ini/.*" desc="ISC License,BSD-style,不影响兼容性"/>
89            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/init-package-json/.*" desc="ISC License,BSD-style,不影响兼容性"/>
90            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/isexe/.*" desc="ISC License,BSD-style,不影响兼容性"/>
91            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/jsbn/.*" desc="ISC License,BSD-style,不影响兼容性"/>
92            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/json-stringify-safe/.*" desc="ISC License,BSD-style,不影响兼容性"/>
93            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/lockfile/.*" desc="ISC License,BSD-style,不影响兼容性"/>
94            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/lru-cache/.*" desc="ISC License,BSD-style,不影响兼容性"/>
95            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/make-fetch-happen/.*" desc="ISC License,BSD-style,不影响兼容性"/>
96            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/minimatch/.*" desc="ISC License,BSD-style,不影响兼容性"/>
97            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/minizlib/node_modules/minipass/.*" desc="ISC License,BSD-style,不影响兼容性"/>
98            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/mute-stream/.*" desc="ISC License,BSD-style,不影响兼容性"/>
99            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/nopt/.*" desc="ISC License,BSD-style,不影响兼容性"/>
100            <policyitem type="compatibility" name="BSD License" path="deps/npm/node_modules/normalize-package-data/.*" desc="BSD License,不影响兼容性"/>
101            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/npm-audit-report/.*" desc="ISC License,BSD-style,不影响兼容性"/>
102            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/npm-bundled/.*" desc="ISC License,BSD-style,不影响兼容性"/>
103            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/npm-cache-filename/.*" desc="ISC License,BSD-style,不影响兼容性"/>
104            <policyitem type="compatibility" name="BSD License" path="deps/npm/node_modules/npm-install-checks/.*" desc="BSD License,不影响兼容性"/>
105            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/npm-normalize-package-bin/.*" desc="ISC License,BSD-style,不影响兼容性"/>
106            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/npm-package-arg/.*" desc="ISC License,BSD-style,不影响兼容性"/>
107            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/npm-packlist/.*" desc="ISC License,BSD-style,不影响兼容性"/>
108            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/npm-profile/.*" desc="ISC License,BSD-style,不影响兼容性"/>
109            <policyitem type="compatibility" name="BSD License" path="deps/npm/node_modules/npm-user-validate/.*" desc="BSD License,不影响兼容性"/>
110            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/npmlog/.*" desc="ISC License,BSD-style,不影响兼容性"/>
111            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/once/.*" desc="ISC License,BSD-style,不影响兼容性"/>
112            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/osenv/.*" desc="ISC License,BSD-style,不影响兼容性"/>
113            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/pacote/node_modules/minipass/.*" desc="ISC License,BSD-style,不影响兼容性"/>
114            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/promzard/.*" desc="ISC License,BSD-style,不影响兼容性"/>
115            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/proto-list/.*" desc="ISC License,BSD-style,不影响兼容性"/>
116            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/pseudomap/.*" desc="ISC License,BSD-style,不影响兼容性"/>
117            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/read/.*" desc="ISC License,BSD-style,不影响兼容性"/>
118            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/read-installed/.*" desc="ISC License,BSD-style,不影响兼容性"/>
119            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/read-package-json/.*" desc="ISC License,BSD-style,不影响兼容性"/>
120            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/read-package-tree/.*" desc="ISC License,BSD-style,不影响兼容性"/>
121            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/readdir-scoped-modules/.*" desc="ISC License,BSD-style,不影响兼容性"/>
122            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/rimraf/.*" desc="ISC License,BSD-style,不影响兼容性"/>
123            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/semver/.*" desc="ISC License,BSD-style,不影响兼容性"/>
124            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/slide/.*" desc="ISC License,BSD-style,不影响兼容性"/>
125            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/tar/.*" desc="ISC License,BSD-style,不影响兼容性"/>
126            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/tar/node_modules/minipass/.*" desc="ISC License,BSD-style,不影响兼容性"/>
127            <policyitem type="compatibility" name="unlicense" path="deps/npm/node_modules/tweetnacl/.*" desc="unlicense,不影响兼容性"/>
128            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/uid-number/.*" desc="ISC License,BSD-style,不影响兼容性"/>
129            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/wcwidth/.*" desc="ISC License,BSD-style,不影响兼容性"/>
130            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/which/.*" desc="ISC License,BSD-style,不影响兼容性"/>
131            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/wrappy/.*" desc="ISC License,BSD-style,不影响兼容性"/>
132            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/yallist/.*" desc="ISC License,BSD-style,不影响兼容性"/>
133            <policyitem type="compatibility" name="ISC License" path="tools/node_modules/eslint/node_modules/flatted/.*" desc="ISC License,BSD-style,不影响兼容性"/>
134            <policyitem type="compatibility" name="ISC License" path="tools/node_modules/eslint/node_modules/glob/.*" desc="ISC License,BSD-style,不影响兼容性"/>
135            <policyitem type="compatibility" name="ISC License" path="tools/node_modules/eslint/node_modules/glob-parent/.*" desc="ISC License,BSD-style,不影响兼容性"/>
136            <policyitem type="compatibility" name="ISC License" path="tools/node_modules/eslint/node_modules/inflight/.*" desc="ISC License,BSD-style,不影响兼容性"/>
137            <policyitem type="compatibility" name="ISC License" path="tools/node_modules/eslint/node_modules/inherits/.*" desc="ISC License,BSD-style,不影响兼容性"/>
138            <policyitem type="compatibility" name="ISC License" path="tools/node_modules/eslint/node_modules/isexe/.*" desc="ISC License,BSD-style,不影响兼容性"/>
139            <policyitem type="compatibility" name="ISC License" path="tools/node_modules/eslint/node_modules/minimatch/.*" desc="ISC License,BSD-style,不影响兼容性"/>
140            <policyitem type="compatibility" name="ISC License" path="tools/node_modules/eslint/node_modules/mute-stream/.*" desc="ISC License,BSD-style,不影响兼容性"/>
141            <policyitem type="compatibility" name="ISC License" path="tools/node_modules/eslint/node_modules/once/.*" desc="ISC License,BSD-style,不影响兼容性"/>
142            <policyitem type="compatibility" name="ISC License" path="tools/node_modules/eslint/node_modules/rimraf/.*" desc="ISC License,BSD-style,不影响兼容性"/>
143            <policyitem type="compatibility" name="ISC License" path="tools/node_modules/eslint/node_modules/semver/.*" desc="ISC License,BSD-style,不影响兼容性"/>
144            <policyitem type="compatibility" name="ISC License" path="tools/node_modules/eslint/node_modules/which/.*" desc="ISC License,BSD-style,不影响兼容性"/>
145            <policyitem type="compatibility" name="ISC License" path="tools/node_modules/eslint/node_modules/wrappy/.*" desc="ISC License,BSD-style,不影响兼容性"/>
146            <policyitem type="compatibility" name="ISC License" path="tools/node_modules/eslint/node_modules/uri-js/.*" desc="ISC License,BSD-style,不影响兼容性"/>
147            <policyitem type="compatibility" name="ISC License" path="tools/node_modules/eslint/lib/.*" desc="ISC License,BSD-style,不影响兼容性"/>
148            <policyitem type="compatibility" name="Apache License" path="tools/node_modules/eslint/node_modules/eslint-visitor-keys/.*" desc="Apache License,不影响兼容性"/>
149            <policyitem type="compatibility" name="BSD License" path="test/fixtures/wpt/resources/.*" desc="BSD License,不影响兼容性"/>
150            <policyitem type="compatibility" name="GPLStyleLicense" path="deps/cares/.*" desc="GPLStyleLicense,不影响兼容性"/>
151            <policyitem type="compatibility" name="AFL-2.1" path="deps/npm/node_modules/json-schema/LICENSE" desc="不影响兼容性"/>
152            <policyitem type="compatibility" name="InvalidLicense" path="deps/npm/node_modules/json-schema/lib/.*" desc="不影响兼容性"/>
153            <policyitem type="compatibility" name="InvalidLicense" path="deps/icu-small/source/common/.*" desc="不影响兼容性"/>
154            <policyitem type="compatibility" name="GPL-3.0+" path="deps/cares/m4/.*" desc="不影响兼容性"/>
155            </policy>
156        </policylist>
157        <filefilterlist>
158            <filefilter name="binaryFileTypePolicyFilter" desc="doc和test中的图片" >
159                <filteritem type="filepath" name="doc/.*.jpg" desc="doc和test中的图片"/>
160                <filteritem type="filepath" name="doc/.*.png" desc="doc和test中的图片"/>
161                <filteritem type="filepath" name="test/.*.jpg" desc="doc和test中的图片"/>
162                <filteritem type="filepath" name="test/.*.png" desc="doc和test中的图片"/>
163                <filteritem type="filepath" name="test/.*.pem" desc="无关二进制"/>
164                <filteritem type="filepath" name="test/.*.wasm" desc="无关二进制"/>
165                <filteritem type="filepath" name="test/.*.pfx" desc="无关二进制"/>
166                <filteritem type="filepath" name="test/.*.gz" desc="无关二进制"/>
167                <filteritem type="filepath" name="test/.*.der" desc="无关二进制"/>
168                <filteritem type="filepath" name="test/.*.z" desc="无关二进制"/>
169                <filteritem type="filepath" name="test/.*.zip" desc="无关二进制"/>
170                <filteritem type="filepath" name="test/.*.sha256" desc="无关二进制"/>
171                <filteritem type="filepath" name="test/.*.sha1" desc="无关二进制"/>
172                <filteritem type="filepath" name="test/.*.http2" desc="无关二进制"/>
173                <filteritem type="filepath" name="test/.*.br" desc="无关二进制"/>
174                <filteritem type="filepath" name="test/.*.bin" desc="无关二进制"/>
175                <filteritem type="filepath" name="deps/.*.pem" desc="无关二进制"/>
176                <filteritem type="filepath" name="deps/.*.png" desc="无关二进制"/>
177                <filteritem type="filepath" name="deps/.*.zip" desc="无关二进制"/>
178                <filteritem type="filepath" name="deps/.*.tgz" desc="无关二进制"/>
179                <filteritem type="filepath" name="deps/.*.tar" desc="无关二进制"/>
180                <filteritem type="filepath" name="deps/.*.bz2" desc="无关二进制"/>
181                <filteritem type="filepath" name="deps/.*.gif" desc="无关二进制"/>
182                <filteritem type="filepath" name="deps/.*.br" desc="无关二进制"/>
183                <filteritem type="filepath" name="deps/.*.gz" desc="无关二进制"/>
184                <filteritem type="filepath" name="deps/.*.size" desc="无关二进制"/>
185                <filteritem type="filepath" name="deps/.*.exe" desc="无关二进制"/>
186                <filteritem type="filepath" name="deps/.*.js" desc="无关编译文件"/>
187                <filteritem type="filepath" name="src/.*.ico" desc="无关二进制"/>
188                <filteritem type="filepath" name="deps/npm/node_modules/clone/LICENSE" desc="无关二进制"/>
189                <filteritem type="filepath" name="deps/.*.LICENSE" desc="此为LICENSE文件"/>
190                <filteritem type="filepath" name="deps/.*/LICENSE" desc="此为LICENSE文件"/>
191                <filteritem type="filepath" name="deps/*/LICENSE" desc="此为LICENSE文件"/>
192                <filteritem type="filepath" name="deps/v8/third_party/*" desc="此为LICENSE文件"/>
193            </filefilter>
194        </filefilterlist>
195        <filefilterlist>
196            <filefilter name="defaultPolicyFilter" desc="compatibility,license文件头校验策略的过滤条件" >
197                <filteritem type="filepath" name="deps/zlib/contrib/minizip/unzip.c" desc="文件未使用,不参与编译,不影响兼容性"/>
198                <filteritem type="filepath" name="deps/npm/node_modules/bcrypt-pbkdf/index.js" desc="文件未使用,不参与编译,不影响兼容性"/>
199                <filteritem type="filepath" name="deps/npm/lib/commands/dist-tag.js" desc="文件未使用,不参与编译,不影响兼容性"/>
200                <filteritem type="filepath" name="tools/dep_updaters/update-postject.sh" desc="文件未使用,不参与编译,不影响兼容性"/>
201                <filteritem type="filepath" name="deps/npm/node_modules/npm-packlist/lib/index.js" desc="文件未使用,不参与编译,不影响兼容性"/>
202                <filteritem type="filepath" name="deps/base64/base64/cmake/test-arch.c" desc="文件未使用,不参与编译,不影响兼容性"/>
203                <filteritem type="filepath" name="deps/npm/node_modules/diff/LICENSE" desc="文件未使用,不参与编译,不影响兼容性"/>
204                <filteritem type="filepath" name="deps/npm/node_modules/init-package-json/lib/default-input.js" desc="文件未使用,不参与编译,不影响兼容性"/>
205                <filteritem type="filepath" name="deps/npm/node_modules/ieee754/index.js" desc="文件未使用,不参与编译,不影响兼容性"/>
206                <filteritem type="filepath" name="tools/dep_updaters/update-brotli.sh" desc="文件未使用,不参与编译,不影响兼容性"/>
207                <filteritem type="filepath" name="tools/dep_updaters/update-googletest.sh" desc="文件未使用,不参与编译,不影响兼容性"/>
208                <filteritem type="filepath" name="test/fixtures/mime-whatwg.js" desc="文件未使用,不参与编译,不影响兼容性"/>
209                <filteritem type="filepath" name="deps/zlib/zlib.3" desc="文件未使用,不参与编译,不影响兼容性"/>
210                <filteritem type="filepath" name="test/fixtures/wpt/common/third_party/reftest-analyzer.xhtml" desc="文件未使用,不参与编译,不影响兼容性"/>
211                <filteritem type="filepath" name="test/parallel/test-single-executable-application.js" desc="文件未使用,不参与编译,不影响兼容性"/>
212                <filteritem type="filepath" name="deps/npm/node_modules/event-target-shim/dist/event-target-shim.mjs" desc="文件未使用,不参与编译,不影响兼容性"/>
213                <filteritem type="filepath" name="tools/dep_updaters/update-minimatch.sh" desc="文件未使用,不参与编译,不影响兼容性"/>
214                <filteritem type="filepath" name="deps/npm/node_modules/@npmcli/arborist/lib/inventory.js" desc="文件未使用,不参与编译,不影响兼容性"/>
215                <filteritem type="filepath" name="deps/npm/test/lib/commands/init.js" desc="文件未使用,不参与编译,不影响兼容性"/>
216                <filteritem type="filepath" name="deps/npm/node_modules/event-target-shim/dist/event-target-shim.umd.js" desc="文件未使用,不参与编译,不影响兼容性"/>
217                <filteritem type="filepath" name="deps/cares/src/lib/inet_net_pton.c" desc="文件未使用,不参与编译,不影响兼容性"/>
218                <filteritem type="filepath" name="deps/npm/node_modules/event-target-shim/dist/event-target-shim.js" desc="文件未使用,不参与编译,不影响兼容性"/>
219                <filteritem type="filepath" name="tools/dep_updaters/update-undici.sh" desc="文件未使用,不参与编译,不影响兼容性"/>
220                <filteritem type="filepath" name="deps/npm/man/man1/npm-publish.1" desc="文件未使用,不参与编译,不影响兼容性"/>
221                <filteritem type="filepath" name="tools/license2rtf.mjs" desc="文件未使用,不参与编译,不影响兼容性"/>
222                <filteritem type="filepath" name="deps/npm/node_modules/diff/dist/diff.min.js" desc="文件未使用,不参与编译,不影响兼容性"/>
223                <filteritem type="filepath" name="deps/npm/node_modules/jackspeak/LICENSE.md" desc="文件未使用,不参与编译,不影响兼容性"/>
224                <filteritem type="filepath" name="deps/npm/node_modules/@npmcli/arborist/bin/index.js" desc="文件未使用,不参与编译,不影响兼容性"/>
225                <filteritem type="filepath" name="deps/npm/node_modules/node-gyp/gyp/pyproject.toml" desc="文件未使用,不参与编译,不影响兼容性"/>
226                <filteritem type="filepath" name="deps/npm/tap-snapshots/test/lib/commands/view.js.test.cjs" desc="文件未使用,不参与编译,不影响兼容性"/>
227                <filteritem type="filepath" name="deps/npm/node_modules/path-scurry/LICENSE.md" desc="文件未使用,不参与编译,不影响兼容性"/>
228                <filteritem type="filepath" name="test/fixtures/mime-whatwg-generated.js" desc="文件未使用,不参与编译,不影响兼容性"/>
229                <filteritem type="filepath" name="deps/npm/node_modules/diff/dist/diff.js" desc="文件未使用,不参与编译,不影响兼容性"/>
230                <filteritem type="filepath" name="deps/npm/node_modules/@npmcli/arborist/bin/license.js" desc="文件未使用,不参与编译,不影响兼容性"/>
231                <filteritem type="filepath" name="test/parallel/test-cluster-accept-fail.js" desc="文件未使用,不参与编译,不影响兼容性"/>
232                <filteritem type="filepath" name="deps/npm/node_modules/init-package-json/default-input.js" desc="三方代码未写LICENSE头"/>
233                <filteritem type="filepath" name="deps/npm/node_modules/normalize-package-data/lib/fixer.js" desc="三方代码未写LICENSE头"/>
234                <filteritem type="filepath" name="deps/npm/node_modules/normalize-package-data/lib/normalize.js" desc="三方代码未写LICENSE头"/>
235                <filteritem type="filepath" name="deps/npm/node_modules/spdx-expression-parse/parse.js" desc="三方代码未写LICENSE头"/>
236                <filteritem type="filepath" name="deps/npm/node_modules/spdx-expression-parse/scan.js" desc="三方代码未写LICENSE头"/>
237                <filteritem type="filepath" name="deps/npm/test/tap/deprecate.js" desc="三方代码未写LICENSE头"/>
238                <filteritem type="filepath" name="deps/npm/test/tap/sorted-package-json.js" desc="三方代码未写LICENSE头"/>
239                <filteritem type="filepath" name="test/parallel/test-whatwg-url-constructor.js" desc="三方代码未写LICENSE头"/>
240                <filteritem type="filepath" name="test/parallel/test-whatwg-url-origin.js" desc="三方代码未写LICENSE头"/>
241                <filteritem type="filepath" name="test/parallel/test-whatwg-url-setters.js" desc="三方代码未写LICENSE头"/>
242                <filteritem type="filepath" name="test/parallel/test-whatwg-url-toascii.js" desc="三方代码未写LICENSE头"/>
243                <filteritem type="filepath" name="tools/inspector_protocol/jinja2/bccache.py" desc="BSD头写在python doc里"/>
244                <filteritem type="filepath" name="tools/inspector_protocol/jinja2/ext.py" desc="BSD头写在python doc里"/>
245                <filteritem type="filepath" name="tools/inspector_protocol/jinja2/get_jinja2.sh" desc="三方仓构建工具未使用不参与打包,没写LICENSE头"/>
246                <filteritem type="filepath" name="tools/inspector_protocol/jinja2/optimizer.py" desc="BSD头写在python doc里"/>
247                <filteritem type="filepath" name="tools/inspector_protocol/jinja2/runtime.py" desc="BSD头写在python doc里"/>
248                <filteritem type="filepath" name="tools/inspector_protocol/jinja2/sandbox.py" desc="BSD头写在python doc里"/>
249                <filteritem type="filepath" name="tools/inspector_protocol/jinja2/visitor.py" desc="BSD头写在python doc里"/>
250                <filteritem type="filepath" name="tools/node_modules/eslint/node_modules/flatted/index.js" desc="三方代码ISC LICENSE BSD-style LICENSE协议友好没有兼容性问题"/>
251                <filteritem type="filepath" name="tools/node_modules/eslint/node_modules/flatted/cjs/index.js" desc="三方代码ISC LICENSE BSD-style LICENSE协议友好没有兼容性问题"/>
252                <filteritem type="filepath" name="tools/node_modules/eslint/node_modules/flatted/esm/index.js" desc="三方代码ISC LICENSE BSD-style LICENSE协议友好没有兼容性问题"/>
253                <filteritem type="filepath" name="vcbuild.bat" desc="三方仓内编译脚本,未写license头,不参与编译,不影响兼容性"/>
254                <filteritem type="filepath" name="deps/npm/node_modules/har-validator/node_modules/ajv/scripts/travis-gh-pages" desc="三方仓内编译脚本,未写license头,不参与编译,不影响兼容性"/>
255                <filteritem type="filepath" name="tools/inspector_protocol/markupsafe/get_markupsafe.sh" desc="三方仓内编译脚本,未写license头,不参与编译,不影响兼容性"/>
256                <filteritem type="filepath" name="tools/msvs/install_tools/install_tools.bat" desc="三方仓内编译脚本,未写license头,不参与编译,不影响兼容性"/>
257                <filteritem type="filepath" name="tools/node_modules/eslint/node_modules/ajv/scripts/travis-gh-pages" desc="文三方仓内编译脚本,未写license头,不参与编译,不影响兼容性"/>
258                <filteritem type="filepath" name="tools/inspector_protocol/jinja2/LICENSE" desc="此为LICENSE文件"/>
259                <filteritem type="filepath" name="LICENSE" desc="此为LICENSE文件"/>
260                <filteritem type="filepath" name="tools/inspector_protocol/markupsafe/LICENSE" desc="此为LICENSE文件"/>
261                <filteritem type="filepath" name="tools/node_modules/babel-eslint/node_modules/source-map/LICENSE" desc="此为LICENSE文件"/>
262                <filteritem type="filepath" name="tools/node_modules/eslint/node_modules/uri-js/LICENSE" desc="此为LICENSE文件"/>
263                <filteritem type="filepath" name="deps/icu-small/LICENSE" desc="此为LICENSE文件"/>
264                <filteritem type="filepath" name="deps/npm/node_modules/uri-js/LICENSE" desc="此为LICENSE文件"/>
265                <filteritem type="filepath" name="deps/npm/node_modules/qs/LICENSE" desc="此为LICENSE文件"/>
266                <filteritem type="filepath" name="lib/internal/cluster/.*" desc="文件没有添加license头,跟随node整体的license"/>
267                <filteritem type="filepath" name="lib/internal/util/iterable_weak_map.js" desc="不参与编译,不影响兼容性"/>
268                <filteritem type="filepath" name="deps/npm/node_modules/validate-npm-package-license/index.js" desc="文件没有添加license头,外层LICENSE位Apache"/>
269				<filteritem type="filepath" name="deps/cares/Makefile.am" desc="不参与编译,不影响兼容性"/>
270				<filteritem type="filepath" name="deps/cares/m4/zz40-xc-ovr.m4" desc="不参与编译,不影响兼容性"/>
271				<filteritem type="filepath" name="deps/cares/m4/xc-val-flgs.m4" desc="不参与编译,不影响兼容性"/>
272				<filteritem type="filepath" name="deps/cares/m4/xc-am-iface.m4" desc="不参与编译,不影响兼容性"/>
273				<filteritem type="filepath" name="deps/cares/m4/xc-cc-check.m4" desc="不参与编译,不影响兼容性"/>
274				<filteritem type="filepath" name="deps/cares/m4/xc-lt-iface.m4" desc="不参与编译,不影响兼容性"/>
275				<filteritem type="filepath" name="deps/cares/m4/xc-translit.m4" desc="不参与编译,不影响兼容性"/>
276                <filteritem type="filepath" name="deps/cares/README.cares" desc="不参与编译,不影响兼容性"/>
277                <filteritem type="filepath" name="deps/cares/RELEASE-NOTES" desc="不参与编译,不影响兼容性"/>
278                <filteritem type="filepath" name="deps/npm/man/man1/npm-dist-tag.1" desc="不参与编译,不影响兼容性"/>
279                <filteritem type="filepath" name="deps/npm/man/man5/install.5" desc="不参与编译,不影响兼容性"/>
280                <filteritem type="filepath" name="deps/v8/LICENSE.strongtalk" desc="此为LICENSE文件"/>
281                <filteritem type="filepath" name="deps/v8/third_party/ittapi/include/fortran/win32/ittnotify.f90" desc="三方代码未写LICENSE头"/>
282                <filteritem type="filepath" name="deps/v8/src/codegen/mips64/assembler-mips64.h" desc="三方代码未写LICENSE头"/>
283                <filteritem type="filepath" name="deps/v8/src/codegen/arm/assembler-arm.h" desc="三方代码未写LICENSE头"/>
284                <filteritem type="filepath" name="deps/v8/src/codegen/ppc/assembler-ppc-inl.h" desc="三方代码未写LICENSE头"/>
285                <filteritem type="filepath" name="deps/v8/third_party/zlib/gzclose.c" desc="三方代码未写LICENSE头"/>
286                <filteritem type="filepath" name="deps/openssl/config/archs/linux-armv4/asm/crypto/sha/sha512-armv4.S" desc="三方代码未写LICENSE头"/>
287                <filteritem type="filepath" name="deps/v8/third_party/zlib/gzguts.h" desc="三方代码未写LICENSE头"/>
288                <filteritem type="filepath" name="deps/v8/third_party/zlib/zutil.h" desc="三方代码未写LICENSE头"/>
289                <filteritem type="filepath" name="deps/v8/third_party/zlib/infback.c" desc="三方代码未写LICENSE头"/>
290                <filteritem type="filepath" name="deps/v8/src/codegen/arm/assembler-arm.cc" desc="三方代码未写LICENSE头"/>
291                <filteritem type="filepath" name="deps/v8/third_party/zlib/contrib/minizip/crypt.h" desc="三方代码未写LICENSE头"/>
292                <filteritem type="filepath" name="deps/v8/src/base/ieee754.cc" desc="三方代码未写LICENSE头"/>
293                <filteritem type="filepath" name="deps/v8/third_party/zlib/zconf.h" desc="三方代码未写LICENSE头"/>
294                <filteritem type="filepath" name="deps/v8/third_party/zlib/contrib/optimizations/inffast_chunk.c" desc="三方代码未写LICENSE头"/>
295                <filteritem type="filepath" name="deps/openssl/openssl/crypto/camellia/asm/cmll-x86_64.pl" desc="三方代码未写LICENSE头"/>
296                <filteritem type="filepath" name="deps/v8/src/codegen/mips64/assembler-mips64.cc" desc="三方代码未写LICENSE头"/>
297                <filteritem type="filepath" name="deps/v8/third_party/ittapi/src/ittnotify/ittptmark64.S" desc="三方代码未写LICENSE头"/>
298                <filteritem type="filepath" name="deps/v8/src/codegen/assembler.h" desc="三方代码未写LICENSE头"/>
299                <filteritem type="filepath" name="deps/v8/third_party/zlib/inftrees.h" desc="三方代码未写LICENSE头"/>
300                <filteritem type="filepath" name="deps/v8/src/codegen/ia32/assembler-ia32-inl.h" desc="三方代码未写LICENSE头"/>
301                <filteritem type="filepath" name="deps/openssl/openssl/external/perl/Text-Template-1.56/LICENSE" desc="此为LICENSE文件"/>
302                <filteritem type="filepath" name="deps/v8/third_party/zlib/zlib.h" desc="三方代码未写LICENSE头"/>
303                <filteritem type="filepath" name="deps/v8/src/codegen/ia32/assembler-ia32.h" desc="三方代码未写LICENSE头"/>
304                <filteritem type="filepath" name="deps/v8/third_party/zlib/contrib/optimizations/inffast_chunk.h" desc="三方代码未写LICENSE头"/>
305                <filteritem type="filepath" name="deps/v8/third_party/zlib/adler32.c" desc="三方代码未写LICENSE头"/>
306                <filteritem type="filepath" name="deps/v8/src/codegen/riscv64/assembler-riscv64.cc" desc="三方代码未写LICENSE头"/>
307                <filteritem type="filepath" name="deps/v8/src/codegen/riscv64/assembler-riscv64.h" desc="三方代码未写LICENSE头"/>
308                <filteritem type="filepath" name="deps/uv/m4/libuv-check-flags.m4" desc="不参与编译,不影响兼容性"/>
309                <filteritem type="filepath" name="deps/v8/third_party/zlib/contrib/minizip/zip.h" desc="三方代码未写LICENSE头"/>
310                <filteritem type="filepath" name="deps/v8/third_party/zlib/inftrees.c" desc="三方代码未写LICENSE头"/>
311                <filteritem type="filepath" name="deps/v8/src/codegen/ppc/assembler-ppc.h" desc="三方代码未写LICENSE头"/>
312                <filteritem type="filepath" name="deps/v8/src/third_party/siphash/halfsiphash.h" desc="三方代码未写LICENSE头"/>
313                <filteritem type="filepath" name="deps/v8/third_party/ittapi/LICENSES/GPL-2.0-only.txt" desc="三方代码未写LICENSE头"/>
314                <filteritem type="filepath" name="deps/uv/src/inet.c" desc="三方代码未写LICENSE头"/>
315                <filteritem type="filepath" name="deps/v8/third_party/zlib/gzwrite.c" desc="三方代码未写LICENSE头"/>
316                <filteritem type="filepath" name="deps/v8/src/codegen/ia32/assembler-ia32.cc" desc="三方代码未写LICENSE头"/>
317                <filteritem type="filepath" name="deps/v8/third_party/zlib/contrib/minizip/mztools.c" desc="三方代码未写LICENSE头"/>
318                <filteritem type="filepath" name="deps/v8/src/codegen/s390/assembler-s390.cc" desc="三方代码未写LICENSE头"/>
319                <filteritem type="filepath" name="deps/v8/third_party/zlib/README.chromium" desc="不参与编译,不影响兼容性"/>
320                <filteritem type="filepath" name="deps/v8/third_party/zlib/inffast.c" desc="三方代码未写LICENSE头"/>
321                <filteritem type="filepath" name="deps/openssl/openssl/crypto/sha/asm/sha256-armv4.pl" desc="三方代码未写LICENSE头"/>
322                <filteritem type="filepath" name="deps/v8/third_party/zlib/crc_folding.c" desc="三方代码未写LICENSE头"/>
323                <filteritem type="filepath" name="deps/v8/third_party/zlib/contrib/minizip/unzip.h" desc="三方代码未写LICENSE头"/>
324                <filteritem type="filepath" name="deps/v8/third_party/ittapi/src/ittnotify/ittptmark32.S" desc="三方代码未写LICENSE头"/>
325                <filteritem type="filepath" name="deps/openssl/config/archs/linux-armv4/asm/crypto/sha/sha256-armv4.S" desc="三方代码未写LICENSE头"/>
326                <filteritem type="filepath" name="deps/v8/third_party/zlib/contrib/minizip/mztools.h" desc="三方代码未写LICENSE头"/>
327                <filteritem type="filepath" name="deps/v8/third_party/ittapi/src/ittnotify/ittptmark32.asm" desc="三方代码未写LICENSE头"/>
328                <filteritem type="filepath" name="deps/v8/src/codegen/assembler.cc" desc="三方代码未写LICENSE头"/>
329                <filteritem type="filepath" name="deps/v8/src/third_party/vtune/vtune-jit.cc" desc="三方代码未写LICENSE头"/>
330                <filteritem type="filepath" name="deps/v8/src/codegen/s390/assembler-s390.h" desc="三方代码未写LICENSE头"/>
331                <filteritem type="filepath" name="deps/v8/LICENSE.fdlibm" desc="此为LICENSE文件"/>
332                <filteritem type="filepath" name="deps/v8/src/codegen/ppc/assembler-ppc.cc" desc="三方代码未写LICENSE头"/>
333                <filteritem type="filepath" name="deps/v8/src/third_party/vtune/v8-vtune.h" desc="三方代码未写LICENSE头"/>
334                <filteritem type="filepath" name="deps/v8/third_party/zlib/trees.c" desc="三方代码未写LICENSE头"/>
335                <filteritem type="filepath" name="deps/v8/src/codegen/riscv64/assembler-riscv64-inl.h" desc="三方代码未写LICENSE头"/>
336                <filteritem type="filepath" name="deps/v8/third_party/zlib/deflate.c" desc="三方代码未写LICENSE头"/>
337                <filteritem type="filepath" name="deps/v8/src/codegen/x64/assembler-x64.h" desc="三方代码未写LICENSE头"/>
338                <filteritem type="filepath" name="deps/v8/third_party/zlib/uncompr.c" desc="三方代码未写LICENSE头"/>
339                <filteritem type="filepath" name="deps/v8/src/third_party/siphash/halfsiphash.cc" desc="三方代码未写LICENSE头"/>
340                <filteritem type="filepath" name="deps/v8/src/codegen/mips64/assembler-mips64-inl.h" desc="三方代码未写LICENSE头"/>
341                <filteritem type="filepath" name="deps/v8/third_party/zlib/inflate.h" desc="三方代码未写LICENSE头"/>
342                <filteritem type="filepath" name="deps/v8/src/codegen/mips/assembler-mips-inl.h" desc="三方代码未写LICENSE头"/>
343                <filteritem type="filepath" name="deps/v8/third_party/zlib/deflate.h" desc="三方代码未写LICENSE头"/>
344                <filteritem type="filepath" name="deps/uv/LICENSE-docs" desc="不参与编译,不影响兼容性"/>
345                <filteritem type="filepath" name="deps/uv/m4/ax_pthread.m4" desc="三方代码未写LICENSE头"/>
346                <filteritem type="filepath" name="deps/v8/src/codegen/arm/assembler-arm-inl.h" desc="三方代码未写LICENSE头"/>
347                <filteritem type="filepath" name="deps/v8/third_party/zlib/zutil.c" desc="三方代码未写LICENSE头"/>
348                <filteritem type="filepath" name="deps/v8/third_party/ittapi/src/ittnotify/ittptmark64.asm" desc="三方代码未写LICENSE头"/>
349                <filteritem type="filepath" name="deps/v8/src/codegen/mips/assembler-mips.cc" desc="三方代码未写LICENSE头"/>
350                <filteritem type="filepath" name="deps/v8/third_party/zlib/compress.c" desc="三方代码未写LICENSE头"/>
351                <filteritem type="filepath" name="deps/v8/third_party/zlib/gzread.c" desc="三方代码未写LICENSE头"/>
352                <filteritem type="filepath" name="deps/v8/third_party/ittapi/ittapi-rs/Cargo.toml" desc="三方代码未写LICENSE头"/>
353                <filteritem type="filepath" name="deps/v8/third_party/zlib/fill_window_sse.c" desc="三方代码未写LICENSE头"/>
354                <filteritem type="filepath" name="deps/openssl/openssl/external/perl/Text-Template-1.56/Changes" desc="三方代码未写LICENSE头"/>
355                <filteritem type="filepath" name="deps/v8/third_party/zlib/contrib/minizip/unzip.c" desc="三方代码未写LICENSE头"/>
356                <filteritem type="filepath" name="deps/v8/third_party/zlib/gzlib.c" desc="三方代码未写LICENSE头"/>
357                <filteritem type="filepath" name="deps/openssl/openssl/crypto/camellia/asm/cmll-x86.pl" desc="三方代码未写LICENSE头"/>
358                <filteritem type="filepath" name="deps/v8/src/third_party/valgrind/valgrind.h" desc="三方代码未写LICENSE头"/>
359                <filteritem type="filepath" name="deps/v8/third_party/wasm-api/README.v8" desc="不参与编译,不影响兼容性"/>
360                <filteritem type="filepath" name="deps/v8/src/codegen/s390/assembler-s390-inl.h" desc="三方代码未写LICENSE头"/>
361                <filteritem type="filepath" name="deps/v8/third_party/zlib/contrib/optimizations/inflate.c" desc="三方代码未写LICENSE头"/>
362                <filteritem type="filepath" name="deps/v8/third_party/zlib/crc32.c" desc="三方代码未写LICENSE头"/>
363                <filteritem type="filepath" name="deps/v8/third_party/google_benchmark/README.v8" desc="不参与编译,不影响兼容性"/>
364                <filteritem type="filepath" name="deps/openssl/openssl/crypto/sha/asm/sha512-armv4.pl" desc="三方代码未写LICENSE头"/>
365                <filteritem type="filepath" name="deps/v8/third_party/markupsafe/get_markupsafe.sh" desc="三方代码未写LICENSE头"/>
366                <filteritem type="filepath" name="deps/v8/src/third_party/vtune/vtune-jit.h" desc="三方代码未写LICENSE头"/>
367                <filteritem type="filepath" name="deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/Template.pm" desc="三方代码未写LICENSE头"/>
368                <filteritem type="filepath" name="deps/v8/third_party/zlib/inffast.h" desc="三方代码未写LICENSE头"/>
369                <filteritem type="filepath" name="deps/v8/src/codegen/mips/assembler-mips.h" desc="三方代码未写LICENSE头"/>
370                <filteritem type="filepath" name="deps/v8/third_party/zlib/inflate.c" desc="三方代码未写LICENSE头"/>
371                <filteritem type="filepath" name="deps/v8/third_party/ittapi/include/fortran/posix/ittnotify.f90" desc="三方代码未写LICENSE头"/>
372                <filteritem type="filepath" name="deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/sha/sha256-armv4.S" desc="不参与编译,不影响兼容性"/>
373                <filteritem type="filepath" name="deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/sha/sha512-armv4.S" desc="不参与编译,不影响兼容性"/>
374                <filteritem type="filepath" name="deps/v8/src/third_party/valgrind/LICENSE" desc="此为LICENSE文件"/>
375                <filteritem type="filepath" name="deps/v8/third_party/zlib/LICENSE" desc="此为LICENSE文件"/>
376                <filteritem type="filepath" name="deps/v8/third_party/jsoncpp/LICENSE" desc="此为LICENSE文件"/>
377                <filteritem type="filepath" name="deps/v8/src/third_party/siphash/LICENSE" desc="此为LICENSE文件"/>
378                <filteritem type="filepath" name="deps/v8/src/third_party/vtune/LICENSE" desc="此为LICENSE文件"/>
379                <filteritem type="filepath" name="deps/v8/src/third_party/utf8-decoder/LICENSE" desc="此为LICENSE文件"/>
380                <filteritem type="filepath" name="deps/v8/third_party/markupsafe/LICENSE" desc="此为LICENSE文件"/>
381                <filteritem type="filepath" name="deps/v8/third_party/jinja2/LICENSE" desc="此为LICENSE文件"/>
382                <filteritem type="filepath" name="deps/v8/third_party/zlib/LICENSE" desc="此为LICENSE文件"/>
383                <filteritem type="filepath" name="deps/v8/third_party/ittapi/LICENSE" desc="此为LICENSE文件"/>
384                <filteritem type="filepath" name="deps/v8/third_party/v8/builtins/LICENSE" desc="此为LICENSE文件"/>
385            </filefilter>
386        </filefilterlist>
387        <licensematcherlist>
388            <licensematcher name="MIT License" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
389            <licensetext name="MIT Licensed" desc="MIT LICENSE"/>
390            </licensematcher>
391            <licensematcher name="BSD License" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
392            <licensetext name="      Standard UNIX getopt function.  Code is from BSD." desc="BSD License"/>
393            </licensematcher>
394            <licensematcher name="MIT License" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
395            <licensetext name=" MIT license " desc="MIT LICENSE"/>
396            </licensematcher>
397            <licensematcher name="MIT License" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
398            <licensetext name=" Licensed under the MIT (MIT-LICENSE.txt) license." desc="MIT LICENSE"/>
399            </licensematcher>
400            <licensematcher name="MIT License" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
401            <licensetext name=" Distributed under MIT style license" desc="MIT LICENSE"/>
402            </licensematcher>
403            <licensematcher name="MIT License" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
404            <licensetext name="*! safe-buffer. MIT License. Feross Aboukhadijeh " desc="MIT LICENSE"/>
405            </licensematcher>
406            <licensematcher name="MIT License" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
407            <licensetext name=" @license URI.js v4.4.0 (c) 2011 Gary Court." desc="MIT LICENSE"/>
408            </licensematcher>
409            <licensematcher name="MIT License" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
410            <licensetext name="# * This software is licensed as described in the file COPYING, which
411# * you should have received as part of this distribution. The terms
412# * are also available at http://curl.haxx.se/docs/copyright.html." desc="MIT LICENSE"/>
413            </licensematcher>
414            <licensematcher name="BSD License" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
415            <licensetext name="Distributed under both the W3C Test Suite License [1] and the W3C
4163-clause BSD License [2]. To contribute to a W3C Test Suite, see the
417policies and contribution forms [3]." desc="BSD License"/>
418            </licensematcher>
419            <licensematcher name="MIT License" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
420            <licensetext name="@license
421 * Lodash (Custom Build) lodash.com/license | Underscore.js 1.8.3 underscorejs.org/LICENSE" desc="MIT LICENSE"/>
422            </licensematcher>
423            <licensematcher name="MIT License" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
424            <licensetext name=" @license
425 * Lodash lodash.com/license | Underscore.js 1.8.3 underscorejs.org/LICENSE" desc="MIT LICENSE"/>
426            </licensematcher>
427            <licensematcher name="MIT License" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
428            <licensetext name="# Use of this source code is governed by an MIT-style license." desc="MIT LICENSE"/>
429            </licensematcher>
430            <licensematcher name="BSD License" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
431            <licensetext name=":license: BSD." desc="BSD License"/>
432            </licensematcher>
433            <licensematcher name="ISC License" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
434            <licensetext name="The ISC License" desc="ISC License"/>
435            </licensematcher>
436            <licensematcher name="BSD License" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
437            <licensetext name="Blowfish block cipher for OpenBSD" desc="BSD License"/>
438            </licensematcher>
439            <licensematcher name="ISC License" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
440            <licensetext name="This software is covered under the following copyright:" desc="ISC License"/>
441            </licensematcher>
442            <licensematcher name="ISC License" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
443            <licensetext name="Copyright (c) 2012-2014 Andris Reinman" desc="ISC License"/>
444            </licensematcher>
445            <licensematcher name="ISC License" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
446            <licensetext name="The ISC License" desc="ISC License"/>
447            </licensematcher>
448            <licensematcher name="ISC License" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
449            <licensetext name="ISC License" desc="ISC License"/>
450            </licensematcher>
451            <licensematcher name="BSD License" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
452            <licensetext name="The BSD License" desc="BSD License"/>
453            </licensematcher>
454            <licensematcher name="unlicense" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
455            <licensetext name="This is free and unencumbered software released into the public domain." desc="unlicense"/>
456            </licensematcher>
457            <licensematcher name="ISC License" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
458            <licensetext name="Copyright (C) 2012 by Jun Woong." desc="ISC License"/>
459            </licensematcher>
460            <licensematcher name="zlib-acknowledgement" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
461            <licensetext name="License: Custom license" desc="zlib-acknowledgement"/>
462            </licensematcher>
463            <licensematcher name="BSD License" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
464            <licensetext name="W3C 3-clause BSD License" desc="BSD License"/>
465            </licensematcher>
466            <licensematcher name="ISC License" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
467            <licensetext name="wcwidth.js: JavaScript Portng of Markus Kuhn's wcwidth() Implementation" desc="ISC License"/>
468            </licensematcher>
469            <licensematcher name="ISC License" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
470            <licensetext name="The ISC License" desc="ISC License"/>
471            </licensematcher>
472            <licensematcher name="ISC License" desc="">
473                <licensetext name="
474                    Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted,
475                    provided that the above copyright notice and this permission notice appear in all copies.  THE SOFTWARE IS PROVIDED
476                    &gt;AS IS&gt; AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
477                    MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
478                    DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
479                    OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
480                " desc=""/>
481            </licensematcher>
482            <licensematcher name="zlib/libpng License" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
483                <licensetext name="
484                    * For conditions of distribution and use, see copyright notice in zlib.h
485                " desc="zlib/libpng License"/>
486            </licensematcher>
487            <licensematcher name="zlib/libpng License" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
488                <licensetext name="
489                    The encryption/decryption parts of this source code (as opposed to the
490                    non-echoing password parts) were originally written in Europe.  The
491                    whole source package can be freely distributed, including from the USA.
492                    (Prior to January 2000, re-export from the US was a violation of US law.)
493                " desc="zlib/libpng License"/>
494            </licensematcher>
495            <licensematcher name="Apache License" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
496                <licensetext name="
497                    @author Toru Nagashima &lt;https://github.com/mysticatea&gt;
498                    See LICENSE file in root directory for full license.
499                " desc="Apache License"/>
500            </licensematcher>
501            <licensematcher name="ISC License" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
502                <licensetext name="
503                    @fileoverview Prefers object spread property over Object.assign
504                    @author Sharmila Jesupaul
505                    See LICENSE file in root directory for full license.
506                " desc=""/>
507            </licensematcher>
508            <licensematcher name="ISC License" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
509                <licensetext name="
510                    Redistribution and use in source and binary forms, with or without modification, are
511                    permitted provided that the following conditions are met:
512
513                       1. Redistributions of source code must retain the above copyright notice, this list of
514                          conditions and the following disclaimer.
515
516                       2. Redistributions in binary form must reproduce the above copyright notice, this list
517                          of conditions and the following disclaimer in the documentation and/or other materials
518                          provided with the distribution.
519                " desc=""/>
520                <licensetext name="
521                    Redistribution and use in source and binary forms, with or without
522                    modification, are permitted provided that the following conditions are met:
523
524                    A. Redistributions of source code must retain the above copyright notice,
525                       this list of conditions and the following disclaimer.
526                    B. Redistributions in binary form must reproduce the above copyright notice,
527                       this list of conditions and the following disclaimer in the documentation
528                       and/or other materials provided with the distribution.
529                    C. Neither the names of the copyright holders nor the names of its
530                       contributors may be used to endorse or promote products derived from this
531                       software without specific prior written permission.
532                " desc=""/>
533            </licensematcher>
534            <licensematcher name="c-ares license" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
535                <licensetext name="
536                    Copyright (c) 2004 by Internet Systems Consortium, Inc. (&quot;ISC&quot;)
537                    Copyright (c) 1996,1999 by Internet Software Consortium.
538
539                    Permission to use, copy, modify, and distribute this software for any
540                    purpose with or without fee is hereby granted, provided that the above
541                    copyright notice and this permission notice appear in all copies.
542                " desc=""/>
543            </licensematcher>
544        </licensematcherlist>
545    </oatconfig>
546</configuration>
547