1 Star 0 Fork 163

Far / third_party_flutter

forked from OpenHarmony / third_party_flutter
关闭
 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
OAT.xml 49.09 KB
一键复制 编辑 原始数据 按行查看 历史
kangchongtao 提交于 2023-09-26 14:58 . OAT告警处理
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2021 Huawei Device Co., Ltd.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Notes:
This is project config file for OpenHarmony OSS Audit Tool, if you have any questions or concerns, please email chenyaxun.
-->
<!-- OAT(OSS Audit Tool) configuration guide:
basedir: Root dir, the basedir + project path is the real source file location.
licensefile:
1.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.
tasklist(only for batch mode):
1. task: Define oat check thread, each task will start a new thread.
2. task name: Only an name, no practical effect.
3. task policy: Default policy for projects under this task, this field is required and the specified policy must defined in policylist.
4. task filter: Default filefilter for projects under this task, this field is required and the specified filefilter must defined in filefilterlist.
5. task project: Projects to be checked, the path field define the source root dir of the project.
policyList:
1. policy: All policyitems will be merged to default OAT.xml rules, the name of policy doesn't affect OAT check process.
2. policyitem: The fields type, name, path, desc is required, and the fields rule, group, filefilter is optional,the default value is:
<policyitem type="" name="" path="" desc="" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter"/>
3. policyitem type:
"compatibility" is used to check license compatibility in the specified path;
"license" is used to check source license header in the specified path;
"copyright" is used to check source copyright header in the specified path;
"import" is used to check source dependency in the specified path, such as import ... ,include ...
"filetype" is used to check file type in the specified path, supported file types: archive, binary
"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
4. 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.
5. 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.
6. 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.
7. policyitem filefilter: Used to bind filefilter which define filter rules.
8. filefilter: Filter rules, the type filename is used to filter file name, the type filepath is used to filter file path.
Note:If the text contains special characters, please escape them according to the following rules:
" == &gt;
& == &gt;
' == &gt;
< == &gt;
> == &gt;
-->
<configuration>
<oatconfig>
<licensefile>engine/flutter/LICENSE|skia/LICENSE</licensefile>
<policylist>
<policy name="projectPolicy" desc="">
<policyitem type="compatibility" name="Unicode-DFS-2016" path="engine/flutter/third_party/icu/.*" desc="ICU License,不影响兼容性"/>
<policyitem type="compatibility" name="Unicode-DFS-2016" path="skia/third_party/externals/icu/.*" desc="ICU License,不影响兼容性"/>
<policyitem type="compatibility" name="InvalidLicense" path="skia/README.chromium" desc="BSD 3-Clause License,不影响兼容性"/> -->
<policyitem type="compatibility" name="Khronos License" path="skia/src/sksl/GLSL.std.450.h" desc="Khronos License,不影响兼容性"/>
<policyitem type="compatibility" name="Khronos License" path="skia/src/sksl/spirv.h" desc="Khronos License,不影响兼容性"/>
<policyitem type="compatibility" name="FTL" path="skia/third_party/externals/freetype/.*" desc="FTL,BSD-style license, 不影响兼容性"/>
<policyitem type="compatibility" name="zlib-acknowledgement" path="skia/third_party/externals/freetype/src/gzip/zlib.h" desc="zlib/libpng License, 不影响兼容性"/>
<policyitem type="compatibility" name="FTL" path="skia/third_party/externals/freetype2/.*" desc="FTL,BSD-style license, 不影响兼容性"/>
<policyitem type="compatibility" name="FTL" path="skia/third_party/freetype2/.*" desc="FTL,BSD-style license, 不影响兼容性"/>
<policyitem type="compatibility" name="zlib-acknowledgement" path="skia/third_party/externals/imgui/examples/libs/.*" desc="zlib/libpng License,不影响兼容性"/>
<policyitem type="compatibility" name="zlib-acknowledgement" path="skia/third_party/externals/libjpeg-turbo/.*" desc="zlib/libpng License,不影响兼容性"/>
<policyitem type="compatibility" name="Libpng" path="skia/third_party/externals/libpng/.*" desc="zlib/libpng License,不影响兼容性"/>
<policyitem type="compatibility" name="zlib-acknowledgement" path="skia/third_party/externals/sdl/.*" desc="zlib/libpng License,不影响兼容性"/>
<policyitem type="compatibility" name="Khronos License" path="skia/third_party/externals/opencl-lib/.*" desc="Khronos License,不影响兼容性"/>
<policyitem type="compatibility" name="zlib-acknowledgement" path="skia/third_party/externals/sfntly/cpp/src/.*" desc="zlib/libpng License,不影响兼容性"/>
<policyitem type="compatibility" name="Khronos License" path="skia/third_party/externals/spirv-headers/.*" desc="Khronos License,不影响兼容性"/>
<policyitem type="compatibility" name="MPL-1.1" path="skia/third_party/gif/.*" desc="MPL-1.1 License,不影响兼容性"/>
<policyitem type="compatibility" name="zlib-acknowledgement" path="skia/third_party/externals/zlib/.*" desc="zlib/libpng License,不影响兼容性"/>
<policyitem type="compatibility" name="The IJG (Independent JPEG Group) License" path=".*" desc="BSD-style licenses,不影响兼容性"/>
<policyitem type="compatibility" name="The zlib/libpng License (Zlib)" path=".*" desc="BSD-style licenses,不影响兼容性"/>
<policyitem type="compatibility" name="SunPro Attribution License (sunpro)" path=".*" desc="BSD-style licenses,不影响兼容性"/>
<policyitem type="compatibility" name="OFL-1.1-no-RFN" path=".*" desc="友好许可证,不影响兼容性"/>
<policyitem type="compatibility" name="FSFUL" path=".*" desc="友好许可证,不影响兼容性"/>
<policyitem type="compatibility" name="PNG Reference Library License" path=".*" desc="友好许可证,不影响兼容性"/>
<policyitem type="compatibility" name="MIT license Old Style with legal disclaimer 2" path=".*" desc="友好许可证,不影响兼容性"/>
<policyitem type="compatibility" name="MIT license Old Style with legal disclaimer" path="skia/third_party/externals/harfbuzz/.*" desc="友好许可证,不影响兼容性"/>
<policyitem type="compatibility" name="MIT license Old Style (no advertising without permission)" path=".*" desc="友好许可证,不影响兼容性"/>
<policyitem type="compatibility" name="ISC License" path=".*" desc="ISC License,BSD-style,不影响兼容性"/>
<policyitem type="compatibility" name="Unicode-TOU" path="engine/flutter/third_party/icu/.*" desc="ICU License,不影响兼容性"/>
<policyitem type="compatibility" name="Unicode-TOU" path="skia/third_party/externals/icu/.*" desc="ICU License,不影响兼容性"/>
<policyitem type="compatibility" name="BSDStyleLicense" path="flutter/.*" desc="不影响兼容性"/>
<policyitem type="compatibility" name="BSDStyleLicense" path="engine/flutter/.*" desc="不影响兼容性"/>
<policyitem type="compatibility" name="BSDStyleLicense" path="skia/.*" desc="不影响兼容性"/>
<policyitem type="compatibility" name="BSD-3-Clause" path="engine/flutter/.*" desc="不影响兼容性"/>
<policyitem type="compatibility" name="BSD-3-Clause" path="flutter/.*" desc="不影响兼容性"/>
<policyitem type="compatibility" name="BSD-3-Clause" path="skia/.*" desc="不影响兼容性"/>
<policyitem type="compatibility" name="Apache-2.0" path="flutter/.*" desc="不影响兼容性"/>
<policyitem type="compatibility" name="Apache-2.0" path="engine/flutter/.*" desc="不影响兼容性"/>
<policyitem type="compatibility" name="Apache-2.0" path="skia/.*" desc="不影响兼容性"/>
<policyitem type="compatibility" name="MIT" path="engine/flutter/.*" desc="不影响兼容性"/>
<policyitem type="compatibility" name="MIT" path="flutter/.*" desc="不影响兼容性"/>
<policyitem type="compatibility" name="MIT" path="skia/.*" desc="不影响兼容性"/>
<policyitem type="compatibility" name="MIT-Modern-Variant" path="flutter/.*" desc="不影响兼容性"/>
<policyitem type="compatibility" name="MIT-Modern-Variant" path="skia/.*" desc="不影响兼容性"/>
<policyitem type="compatibility" name="InvalidLicense" path="skia/.*" desc="不影响兼容性"/>
<policyitem type="compatibility" name="zlib-acknowledgement" path="skia/.*" desc="不影响兼容性"/>
<policyitem type="compatibility" name="LGPLStyleLicense" path="skia/.*" desc="不影响兼容性"/>
<policyitem type="compatibility" name="BSD-2-Clause" path="skia/.*" desc="不影响兼容性"/>
<policyitem type="compatibility" name="BSD 2-Clause License" path="skia/.*" desc="不影响兼容性"/>
<policyitem type="compatibility" name="BSD 3-Clause License" path="skia/.*" desc="不影响兼容性"/>
<policyitem type="compatibility" name="RSA-MD" path="skia/.*" desc="不影响兼容性"/>
<policyitem type="compatibility" name="OpenSSL" path="engine/flutter/.*" desc="不影响兼容性"/>
<policyitem type="compatibility" name="zlib License" path="glfw/.*" desc="不影响兼容性"/>
<policyitem type="compatibility" name="zlib-acknowledgement" path="glfw/.*" desc="不影响兼容性"/>
<policyitem type="license" name="Unicode-TOU" path="engine/flutter/third_party/icu/.*" filefilter="defaultPolicyFilter" desc="ICU License,不影响兼容性"/>
<policyitem type="license" name="Unicode-TOU" path="skia/third_party/externals/icu/.*" filefilter="defaultPolicyFilter" desc="ICU License,不影响兼容性"/>
<policyitem type="license" name="BSDStyleLicense" path="engine/flutter/.*" filefilter="defaultPolicyFilter" desc="不影响兼容性"/>
<policyitem type="license" name="BSDStyleLicense" path="flutter/.*" filefilter="defaultPolicyFilter" desc="不影响兼容性"/>
<policyitem type="license" name="BSDStyleLicense" path="skia/.*" filefilter="defaultPolicyFilter" desc="不影响兼容性"/>
<policyitem type="license" name="FTL" path="skia/.*" filefilter="defaultPolicyFilter" desc="不影响兼容性"/>
<policyitem type="license" name="MIT-Modern-Variant" path="skia/.*" filefilter="defaultPolicyFilter" desc="不影响兼容性"/>
<policyitem type="license" name="NoLicenseHeader" path="engine/flutter/.*" filefilter="defaultPolicyFilter" desc="不影响兼容性"/>
<policyitem type="license" name="NoLicenseHeader" path="flutter/.*" filefilter="defaultPolicyFilter" desc="不影响兼容性"/>
<policyitem type="license" name="NoLicenseHeader" path="skia/.*" filefilter="defaultPolicyFilter" desc="不影响兼容性"/>
<policyitem type="license" name="BSD-3-Clause" path="flutter/.*" filefilter="defaultPolicyFilter" desc="不影响兼容性"/>
<policyitem type="license" name="BSD-3-Clause" path="engine/flutter/.*" filefilter="defaultPolicyFilter" desc="不影响兼容性"/>
<policyitem type="license" name="BSD-3-Clause" path="skia/.*" filefilter="defaultPolicyFilter" desc="不影响兼容性"/>
<policyitem type="license" name="BSD 3-Clause License" path="skia/.*" filefilter="defaultPolicyFilter" desc="不影响兼容性"/>
<policyitem type="license" name="BSD-2-Clause" path="skia/.*" filefilter="defaultPolicyFilter" desc="不影响兼容性"/>
<policyitem type="license" name="BSD 2-Clause License" path="skia/.*" filefilter="defaultPolicyFilter" desc="不影响兼容性"/>
<policyitem type="license" name="MIT" path="skia/.*" filefilter="defaultPolicyFilter" desc="不影响兼容性"/>
<policyitem type="license" name="ISC" path="skia/.*" filefilter="defaultPolicyFilter" desc="不影响兼容性"/>
<policyitem type="license" name="InvalidLicense" path="skia/.*" filefilter="defaultPolicyFilter" desc="不影响兼容性"/>
<policyitem type="license" name="LGPLStyleLicense" path="skia/.*" filefilter="defaultPolicyFilter" desc="不影响兼容性"/>
<policyitem type="license" name="zlib-acknowledgement" path="skia/.*" filefilter="defaultPolicyFilter" desc="不影响兼容性"/>
<policyitem type="license" name="Libpng" path="skia/.*" filefilter="defaultPolicyFilter" desc="不影响兼容性"/>
<policyitem type="license" name="The zlib/libpng License (Zlib)" path="skia/.*" filefilter="defaultPolicyFilter" desc="不影响兼容性"/>
<policyitem type="license" name="SunPro Attribution License (sunpro)" path="skia/.*" filefilter="defaultPolicyFilter" desc="不影响兼容性"/>
<policyitem type="license" name="The IJG (Independent JPEG Group) License" path="skia/.*" filefilter="defaultPolicyFilter" desc="不影响兼容性"/>
<policyitem type="license" name="Khronos License" path="skia/.*" filefilter="defaultPolicyFilter" desc="不影响兼容性"/>
<policyitem type="license" name="MIT" path="engine/flutter/.*" filefilter="defaultPolicyFilter" desc="不影响兼容性"/>
<policyitem type="license" name="OFL-1.1-no-RFN" path="engine/flutter/.*" filefilter="defaultPolicyFilter" desc="不影响兼容性"/>
<policyitem type="license" name="ApacheStyleLicense" path="engine/flutter/.*" filefilter="defaultPolicyFilter" desc="不影响兼容性"/>
<policyitem type="license" name="FSFULLR" path="skia/.*" filefilter="defaultPolicyFilter" desc="不影响兼容性"/>
<policyitem type="license" name="RSA-MD" path="skia/.*" filefilter="defaultPolicyFilter" desc="不影响兼容性"/>
<policyitem type="license" name="FSFUL" path="skia/.*" filefilter="defaultPolicyFilter" desc="不影响兼容性"/>
<policyitem type="license" name="Beerware" path="skia/.*" filefilter="defaultPolicyFilter" desc="不影响兼容性"/>
<policyitem type="license" name="MPL-1.1" path="skia/.*" filefilter="defaultPolicyFilter" desc="不影响兼容性"/>
<policyitem type="license" name="PNG Reference Library License" path="skia/.*" filefilter="defaultPolicyFilter" desc="不影响兼容性"/>
<policyitem type="license" name="OpenSSL" path="engine/flutter/.*" filefilter="defaultPolicyFilter" desc="不影响兼容性"/>
<policyitem type="license" name="Apache-2.0" path="skia/.*" filefilter="defaultPolicyFilter" desc="不影响兼容性"/>
<policyitem type="license" name="Apache-2.0" path="flutter/.*" desc="不影响兼容性"/>
<policyitem type="license" name="Apache-2.0" path="engine/flutter/.*" desc="不影响兼容性"/>
</policy>
</policylist>
<filefilterlist>
<filefilter name="defaultFilter" desc="Files not to check">
<filteritem type="filepath" name="glfw/examples/glfw.icns" desc="不使用的文件,不影响兼容性"/>
<filteritem type="filepath" name="glfw/examples/glfw.ico" desc="不使用的文件,不影响兼容性"/>
</filefilter>
<filefilter name="binaryFileTypePolicyFilter" desc="Invalid File Type" >
<filteritem type="filepath" name="flutter/.*" desc="二进制不参与编译"/>
<filteritem type="filepath" name="skia/.*" desc="二进制不参与编译"/>
<filteritem type="filepath" name="engine/flutter/.*" desc="二进制不参与编译"/>
</filefilter>
<filefilter name="copyrightPolicyFilter" desc="Invalid File Type" >
<filteritem type="filepath" name="engine/flutter/.*" desc="flutter软件都包含兼容的许可证"/>
<filteritem type="filepath" name="flutter/.*" desc="flutter软件都包含兼容的许可证"/>
<filteritem type="filepath" name="skia/.*" desc="flutter软件都包含兼容的许可证"/>
</filefilter>
<filefilter name="defaultPolicyFilter" desc="compatibility,license文件头校验策略的过滤条件" >
<filteritem type="filepath" name="engine/flutter/tools/licenses/data/academic-3.0" desc="该文件未使用,且为tools下说明性质文件不参与打包"/>
<filteritem type="filepath" name="engine/flutter/tools/licenses/data/mozilla-2.0" desc="该文件未使用,且为tools下说明性质文件不参与打包"/>
<filteritem type="filepath" name="engine/flutter/tools/licenses/data/unicode" desc="该文件未使用,且为tools下说明性质文件不参与打包"/>
<filteritem type="filepath" name="engine/flutter/tools/licenses/data/gpl-3.0" desc="文档说明类文件,该文件未使用,且为tools下说明性质文件不参与打包"/>
<filteritem type="filepath" name="engine/flutter/tools/licenses/data/gpl-gcc-exception-3.1" desc="文档说明类文件,该文件未使用,且为tools下说明性质文件不参与打包"/>
<filteritem type="filepath" name="engine/flutter/tools/licenses/data/lesser-gpl-2.1" desc="文档说明类文件,该文件未使用,且为tools下说明性质文件不参与打包"/>
<filteritem type="filepath" name="engine/flutter/tools/licenses/data/library-gpl-2.0" desc="文档说明类文件,该文件未使用,且为tools下说明性质文件不参与打包"/>
<filteritem type="filepath" name="engine/flutter/tools/licenses/lib/licenses.dart" desc="BSD-style license,该文件未使用,不参与打包"/>
<filteritem type="filepath" name="engine/flutter/Doxyfile" desc="该文件为doc生成工具,该文件未使用"/>
<filteritem type="filename" name="NOTICE" desc="NOTICE文件"/>
<filteritem type="filepath" name="skia/bin/compare" desc="二进制文件,该文件未使用,未参与打包"/>
<filteritem type="filepath" name="skia/third_party/externals/freetype/docs/CHANGES" desc="修改记录文档,该文件未使用,不会参与打包"/>
<filteritem type="filepath" name="skia/third_party/externals/freetype/docs/PROBLEMS" desc="问题记录文档,该文件未使用,不会参与打包"/>
<filteritem type="filepath" name="skia/third_party/externals/freetype/docs/GPLv2.TXT" desc="三方仓下文档,包含GPL协议,目录用于生成freetype文档"/>
<filteritem type="filepath" name="skia/third_party/externals/freetype/docs/LICENSE.TXT" desc="freetype的协议为FTL协议,属于BSD-style协议,不会影响兼容性"/>
<filteritem type="filepath" name="skia/third_party/externals/freetype/src/base/md5.h" desc="md5头文件,无许可头声明"/>
<filteritem type="filepath" name="skia/infra/skqp/docker/android-skqp/Dockerfile" desc="该文件为三方仓下的dockfile文件,搭环境用的工具,不会参与打包"/>
<filteritem type="filepath" name="skia/third_party/externals/freetype/src/pcf/pcfutil.c" desc="该文件未使用,不会参与打包"/>
<filteritem type="filepath" name="skia/third_party/externals/libpng/contrib/gregbook/COPYING" desc="包含GPL协议,该目录下文件用于生成libpng的指导文档,未使用"/>
<filteritem type="filepath" name="skia/third_party/externals/libpng/contrib/gregbook/LICENSE" desc="包含BDS协议和GPL v2协议,使用任意一个皆可,该目录下文件用于生成libpng的指导文档,未使用"/>
<filteritem type="filepath" name="skia/third_party/etc1/README.google" desc="etc下的readme文件,该文件未使用,不会参与打包"/>
<filteritem type="filepath" name="skia/third_party/externals/angle2/src/compiler/preprocessor/ExpressionParser.cpp" desc="包含GPL-3.0+协议,该文件未使用,不会参与打包"/>
<filteritem type="filepath" name="skia/third_party/externals/angle2/src/compiler/translator/glslang_tab.cpp" desc="包含GPL-3.0+协议,该文件未使用,不会参与打包"/>
<filteritem type="filepath" name="skia/third_party/externals/spirv-headers/include/spirv/spir-v.xml" desc="三方代码,MIT协议,xml文件无法写license信息,且该文件不使用"/>
<filteritem type="filepath" name="skia/third_party/externals/spirv-tools/CHANGES" desc="changelog文件,该文件不使用,不会参与打包"/>
<filteritem type="filepath" name="skia/third_party/externals/wuffs/CONTRIBUTORS" desc="贡献者记录文档,该文件不使用,不会参与打包"/>
<filteritem type="filepath" name="skia/third_party/externals/zlib/README.chromium" desc="zlib readme文件不会参与打包"/>
<filteritem type="filepath" name="skia/third_party/externals/zlib/contrib/minizip/crypt.h" desc="声明可自由分发,无许可头声明"/>
<filteritem type="filepath" name="skia/third_party/externals/sdl/Xcode-iOS/Demos/data/bitmapfont/license.txt" desc="该文件为三方库"/>
<filteritem type="filepath" name="skia/third_party/externals/sdl/Xcode/XcodeDocSet/Doxyfile" desc="文档说明类文件,该文件未使用,不参与打包"/>
<filteritem type="filepath" name="skia/third_party/externals/sdl/docs/doxyfile" desc="文档说明类文件,该文件未使用,不参与打包"/>
<filteritem type="filepath" name="skia/third_party/externals/sdl/visualtest/docs/Doxyfile" desc="文档说明类文件,该文件未使用,不参与打包"/>
<filteritem type="filepath" name="skia/third_party/skcms/README.chromium" desc="skcms的README文件"/>
<filteritem type="filepath" name="skia/tools/doxygen/mainpage/mainpage.dox" desc="工具类文件,该文件不使用,不会参与打包"/>
<filteritem type="filepath" name="skia/tools/doxygen/Doxyfile" desc="文档说明类文件,该文件未使用,不参与打包"/>
<filteritem type="filepath" name="skia/tools/sk_app/unix/keysym2ucs.c" desc="工具类文件,该文件不使用,不会参与打包"/>
<filteritem type="filepath" name="skia/third_party/externals/libwebp/PATENTS" desc="BSD 3-Clause License,文档类文件"/>
<filteritem type="filepath" name="skia/third_party/externals/harfbuzz/test/shaping/data/in-house/COPYING" desc="包含OFL-1.1-no-RFN协议,该文件为文档类文件,不参与打包不影响兼容性"/>
<filteritem type="filepath" name="engine/flutter/ci/analyze.sh" desc="三方仓内编译脚本,未写license头,该文件未使用,不参与编译,不影响兼容性"/>
<filteritem type="filepath" name="engine/flutter/ci/build.sh" desc="三方仓内编译脚本,未写license头,该文件未使用,不参与编译,不影响兼容性"/>
<filteritem type="filepath" name="engine/flutter/ci/licenses_golden/licenses_flutter" desc="三方仓内说明文档类文件,未写license头,该文件未使用,不参与编译,不影响兼容性"/>
<filteritem type="filepath" name="engine/flutter/ci/licenses_golden/licenses_fuchsia" desc="三方仓内说明文档类文件,未写license头,该文件未使用,不参与编译,不影响兼容性"/>
<filteritem type="filepath" name="engine/flutter/shell/platform/darwin/ios/framework/Flutter.podspec" desc="三方仓内说明文档类文件,未写license头,"/>
<filteritem type="filepath" name="engine/flutter/shell/platform/darwin/macos/framework/FlutterMacOS.podspec" desc="三方仓内说明文档类文件,未写license头"/>
<filteritem type="filepath" name="engine/flutter/third_party/txt/PATENTS" desc="三方仓内说明文档类文件,未写license头"/>
<filteritem type="filepath" name="engine/flutter/tools/licenses/analysis_options.yaml" desc="工具文档类文件,未写license头,该文件未使用,BSD 3-Clause License,不影响兼容性"/>
<filteritem type="filepath" name="engine/flutter/tools/licenses/pubspec.yaml" desc="工具文档类文件,未写license头,该文件未使用,BSD 3-Clause License,不影响兼容性"/>
<filteritem type="filepath" name="engine/flutter/tools/licenses/data/mozilla-1.1" desc="三方仓内说明文档类文件,未写license头,BSD 3-Clause License,不参与编译,不影响兼容性"/>
<filteritem type="filepath" name="flutter/PATENT_GRANT" desc="三方仓内说明文档类文件,未写license头,该文件未使用,BSD 3-Clause License,不影响兼容性"/>
<filteritem type="filepath" name="flutter/dev/bots/cirrus_setup.sh" desc="三方仓内编译脚本,未写license头,该文件未使用,BSD 3-Clause License,不影响兼容性"/>
<filteritem type="filepath" name="flutter/dev/bots/download_android_sdk.sh" desc="三方仓内编译脚本,未写license头,该文件未使用,BSD 3-Clause License,不影响兼容性"/>
<filteritem type="filepath" name="flutter/dev/ci/docker_linux/Dockerfile" desc="三方仓内搭建环境使用dockerfile,未写license头,该文件未使用,BSD 3-Clause License,不影响兼容性"/>
<filteritem type="filepath" name="skia/third_party/externals/imgui/imstb_rectpack.h" desc="MIT license 在文件尾,该文件未使用,不参与编译,不影响兼容性"/>
<filteritem type="filepath" name="skia/third_party/externals/imgui/imstb_textedit.h" desc="MIT license 在文件尾,该文件未使用,不参与编译,不影响兼容性"/>
<filteritem type="filepath" name="skia/third_party/externals/imgui/imstb_truetype.h" desc="MIT license 在文件尾,该文件未使用,不参与编译,不影响兼容性"/>
<filteritem type="filepath" name="skia/third_party/externals/dawn/README.chromium" desc="skia的readme文件,该文件未使用,不参与编译,不影响兼容性"/>
<filteritem type="filepath" name="skia/third_party/externals/harfbuzz/mingw-ldd.py" desc="三方代码编译脚本,该文件未使用,不参与编译,不影响兼容性"/>
<filteritem type="filepath" name="skia/third_party/externals/harfbuzz/test/shaping/texts/in-house/shaper-arabic/script-arabic/language-urdu/crulp/ligatures/LICENSE" desc="无许可头声明,可不修改使用"/>
<filteritem type="filepath" name="skia/third_party/externals/harfbuzz/git.mk" desc="三方仓LICENSE文件,该文件未使用,不参与编译,不影响兼容性"/>
<filteritem type="filepath" name="skia/third_party/externals/libjpeg-turbo/doc/html/jquery.js" desc="三方仓代码,未写lincense头,该文件未使用,不参与编译,不影响兼容性"/>
<filteritem type="filepath" name="skia/third_party/externals/libjpeg-turbo/release/Distribution.xml.in" desc="三方仓代码,未写lincense头,该文件未使用,不参与编译,不影响兼容性"/>
<filteritem type="filepath" name="skia/third_party/externals/libjpeg-turbo/release/rpm.spec.in" desc="三方仓代码,未写lincense头,该文件未使用,不参与编译,不影响兼容性"/>
<filteritem type="filepath" name="skia/third_party/externals/libjpeg-turbo/README.ijg" desc="libjpej-turbo下的readme文件,该文件未使用,不会参与打包"/>
<filteritem type="filepath" name="skia/third_party/externals/libpng/ANNOUNCE" desc="三方仓声明文件,libpng的版本说明文件"/>
<filteritem type="filepath" name="skia/third_party/externals/libpng/LICENSE" desc="libpng的LICENSE文件,为zlib/libpng 协议,不影响兼容性"/>
<filteritem type="filepath" name="skia/third_party/externals/libpng/TRADEMARK" desc="libpng的TRADEMARK文件,该文件不参与编译,不影响兼容性"/>
<filteritem type="filepath" name="skia/third_party/externals/libpng/contrib/gregbook/makevms.com" desc="该文件用于生成libpng的指导文档,未使用,不参与编译"/>
<filteritem type="filepath" name="skia/third_party/externals/libpng/autogen.sh" desc="该文件用于自动configure,未使用,不参与编译"/>
<filteritem type="filepath" name="skia/third_party/externals/libpng/INSTALL" desc="说明类文档,用于指导安装,不参与编译"/>
<filteritem type="filepath" name="skia/third_party/externals/libpng/contrib/visupng/cexcept.h" desc="该文件用于visupng下的c异常捕获,visupng未使用,不参与编译"/>
<filteritem type="filepath" name="skia/third_party/externals/libpng/contrib/pngminim/preader/makefile" desc="该文件用于编译和链接程序,未使用,不参与编译"/>
<filteritem type="filepath" name="skia/third_party/externals/libpng/contrib/gregbook/Makefile.sgi" desc="该文件用于文档说明文件生成,未使用,不参与编译"/>
<filteritem type="filepath" name="skia/third_party/externals/libpng/contrib/gregbook/Makefile.unx" desc="该文件用于文档说明文件生成,未使用,不参与编译"/>
<filteritem type="filepath" name="skia/third_party/externals/zlib/contrib/minizip/unzip.c" desc="zlib LICENSE,文件未使用,不参与编译,不影响兼容性"/>
<filteritem type="filepath" name="skia/third_party/externals/sdl/SDL2.spec.in" desc="zlib LICENSE,文件未使用,不参与编译,不影响兼容性"/>
<filteritem type="filepath" name="skia/third_party/externals/sdl/VisualC-WinRT/SDL2-WinRT.nuspec" desc="zlib LICENSE,文件未使用,不参与编译,不影响兼容性"/>
<filteritem type="filepath" name="skia/third_party/externals/sdl/VisualC-WinRT/SDL2main-WinRT-NonXAML.nuspec" desc="zlib LICENSE,文件未使用,不参与编译,不影响兼容性"/>
<filteritem type="filepath" name="skia/third_party/externals/sdl/debian/changelog" desc="zlib LICENSE,文件未使用,不参与编译,不影响兼容性"/>
<filteritem type="filepath" name="skia/third_party/externals/sdl/src/video/x11/edid-parse.c" desc="zlib LICENSE,文件未使用,不参与编译,不影响兼容性"/>
<filteritem type="filepath" name="skia/third_party/externals/opencl-lib/3-0/include/CL/internal/cl_icd_amd.h" desc="MIT,文件未使用,不参与编译,不影响兼容性"/>
<filteritem type="filepath" name="skia/third_party/externals/opencl-lib/3-0/include/GL/wglew.h" desc="Khronos License,文件未使用,不参与编译,不影响兼容性"/>
<filteritem type="filepath" name="skia/third_party/externals/angle2/util/windows/third_party/StackWalker/README.chromium" desc="三方仓下readme文件,文件未使用,不参与编译,不影响兼容性"/>
<filteritem type="filepath" name="skia/third_party/externals/angle2/third_party/vulkan-validation-layers/README.angle" desc="三方仓下readme文件,文件未使用,不参与编译,不影响兼容性"/>
<filteritem type="filepath" name="skia/third_party/externals/angle2/third_party/vulkan-tools/README.angle" desc="三方仓下readme文件,不参与编译,不影响兼容性"/>
<filteritem type="filepath" name="skia/third_party/externals/angle2/third_party/vulkan-loader/README.angle" desc="三方仓下readme文件,不参与编译,不影响兼容性"/>
<filteritem type="filepath" name="skia/third_party/externals/angle2/third_party/vulkan-headers/README.angle" desc="三方仓下readme文件,不参与编译,不影响兼容性"/>
<filteritem type="filepath" name="skia/third_party/externals/angle2/third_party/libpng/README.angle" desc="三方仓下readme文件,不参与编译,不影响兼容性"/>
<filteritem type="filepath" name="skia/third_party/externals/angle2/third_party/googletest/README.angle" desc="三方仓下readme文件,不参与编译,不影响兼容性"/>
<filteritem type="filepath" name="skia/third_party/externals/angle2/third_party/deqp/README.angle" desc="三方仓下readme文件,不参与编译,不影响兼容性"/>
<filteritem type="filepath" name="skia/third_party/externals/angle2/src/third_party/compiler/README.chromium" desc="三方仓下readme文件,不参与编译,不影响兼容性"/>
<filteritem type="filepath" name="skia/third_party/externals/angle2/src/common/third_party/xxhash/README.chromium" desc="三方仓下readme文件,不参与编译,不影响兼容性"/>
<filteritem type="filepath" name="skia/third_party/externals/angle2/src/common/third_party/base/README.angle" desc="三方仓下readme文件,不参与编译,不影响兼容性"/>
<filteritem type="filepath" name="skia/third_party/externals/angle2/scripts/egl.xml" desc="三方仓下xml文件,不参与编译,不影响兼容性"/>
<filteritem type="filepath" name="skia/third_party/externals/angle2/README.chromium" desc="三方仓下readne文件,不参与编译,不影响兼容性"/>
<filteritem type="filepath" name="skia/third_party/externals/angle2/include/EGL/eglplatform.h" desc="BSD 3-Clause License,协议头写在代码后面了,不影响兼容性"/>
<filteritem type="filepath" name="skia/third_party/externals/angle2/include/GLES2/gl2platform.h" desc="BSD 3-Clause License,协议头写在代码后面了,不影响兼容性"/>
<filteritem type="filepath" name="skia/third_party/externals/angle2/include/GLES3/gl3platform.h" desc="SGI Free Software B License,协议头写在代码后面了,不影响兼容性"/>
<filteritem type="filepath" name="skia/third_party/externals/angle2/include/KHR/khrplatform.h" desc="Khronos License,协议头写在代码后面了,不影响兼容性"/>
<filteritem type="filepath" name="skia/third_party/externals/dawn/third_party/khronos/KHR/khrplatform.h" desc="Khronos License,协议头写在代码后面了,不影响兼容性"/>
<filteritem type="filepath" name="skia/third_party/externals/harfbuzz/m4/ax_cxx_compile_stdcxx.m4" desc="FSFAP License,文件不参与编译,协议也不影响兼容性"/>
<filteritem type="filepath" name="skia/third_party/externals/sdl/include/SDL_opengles2_gl2platform.h" desc="SGI Free Software B License,协议头写在代码后面了,不影响兼容性"/>
<filteritem type="filepath" name="skia/third_party/externals/sdl/include/SDL_opengles2_khrplatform.h" desc="SGI Free Software B License,协议头写在代码后面了,不影响兼容性"/>
<filteritem type="filepath" name="txt/PATENTS" desc="三方仓内说明文档类文件,未写license头"/>
<filteritem type="filepath" name="glfw/docs/main.dox" desc="三方仓内说明文档类文件,未写license头,不参与编译,不影响兼容性"/>
<filteritem type="filepath" name="glfw/docs/compile.dox" desc="三方仓内说明文档类文件,未写license头,不参与编译,不影响兼容性"/>
<filteritem type="filepath" name="glfw/tests/vulkan.c" desc="声明可自由分发,无许可头声明"/>
<filteritem type="filepath" name="glfw/deps/KHR/khrplatform.h" desc="声明可自由分发,无许可头声明"/>
<filteritem type="filepath" name="glfw/deps/mingw/dinput.h" desc="该文件未使用,不参与打包"/>
<filteritem type="filepath" name="glfw/deps/mingw/xinput.h" desc="该文件未使用,不参与打包"/>
</filefilter>
</filefilterlist>
<licensematcherlist>
<licensematcher name="BSD 3-Clause License" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
<licensetext name="
* Use of this source code is governed by a BD-style license that can be
* found in the LICENSE file." desc="skia/gm 下文件头有错别字"/>
<licensetext name="
\f0\fs24 \cf0 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\
\
\pard\tx220\tx720\pardeftab720\li720\fi-720
\ls1\ilvl0\cf0 {\listtext \'95 }Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\
{\listtext \'95 }Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.\
{\listtext \'95 }Neither the name of the libjpeg-turbo Project nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.\
\pard\pardeftab720\qc
\cf0 \
\pard\pardeftab720
\cf0 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &gt;AS IS&gt;, AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\" desc="文档类型为rtf,有特殊符号转义"/>
</licensematcher>
<licensematcher name="zlib-acknowledgement" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
<licensetext name="
See COPYING.txt for the full license governing this code." desc="license写在copying文件中了"/>
</licensematcher>
<licensematcher name="MIT License" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
<licensetext name="
In no event shall anyone redistributing or accessing or using this material
commence or participate in any arbitration or legal action relating to this
material against Advanced Micro Devices, Inc. or any copyright holders or
contributors. The foregoing shall survive any expiration or termination of
this license or any agreement or access or use related to this material." desc=""/>
</licensematcher>
<licensematcher name="BSD 2-Clause License" desc="如果工具扫描是InvalidLicense,可在此定义匹配规则,注意引号要转义" >
<licensetext name="
BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)" desc="angle2/src下文件为BSD 2-Clause License"/>
<licensetext name="
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
" desc=""/>
<licensetext name="
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice, this
list of conditions and the following disclaimer in the documentation and/or
other materials provided with the distribution.
" desc=""/>
</licensematcher>
<licensematcher name="The IJG (Independent JPEG Group) License" desc="" >
<licensetext name="
For conditions of distribution and use, see the accompanying README.ijg
" desc=""/>
</licensematcher>
<licensematcher name="The zlib/libpng License (Zlib)" desc="" >
<licensetext name="
For conditions of distribution and use, see copyright notice in zlib.h
" desc=""/>
<licensetext name="
* For conditions of distribution and use, see copyright notice in jsimdext.inc
" desc=""/>
<licensetext name="
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely.
" desc=""/>
</licensematcher>
<licensematcher name="SunPro Attribution License (sunpro)" desc="" >
<licensetext name="
* Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
*
* Developed at SunPro, a Sun Microsystems, Inc. business.
* Permission to use, copy, modify, and distribute this
* software is freely granted, provided that this notice
* is preserved.
" desc=""/>
</licensematcher>
<licensematcher name="PNG Reference Library License" desc="" >
<licensetext name="
* To the extent possible under law, the authors have waived
* all copyright and related or neighboring rights to this file
" desc=""/>
</licensematcher>
<licensematcher name="ISC License" desc="" >
<licensetext name="
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED &gt;AS IS&gt; AND THE AUTHOR DISCLAIMS ALL WARRANTIES
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
* ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
" desc=""/>
</licensematcher>
<licensematcher name="MIT license Old Style with legal disclaimer" desc="" >
<licensetext name="
* Permission to use, copy, modify, distribute, and sell this software and its
* documentation for any purpose is hereby granted without fee, provided that
* the above copyright notice appear in all copies and that both that
* copyright notice and this permission notice appear in supporting
* documentation, and that the name of the author(s) not be used in
* advertising or publicity pertaining to distribution of the software without
* specific, written prior permission. The authors make no
* representations about the suitability of this software for any purpose. It
* is provided &gt;as is&gt; without express or implied warranty.
*
* THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
* INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
* EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR
* CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
* DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
* PERFORMANCE OF THIS SOFTWARE.
" desc=""/>
</licensematcher>
<licensematcher name="MIT license Old Style (no advertising without permission)" desc="" >
<licensetext name="
# Permission to use, copy, modify, distribute, and sell this software and its
# documentation for any purpose is hereby granted without fee, provided that
# the above copyright notice appear in all copies and that both that
# copyright notice and this permission notice appear in supporting
# documentation, and that the name of M.I.T. not be used in advertising or
# publicity pertaining to distribution of the software without specific,
# written prior permission. M.I.T. makes no representations about the
# suitability of this software for any purpose. It is provided &gt;as is&gt;
# without express or implied warranty.
" desc=""/>
</licensematcher>
<licensematcher name="zlib License" desc="">
<licensetext name="For conditions of distribution and use, see copyright notice in zlib.h" desc=""/>
<licensetext name="
* For conditions of distribution and use, see copyright notice in jsimdext.inc
" desc=""/>
<licensetext name="
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely.
" desc=""/>
</licensematcher>
</licensematcherlist>
</oatconfig>
</configuration>
1
https://gitee.com/yesiyuanjim/third_party_flutter.git
git@gitee.com:yesiyuanjim/third_party_flutter.git
yesiyuanjim
third_party_flutter
third_party_flutter
master

搜索帮助