1<?xml version="1.0" encoding="UTF-8"?>
2<!-- Copyright (c) 2021 Huawei Device Co., Ltd.
3
4     Licensed under the Apache License, Version 2.0 (the "License");
5     you may not use this file except in compliance with the License.
6     You may obtain a copy of the License at
7
8          http://www.apache.org/licenses/LICENSE-2.0
9
10     Unless required by applicable law or agreed to in writing, software
11     distributed under the License is distributed on an "AS IS" BASIS,
12     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13     See the License for the specific language governing permissions and
14     limitations under the License.
15
16    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-->
18<configuration>
19    <oatconfig>
20        <policylist>
21            <policy name="3rdDefaultPolicy" desc="">
22                <policyitem type="compatibility" name="Public domain" path=".*" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc=""/>
23                <policyitem type="compatibility" name="LGPLStyleLicense" path=".*" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc=""/>
24                <policyitem type="license" name="*" path=".*" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc=""/>
25                <policyitem type="copyright" name="*" path=".*" rule="may" group="defaultGroup" filefilter="copyrightPolicyFilter" desc=""/>
26                <policyitem type="compatibility" name="Apache" path=".*" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc=""/>
27                <policyitem type="compatibility" name="BSD" path=".*" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc=""/>
28                <policyitem type="compatibility" name="MIT" path=".*" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc=""/>
29                <policyitem type="compatibility" name="FSFULLR" path=".*" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc=""/>
30                <policyitem type="compatibility" name="MulanPSL" path=".*" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc=""/>
31                <policyitem type="compatibility" name="!APSL-1.0" path=".*" rule="must" group="defaultGroup" filefilter="defaultPolicyFilter" desc=""/>
32                <policyitem type="filename" name="LICENSE" path="projectroot" rule="may" group="defaultGroup" filefilter="licenseFileNamePolicyFilter" desc=""/>
33                <policyitem type="filename" name="README.OpenSource" path="projectroot" rule="must" group="defaultGroup" filefilter="readmeOpenSourcefileNamePolicyFilter" desc=""/>
34                <policyitem type="filetype" name="!binary" path=".*" rule="must" group="defaultGroup" filefilter="binaryFileTypePolicyFilter" desc=""/>
35                <policyitem type="filetype" name="!archive" path=".*" rule="must" group="defaultGroup" filefilter="binaryFileTypePolicyFilter" desc=""/>
36            </policy>
37
38        </policylist>
39        <filefilterlist>
40            <filefilter name="defaultFilter" desc="Files that do not need to be scanned">
41                <filteritem type="filename" name="OAT*.xml|zunit|signature|Makefile|MANIFEST.MF|Kconfig|*.crt|*.markdown|*.git"/>
42                <filteritem type="filename" name=".mk|.ld|.gitkeep|.gitignore|.gitattributes|.config|*.txt|*.te|*.json|*.svg|*.swp"/>
43                <filteritem type="filename" name="*.sandbox|*.rslp|*.rc|*.pydeps|*.properties|*.pluginmeta|*.php|*.sgml|.adoc|NEWS"/>
44                <filteritem type="filename" name="*.patch|*.p7b|*.md|*.log|*.ini|*.html|*.htm|*.hml|*.hcs|__init__.py|MANIFEST.in"/>
45                <filteritem type="filename" name="*.hcb|*.gradle|*.gen|*.dic|*.d|*.css|*.cmake|*.cer|*.build|*.aff|*.err|*.pro|*.clang-format|*.ld"/>
46                <filteritem type="filename" name="*.babelrc|*.editorconfig|*.eslintignore|*.prettierrc|*.eslintrc.js|*.template|*.tmpl|*.vcproj|*.def|*.sln"/>
47                <filteritem type="filename" name="*_contexts|*.vcxproj|*.vcxproj.filters|*.vcxproj.user|*visual_studio.sln|*.bundle|CERTIFICATE|SIGNATURE"/>
48                <filteritem type="filename" name="*.lds|SConscript|*.pod|*.arb|*.repo|*.map|*.yml|*.config|*.cfg|*.conf|*.in"/>
49                <!--filteritem type="filename" name="*.png|*.jpg|*.jpeg|*.tif|*.tiff|*.gif|*.bmp|*.heic|*.ico|*.pic|*.psd|*.pcx"/>
50                <filteritem type="filename" name="*.wav|*.mp3|*.mp4|*.wma|*.mov|*.wmv|*.rmvb|*.3gp|*.avi|*.rm|*.mid|*.flv|*.mpg|*.mkv|*.vob"/-->
51                <filteritem type="filepath" name="projectroot/target/.*" desc="out put files"/>
52                <filteritem type="filepath" name="projectroot/output/.*" desc="out put files"/>
53                <filteritem type="filepath" name="projectroot/out/.*" desc="out put files"/>
54                <filteritem type="filepath" name="projectroot/log/.*" desc="out put files"/>
55                <filteritem type="filepath" name="projectroot/logs/.*" desc="out put files"/>
56                <filteritem type="filepath" name="projectroot/.idea/.*" desc="out put files"/>
57                <filteritem type="filepath" name="projectroot/.git/.*" desc="out put files"/>
58                <filteritem type="filepath" name="projectroot/.gitee/.*" desc="out put files"/>
59                <filteritem type="filepath" name="projectroot/.svn/.*" desc="out put files"/>
60                <filteritem type="filepath" name="projectroot/[a-zA-Z0-9]{20,}.sh" desc="Temp files"/>
61            </filefilter>
62            <filefilter name="defaultPolicyFilter" desc="Files that do not need to be applied specified policy, will be merged with the filter items which has the same filefilter name">
63                <filteritem type="filename" name="README.OpenSource"/>
64                <filteritem type="filename" name="README"/>
65                <filteritem type="filename" name="README.md"/>
66                <filteritem type="filename" name="README_zh.md"/>
67                <filteritem type="filepath" name="C/*" desc="public domain not matchable"/>
68                <filteritem type="filepath" name="CPP/*" desc="public domain not matchable"/>
69            </filefilter>
70            <filefilter name="copyrightPolicyFilter" desc="">
71                <filteritem type="filename" name="README.OpenSource"/>
72                <filteritem type="filename" name="README"/>
73                <filteritem type="filename" name="README.md"/>
74                <filteritem type="filename" name="README_zh.md"/>
75            </filefilter>
76            <filefilter name="licenseFileNamePolicyFilter" desc="">
77            </filefilter>
78            <filefilter name="readmeFileNamePolicyFilter" desc="">
79            </filefilter>
80            <filefilter name="readmeOpenSourcefileNamePolicyFilter" desc="">
81            </filefilter>
82            <filefilter name="binaryFileTypePolicyFilter" desc="Filters for binary file policies">
83                <filteritem type="filepath" name="CPP/7zip/Bundles/SFXCon/7z.ico" desc="self developed ico"/>
84                <filteritem type="filepath" name="CPP/7zip/Archive/Icons/7z.ico" desc="self developed ico"/>
85                <filteritem type="filepath" name="CPP/7zip/Bundles/SFXWin/7z.ico" desc="self developed ico"/>
86                <filteritem type="filepath" name="C/Util/SfxSetup/setup.ico" desc="self developed ico"/>
87                <filteritem type="filepath" name="CPP/7zip/Bundles/SFXSetup/setup.ico" desc="self developed ico"/>
88            </filefilter>
89        </filefilterlist>
90        <licensematcherlist>
91            <licensematcher name="Public domain" desc="">
92                <licensetext name="
93                    *Igor Pavlov : Public domain*
94                " desc=""/>
95            </licensematcher>
96            <licensematcher name="Khronos License" desc="License for opencl">
97                <licensetext name="
98                 * Permission is hereby granted, free of charge, to any person obtaining a
99                 * copy of this software and/or associated documentation files (the
100                 *  &gt; Materials &gt;), to deal in the Materials without restriction, including
101                 * without limitation the rights to use, copy, modify, merge, publish,
102                 * distribute, sublicense, and/or sell copies of the Materials, and to
103                 * permit persons to whom the Materials are furnished to do so, subject to
104                 * the following conditions:
105                 *
106                 * The above copyright notice and this permission notice shall be included
107                 * in all copies or substantial portions of the Materials.
108                 *
109                 * MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS
110                 * KHRONOS STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS
111                 * SPECIFICATIONS AND HEADER INFORMATION ARE LOCATED AT
112                 *    https://www.khronos.org/registry/
113                 *
114                 * THE MATERIALS ARE PROVIDED  &gt; AS IS &gt;, WITHOUT WARRANTY OF ANY KIND,
115                 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
116                 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
117                 * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
118                 * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
119                 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
120                 * MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
121                 " desc=""/>
122                <licensetext name="
123                The Khronos Group Inc.
124                 *
125                 * Permission is hereby granted, free of charge, to any person obtaining a
126                 * copy of this software and/or associated documentation files (the
127                 * &gt;Materials&gt;), to deal in the Materials without restriction, including
128                 * without limitation the rights to use, copy, modify, merge, publish,
129                 * distribute, sublicense, and/or sell copies of the Materials, and to
130                 * permit persons to whom the Materials are furnished to do so, subject to
131                 * the following conditions:
132                 *
133                 * The above copyright notice and this permission notice shall be included
134                 * in all copies or substantial portions of the Materials.
135                 *
136                 * THE MATERIALS ARE PROVIDED &gt;AS IS&gt;, WITHOUT WARRANTY OF ANY KIND,
137                 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
138                 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
139                 * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
140                 * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
141                 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
142                 * MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
143
144                 " desc=""/>
145            </licensematcher>
146            <licensematcher name="BSD-2-Clause" desc="">
147                <licensetext name="
148                Redistribution and use in source and binary forms, with or without
149                modification, are permitted provided that the following conditions are met:
150                1. Redistributions of source code must retain the above copyright notice, this
151                   list of conditions and the following disclaimer.
152                2. Redistributions in binary form must reproduce the above copyright notice,
153                   this list of conditions and the following disclaimer in the documentation
154                   and/or other materials provided with the distribution.
155                THIS SOFTWARE IS PROVIDED BY THE
156                 " desc=""/>
157                <licensetext name="
158                Redistribution and use in source and binary forms, with or without
159                modification, are permitted provided that the following conditions are met:
160                Redistributions of source code must retain the above copyright notice, this
161                   list of conditions and the following disclaimer.
162                Redistributions in binary form must reproduce the above copyright notice,
163                   this list of conditions and the following disclaimer in the documentation
164                   and/or other materials provided with the distribution.
165                THIS SOFTWARE IS PROVIDED BY THE
166                 " desc=""/>
167            </licensematcher>
168            <licensematcher name="BSD-3-Clause" desc="">
169                <licensetext name="
170                 * Redistribution and use in source and binary forms, with or without modification,
171                 * are permitted provided that the following conditions are met:
172                 *
173                 * 1. Redistributions of source code must retain the above copyright notice,
174                 *    this list of conditions and the following disclaimer.
175                 * 2. Redistributions in binary form must reproduce the above copyright notice,
176                 *    this list of conditions and the following disclaimer in the documentation
177                 *    and/or other materials provided with the distribution.
178                 * 3. The name of the author may not be used to endorse or promote products
179                 *    derived from this software without specific prior written permission.
180                 * THIS SOFTWARE IS PROVIDED BY THE
181                 " desc=""/>
182                <licensetext name="
183                 * Redistribution and use in source and binary forms, with or without modification,
184                 * are permitted provided that the following conditions are met:
185                 *
186                 * Redistributions of source code must retain the above copyright notice,
187                 *    this list of conditions and the following disclaimer.
188                 * Redistributions in binary form must reproduce the above copyright notice,
189                 *    this list of conditions and the following disclaimer in the documentation
190                 *    and/or other materials provided with the distribution.
191                 * The name of the author may not be used to endorse or promote products
192                 *    derived from this software without specific prior written permission.
193                 * THIS SOFTWARE IS PROVIDED BY THE
194                 " desc=""/>
195            </licensematcher>
196            <licensematcher name="ISC" desc="">
197                <licensetext name="
198                    Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted,
199                    provided that the above copyright notice and this permission notice appear in all copies.  THE SOFTWARE IS PROVIDED
200                    &gt;AS IS&gt; AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
201                    MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
202                    DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
203                    OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
204                " desc=""/>
205            </licensematcher>
206            <licensematcher name="MIT|NCSA" desc="">
207                <licensetext name="
208                    dual licensed under the MIT and the University of Illinois Open
209                " desc=""/>
210            </licensematcher>
211            <licensematcher name="c-ares license" desc="">
212                <licensetext name="
213                    Permission to use, copy, modify, and distribute this software and its
214                    documentation for any purpose and without fee is hereby granted, provided that
215                    the above copyright notice appear in all copies and that both that copyright
216                    notice and this permission notice appear in supporting documentation, and that
217                    the name of M.I.T. not be used in advertising or publicity pertaining to
218                    distribution of the software without specific, written prior permission.
219                    M.I.T. makes no representations about the suitability of this software for any
220                    purpose.  It is provided &gt; as is&gt;without express or implied warranty.
221                " desc=""/>
222            </licensematcher>
223            <licensematcher name="bzip2 and libbzip2 License" desc="">
224                <licensetext name="
225                    Redistribution and use in source and binary forms, with or without
226                    modification, are permitted provided that the following conditions
227                    are met:
228                    1. Redistributions of source code must retain the above copyright
229                       notice, this list of conditions and the following disclaimer.
230                    2. The origin of this software must not be misrepresented; you must
231                       not claim that you wrote the original software.  If you use this
232                       software in a product, an acknowledgment in the product
233                       documentation would be appreciated but is not required.
234                    3. Altered source versions must be plainly marked as such, and must
235                       not be misrepresented as being the original software.
236                    4. The name of the author may not be used to endorse or promote
237                       products derived from this software without specific prior written
238                       permission.
239                    THIS SOFTWARE IS PROVIDED BY
240                " desc=""/>
241            </licensematcher>
242
243        </licensematcherlist>
244        <licensecompatibilitylist>
245            <license name="Public domain" desc="">
246                <compatibilitylicense name="Public domain" desc=""/>
247                <compatibilitylicense name="ApacheStyleLicense" desc=""/>
248                <compatibilitylicense name="FSFAP" desc=""/>
249                <compatibilitylicense name="FSFUL" desc=""/>
250                <compatibilitylicense name="FSFULLR" desc=""/>
251                <compatibilitylicense name="curl" desc=""/>
252                <compatibilitylicense name="ISC" desc=""/>
253                <compatibilitylicense name="diffmark" desc=""/>
254                <compatibilitylicense name="Beerware" desc=""/>
255                <compatibilitylicense name="blessing" desc=""/>
256                <compatibilitylicense name="NLPL" desc=""/>
257                <compatibilitylicense name="Unlicense" desc=""/>
258                <compatibilitylicense name="NCSA" desc=""/>
259                <compatibilitylicense name="Apache-2.0" desc=""/>
260                <compatibilitylicense name="GPL-2.0-or-later" desc=""/>
261                <compatibilitylicense name="GPL-2.0+" desc=""/>
262                <compatibilitylicense name="AGPL-1.0-only" desc=""/>
263                <compatibilitylicense name="AGPL-1.0" desc=""/>
264                <compatibilitylicense name="AGPL-3.0-only" desc=""/>
265                <compatibilitylicense name="AGPL-3.0" desc=""/>
266                <compatibilitylicense name="GFDL-1.1-only" desc=""/>
267                <compatibilitylicense name="GFDL-1.1" desc=""/>
268                <compatibilitylicense name="GFDL-1.2-only" desc=""/>
269                <compatibilitylicense name="GFDL-1.2" desc=""/>
270                <compatibilitylicense name="GFDL-1.3-only" desc=""/>
271                <compatibilitylicense name="GFDL-1.3" desc=""/>
272                <compatibilitylicense name="GPL-1.0-only" desc=""/>
273                <compatibilitylicense name="GPL-1.0" desc=""/>
274                <compatibilitylicense name="GPL-1.0+" desc=""/>
275                <compatibilitylicense name="GPL-1.0-or-later" desc=""/>
276                <compatibilitylicense name="GPL-2.0-only" desc=""/>
277                <compatibilitylicense name="GPL-2.0" desc=""/>
278                <compatibilitylicense name="GPL-2.0+" desc=""/>
279                <compatibilitylicense name="GPL-2.0-or-later" desc=""/>
280                <compatibilitylicense name="GPL-3.0-only" desc=""/>
281                <compatibilitylicense name="GPL-3.0" desc=""/>
282                <compatibilitylicense name="GPL-3.0+" desc=""/>
283                <compatibilitylicense name="GPL-3.0-or-later" desc=""/>
284                <compatibilitylicense name="LGPL-2.0-only" desc=""/>
285                <compatibilitylicense name="LGPL-2.0" desc=""/>
286                <compatibilitylicense name="LGPL-2.0+" desc=""/>
287                <compatibilitylicense name="LGPL-2.0-or-later" desc=""/>
288                <compatibilitylicense name="LGPL-2.1-only" desc=""/>
289                <compatibilitylicense name="LGPL-2.1" desc=""/>
290                <compatibilitylicense name="LGPL-2.1+" desc=""/>
291                <compatibilitylicense name="LGPL-3.0-only" desc=""/>
292                <compatibilitylicense name="LGPL-3.0-only" desc=""/>
293                <compatibilitylicense name="LGPL-3.0+" desc=""/>
294                <compatibilitylicense name="LGPL-3.0-or-later" desc=""/>
295                <compatibilitylicense name="GPL-3.0+-with-Libtool-exception" desc=""/>
296                <compatibilitylicense name="X11" desc=""/>
297                <compatibilitylicense name="XConsortiumLicense" desc=""/>
298            </license>
299            <license name="Apache" desc="">
300                <compatibilitylicense name="ApacheStyleLicense" desc=""/>
301                <compatibilitylicense name="FSFAP" desc=""/>
302                <compatibilitylicense name="FSFUL" desc=""/>
303                <compatibilitylicense name="FSFULLR" desc=""/>
304                <compatibilitylicense name="curl" desc=""/>
305                <compatibilitylicense name="ISC" desc=""/>
306                <compatibilitylicense name="diffmark" desc=""/>
307                <compatibilitylicense name="Beerware" desc=""/>
308                <compatibilitylicense name="blessing" desc=""/>
309                <compatibilitylicense name="NLPL" desc=""/>
310                <compatibilitylicense name="Unlicense" desc=""/>
311            </license>
312            <license name="MIT" desc="">
313                <compatibilitylicense name="ApacheStyleLicense" desc=""/>
314                <compatibilitylicense name="FSFAP" desc=""/>
315                <compatibilitylicense name="FSFUL" desc=""/>
316                <compatibilitylicense name="FSFULLR" desc=""/>
317                <compatibilitylicense name="curl" desc=""/>
318                <compatibilitylicense name="ISC" desc=""/>
319                <compatibilitylicense name="diffmark" desc=""/>
320                <compatibilitylicense name="Beerware" desc=""/>
321                <compatibilitylicense name="blessing" desc=""/>
322                <compatibilitylicense name="NLPL" desc=""/>
323                <compatibilitylicense name="Unlicense" desc=""/>
324            </license>
325            <license name="BSD" desc="">
326                <compatibilitylicense name="ApacheStyleLicense" desc=""/>
327                <compatibilitylicense name="FSFAP" desc=""/>
328                <compatibilitylicense name="FSFUL" desc=""/>
329                <compatibilitylicense name="FSFULLR" desc=""/>
330                <compatibilitylicense name="curl" desc=""/>
331                <compatibilitylicense name="ISC" desc=""/>
332                <compatibilitylicense name="diffmark" desc=""/>
333                <compatibilitylicense name="Beerware" desc=""/>
334                <compatibilitylicense name="blessing" desc=""/>
335                <compatibilitylicense name="NLPL" desc=""/>
336                <compatibilitylicense name="Unlicense" desc=""/>
337                <compatibilitylicense name="NCSA" desc=""/>
338            </license>
339            <license name="Apache-2.0" desc="">
340                <compatibilitylicense name="ApacheStyleLicense" desc=""/>
341                <compatibilitylicense name="FSFAP" desc=""/>
342                <compatibilitylicense name="FSFUL" desc=""/>
343                <compatibilitylicense name="FSFULLR" desc=""/>
344                <compatibilitylicense name="curl" desc=""/>
345                <compatibilitylicense name="ISC" desc=""/>
346                <compatibilitylicense name="diffmark" desc=""/>
347                <compatibilitylicense name="Beerware" desc=""/>
348                <compatibilitylicense name="blessing" desc=""/>
349                <compatibilitylicense name="NLPL" desc=""/>
350                <compatibilitylicense name="Unlicense" desc=""/>
351            </license>
352            <license name="ApacheStyleLicense" desc="">
353                <compatibilitylicense name="Apache-2.0" desc=""/>
354            </license>
355            <license name="GPL-2.0+" desc="">
356                <compatibilitylicense name="GPL-2.0-or-later" desc=""/>
357            </license>
358            <license name="GPL-2.0-or-later" desc="">
359                <compatibilitylicense name="GPL-2.0+" desc=""/>
360            </license>
361            <license name="AGPL-1.0" desc="">
362                <compatibilitylicense name="AGPL-1.0-only" desc=""/>
363            </license>
364            <license name="AGPL-1.0-only" desc="">
365                <compatibilitylicense name="AGPL-1.0" desc=""/>
366            </license>
367            <license name="AGPL-1.0-or-later" desc="">
368                <compatibilitylicense name="AGPL-1.0" desc=""/>
369                <compatibilitylicense name="AGPL-1.0-only" desc=""/>
370            </license>
371            <license name="AGPL-3.0" desc="">
372                <compatibilitylicense name="AGPL-3.0-only" desc=""/>
373            </license>
374            <license name="AGPL-3.0-only" desc="">
375                <compatibilitylicense name="AGPL-3.0" desc=""/>
376            </license>
377            <license name="AGPL-3.0-or-later" desc="">
378                <compatibilitylicense name="AGPL-3.0" desc=""/>
379                <compatibilitylicense name="AGPL-3.0-only" desc=""/>
380            </license>
381            <license name="GFDL-1.1" desc="">
382                <compatibilitylicense name="GFDL-1.1-only" desc=""/>
383            </license>
384            <license name="GFDL-1.1-only" desc="">
385                <compatibilitylicense name="GFDL-1.1" desc=""/>
386            </license>
387            <license name="GFDL-1.1-or-later" desc="">
388                <compatibilitylicense name="GFDL-1.1" desc=""/>
389                <compatibilitylicense name="GFDL-1.1-only" desc=""/>
390            </license>
391            <license name="GFDL-1.2" desc="">
392                <compatibilitylicense name="GFDL-1.2-only" desc=""/>
393            </license>
394            <license name="GFDL-1.2-only" desc="">
395                <compatibilitylicense name="GFDL-1.2" desc=""/>
396            </license>
397            <license name="GFDL-1.2-or-later" desc="">
398                <compatibilitylicense name="GFDL-1.2" desc=""/>
399                <compatibilitylicense name="GFDL-1.2-only" desc=""/>
400            </license>
401            <license name="GFDL-1.3" desc="">
402                <compatibilitylicense name="GFDL-1.3-only" desc=""/>
403            </license>
404            <license name="GFDL-1.3-only" desc="">
405                <compatibilitylicense name="GFDL-1.3" desc=""/>
406            </license>
407            <license name="GFDL-1.3-or-later" desc="">
408                <compatibilitylicense name="GFDL-1.3" desc=""/>
409                <compatibilitylicense name="GFDL-1.3-only" desc=""/>
410            </license>
411            <license name="GPL-1.0" desc="">
412                <compatibilitylicense name="GPL-1.0-only" desc=""/>
413            </license>
414            <license name="GPL-1.0-only" desc="">
415                <compatibilitylicense name="GPL-1.0" desc=""/>
416            </license>
417            <license name="GPL-1.0-or-later" desc="">
418                <compatibilitylicense name="GPL-1.0" desc=""/>
419                <compatibilitylicense name="GPL-1.0-only" desc=""/>
420                <compatibilitylicense name="GPL-1.0+" desc=""/>
421            </license>
422            <license name="GPL-1.0+" desc="">
423                <compatibilitylicense name="GPL-1.0" desc=""/>
424                <compatibilitylicense name="GPL-1.0-only" desc=""/>
425                <compatibilitylicense name="GPL-1.0-or-later" desc=""/>
426            </license>
427            <license name="GPL-2.0" desc="">
428                <compatibilitylicense name="GPL-2.0-only" desc=""/>
429            </license>
430            <license name="GPL-2.0-only" desc="">
431                <compatibilitylicense name="GPL-2.0" desc=""/>
432            </license>
433            <license name="GPL-2.0-or-later" desc="">
434                <compatibilitylicense name="GPL-2.0" desc=""/>
435                <compatibilitylicense name="GPL-2.0-only" desc=""/>
436                <compatibilitylicense name="GPL-2.0+" desc=""/>
437            </license>
438            <license name="GPL-2.0+" desc="">
439                <compatibilitylicense name="GPL-2.0" desc=""/>
440                <compatibilitylicense name="GPL-2.0-only" desc=""/>
441                <compatibilitylicense name="GPL-2.0-or-later" desc=""/>
442            </license>
443            <license name="GPL-3.0" desc="">
444                <compatibilitylicense name="GPL-3.0-only" desc=""/>
445            </license>
446            <license name="GPL-3.0-only" desc="">
447                <compatibilitylicense name="GPL-3.0" desc=""/>
448            </license>
449            <license name="GPL-3.0-or-later" desc="">
450                <compatibilitylicense name="GPL-3.0" desc=""/>
451                <compatibilitylicense name="GPL-3.0-only" desc=""/>
452                <compatibilitylicense name="GPL-3.0+" desc=""/>
453            </license>
454            <license name="GPL-3.0+" desc="">
455                <compatibilitylicense name="GPL-3.0" desc=""/>
456                <compatibilitylicense name="GPL-3.0-only" desc=""/>
457                <compatibilitylicense name="GPL-3.0-or-later" desc=""/>
458            </license>
459            <license name="LGPL-2.0" desc="">
460                <compatibilitylicense name="LGPL-2.0-only" desc=""/>
461            </license>
462            <license name="LGPL-2.0-only" desc="">
463                <compatibilitylicense name="LGPL-2.0" desc=""/>
464            </license>
465            <license name="LGPL-2.0-or-later" desc="">
466                <compatibilitylicense name="LGPL-2.0" desc=""/>
467                <compatibilitylicense name="LGPL-2.0-only" desc=""/>
468                <compatibilitylicense name="LGPL-2.0+" desc=""/>
469            </license>
470            <license name="LGPL-2.0+" desc="">
471                <compatibilitylicense name="LGPL-2.0" desc=""/>
472                <compatibilitylicense name="LGPL-2.0-only" desc=""/>
473                <compatibilitylicense name="LGPL-2.0-or-later" desc=""/>
474            </license>
475            <license name="LGPL-2.1" desc="">
476                <compatibilitylicense name="LGPL-2.1-only" desc=""/>
477            </license>
478            <license name="LGPL-2.1-only" desc="">
479                <compatibilitylicense name="LGPL-2.1" desc=""/>
480            </license>
481            <license name="LGPL-2.1-or-later" desc="">
482                <compatibilitylicense name="LGPL-2.1" desc=""/>
483                <compatibilitylicense name="LGPL-2.1-only" desc=""/>
484                <compatibilitylicense name="LGPL-2.1+" desc=""/>
485            </license>
486            <license name="LGPL-2.1+" desc="">
487                <compatibilitylicense name="LGPL-2.1" desc=""/>
488                <compatibilitylicense name="LGPL-2.1-only" desc=""/>
489                <compatibilitylicense name="LGPL-2.1-or-later" desc=""/>
490            </license>
491            <license name="LGPL-3.0" desc="">
492                <compatibilitylicense name="LGPL-3.0-only" desc=""/>
493            </license>
494            <license name="LGPL-3.0-only" desc="">
495                <compatibilitylicense name="LGPL-3.0" desc=""/>
496            </license>
497            <license name="LGPL-3.0-or-later" desc="">
498                <compatibilitylicense name="LGPL-3.0" desc=""/>
499                <compatibilitylicense name="LGPL-3.0-only" desc=""/>
500                <compatibilitylicense name="LGPL-3.0+" desc=""/>
501            </license>
502            <license name="LGPL-3.0+" desc="">
503                <compatibilitylicense name="LGPL-3.0" desc=""/>
504                <compatibilitylicense name="LGPL-3.0-only" desc=""/>
505                <compatibilitylicense name="LGPL-3.0-or-later" desc=""/>
506            </license>
507            <license name="GPL-3.0+" desc="">
508                <compatibilitylicense name="GPL-3.0+-with-Libtool-exception" desc=""/>
509            </license>
510            <license name="XConsortiumLicense" desc="">
511                <compatibilitylicense name="X11" desc=""/>
512            </license>
513            <license name="X11" desc="">
514                <compatibilitylicense name="XConsortiumLicense" desc=""/>
515            </license>
516
517        </licensecompatibilitylist>
518    </oatconfig>
519</configuration>
520