1<?xml version="1.0" encoding="UTF-8"?>
2<!-- Copyright (c) 2023 Huawei Device Co., Ltd.
3
4     Licensed under the Apache License, Version 2.0 (the "License");
5     you may not use this file except in compliance with the License.
6     You may obtain a copy of the License at
7
8          http://www.apache.org/licenses/LICENSE-2.0
9
10     Unless required by applicable law or agreed to in writing, software
11     distributed under the License is distributed on an "AS IS" BASIS,
12     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13     See the License for the specific language governing permissions and
14     limitations under the License.
15
16    This is the configuration file template for OpenHarmony OSS Audit Tool, please copy it to your project root dir and modify it refer to OpenHarmony/tools_oat/README.
17    All configurations in this file will be merged to OAT-Default.xml, if you have any questions or concerns, please create issue in OpenHarmony/tools_oat and @jalenchen or chenyaxun.
18
19    licensefile:
20    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.
21
22    policylist:
23    1. policy: If the OAT-Default.xml policies do not meet your requirements, please add policies here.
24    2. policyitem: The fields type, name, path, desc is required, and the fields rule, group, filefilter is optional,the default value is:
25    <policyitem type="" name="" path="" desc="" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter"/>
26    3. policyitem type:
27        "compatibility" is used to check license compatibility in the specified path;
28        "license" is used to check source license header in the specified path;
29        "copyright" is used to check source copyright header in the specified path;
30        "import" is used to check source dependency in the specified path, such as import ... ,include ...
31        "filetype" is used to check file type in the specified path, supported file types: archive, binary
32        "filename" is used to check whether the specified file exists in the specified path(projectroot means the root dir of the project), supported file names: LICENSE, README, README.OpenSource
33    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.
34    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.
35    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.
36    7. policyitem filefilter: Used to bind filefilter which define filter rules.
37    7. policyitem desc: Used to describe the reason of this policy item, committers will check this while merging the code.
38    8. filefilter: Filter rules, the type filename is used to filter file name, the type filepath is used to filter file path.
39
40    Note:If the text contains special characters, please escape them according to the following rules:
41    " == &quot;
42    & == &amp;
43    ' == &apos;
44    < == &lt;
45    > == &gt;
46-->
47
48<configuration>
49    <oatconfig>
50        <licensefile></licensefile>
51        <policylist>
52            <policy name="projectPolicy" desc="">
53                <policyitem type="compatibility" name="Unicode-TOU" path=".*" desc="宽松型许可证."/>
54                <policyitem type="compatibility" name="FTL" path=".*" desc="宽松型许可证."/>
55                <policyitem type="compatibility" name="Khronos License" path=".*" desc="宽松型许可证."/>
56                <policyitem type="compatibility" name="Adobe-2006" path=".*" desc="宽松型许可证."/>
57                <policyitem type="compatibility" name="Zlib" path="third_party/externals/.*" desc="宽松型许可证."/>
58                <policyitem type="compatibility" name="LicenseRef-scancode-khronos" path="third_party/.*" desc="宽松型许可证."/>
59                <policyitem type="compatibility" name="Adobe Systems" path="third_party/externals/dng_sdk/.*" desc="宽松型许可证."/>
60                <policyitem type="compatibility" name="NTP" path="third_party/externals/egl-registry/.*" desc="宽松型许可证."/>
61                <policyitem type="compatibility" name="IJG" path="third_party/externals/libjpeg-turbo/.*" desc="宽松型许可证."/>
62                <policyitem type="compatibility" name="zlib-acknowledgement" path="third_party/externals/.*" desc="宽松型许可证."/>
63                <policyitem type="compatibility" name="GPLStyleLicense" path="third_party/externals/.*" desc="not use."/>
64                <policyitem type="compatibility" name="GPL-2.0+" path="third_party/externals/.*" desc="not use."/>
65                <policyitem type="compatibility" name="GPL-3.0+" path="third_party/externals/.*" desc="not use."/>
66                <policyitem type="compatibility" name="Libpng" path="third_party/externals/libpng/.*" desc="宽松型许可证."/>
67                <policyitem type="compatibility" name="LGPL-2.1+" path="third_party/externals/.*" desc="not use."/>
68                <policyitem type="compatibility" name="GFDL-1.3" path="third_party/externals/microhttpd/.*" desc="宽松型许可证."/>
69                <policyitem type="compatibility" name="ISC" path="third_party/externals/microhttpd/.*" desc="宽松型许可证."/>
70                <policyitem type="compatibility" name="MPL-1.1" path="third_party/externals/libgifcodec/.*" desc="宽松型许可证."/>
71                <policyitem type="compatibility" name="Spencer-94" path="third_party/externals/swiftshader/third_party/llvm-10.0/.*" desc="宽松型许可证."/>
72                <policyitem type="compatibility" name="LicenseRef-scancode-other-permissive" path="third_party/externals/libpng/.*" desc="宽松型许可证."/>
73                <policyitem type="compatibility" name="BD-style" path="gm/.*" desc="宽松型许可证."/>
74                <policyitem type="compatibility" name="FSF Unlimited License" path="third_party/externals/.*" desc="宽松型许可证."/>
75                <policyitem type="compatibility" name="PublicDomainLicense" path="tools/.*" desc="宽松型许可证."/>
76                <policyitem type="compatibility" name="XConsortiumLicense" path="third_party/externals/.*" desc="宽松型许可证."/>
77                <policyitem type="compatibility" name="GFDL-1.1" path="third_party/externals/.*" desc="宽松型许可证."/>
78                <policyitem type="compatibility" name="CC0-1.0" path="third_party/externals/.*" desc="宽松型许可证."/>
79                <policyitem type="compatibility" name="NAIST-2003" path="third_party/externals/.*" desc="宽松型许可证."/>
80                <policyitem type="compatibility" name="Info-ZIP" path="third_party/externals/.*" desc="宽松型许可证."/>
81                <policyitem type="compatibility" name="OFL-1.1-no-RFN" path="third_party/externals/.*" desc="宽松型许可证."/>
82            </policy>
83        </policylist>
84
85        <filefilterlist>
86            <filefilter name="defaultFilter" desc="Files not to check">
87                <filteritem type="filename" name="*.txt|*.jpg|*.gif|*.png|*.ttf|*.otf" desc="desc files"/>
88                <filteritem type="filepath" name="third_party/externals/angle2/tools/flex-bison/third_party/skeletons/yacc.c" desc="not use"/>
89                <filteritem type="filepath" name="third_party/externals/libpng/compile" desc="not use"/>
90                <filteritem type="filepath" name=".*/BUILD" desc="编译规则文件"/>
91                <filteritem type="filepath" name=".*/README.*" desc="README文件"/>
92                <filteritem type="filepath" name=".*/README.*" desc="README文件"/>
93                <filteritem type="filepath" name="third_party/externals/libpng/config.guess" desc="not use"/>
94                <filteritem type="filepath" name="third_party/externals/freetype/src/base/md5.h" desc="No copyright is claimed, and the software is hereby placed in the public domain."/>
95                <filteritem type="filepath" name="third_party/externals/harfbuzz/docs/usermanual-install-harfbuzz.xml" desc="License matcher rules, not license header"/>
96                <filteritem type="filepath" name="third_party/externals/harfbuzz/docs/usermanual-integration.xml" desc="License matcher rules, not license header"/>
97                <filteritem type="filepath" name="third_party/externals/imgui/imgui.cpp" desc="License matcher rules, not license header"/>
98                <filteritem type="filepath" name="third_party/externals/libpng/example.c" desc="To the extent possible under law, the authors have waived all copyright and related or neighboring rights to this file."/>
99                <filteritem type="filepath" name="third_party/externals/libwebp/PATENTS" desc="License matcher rules, not license header"/>
100                <filteritem type="filepath" name="third_party/externals/opengl-registry/api/GLES/1.0/gl.h" desc="not use"/>
101                <filteritem type="filepath" name="third_party/externals/imgui/backends/imgui_impl_opengl3_loader.h" desc="This is free and unencumbered software released into the public domain."/>
102                <filteritem type="filepath" name="third_party/externals/oboe/prefab/oboe-VERSION.pom" desc="License matcher rules, not license header"/>
103                <filteritem type="filepath" name="third_party/externals/spirv-cross/.*/.*.comp" desc="License matcher rules, not license header"/>
104                <filteritem type="filepath" name="third_party/externals/swiftshader/third_party/SPIRV-Headers/BUILD.bazel" desc="License matcher rules, not license header"/>
105                <filteritem type="filepath" name="third_party/externals/libpng/ANNOUNCE" desc="License matcher rules, not license header"/>
106                <filteritem type="filepath" name="third_party/externals/.*/MD5.h" desc="No copyright is claimed, and the software is hereby placed in the public domain."/>
107                <filteritem type="filepath" name="third_party/externals/libpng/contrib/pngminim/preader/makefile" desc="License matcher rules, not license header"/>
108                <filteritem type="filepath" name="third_party/.*/LICENSE.TXT" desc="License matcher rules, not license header"/>
109                <filteritem type="filepath" name="third_party/externals/egl-registry/api/1.1/EGL/egl.h" desc=" use"/>
110                <filteritem type="filepath" name="third_party/externals/freetype/src/tools/make_distribution_archives.py" desc="License matcher rules, not license header"/>
111                <filteritem type="filepath" name="third_party/externals/opengl-registry/api/GLSC/1.0/gl.h" desc="License matcher rules, not license header"/>
112                <filteritem type="filepath" name="third_party/externals/spirv-headers/BUILD.bazel" desc="License matcher rules, not license header"/>
113                <filteritem type="filepath" name="third_party/externals/spirv-cross/LICENSES/CC-BY-4.0.txt" desc="License matcher rules, not license header"/>
114                <filteritem type="filepath" name="third_party/externals/libpng/contrib/gregbook/makevms.com" desc="License matcher rules, not license header"/>
115                <filteritem type="filepath" name="third_party/externals/libpng/TRADEMARK" desc="License matcher rules, not license header"/>
116                <filteritem type="filepath" name="third_party/externals/microhttpd/src/testcurl/gauger.h" desc="This software is in the public domain"/>
117                <filteritem type="filepath" name="tools/doxygen/mainpage/mainpage.dox" desc="License matcher rules, not license header"/>
118                <filteritem type="filepath" name="third_party/externals/egl-registry/sdk/docs/man/reference.xml" desc="License matcher rules, not license header"/>
119                <filteritem type="filepath" name="third_party/externals/egl-registry/sdk/docs/man/xhtml/copyright.inc.xsl" desc="License matcher rules, not license header"/>
120                <filteritem type="filepath" name="third_party/externals/freetype/docs/PROBLEMS" desc="License matcher rules, not license header"/>
121                <filteritem type="filepath" name="third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/random.hpp" desc="License matcher rules, not license header"/>
122                <filteritem type="filepath" name="third_party/externals/swiftshader/third_party/llvm-10.0/Android.bp" desc="License matcher rules, not license header"/>
123                <filteritem type="filepath" name="third_party/externals/egl-registry/specs/legal.xhtml" desc="License matcher rules, not license header"/>
124                <filteritem type="filepath" name="third_party/externals/spirv-cross/CODE_OF_CONDUCT.adoc" desc="License matcher rules, not license header"/>
125                <filteritem type="filepath" name="third_party/externals/swiftshader/third_party/SPIRV-Tools/BUILD.bazel" desc="License matcher rules, not license header"/>
126                <filteritem type="filepath" name="go.mod" desc="License matcher rules, not license header"/>
127                <filteritem type="filepath" name="third_party/externals/zlib/contrib/minizip/crypt.h" desc="source package can be freely distributed, including from the USA"/>
128                <filteritem type="filepath" name="third_party/externals/brotli/java/org/brotli/pom.xml" desc="License matcher rules, not license header"/>
129                <filteritem type="filepath" name="third_party/externals/egl-registry/sdk/docs/man/docbook4/reference.xml" desc="License matcher rules, not license header"/>
130                <filteritem type="filepath" name="third_party/externals/markupsafe/get_markupsafe.sh" desc="License matcher rules, not license header"/>
131                <filteritem type="filepath" name="third_party/externals/spirv-tools/BUILD.bazel" desc="License matcher rules, not license header"/>
132                <filteritem type="filepath" name="third_party/externals/opengl-registry/api/GLSC/1.0.1/gl.h" desc="License matcher rules, not license header"/>
133                <filteritem type="filepath" name="third_party/externals/libpng/INSTALL" desc="License matcher rules, not license header"/>
134                <filteritem type="filepath" name="third_party/externals/libpng/contrib/gregbook/Makefile.sgi" desc="License matcher rules, not license header"/>
135                <filteritem type="filepath" name="third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/ulp.inl" desc="software is freely granted"/>
136                <filteritem type="filepath" name="third_party/externals/libpng/contrib/gregbook/Makefile.unx" desc="License matcher rules, not license header"/>
137                <filteritem type="filepath" name="bin/compare" desc="License matcher rules, not license header"/>
138                <filteritem type="filepath" name="third_party/externals/freetype/docs/oldlogs/ChangeLog.21" desc="License matcher rules, not license header"/>
139                <filteritem type="filepath" name="third_party/externals/libpng/autogen.sh" desc="License matcher rules, not license header"/>
140                <filteritem type="filepath" name="third_party/externals/abseil-cpp/conanfile.py" desc="License matcher rules, not license header"/>
141                <filteritem type="filepath" name="third_party/externals/egl-registry/sdk/docs/man/copyright.xml" desc="License matcher rules, not license header"/>
142                <filteritem type="filepath" name="third_party/externals/abseil-cpp/absl/random/gaussian_distribution.cc" desc="License matcher rules, not license header"/>
143            </filefilter>
144
145            <filefilter name="defaultPolicyFilter" desc="Filters for compatibility,license header policies">
146                <filteritem type="filepath" name="src/main/java/ohos/oat/analysis/headermatcher/.*"
147                        desc="License matcher rules, not license header"/>
148                <filteritem type="filepath" name= "README.chromium" desc="License matcher rules, not license header"/> 
149                <filteritem type="filepath" name= "third_party/externals/brotli/js/decode.min.js " desc="License matcher rules, not license header"/> 
150                <filteritem type="filepath" name= "third_party/externals/dawn/README.chromium" desc="License matcher rules, not license header"/>
151                <filteritem type="filepath" name= "third_party/externals/egl-registry/sdk/docs/man/xhtml/ctop.xsl" desc="W3C License"/>
152                <filteritem type="filepath" name= "third_party/externals/imgui/imstb_textedit.h" desc="mit or public domain"/>  	
153            </filefilter>
154
155            <filefilter name="copyrightPolicyFilter" desc="Filters for copyright header policies">
156                
157            </filefilter>
158
159            <filefilter name="licenseFileNamePolicyFilter" desc="Filters for LICENSE file policies">
160            
161            </filefilter>
162            
163            <filefilter name="readmeFileNamePolicyFilter" desc="Filters for README file policies">
164            </filefilter>
165            <filefilter name="readmeOpenSourcefileNamePolicyFilter" desc="Filters for README.OpenSource file policies">
166            </filefilter>
167            <filefilter name="binaryFileTypePolicyFilter" desc="Filters for binary file policies">
168            <filteritem type="filepath" name="third_party/externals/abseil-cpp/absl/time/internal/cctz" desc="test files"/>
169            <filteritem type="filepath" name="third_party/externals/harfbuzz/test" desc="test files"/>
170            <filteritem type="filepath" name="third_party/externals/abseil-cpp/absl/time/internal/cctz/testdata" desc="test files"/>
171            <filteritem type="filepath" name="third_party/externals/harfbuzz/test/fuzzing" desc="test files"/>
172            <filteritem type="filepath" name="third_party/externals/abseil-cpp/absl/time/internal/cctz/testdata" desc="test files"/>
173            <filteritem type="filepath" name="third_party/externals/.*" desc="二进制文件不参与编译"/>
174            <filteritem type="filepath" name="resources/.*" desc="二进制文件不参与编译"/>
175            <filteritem type="filepath" name="buildtools/third_party/eu-strip/bin/eu-strip" desc="开源文件"/>
176            <filteritem type="filepath" name="modules/canvaskit/tests/assets/red_line.skp" desc="上游原生"/>
177            <filteritem type="filepath" name="modules/canvaskit/tests/assets/test.ttc" desc="上游原生"/>
178            <filteritem type="filepath" name="platform_tools/android/bin/mac/perfhost" desc="上游原生"/>
179            <filteritem type="filepath" name="site/docs/dev/tools/calendar.mskp" desc="上游原生"/>
180            <filteritem type="filepath" name="buildtools/mac/gn" desc="上游原生"/>
181            <filteritem type="filepath" name="platform_tools/android/apps/gradle/wrapper/gradle-wrapper.jar" desc="上游原生"/>
182            <filteritem type="filepath" name="infra/bots/tools/luci-go/win64/isolate.exe.sha1" desc="上游原生"/>
183            <filteritem type="filepath" name="tools/perf-canvaskit-puppeteer/canvas_perf_assets/Roboto-Regular.woff" desc="上游原生"/>
184            <filteritem type="filepath" name="tools/perf-canvaskit-puppeteer/canvas_perf_assets/Roboto-Regular.woff2" desc="上游原生"/>
185            <filteritem type="filepath" name="experimental/wasm-skp-debugger/debugger/anim.mskp" desc="上游原生"/>
186            <filteritem type="filepath" name="modules/canvaskit/tests/assets/Roboto-Regular.woff" desc="上游原生"/>
187            <filteritem type="filepath" name="platform_tools/android/apps/skottie/perfetto_config.pb" desc="上游原生"/>
188            <filteritem type="filepath" name="experimental/wasm-skp-debugger/debugger/sample.skp" desc="上游原生"/>
189            <filteritem type="filepath" name="modules/canvaskit/tests/assets/Roboto-Regular.woff2" desc="上游原生"/>
190            <filteritem type="filepath" name="bin/gn" desc="上游原生"/>
191            <filteritem type="filepath" name="buildtools/win/clang-format.exe.sha1" desc="上游原生"/>
192            <filteritem type="filepath" name="modules/canvaskit/tests/assets/color_wheel.webp" desc="上游原生"/>
193            <filteritem type="filepath" name="platform_tools/android/bin/linux/perfhost" desc="上游原生"/>
194            <filteritem type="filepath" name="tools/skiaserve/favicon.ico" desc="上游原生"/> 
195            </filefilter>
196        </filefilterlist>
197        <licensematcherlist>
198        <licensematcher name="Adobe-2006" desc="License for dngsdk">
199            <licensetext name="
200                // NOTICE:  Adobe permits you to use, modify, and distribute this file in
201                // accordance with the terms of the Adobe license agreement accompanying it.
202                " desc=""/>
203            <licensetext name="
204                Adobe Systems Incorporated provides the Software and Documentation for use under
205                the terms of this Agreement. Any download, installation, use, reproduction,
206                " desc=""/>
207        </licensematcher>
208        <licensematcher name="Zlib" desc="License for freetpye">
209            <licensetext name="
210                 * For conditions of distribution and use, see copyright notice in zlib.h    
211                " desc=""/>
212        </licensematcher>
213        <licensematcher name="MIT" desc="License for freetpye">
214            <licensetext name="
215                * Permission to use, copy, modify, distribute, and sell this software and its
216                * documentation for any purpose is hereby granted without fee, provided that
217                " desc=""/>
218            <licensetext name="
219                * This library is distributed under the MIT License. See notice at the end of this file.
220                " desc=""/>
221            <licensetext name="
222                /* This file is part of volk library; see volk.h for version/license details */
223                " desc=""/>
224        </licensematcher> 
225        <licensematcher name="LicenseRef-scancode-khronos" desc="License for freetpye">
226            <licensetext name="
227                Permission is hereby granted, free of charge, to any person obtaining a
228                ** copy of this software and/or associated documentation files (the
229                ** &quot;Materials&quot;), to deal in the Materials without restriction, including
230                ** without limitation the rights to use, copy, modify, merge, publish,
231                ** distribute, sublicense, and/or sell copies of the Materials, and to
232                ** permit persons to whom the Materials are furnished to do so, subject to
233                ** the following conditions:
234                **
235                ** The above copyright notice and this permission notice shall be included
236                ** in all copies or substantial portions of the Materials.
237                **
238                ** THE MATERIALS ARE PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND,
239                ** EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
240                ** MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
241                ** IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
242                ** CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
243                ** TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
244                ** MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
245                " desc=""/>
246        </licensematcher> 
247        <licensematcher name="Adobe Systems" desc="License for freetpye">
248            <licensetext name="
249                This product includes DNG technology under license by Adobe Systems
250                Incorporated.
251                " desc=""/>
252        </licensematcher>
253        <licensematcher name="NTP" desc="License for freetpye">
254            <licensetext name="
255                # Permission to use, copy, modify and distribute this stylesheet
256                # and its accompanying documentation for any purpose and without fee
257                # is hereby granted in perpetuity, provided that the above copyright
258                # notice and this paragraph appear in all copies. The copyright
259                # holders make no representation about the suitability of the schema
260                # for any purpose. It is provided &quot;as is&quot; without expressed or implied
261                # warranty.
262                " desc=""/>
263        </licensematcher>
264        <licensematcher name="IJG" desc="License for freetpye">
265            <licensetext name="
266                * For conditions of distribution and use, see the accompanying README.ijg
267                * file.
268                " desc=""/>
269            <licensetext name="
270                IJG is not affiliated with the ISO/IEC JTC1/SC29/WG1 standards committee
271                (also known as JPEG, together with ITU-T SG16).
272                " desc=""/>
273            <licensetext name="
274                * For conditions of distribution and use, see copyright notice in jsimdext.inc
275                " desc=""/>    
276        </licensematcher>
277        <licensematcher name="NCSA" desc="License for freetpye">
278            <licensetext name="
279                The LLVM software contains code written by third parties.  Such software will
280                have its own individual LICENSE.TXT file in the directory in which it appears.
281                This file will describe the copyrights, license, and restrictions which apply
282                to that code.
283
284                The disclaimer of warranty in the University of Illinois Open Source License
285                applies to all code in the LLVM Distribution, and nothing in any of the
286                other licenses gives permission to use the names of the LLVM Team or the
287                University of Illinois to endorse or promote products derived from this
288                Software.
289                " desc=""/>
290                <licensetext name="
291                |* This file is distributed under the University of Illinois Open Source      *|
292                |* License. See LICENSE.TXT for details.
293                " desc=""/>   
294        </licensematcher>
295        <licensematcher name="FSFAP" desc="License for freetpye">
296            <licensetext name="
297                Copying and distribution of this file, with or without modification,
298                are permitted in any medium without royalty provided the copyright
299                notice and this notice are preserved.  This file is offered as-is,
300                without warranty of any kind.
301                " desc=""/>
302        </licensematcher>
303        <licensematcher name="Unicode-DFS-2016" desc="License for freetpye">
304            <licensetext name="
305                Permission is hereby granted, free of charge, to any person obtaining
306                a copy of the Unicode data files and any associated documentation
307                (the &quot;Data Files&quot;) or Unicode software and any associated documentation
308                (the &quot;Software&quot;) to deal in the Data Files or Software
309                " desc=""/>
310        </licensematcher>
311        <licensematcher name="FSF Unlimited License No Warranty" desc="License for freetpye">
312            <licensetext name="
313                dnl This file is free software; as a special exception the author gives
314                dnl unlimited permission to copy and/or distribute it, with or without
315                dnl modifications, as long as this notice is preserved.
316                dnl
317                dnl This file is distributed in the hope that it will be useful, but
318                dnl WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
319                dnl implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
320                " desc=""/>
321        </licensematcher>
322        <licensematcher name="GNU Free Documentation License" desc="License for freetpye">
323            <licensetext name="
324                Permission is granted to copy, distribute and/or modify this
325                document under the terms of the GNU Free Documentation License,
326                Version 1.3 or any later version published by the Free Software
327                Foundation; with no Invariant Sections, no Front-Cover Texts, and
328                no Back-Cover Texts.  A copy of the license is included in the
329                section entitled &quot;GNU Free Documentation License&quot;.
330                " desc=""/>
331        </licensematcher>
332        <licensematcher name="ISC" desc="License for freetpye">
333            <licensetext name="
334                * Permission to use, copy, modify, and distribute this software for any
335                * purpose with or without fee is hereby granted, provided that the above
336                * copyright notice and this permission notice appear in all copies.
337                *
338                * THE SOFTWARE IS PROVIDED &quot;AS IS&quot; AND THE AUTHOR DISCLAIMS ALL WARRANTIES
339                * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
340                * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
341                * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
342                * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
343                * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
344                * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
345                " desc=""/>
346        </licensematcher>
347        <licensematcher name="BSD" desc="License for freetpye">
348            <licensetext name="
349                :license: BSD, see LICENSE for more details.
350                " desc=""/>
351                <licensetext name="
352                * :license: BSD.
353                " desc=""/>     
354        </licensematcher>
355         <licensematcher name="OFL1.1" desc="License for freetpye">
356            <licensetext name="
357                The goals of the Open Font License (OFL) are to stimulate worldwide
358                development of collaborative font projects, to support the font
359                creation efforts of academic and linguistic communities, and to
360                provide a free and open framework in which fonts may be shared and
361                improved in partnership with others.
362                " desc=""/>
363        </licensematcher>
364        <licensematcher name="MPL-1.1" desc="License for freetpye">
365            <licensetext name="
366                * Alternatively, the contents of this file may be used under the terms of
367                * either the GNU General Public License Version 2 or later (the &quot;GPL&quot;), or
368                * the GNU Lesser General Public License Version 2.1 or later (the &quot;LGPL&quot;),
369                * in which case the provisions of the GPL or the LGPL are applicable instead
370                * of those above. If you wish to allow use of your version of this file only
371                * under the terms of either the GPL or the LGPL, and not to allow others to
372                * use your version of this file under the terms of the MPL, indicate your
373                * decision by deleting the provisions above and replace them with the notice
374                * and other provisions required by the GPL or the LGPL. If you do not delete
375                * the provisions above, a recipient may use your version of this file under
376                * the terms of any one of the MPL, the GPL or the LGPL.
377                " desc=""/>
378        </licensematcher>
379        <licensematcher name="FSFAP" desc="License for freetpye">
380            <licensetext name="
381                # Copying and distribution of this file, with or without modification,
382                # is permitted in any medium without royalty provided the copyright
383                # notice and this notice are preserved.
384                " desc=""/>
385        </licensematcher>
386        <licensematcher name="LicenseRef-scancode-other-permissive" desc="License for freetpye">
387            <licensetext name="
388                This software may be modified only if its author and version
389                information is updated accurately, and may be redistributed
390                only if accompanied by this unaltered notice.  Subject to those
391                restrictions, permission is granted to anyone to do anything
392                with this software.  The copyright holders make no guarantees
393                regarding this software, and are not responsible for any damage
394                resulting from its use.
395                " desc=""/>
396        </licensematcher>
397        <licensematcher name="BD-style" desc="License for freetpye">
398            <licensetext name="
399                * Use of this source code is governed by a BD-style license that can be
400                * found in the LICENSE file.
401                " desc=""/>
402        </licensematcher>
403        <licensematcher name="BSD-3-Clause" desc="License for freetpye">
404            <licensetext name="
405                // Use of this source code is governed by the BSD-3-Clause license that can be
406                " desc=""/>
407            <licensetext name="
408                Redistribution and use in source and binary forms, with or without
409                modification, are permitted provided that the following conditions are
410                met:
411                " desc=""/>
412            <licensetext name="
413                * Redistributions of source code must retain the above copyright
414                notice, this list of conditions and the following disclaimer.
415                " desc=""/>
416        </licensematcher>
417        <licensematcher name="GFDL-1.1" desc="License for freetpye">
418            <licensetext name="
419                this file is copyrighted under the GNU Free Documentation License 1.1
420                " desc=""/>
421        </licensematcher>
422        <licensematcher name="CC0-1.0" desc="License for freetpye">
423            <licensetext name="
424                * Licensed under the CC0 Public Domain Dedication license.
425                " desc=""/>
426        </licensematcher>
427        <licensematcher name="CC0-1.0" desc="License for freetpye">
428            <licensetext name="
429                CC BY-NC-SA 3.0
430                " desc=""/>
431        </licensematcher>
432        <licensematcher name="Info-ZIP" desc="License for freetpye">
433            <licensetext name="
434                See the accompanying file LICENSE, version 2000-Apr-09 or later
435                (the contents of which are also included in zip.h) for terms of use.
436                If, for some reason, all these files are missing, the Info-ZIP license
437                also may be found at:  ftp://ftp.info-zip.org/pub/infozip/license.html
438                " desc=""/>
439        </licensematcher>
440        <licensematcher name="Libpng" desc="License for freetpye">
441            <licensetext name="
442                The software is supplied &quot;as is&quot;, without warranty of any kind,
443                express or implied, including, without limitation, the warranties
444                of merchantability, fitness for a particular purpose, title, and
445                non-infringement.  In no event shall the Copyright owners, or
446                " desc=""/>
447        </licensematcher>
448        <licensematcher name="OFL-1.1" desc="License for freetpye">
449            <licensetext name="
450                This Font Software is licensed under the SIL Open Font License,
451                Version 1.1.
452                " desc=""/>
453        </licensematcher>
454        </licensematcherlist>
455    </oatconfig>
456</configuration>
457