11cb0ef41Sopenharmony_ci<?xml version="1.0" encoding="UTF-8"?>
21cb0ef41Sopenharmony_ci<!-- Copyright (c) 2021 Huawei Device Co., Ltd.
31cb0ef41Sopenharmony_ci
41cb0ef41Sopenharmony_ci     Licensed under the Apache License, Version 2.0 (the "License");
51cb0ef41Sopenharmony_ci     you may not use this file except in compliance with the License.
61cb0ef41Sopenharmony_ci     You may obtain a copy of the License at
71cb0ef41Sopenharmony_ci
81cb0ef41Sopenharmony_ci          http://www.apache.org/licenses/LICENSE-2.0
91cb0ef41Sopenharmony_ci
101cb0ef41Sopenharmony_ci     Unless required by applicable law or agreed to in writing, software
111cb0ef41Sopenharmony_ci     distributed under the License is distributed on an "AS IS" BASIS,
121cb0ef41Sopenharmony_ci     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
131cb0ef41Sopenharmony_ci     See the License for the specific language governing permissions and
141cb0ef41Sopenharmony_ci     limitations under the License.
151cb0ef41Sopenharmony_ci
161cb0ef41Sopenharmony_ci     Notes:
171cb0ef41Sopenharmony_ci     This is project config file for OpenHarmony OSS Audit Tool, if you have any questions or concerns, please email chenyaxun.
181cb0ef41Sopenharmony_ci-->
191cb0ef41Sopenharmony_ci<!-- OAT(OSS Audit Tool) configuration guide:
201cb0ef41Sopenharmony_cibasedir: Root dir, the basedir + project path is the real source file location.
211cb0ef41Sopenharmony_cilicensefile:
221cb0ef41Sopenharmony_ci1.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.
231cb0ef41Sopenharmony_ci
241cb0ef41Sopenharmony_citasklist(only for batch mode):
251cb0ef41Sopenharmony_ci1. task: Define oat check thread, each task will start a new thread.
261cb0ef41Sopenharmony_ci2. task name: Only an name, no practical effect.
271cb0ef41Sopenharmony_ci3. task policy: Default policy for projects under this task, this field is required and the specified policy must defined in policylist.
281cb0ef41Sopenharmony_ci4. task filter: Default filefilter for projects under this task, this field is required and the specified filefilter must defined in filefilterlist.
291cb0ef41Sopenharmony_ci5. task project: Projects to be checked, the path field define the source root dir of the project.
301cb0ef41Sopenharmony_ci
311cb0ef41Sopenharmony_ci
321cb0ef41Sopenharmony_cipolicyList:
331cb0ef41Sopenharmony_ci1. policy: All policyitems will be merged to default OAT.xml rules, the name of policy doesn't affect OAT check process.
341cb0ef41Sopenharmony_ci2. policyitem: The fields type, name, path, desc is required, and the fields rule, group, filefilter is optional,the default value is:
351cb0ef41Sopenharmony_ci<policyitem type="" name="" path="" desc="" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter"/>
361cb0ef41Sopenharmony_ci3. policyitem type:
371cb0ef41Sopenharmony_ci    "compatibility" is used to check license compatibility in the specified path;
381cb0ef41Sopenharmony_ci    "license" is used to check source license header in the specified path;
391cb0ef41Sopenharmony_ci    "copyright" is used to check source copyright header in the specified path;
401cb0ef41Sopenharmony_ci    "import" is used to check source dependency in the specified path, such as import ... ,include ...
411cb0ef41Sopenharmony_ci    "filetype" is used to check file type in the specified path, supported file types: archive, binary
421cb0ef41Sopenharmony_ci    "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
431cb0ef41Sopenharmony_ci
441cb0ef41Sopenharmony_ci4. 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.
451cb0ef41Sopenharmony_ci5. 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.
461cb0ef41Sopenharmony_ci6. 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.
471cb0ef41Sopenharmony_ci7. policyitem filefilter: Used to bind filefilter which define filter rules.
481cb0ef41Sopenharmony_ci8. filefilter: Filter rules, the type filename is used to filter file name, the type filepath is used to filter file path.
491cb0ef41Sopenharmony_ci
501cb0ef41Sopenharmony_ciNote:If the text contains special characters, please escape them according to the following rules:
511cb0ef41Sopenharmony_ci" == &gt;
521cb0ef41Sopenharmony_ci& == &gt;
531cb0ef41Sopenharmony_ci' == &gt;
541cb0ef41Sopenharmony_ci< == &gt;
551cb0ef41Sopenharmony_ci> == &gt;
561cb0ef41Sopenharmony_ci-->
571cb0ef41Sopenharmony_ci<configuration>
581cb0ef41Sopenharmony_ci    <oatconfig>
591cb0ef41Sopenharmony_ci        <licensefile></licensefile>
601cb0ef41Sopenharmony_ci        <policylist>
611cb0ef41Sopenharmony_ci            <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">
621cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="Unicode-DFS-2016" path="deps/icu-small/.*" desc="ICU License,不影响兼容性"/>
631cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="Unicode-TOU" path="deps/icu-small/.*" desc="ICU License,不影响兼容性"/>
641cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="Unicode-TOU" path="tools/icu/patches/64/source/.*" desc="ICU License,不影响兼容性"/>
651cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="c-ares license" path="deps/cares/.*" desc="c-ares license,不影响兼容性"/>
661cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="zlib-acknowledgement" path="deps/zlib/.*" desc="zlib/libpng License,不影响兼容性"/>
671cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="zlib/libpng License" path="deps/zlib/.*" desc="zlib/libpng License,不影响兼容性"/>
681cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="Artistic-2.0" path="deps/npm/.*" desc="Artistic License 2.0,协议友好,不影响兼容性"/>
691cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="Unicode-DFS-2016" path="tools/icu/.*" desc="ICU License,不影响兼容性"/>
701cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="BSD License" path="deps/npm/node_modules/bcrypt-pbkdf/.*" desc="BSD LICENSE,不影响兼容性"/>
711cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/chownr/.*" desc="ISC License,BSD-style,不影响兼容性"/>
721cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/cmd-shim/.*" desc="ISC License,BSD-style,不影响兼容性"/>
731cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/cross-spawn/node_modules/lru-cache/.*" desc="ISC License,BSD-style,不影响兼容性"/>
741cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/cross-spawn/node_modules/yallist/.*" desc="ISC License,BSD-style,不影响兼容性"/>
751cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/dezalgo/.*" desc="ISC License,BSD-style,不影响兼容性"/>
761cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/ecc-jsbn/lib/.*" desc="ISC License,BSD-style,不影响兼容性"/>
771cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/encoding/.*" desc="ISC License,BSD-style,不影响兼容性"/>
781cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/find-npm-prefix/.*" desc="ISC License,BSD-style,不影响兼容性"/>
791cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/fs-minipass/.*" desc="ISC License,BSD-style,不影响兼容性"/>
801cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/fs-minipass/node_modules/minipass/.*" desc="ISC License,BSD-style,不影响兼容性"/>
811cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/fs-write-stream-atomic/.*" desc="ISC License,BSD-style,不影响兼容性"/>
821cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/glob/.*" desc="ISC License,BSD-style,不影响兼容性"/>
831cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/graceful-fs/.*" desc="ISC License,BSD-style,不影响兼容性"/>
841cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/ignore-walk/.*" desc="ISC License,BSD-style,不影响兼容性"/>
851cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/infer-owner/.*" desc="ISC License,BSD-style,不影响兼容性"/>
861cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/inflight/.*" desc="ISC License,BSD-style,不影响兼容性"/>
871cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/inherits/.*" desc="ISC License,BSD-style,不影响兼容性"/>
881cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/ini/.*" desc="ISC License,BSD-style,不影响兼容性"/>
891cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/init-package-json/.*" desc="ISC License,BSD-style,不影响兼容性"/>
901cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/isexe/.*" desc="ISC License,BSD-style,不影响兼容性"/>
911cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/jsbn/.*" desc="ISC License,BSD-style,不影响兼容性"/>
921cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/json-stringify-safe/.*" desc="ISC License,BSD-style,不影响兼容性"/>
931cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/lockfile/.*" desc="ISC License,BSD-style,不影响兼容性"/>
941cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/lru-cache/.*" desc="ISC License,BSD-style,不影响兼容性"/>
951cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/make-fetch-happen/.*" desc="ISC License,BSD-style,不影响兼容性"/>
961cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/minimatch/.*" desc="ISC License,BSD-style,不影响兼容性"/>
971cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/minizlib/node_modules/minipass/.*" desc="ISC License,BSD-style,不影响兼容性"/>
981cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/mute-stream/.*" desc="ISC License,BSD-style,不影响兼容性"/>
991cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/nopt/.*" desc="ISC License,BSD-style,不影响兼容性"/>
1001cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="BSD License" path="deps/npm/node_modules/normalize-package-data/.*" desc="BSD License,不影响兼容性"/>
1011cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/npm-audit-report/.*" desc="ISC License,BSD-style,不影响兼容性"/>
1021cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/npm-bundled/.*" desc="ISC License,BSD-style,不影响兼容性"/>
1031cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/npm-cache-filename/.*" desc="ISC License,BSD-style,不影响兼容性"/>
1041cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="BSD License" path="deps/npm/node_modules/npm-install-checks/.*" desc="BSD License,不影响兼容性"/>
1051cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/npm-normalize-package-bin/.*" desc="ISC License,BSD-style,不影响兼容性"/>
1061cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/npm-package-arg/.*" desc="ISC License,BSD-style,不影响兼容性"/>
1071cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/npm-packlist/.*" desc="ISC License,BSD-style,不影响兼容性"/>
1081cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/npm-profile/.*" desc="ISC License,BSD-style,不影响兼容性"/>
1091cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="BSD License" path="deps/npm/node_modules/npm-user-validate/.*" desc="BSD License,不影响兼容性"/>
1101cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/npmlog/.*" desc="ISC License,BSD-style,不影响兼容性"/>
1111cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/once/.*" desc="ISC License,BSD-style,不影响兼容性"/>
1121cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/osenv/.*" desc="ISC License,BSD-style,不影响兼容性"/>
1131cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/pacote/node_modules/minipass/.*" desc="ISC License,BSD-style,不影响兼容性"/>
1141cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/promzard/.*" desc="ISC License,BSD-style,不影响兼容性"/>
1151cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/proto-list/.*" desc="ISC License,BSD-style,不影响兼容性"/>
1161cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/pseudomap/.*" desc="ISC License,BSD-style,不影响兼容性"/>
1171cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/read/.*" desc="ISC License,BSD-style,不影响兼容性"/>
1181cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/read-installed/.*" desc="ISC License,BSD-style,不影响兼容性"/>
1191cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/read-package-json/.*" desc="ISC License,BSD-style,不影响兼容性"/>
1201cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/read-package-tree/.*" desc="ISC License,BSD-style,不影响兼容性"/>
1211cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/readdir-scoped-modules/.*" desc="ISC License,BSD-style,不影响兼容性"/>
1221cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/rimraf/.*" desc="ISC License,BSD-style,不影响兼容性"/>
1231cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/semver/.*" desc="ISC License,BSD-style,不影响兼容性"/>
1241cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/slide/.*" desc="ISC License,BSD-style,不影响兼容性"/>
1251cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/tar/.*" desc="ISC License,BSD-style,不影响兼容性"/>
1261cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/tar/node_modules/minipass/.*" desc="ISC License,BSD-style,不影响兼容性"/>
1271cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="unlicense" path="deps/npm/node_modules/tweetnacl/.*" desc="unlicense,不影响兼容性"/>
1281cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/uid-number/.*" desc="ISC License,BSD-style,不影响兼容性"/>
1291cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/wcwidth/.*" desc="ISC License,BSD-style,不影响兼容性"/>
1301cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/which/.*" desc="ISC License,BSD-style,不影响兼容性"/>
1311cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/wrappy/.*" desc="ISC License,BSD-style,不影响兼容性"/>
1321cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="deps/npm/node_modules/yallist/.*" desc="ISC License,BSD-style,不影响兼容性"/>
1331cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="tools/node_modules/eslint/node_modules/flatted/.*" desc="ISC License,BSD-style,不影响兼容性"/>
1341cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="tools/node_modules/eslint/node_modules/glob/.*" desc="ISC License,BSD-style,不影响兼容性"/>
1351cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="tools/node_modules/eslint/node_modules/glob-parent/.*" desc="ISC License,BSD-style,不影响兼容性"/>
1361cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="tools/node_modules/eslint/node_modules/inflight/.*" desc="ISC License,BSD-style,不影响兼容性"/>
1371cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="tools/node_modules/eslint/node_modules/inherits/.*" desc="ISC License,BSD-style,不影响兼容性"/>
1381cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="tools/node_modules/eslint/node_modules/isexe/.*" desc="ISC License,BSD-style,不影响兼容性"/>
1391cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="tools/node_modules/eslint/node_modules/minimatch/.*" desc="ISC License,BSD-style,不影响兼容性"/>
1401cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="tools/node_modules/eslint/node_modules/mute-stream/.*" desc="ISC License,BSD-style,不影响兼容性"/>
1411cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="tools/node_modules/eslint/node_modules/once/.*" desc="ISC License,BSD-style,不影响兼容性"/>
1421cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="tools/node_modules/eslint/node_modules/rimraf/.*" desc="ISC License,BSD-style,不影响兼容性"/>
1431cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="tools/node_modules/eslint/node_modules/semver/.*" desc="ISC License,BSD-style,不影响兼容性"/>
1441cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="tools/node_modules/eslint/node_modules/which/.*" desc="ISC License,BSD-style,不影响兼容性"/>
1451cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="tools/node_modules/eslint/node_modules/wrappy/.*" desc="ISC License,BSD-style,不影响兼容性"/>
1461cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="tools/node_modules/eslint/node_modules/uri-js/.*" desc="ISC License,BSD-style,不影响兼容性"/>
1471cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="ISC License" path="tools/node_modules/eslint/lib/.*" desc="ISC License,BSD-style,不影响兼容性"/>
1481cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="Apache License" path="tools/node_modules/eslint/node_modules/eslint-visitor-keys/.*" desc="Apache License,不影响兼容性"/>
1491cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="BSD License" path="test/fixtures/wpt/resources/.*" desc="BSD License,不影响兼容性"/>
1501cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="GPLStyleLicense" path="deps/cares/.*" desc="GPLStyleLicense,不影响兼容性"/>
1511cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="AFL-2.1" path="deps/npm/node_modules/json-schema/LICENSE" desc="不影响兼容性"/>
1521cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="InvalidLicense" path="deps/npm/node_modules/json-schema/lib/.*" desc="不影响兼容性"/>
1531cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="InvalidLicense" path="deps/icu-small/source/common/.*" desc="不影响兼容性"/>
1541cb0ef41Sopenharmony_ci            <policyitem type="compatibility" name="GPL-3.0+" path="deps/cares/m4/.*" desc="不影响兼容性"/>
1551cb0ef41Sopenharmony_ci            </policy>
1561cb0ef41Sopenharmony_ci        </policylist>
1571cb0ef41Sopenharmony_ci        <filefilterlist>
1581cb0ef41Sopenharmony_ci            <filefilter name="binaryFileTypePolicyFilter" desc="doc和test中的图片" >
1591cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="doc/.*.jpg" desc="doc和test中的图片"/>
1601cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="doc/.*.png" desc="doc和test中的图片"/>
1611cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="test/.*.jpg" desc="doc和test中的图片"/>
1621cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="test/.*.png" desc="doc和test中的图片"/>
1631cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="test/.*.pem" desc="无关二进制"/>
1641cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="test/.*.wasm" desc="无关二进制"/>
1651cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="test/.*.pfx" desc="无关二进制"/>
1661cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="test/.*.gz" desc="无关二进制"/>
1671cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="test/.*.der" desc="无关二进制"/>
1681cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="test/.*.z" desc="无关二进制"/>
1691cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="test/.*.zip" desc="无关二进制"/>
1701cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="test/.*.sha256" desc="无关二进制"/>
1711cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="test/.*.sha1" desc="无关二进制"/>
1721cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="test/.*.http2" desc="无关二进制"/>
1731cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="test/.*.br" desc="无关二进制"/>
1741cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="test/.*.bin" desc="无关二进制"/>
1751cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/.*.pem" desc="无关二进制"/>
1761cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/.*.png" desc="无关二进制"/>
1771cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/.*.zip" desc="无关二进制"/>
1781cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/.*.tgz" desc="无关二进制"/>
1791cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/.*.tar" desc="无关二进制"/>
1801cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/.*.bz2" desc="无关二进制"/>
1811cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/.*.gif" desc="无关二进制"/>
1821cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/.*.br" desc="无关二进制"/>
1831cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/.*.gz" desc="无关二进制"/>
1841cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/.*.size" desc="无关二进制"/>
1851cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/.*.exe" desc="无关二进制"/>
1861cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/.*.js" desc="无关编译文件"/>
1871cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="src/.*.ico" desc="无关二进制"/>
1881cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/npm/node_modules/clone/LICENSE" desc="无关二进制"/>
1891cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/.*.LICENSE" desc="此为LICENSE文件"/>
1901cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/.*/LICENSE" desc="此为LICENSE文件"/>
1911cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/*/LICENSE" desc="此为LICENSE文件"/>
1921cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/third_party/*" desc="此为LICENSE文件"/>
1931cb0ef41Sopenharmony_ci            </filefilter>
1941cb0ef41Sopenharmony_ci        </filefilterlist>
1951cb0ef41Sopenharmony_ci        <filefilterlist>
1961cb0ef41Sopenharmony_ci            <filefilter name="defaultPolicyFilter" desc="compatibility,license文件头校验策略的过滤条件" >
1971cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/zlib/contrib/minizip/unzip.c" desc="文件未使用,不参与编译,不影响兼容性"/>
1981cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/npm/node_modules/bcrypt-pbkdf/index.js" desc="文件未使用,不参与编译,不影响兼容性"/>
1991cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/npm/lib/commands/dist-tag.js" desc="文件未使用,不参与编译,不影响兼容性"/>
2001cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="tools/dep_updaters/update-postject.sh" desc="文件未使用,不参与编译,不影响兼容性"/>
2011cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/npm/node_modules/npm-packlist/lib/index.js" desc="文件未使用,不参与编译,不影响兼容性"/>
2021cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/base64/base64/cmake/test-arch.c" desc="文件未使用,不参与编译,不影响兼容性"/>
2031cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/npm/node_modules/diff/LICENSE" desc="文件未使用,不参与编译,不影响兼容性"/>
2041cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/npm/node_modules/init-package-json/lib/default-input.js" desc="文件未使用,不参与编译,不影响兼容性"/>
2051cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/npm/node_modules/ieee754/index.js" desc="文件未使用,不参与编译,不影响兼容性"/>
2061cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="tools/dep_updaters/update-brotli.sh" desc="文件未使用,不参与编译,不影响兼容性"/>
2071cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="tools/dep_updaters/update-googletest.sh" desc="文件未使用,不参与编译,不影响兼容性"/>
2081cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="test/fixtures/mime-whatwg.js" desc="文件未使用,不参与编译,不影响兼容性"/>
2091cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/zlib/zlib.3" desc="文件未使用,不参与编译,不影响兼容性"/>
2101cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="test/fixtures/wpt/common/third_party/reftest-analyzer.xhtml" desc="文件未使用,不参与编译,不影响兼容性"/>
2111cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="test/parallel/test-single-executable-application.js" desc="文件未使用,不参与编译,不影响兼容性"/>
2121cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/npm/node_modules/event-target-shim/dist/event-target-shim.mjs" desc="文件未使用,不参与编译,不影响兼容性"/>
2131cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="tools/dep_updaters/update-minimatch.sh" desc="文件未使用,不参与编译,不影响兼容性"/>
2141cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/npm/node_modules/@npmcli/arborist/lib/inventory.js" desc="文件未使用,不参与编译,不影响兼容性"/>
2151cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/npm/test/lib/commands/init.js" desc="文件未使用,不参与编译,不影响兼容性"/>
2161cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/npm/node_modules/event-target-shim/dist/event-target-shim.umd.js" desc="文件未使用,不参与编译,不影响兼容性"/>
2171cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/cares/src/lib/inet_net_pton.c" desc="文件未使用,不参与编译,不影响兼容性"/>
2181cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/npm/node_modules/event-target-shim/dist/event-target-shim.js" desc="文件未使用,不参与编译,不影响兼容性"/>
2191cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="tools/dep_updaters/update-undici.sh" desc="文件未使用,不参与编译,不影响兼容性"/>
2201cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/npm/man/man1/npm-publish.1" desc="文件未使用,不参与编译,不影响兼容性"/>
2211cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="tools/license2rtf.mjs" desc="文件未使用,不参与编译,不影响兼容性"/>
2221cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/npm/node_modules/diff/dist/diff.min.js" desc="文件未使用,不参与编译,不影响兼容性"/>
2231cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/npm/node_modules/jackspeak/LICENSE.md" desc="文件未使用,不参与编译,不影响兼容性"/>
2241cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/npm/node_modules/@npmcli/arborist/bin/index.js" desc="文件未使用,不参与编译,不影响兼容性"/>
2251cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/npm/node_modules/node-gyp/gyp/pyproject.toml" desc="文件未使用,不参与编译,不影响兼容性"/>
2261cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/npm/tap-snapshots/test/lib/commands/view.js.test.cjs" desc="文件未使用,不参与编译,不影响兼容性"/>
2271cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/npm/node_modules/path-scurry/LICENSE.md" desc="文件未使用,不参与编译,不影响兼容性"/>
2281cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="test/fixtures/mime-whatwg-generated.js" desc="文件未使用,不参与编译,不影响兼容性"/>
2291cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/npm/node_modules/diff/dist/diff.js" desc="文件未使用,不参与编译,不影响兼容性"/>
2301cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/npm/node_modules/@npmcli/arborist/bin/license.js" desc="文件未使用,不参与编译,不影响兼容性"/>
2311cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="test/parallel/test-cluster-accept-fail.js" desc="文件未使用,不参与编译,不影响兼容性"/>
2321cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/npm/node_modules/init-package-json/default-input.js" desc="三方代码未写LICENSE头"/>
2331cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/npm/node_modules/normalize-package-data/lib/fixer.js" desc="三方代码未写LICENSE头"/>
2341cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/npm/node_modules/normalize-package-data/lib/normalize.js" desc="三方代码未写LICENSE头"/>
2351cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/npm/node_modules/spdx-expression-parse/parse.js" desc="三方代码未写LICENSE头"/>
2361cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/npm/node_modules/spdx-expression-parse/scan.js" desc="三方代码未写LICENSE头"/>
2371cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/npm/test/tap/deprecate.js" desc="三方代码未写LICENSE头"/>
2381cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/npm/test/tap/sorted-package-json.js" desc="三方代码未写LICENSE头"/>
2391cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="test/parallel/test-whatwg-url-constructor.js" desc="三方代码未写LICENSE头"/>
2401cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="test/parallel/test-whatwg-url-origin.js" desc="三方代码未写LICENSE头"/>
2411cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="test/parallel/test-whatwg-url-setters.js" desc="三方代码未写LICENSE头"/>
2421cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="test/parallel/test-whatwg-url-toascii.js" desc="三方代码未写LICENSE头"/>
2431cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="tools/inspector_protocol/jinja2/bccache.py" desc="BSD头写在python doc里"/>
2441cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="tools/inspector_protocol/jinja2/ext.py" desc="BSD头写在python doc里"/>
2451cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="tools/inspector_protocol/jinja2/get_jinja2.sh" desc="三方仓构建工具未使用不参与打包,没写LICENSE头"/>
2461cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="tools/inspector_protocol/jinja2/optimizer.py" desc="BSD头写在python doc里"/>
2471cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="tools/inspector_protocol/jinja2/runtime.py" desc="BSD头写在python doc里"/>
2481cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="tools/inspector_protocol/jinja2/sandbox.py" desc="BSD头写在python doc里"/>
2491cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="tools/inspector_protocol/jinja2/visitor.py" desc="BSD头写在python doc里"/>
2501cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="tools/node_modules/eslint/node_modules/flatted/index.js" desc="三方代码ISC LICENSE BSD-style LICENSE协议友好没有兼容性问题"/>
2511cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="tools/node_modules/eslint/node_modules/flatted/cjs/index.js" desc="三方代码ISC LICENSE BSD-style LICENSE协议友好没有兼容性问题"/>
2521cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="tools/node_modules/eslint/node_modules/flatted/esm/index.js" desc="三方代码ISC LICENSE BSD-style LICENSE协议友好没有兼容性问题"/>
2531cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="vcbuild.bat" desc="三方仓内编译脚本,未写license头,不参与编译,不影响兼容性"/>
2541cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/npm/node_modules/har-validator/node_modules/ajv/scripts/travis-gh-pages" desc="三方仓内编译脚本,未写license头,不参与编译,不影响兼容性"/>
2551cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="tools/inspector_protocol/markupsafe/get_markupsafe.sh" desc="三方仓内编译脚本,未写license头,不参与编译,不影响兼容性"/>
2561cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="tools/msvs/install_tools/install_tools.bat" desc="三方仓内编译脚本,未写license头,不参与编译,不影响兼容性"/>
2571cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="tools/node_modules/eslint/node_modules/ajv/scripts/travis-gh-pages" desc="文三方仓内编译脚本,未写license头,不参与编译,不影响兼容性"/>
2581cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="tools/inspector_protocol/jinja2/LICENSE" desc="此为LICENSE文件"/>
2591cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="LICENSE" desc="此为LICENSE文件"/>
2601cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="tools/inspector_protocol/markupsafe/LICENSE" desc="此为LICENSE文件"/>
2611cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="tools/node_modules/babel-eslint/node_modules/source-map/LICENSE" desc="此为LICENSE文件"/>
2621cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="tools/node_modules/eslint/node_modules/uri-js/LICENSE" desc="此为LICENSE文件"/>
2631cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/icu-small/LICENSE" desc="此为LICENSE文件"/>
2641cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/npm/node_modules/uri-js/LICENSE" desc="此为LICENSE文件"/>
2651cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/npm/node_modules/qs/LICENSE" desc="此为LICENSE文件"/>
2661cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="lib/internal/cluster/.*" desc="文件没有添加license头,跟随node整体的license"/>
2671cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="lib/internal/util/iterable_weak_map.js" desc="不参与编译,不影响兼容性"/>
2681cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/npm/node_modules/validate-npm-package-license/index.js" desc="文件没有添加license头,外层LICENSE位Apache"/>
2691cb0ef41Sopenharmony_ci				<filteritem type="filepath" name="deps/cares/Makefile.am" desc="不参与编译,不影响兼容性"/>
2701cb0ef41Sopenharmony_ci				<filteritem type="filepath" name="deps/cares/m4/zz40-xc-ovr.m4" desc="不参与编译,不影响兼容性"/>
2711cb0ef41Sopenharmony_ci				<filteritem type="filepath" name="deps/cares/m4/xc-val-flgs.m4" desc="不参与编译,不影响兼容性"/>
2721cb0ef41Sopenharmony_ci				<filteritem type="filepath" name="deps/cares/m4/xc-am-iface.m4" desc="不参与编译,不影响兼容性"/>
2731cb0ef41Sopenharmony_ci				<filteritem type="filepath" name="deps/cares/m4/xc-cc-check.m4" desc="不参与编译,不影响兼容性"/>
2741cb0ef41Sopenharmony_ci				<filteritem type="filepath" name="deps/cares/m4/xc-lt-iface.m4" desc="不参与编译,不影响兼容性"/>
2751cb0ef41Sopenharmony_ci				<filteritem type="filepath" name="deps/cares/m4/xc-translit.m4" desc="不参与编译,不影响兼容性"/>
2761cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/cares/README.cares" desc="不参与编译,不影响兼容性"/>
2771cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/cares/RELEASE-NOTES" desc="不参与编译,不影响兼容性"/>
2781cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/npm/man/man1/npm-dist-tag.1" desc="不参与编译,不影响兼容性"/>
2791cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/npm/man/man5/install.5" desc="不参与编译,不影响兼容性"/>
2801cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/LICENSE.strongtalk" desc="此为LICENSE文件"/>
2811cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/third_party/ittapi/include/fortran/win32/ittnotify.f90" desc="三方代码未写LICENSE头"/>
2821cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/src/codegen/mips64/assembler-mips64.h" desc="三方代码未写LICENSE头"/>
2831cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/src/codegen/arm/assembler-arm.h" desc="三方代码未写LICENSE头"/>
2841cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/src/codegen/ppc/assembler-ppc-inl.h" desc="三方代码未写LICENSE头"/>
2851cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/third_party/zlib/gzclose.c" desc="三方代码未写LICENSE头"/>
2861cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/openssl/config/archs/linux-armv4/asm/crypto/sha/sha512-armv4.S" desc="三方代码未写LICENSE头"/>
2871cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/third_party/zlib/gzguts.h" desc="三方代码未写LICENSE头"/>
2881cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/third_party/zlib/zutil.h" desc="三方代码未写LICENSE头"/>
2891cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/third_party/zlib/infback.c" desc="三方代码未写LICENSE头"/>
2901cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/src/codegen/arm/assembler-arm.cc" desc="三方代码未写LICENSE头"/>
2911cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/third_party/zlib/contrib/minizip/crypt.h" desc="三方代码未写LICENSE头"/>
2921cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/src/base/ieee754.cc" desc="三方代码未写LICENSE头"/>
2931cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/third_party/zlib/zconf.h" desc="三方代码未写LICENSE头"/>
2941cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/third_party/zlib/contrib/optimizations/inffast_chunk.c" desc="三方代码未写LICENSE头"/>
2951cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/openssl/openssl/crypto/camellia/asm/cmll-x86_64.pl" desc="三方代码未写LICENSE头"/>
2961cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/src/codegen/mips64/assembler-mips64.cc" desc="三方代码未写LICENSE头"/>
2971cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/third_party/ittapi/src/ittnotify/ittptmark64.S" desc="三方代码未写LICENSE头"/>
2981cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/src/codegen/assembler.h" desc="三方代码未写LICENSE头"/>
2991cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/third_party/zlib/inftrees.h" desc="三方代码未写LICENSE头"/>
3001cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/src/codegen/ia32/assembler-ia32-inl.h" desc="三方代码未写LICENSE头"/>
3011cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/openssl/openssl/external/perl/Text-Template-1.56/LICENSE" desc="此为LICENSE文件"/>
3021cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/third_party/zlib/zlib.h" desc="三方代码未写LICENSE头"/>
3031cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/src/codegen/ia32/assembler-ia32.h" desc="三方代码未写LICENSE头"/>
3041cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/third_party/zlib/contrib/optimizations/inffast_chunk.h" desc="三方代码未写LICENSE头"/>
3051cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/third_party/zlib/adler32.c" desc="三方代码未写LICENSE头"/>
3061cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/src/codegen/riscv64/assembler-riscv64.cc" desc="三方代码未写LICENSE头"/>
3071cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/src/codegen/riscv64/assembler-riscv64.h" desc="三方代码未写LICENSE头"/>
3081cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/uv/m4/libuv-check-flags.m4" desc="不参与编译,不影响兼容性"/>
3091cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/third_party/zlib/contrib/minizip/zip.h" desc="三方代码未写LICENSE头"/>
3101cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/third_party/zlib/inftrees.c" desc="三方代码未写LICENSE头"/>
3111cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/src/codegen/ppc/assembler-ppc.h" desc="三方代码未写LICENSE头"/>
3121cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/src/third_party/siphash/halfsiphash.h" desc="三方代码未写LICENSE头"/>
3131cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/third_party/ittapi/LICENSES/GPL-2.0-only.txt" desc="三方代码未写LICENSE头"/>
3141cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/uv/src/inet.c" desc="三方代码未写LICENSE头"/>
3151cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/third_party/zlib/gzwrite.c" desc="三方代码未写LICENSE头"/>
3161cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/src/codegen/ia32/assembler-ia32.cc" desc="三方代码未写LICENSE头"/>
3171cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/third_party/zlib/contrib/minizip/mztools.c" desc="三方代码未写LICENSE头"/>
3181cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/src/codegen/s390/assembler-s390.cc" desc="三方代码未写LICENSE头"/>
3191cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/third_party/zlib/README.chromium" desc="不参与编译,不影响兼容性"/>
3201cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/third_party/zlib/inffast.c" desc="三方代码未写LICENSE头"/>
3211cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/openssl/openssl/crypto/sha/asm/sha256-armv4.pl" desc="三方代码未写LICENSE头"/>
3221cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/third_party/zlib/crc_folding.c" desc="三方代码未写LICENSE头"/>
3231cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/third_party/zlib/contrib/minizip/unzip.h" desc="三方代码未写LICENSE头"/>
3241cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/third_party/ittapi/src/ittnotify/ittptmark32.S" desc="三方代码未写LICENSE头"/>
3251cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/openssl/config/archs/linux-armv4/asm/crypto/sha/sha256-armv4.S" desc="三方代码未写LICENSE头"/>
3261cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/third_party/zlib/contrib/minizip/mztools.h" desc="三方代码未写LICENSE头"/>
3271cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/third_party/ittapi/src/ittnotify/ittptmark32.asm" desc="三方代码未写LICENSE头"/>
3281cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/src/codegen/assembler.cc" desc="三方代码未写LICENSE头"/>
3291cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/src/third_party/vtune/vtune-jit.cc" desc="三方代码未写LICENSE头"/>
3301cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/src/codegen/s390/assembler-s390.h" desc="三方代码未写LICENSE头"/>
3311cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/LICENSE.fdlibm" desc="此为LICENSE文件"/>
3321cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/src/codegen/ppc/assembler-ppc.cc" desc="三方代码未写LICENSE头"/>
3331cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/src/third_party/vtune/v8-vtune.h" desc="三方代码未写LICENSE头"/>
3341cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/third_party/zlib/trees.c" desc="三方代码未写LICENSE头"/>
3351cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/src/codegen/riscv64/assembler-riscv64-inl.h" desc="三方代码未写LICENSE头"/>
3361cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/third_party/zlib/deflate.c" desc="三方代码未写LICENSE头"/>
3371cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/src/codegen/x64/assembler-x64.h" desc="三方代码未写LICENSE头"/>
3381cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/third_party/zlib/uncompr.c" desc="三方代码未写LICENSE头"/>
3391cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/src/third_party/siphash/halfsiphash.cc" desc="三方代码未写LICENSE头"/>
3401cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/src/codegen/mips64/assembler-mips64-inl.h" desc="三方代码未写LICENSE头"/>
3411cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/third_party/zlib/inflate.h" desc="三方代码未写LICENSE头"/>
3421cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/src/codegen/mips/assembler-mips-inl.h" desc="三方代码未写LICENSE头"/>
3431cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/third_party/zlib/deflate.h" desc="三方代码未写LICENSE头"/>
3441cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/uv/LICENSE-docs" desc="不参与编译,不影响兼容性"/>
3451cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/uv/m4/ax_pthread.m4" desc="三方代码未写LICENSE头"/>
3461cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/src/codegen/arm/assembler-arm-inl.h" desc="三方代码未写LICENSE头"/>
3471cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/third_party/zlib/zutil.c" desc="三方代码未写LICENSE头"/>
3481cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/third_party/ittapi/src/ittnotify/ittptmark64.asm" desc="三方代码未写LICENSE头"/>
3491cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/src/codegen/mips/assembler-mips.cc" desc="三方代码未写LICENSE头"/>
3501cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/third_party/zlib/compress.c" desc="三方代码未写LICENSE头"/>
3511cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/third_party/zlib/gzread.c" desc="三方代码未写LICENSE头"/>
3521cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/third_party/ittapi/ittapi-rs/Cargo.toml" desc="三方代码未写LICENSE头"/>
3531cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/third_party/zlib/fill_window_sse.c" desc="三方代码未写LICENSE头"/>
3541cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/openssl/openssl/external/perl/Text-Template-1.56/Changes" desc="三方代码未写LICENSE头"/>
3551cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/third_party/zlib/contrib/minizip/unzip.c" desc="三方代码未写LICENSE头"/>
3561cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/third_party/zlib/gzlib.c" desc="三方代码未写LICENSE头"/>
3571cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/openssl/openssl/crypto/camellia/asm/cmll-x86.pl" desc="三方代码未写LICENSE头"/>
3581cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/src/third_party/valgrind/valgrind.h" desc="三方代码未写LICENSE头"/>
3591cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/third_party/wasm-api/README.v8" desc="不参与编译,不影响兼容性"/>
3601cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/src/codegen/s390/assembler-s390-inl.h" desc="三方代码未写LICENSE头"/>
3611cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/third_party/zlib/contrib/optimizations/inflate.c" desc="三方代码未写LICENSE头"/>
3621cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/third_party/zlib/crc32.c" desc="三方代码未写LICENSE头"/>
3631cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/third_party/google_benchmark/README.v8" desc="不参与编译,不影响兼容性"/>
3641cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/openssl/openssl/crypto/sha/asm/sha512-armv4.pl" desc="三方代码未写LICENSE头"/>
3651cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/third_party/markupsafe/get_markupsafe.sh" desc="三方代码未写LICENSE头"/>
3661cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/src/third_party/vtune/vtune-jit.h" desc="三方代码未写LICENSE头"/>
3671cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/Template.pm" desc="三方代码未写LICENSE头"/>
3681cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/third_party/zlib/inffast.h" desc="三方代码未写LICENSE头"/>
3691cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/src/codegen/mips/assembler-mips.h" desc="三方代码未写LICENSE头"/>
3701cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/third_party/zlib/inflate.c" desc="三方代码未写LICENSE头"/>
3711cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/third_party/ittapi/include/fortran/posix/ittnotify.f90" desc="三方代码未写LICENSE头"/>
3721cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/sha/sha256-armv4.S" desc="不参与编译,不影响兼容性"/>
3731cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/sha/sha512-armv4.S" desc="不参与编译,不影响兼容性"/>
3741cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/src/third_party/valgrind/LICENSE" desc="此为LICENSE文件"/>
3751cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/third_party/zlib/LICENSE" desc="此为LICENSE文件"/>
3761cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/third_party/jsoncpp/LICENSE" desc="此为LICENSE文件"/>
3771cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/src/third_party/siphash/LICENSE" desc="此为LICENSE文件"/>
3781cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/src/third_party/vtune/LICENSE" desc="此为LICENSE文件"/>
3791cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/src/third_party/utf8-decoder/LICENSE" desc="此为LICENSE文件"/>
3801cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/third_party/markupsafe/LICENSE" desc="此为LICENSE文件"/>
3811cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/third_party/jinja2/LICENSE" desc="此为LICENSE文件"/>
3821cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/third_party/zlib/LICENSE" desc="此为LICENSE文件"/>
3831cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/third_party/ittapi/LICENSE" desc="此为LICENSE文件"/>
3841cb0ef41Sopenharmony_ci                <filteritem type="filepath" name="deps/v8/third_party/v8/builtins/LICENSE" desc="此为LICENSE文件"/>
3851cb0ef41Sopenharmony_ci            </filefilter>
3861cb0ef41Sopenharmony_ci        </filefilterlist>
3871cb0ef41Sopenharmony_ci        <licensematcherlist>
3881cb0ef41Sopenharmony_ci            <licensematcher name="MIT License" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
3891cb0ef41Sopenharmony_ci            <licensetext name="MIT Licensed" desc="MIT LICENSE"/>
3901cb0ef41Sopenharmony_ci            </licensematcher>
3911cb0ef41Sopenharmony_ci            <licensematcher name="BSD License" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
3921cb0ef41Sopenharmony_ci            <licensetext name="      Standard UNIX getopt function.  Code is from BSD." desc="BSD License"/>
3931cb0ef41Sopenharmony_ci            </licensematcher>
3941cb0ef41Sopenharmony_ci            <licensematcher name="MIT License" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
3951cb0ef41Sopenharmony_ci            <licensetext name=" MIT license " desc="MIT LICENSE"/>
3961cb0ef41Sopenharmony_ci            </licensematcher>
3971cb0ef41Sopenharmony_ci            <licensematcher name="MIT License" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
3981cb0ef41Sopenharmony_ci            <licensetext name=" Licensed under the MIT (MIT-LICENSE.txt) license." desc="MIT LICENSE"/>
3991cb0ef41Sopenharmony_ci            </licensematcher>
4001cb0ef41Sopenharmony_ci            <licensematcher name="MIT License" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
4011cb0ef41Sopenharmony_ci            <licensetext name=" Distributed under MIT style license" desc="MIT LICENSE"/>
4021cb0ef41Sopenharmony_ci            </licensematcher>
4031cb0ef41Sopenharmony_ci            <licensematcher name="MIT License" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
4041cb0ef41Sopenharmony_ci            <licensetext name="*! safe-buffer. MIT License. Feross Aboukhadijeh " desc="MIT LICENSE"/>
4051cb0ef41Sopenharmony_ci            </licensematcher>
4061cb0ef41Sopenharmony_ci            <licensematcher name="MIT License" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
4071cb0ef41Sopenharmony_ci            <licensetext name=" @license URI.js v4.4.0 (c) 2011 Gary Court." desc="MIT LICENSE"/>
4081cb0ef41Sopenharmony_ci            </licensematcher>
4091cb0ef41Sopenharmony_ci            <licensematcher name="MIT License" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
4101cb0ef41Sopenharmony_ci            <licensetext name="# * This software is licensed as described in the file COPYING, which
4111cb0ef41Sopenharmony_ci# * you should have received as part of this distribution. The terms
4121cb0ef41Sopenharmony_ci# * are also available at http://curl.haxx.se/docs/copyright.html." desc="MIT LICENSE"/>
4131cb0ef41Sopenharmony_ci            </licensematcher>
4141cb0ef41Sopenharmony_ci            <licensematcher name="BSD License" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
4151cb0ef41Sopenharmony_ci            <licensetext name="Distributed under both the W3C Test Suite License [1] and the W3C
4161cb0ef41Sopenharmony_ci3-clause BSD License [2]. To contribute to a W3C Test Suite, see the
4171cb0ef41Sopenharmony_cipolicies and contribution forms [3]." desc="BSD License"/>
4181cb0ef41Sopenharmony_ci            </licensematcher>
4191cb0ef41Sopenharmony_ci            <licensematcher name="MIT License" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
4201cb0ef41Sopenharmony_ci            <licensetext name="@license
4211cb0ef41Sopenharmony_ci * Lodash (Custom Build) lodash.com/license | Underscore.js 1.8.3 underscorejs.org/LICENSE" desc="MIT LICENSE"/>
4221cb0ef41Sopenharmony_ci            </licensematcher>
4231cb0ef41Sopenharmony_ci            <licensematcher name="MIT License" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
4241cb0ef41Sopenharmony_ci            <licensetext name=" @license
4251cb0ef41Sopenharmony_ci * Lodash lodash.com/license | Underscore.js 1.8.3 underscorejs.org/LICENSE" desc="MIT LICENSE"/>
4261cb0ef41Sopenharmony_ci            </licensematcher>
4271cb0ef41Sopenharmony_ci            <licensematcher name="MIT License" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
4281cb0ef41Sopenharmony_ci            <licensetext name="# Use of this source code is governed by an MIT-style license." desc="MIT LICENSE"/>
4291cb0ef41Sopenharmony_ci            </licensematcher>
4301cb0ef41Sopenharmony_ci            <licensematcher name="BSD License" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
4311cb0ef41Sopenharmony_ci            <licensetext name=":license: BSD." desc="BSD License"/>
4321cb0ef41Sopenharmony_ci            </licensematcher>
4331cb0ef41Sopenharmony_ci            <licensematcher name="ISC License" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
4341cb0ef41Sopenharmony_ci            <licensetext name="The ISC License" desc="ISC License"/>
4351cb0ef41Sopenharmony_ci            </licensematcher>
4361cb0ef41Sopenharmony_ci            <licensematcher name="BSD License" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
4371cb0ef41Sopenharmony_ci            <licensetext name="Blowfish block cipher for OpenBSD" desc="BSD License"/>
4381cb0ef41Sopenharmony_ci            </licensematcher>
4391cb0ef41Sopenharmony_ci            <licensematcher name="ISC License" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
4401cb0ef41Sopenharmony_ci            <licensetext name="This software is covered under the following copyright:" desc="ISC License"/>
4411cb0ef41Sopenharmony_ci            </licensematcher>
4421cb0ef41Sopenharmony_ci            <licensematcher name="ISC License" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
4431cb0ef41Sopenharmony_ci            <licensetext name="Copyright (c) 2012-2014 Andris Reinman" desc="ISC License"/>
4441cb0ef41Sopenharmony_ci            </licensematcher>
4451cb0ef41Sopenharmony_ci            <licensematcher name="ISC License" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
4461cb0ef41Sopenharmony_ci            <licensetext name="The ISC License" desc="ISC License"/>
4471cb0ef41Sopenharmony_ci            </licensematcher>
4481cb0ef41Sopenharmony_ci            <licensematcher name="ISC License" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
4491cb0ef41Sopenharmony_ci            <licensetext name="ISC License" desc="ISC License"/>
4501cb0ef41Sopenharmony_ci            </licensematcher>
4511cb0ef41Sopenharmony_ci            <licensematcher name="BSD License" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
4521cb0ef41Sopenharmony_ci            <licensetext name="The BSD License" desc="BSD License"/>
4531cb0ef41Sopenharmony_ci            </licensematcher>
4541cb0ef41Sopenharmony_ci            <licensematcher name="unlicense" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
4551cb0ef41Sopenharmony_ci            <licensetext name="This is free and unencumbered software released into the public domain." desc="unlicense"/>
4561cb0ef41Sopenharmony_ci            </licensematcher>
4571cb0ef41Sopenharmony_ci            <licensematcher name="ISC License" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
4581cb0ef41Sopenharmony_ci            <licensetext name="Copyright (C) 2012 by Jun Woong." desc="ISC License"/>
4591cb0ef41Sopenharmony_ci            </licensematcher>
4601cb0ef41Sopenharmony_ci            <licensematcher name="zlib-acknowledgement" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
4611cb0ef41Sopenharmony_ci            <licensetext name="License: Custom license" desc="zlib-acknowledgement"/>
4621cb0ef41Sopenharmony_ci            </licensematcher>
4631cb0ef41Sopenharmony_ci            <licensematcher name="BSD License" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
4641cb0ef41Sopenharmony_ci            <licensetext name="W3C 3-clause BSD License" desc="BSD License"/>
4651cb0ef41Sopenharmony_ci            </licensematcher>
4661cb0ef41Sopenharmony_ci            <licensematcher name="ISC License" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
4671cb0ef41Sopenharmony_ci            <licensetext name="wcwidth.js: JavaScript Portng of Markus Kuhn's wcwidth() Implementation" desc="ISC License"/>
4681cb0ef41Sopenharmony_ci            </licensematcher>
4691cb0ef41Sopenharmony_ci            <licensematcher name="ISC License" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
4701cb0ef41Sopenharmony_ci            <licensetext name="The ISC License" desc="ISC License"/>
4711cb0ef41Sopenharmony_ci            </licensematcher>
4721cb0ef41Sopenharmony_ci            <licensematcher name="ISC License" desc="">
4731cb0ef41Sopenharmony_ci                <licensetext name="
4741cb0ef41Sopenharmony_ci                    Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted,
4751cb0ef41Sopenharmony_ci                    provided that the above copyright notice and this permission notice appear in all copies.  THE SOFTWARE IS PROVIDED
4761cb0ef41Sopenharmony_ci                    &gt;AS IS&gt; AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
4771cb0ef41Sopenharmony_ci                    MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
4781cb0ef41Sopenharmony_ci                    DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
4791cb0ef41Sopenharmony_ci                    OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
4801cb0ef41Sopenharmony_ci                " desc=""/>
4811cb0ef41Sopenharmony_ci            </licensematcher>
4821cb0ef41Sopenharmony_ci            <licensematcher name="zlib/libpng License" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
4831cb0ef41Sopenharmony_ci                <licensetext name="
4841cb0ef41Sopenharmony_ci                    * For conditions of distribution and use, see copyright notice in zlib.h
4851cb0ef41Sopenharmony_ci                " desc="zlib/libpng License"/>
4861cb0ef41Sopenharmony_ci            </licensematcher>
4871cb0ef41Sopenharmony_ci            <licensematcher name="zlib/libpng License" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
4881cb0ef41Sopenharmony_ci                <licensetext name="
4891cb0ef41Sopenharmony_ci                    The encryption/decryption parts of this source code (as opposed to the
4901cb0ef41Sopenharmony_ci                    non-echoing password parts) were originally written in Europe.  The
4911cb0ef41Sopenharmony_ci                    whole source package can be freely distributed, including from the USA.
4921cb0ef41Sopenharmony_ci                    (Prior to January 2000, re-export from the US was a violation of US law.)
4931cb0ef41Sopenharmony_ci                " desc="zlib/libpng License"/>
4941cb0ef41Sopenharmony_ci            </licensematcher>
4951cb0ef41Sopenharmony_ci            <licensematcher name="Apache License" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
4961cb0ef41Sopenharmony_ci                <licensetext name="
4971cb0ef41Sopenharmony_ci                    @author Toru Nagashima &lt;https://github.com/mysticatea&gt;
4981cb0ef41Sopenharmony_ci                    See LICENSE file in root directory for full license.
4991cb0ef41Sopenharmony_ci                " desc="Apache License"/>
5001cb0ef41Sopenharmony_ci            </licensematcher>
5011cb0ef41Sopenharmony_ci            <licensematcher name="ISC License" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
5021cb0ef41Sopenharmony_ci                <licensetext name="
5031cb0ef41Sopenharmony_ci                    @fileoverview Prefers object spread property over Object.assign
5041cb0ef41Sopenharmony_ci                    @author Sharmila Jesupaul
5051cb0ef41Sopenharmony_ci                    See LICENSE file in root directory for full license.
5061cb0ef41Sopenharmony_ci                " desc=""/>
5071cb0ef41Sopenharmony_ci            </licensematcher>
5081cb0ef41Sopenharmony_ci            <licensematcher name="ISC License" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
5091cb0ef41Sopenharmony_ci                <licensetext name="
5101cb0ef41Sopenharmony_ci                    Redistribution and use in source and binary forms, with or without modification, are
5111cb0ef41Sopenharmony_ci                    permitted provided that the following conditions are met:
5121cb0ef41Sopenharmony_ci
5131cb0ef41Sopenharmony_ci                       1. Redistributions of source code must retain the above copyright notice, this list of
5141cb0ef41Sopenharmony_ci                          conditions and the following disclaimer.
5151cb0ef41Sopenharmony_ci
5161cb0ef41Sopenharmony_ci                       2. Redistributions in binary form must reproduce the above copyright notice, this list
5171cb0ef41Sopenharmony_ci                          of conditions and the following disclaimer in the documentation and/or other materials
5181cb0ef41Sopenharmony_ci                          provided with the distribution.
5191cb0ef41Sopenharmony_ci                " desc=""/>
5201cb0ef41Sopenharmony_ci                <licensetext name="
5211cb0ef41Sopenharmony_ci                    Redistribution and use in source and binary forms, with or without
5221cb0ef41Sopenharmony_ci                    modification, are permitted provided that the following conditions are met:
5231cb0ef41Sopenharmony_ci
5241cb0ef41Sopenharmony_ci                    A. Redistributions of source code must retain the above copyright notice,
5251cb0ef41Sopenharmony_ci                       this list of conditions and the following disclaimer.
5261cb0ef41Sopenharmony_ci                    B. Redistributions in binary form must reproduce the above copyright notice,
5271cb0ef41Sopenharmony_ci                       this list of conditions and the following disclaimer in the documentation
5281cb0ef41Sopenharmony_ci                       and/or other materials provided with the distribution.
5291cb0ef41Sopenharmony_ci                    C. Neither the names of the copyright holders nor the names of its
5301cb0ef41Sopenharmony_ci                       contributors may be used to endorse or promote products derived from this
5311cb0ef41Sopenharmony_ci                       software without specific prior written permission.
5321cb0ef41Sopenharmony_ci                " desc=""/>
5331cb0ef41Sopenharmony_ci            </licensematcher>
5341cb0ef41Sopenharmony_ci            <licensematcher name="c-ares license" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
5351cb0ef41Sopenharmony_ci                <licensetext name="
5361cb0ef41Sopenharmony_ci                    Copyright (c) 2004 by Internet Systems Consortium, Inc. (&quot;ISC&quot;)
5371cb0ef41Sopenharmony_ci                    Copyright (c) 1996,1999 by Internet Software Consortium.
5381cb0ef41Sopenharmony_ci
5391cb0ef41Sopenharmony_ci                    Permission to use, copy, modify, and distribute this software for any
5401cb0ef41Sopenharmony_ci                    purpose with or without fee is hereby granted, provided that the above
5411cb0ef41Sopenharmony_ci                    copyright notice and this permission notice appear in all copies.
5421cb0ef41Sopenharmony_ci                " desc=""/>
5431cb0ef41Sopenharmony_ci            </licensematcher>
5441cb0ef41Sopenharmony_ci        </licensematcherlist>
5451cb0ef41Sopenharmony_ci    </oatconfig>
5461cb0ef41Sopenharmony_ci</configuration>
547