1370b324cSopenharmony_ci<?xml version="1.0" encoding="UTF-8"?> 2370b324cSopenharmony_ci<!-- Copyright (c) 2021 Huawei Device Co., Ltd. 3370b324cSopenharmony_ci 4370b324cSopenharmony_ci Licensed under the Apache License, Version 2.0 (the "License"); 5370b324cSopenharmony_ci you may not use this file except in compliance with the License. 6370b324cSopenharmony_ci You may obtain a copy of the License at 7370b324cSopenharmony_ci 8370b324cSopenharmony_ci http://www.apache.org/licenses/LICENSE-2.0 9370b324cSopenharmony_ci 10370b324cSopenharmony_ci Unless required by applicable law or agreed to in writing, software 11370b324cSopenharmony_ci distributed under the License is distributed on an "AS IS" BASIS, 12370b324cSopenharmony_ci WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13370b324cSopenharmony_ci See the License for the specific language governing permissions and 14370b324cSopenharmony_ci limitations under the License. 15370b324cSopenharmony_ci 16370b324cSopenharmony_ci 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. 17370b324cSopenharmony_ci--> 18370b324cSopenharmony_ci<configuration> 19370b324cSopenharmony_ci <oatconfig> 20370b324cSopenharmony_ci <policylist> 21370b324cSopenharmony_ci <policy name="3rdDefaultPolicy" desc=""> 22370b324cSopenharmony_ci <policyitem type="compatibility" name="Public domain" path=".*" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc=""/> 23370b324cSopenharmony_ci <policyitem type="compatibility" name="LGPLStyleLicense" path=".*" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc=""/> 24370b324cSopenharmony_ci <policyitem type="license" name="*" path=".*" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc=""/> 25370b324cSopenharmony_ci <policyitem type="copyright" name="*" path=".*" rule="may" group="defaultGroup" filefilter="copyrightPolicyFilter" desc=""/> 26370b324cSopenharmony_ci <policyitem type="compatibility" name="Apache" path=".*" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc=""/> 27370b324cSopenharmony_ci <policyitem type="compatibility" name="BSD" path=".*" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc=""/> 28370b324cSopenharmony_ci <policyitem type="compatibility" name="MIT" path=".*" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc=""/> 29370b324cSopenharmony_ci <policyitem type="compatibility" name="FSFULLR" path=".*" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc=""/> 30370b324cSopenharmony_ci <policyitem type="compatibility" name="MulanPSL" path=".*" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc=""/> 31370b324cSopenharmony_ci <policyitem type="compatibility" name="!APSL-1.0" path=".*" rule="must" group="defaultGroup" filefilter="defaultPolicyFilter" desc=""/> 32370b324cSopenharmony_ci <policyitem type="filename" name="LICENSE" path="projectroot" rule="may" group="defaultGroup" filefilter="licenseFileNamePolicyFilter" desc=""/> 33370b324cSopenharmony_ci <policyitem type="filename" name="README.OpenSource" path="projectroot" rule="must" group="defaultGroup" filefilter="readmeOpenSourcefileNamePolicyFilter" desc=""/> 34370b324cSopenharmony_ci <policyitem type="filetype" name="!binary" path=".*" rule="must" group="defaultGroup" filefilter="binaryFileTypePolicyFilter" desc=""/> 35370b324cSopenharmony_ci <policyitem type="filetype" name="!archive" path=".*" rule="must" group="defaultGroup" filefilter="binaryFileTypePolicyFilter" desc=""/> 36370b324cSopenharmony_ci </policy> 37370b324cSopenharmony_ci 38370b324cSopenharmony_ci </policylist> 39370b324cSopenharmony_ci <filefilterlist> 40370b324cSopenharmony_ci <filefilter name="defaultFilter" desc="Files that do not need to be scanned"> 41370b324cSopenharmony_ci <filteritem type="filename" name="OAT*.xml|zunit|signature|Makefile|MANIFEST.MF|Kconfig|*.crt|*.markdown|*.git"/> 42370b324cSopenharmony_ci <filteritem type="filename" name=".mk|.ld|.gitkeep|.gitignore|.gitattributes|.config|*.txt|*.te|*.json|*.svg|*.swp"/> 43370b324cSopenharmony_ci <filteritem type="filename" name="*.sandbox|*.rslp|*.rc|*.pydeps|*.properties|*.pluginmeta|*.php|*.sgml|.adoc|NEWS"/> 44370b324cSopenharmony_ci <filteritem type="filename" name="*.patch|*.p7b|*.md|*.log|*.ini|*.html|*.htm|*.hml|*.hcs|__init__.py|MANIFEST.in"/> 45370b324cSopenharmony_ci <filteritem type="filename" name="*.hcb|*.gradle|*.gen|*.dic|*.d|*.css|*.cmake|*.cer|*.build|*.aff|*.err|*.pro|*.clang-format|*.ld"/> 46370b324cSopenharmony_ci <filteritem type="filename" name="*.babelrc|*.editorconfig|*.eslintignore|*.prettierrc|*.eslintrc.js|*.template|*.tmpl|*.vcproj|*.def|*.sln"/> 47370b324cSopenharmony_ci <filteritem type="filename" name="*_contexts|*.vcxproj|*.vcxproj.filters|*.vcxproj.user|*visual_studio.sln|*.bundle|CERTIFICATE|SIGNATURE"/> 48370b324cSopenharmony_ci <filteritem type="filename" name="*.lds|SConscript|*.pod|*.arb|*.repo|*.map|*.yml|*.config|*.cfg|*.conf|*.in"/> 49370b324cSopenharmony_ci <!--filteritem type="filename" name="*.png|*.jpg|*.jpeg|*.tif|*.tiff|*.gif|*.bmp|*.heic|*.ico|*.pic|*.psd|*.pcx"/> 50370b324cSopenharmony_ci <filteritem type="filename" name="*.wav|*.mp3|*.mp4|*.wma|*.mov|*.wmv|*.rmvb|*.3gp|*.avi|*.rm|*.mid|*.flv|*.mpg|*.mkv|*.vob"/--> 51370b324cSopenharmony_ci <filteritem type="filepath" name="projectroot/target/.*" desc="out put files"/> 52370b324cSopenharmony_ci <filteritem type="filepath" name="projectroot/output/.*" desc="out put files"/> 53370b324cSopenharmony_ci <filteritem type="filepath" name="projectroot/out/.*" desc="out put files"/> 54370b324cSopenharmony_ci <filteritem type="filepath" name="projectroot/log/.*" desc="out put files"/> 55370b324cSopenharmony_ci <filteritem type="filepath" name="projectroot/logs/.*" desc="out put files"/> 56370b324cSopenharmony_ci <filteritem type="filepath" name="projectroot/.idea/.*" desc="out put files"/> 57370b324cSopenharmony_ci <filteritem type="filepath" name="projectroot/.git/.*" desc="out put files"/> 58370b324cSopenharmony_ci <filteritem type="filepath" name="projectroot/.gitee/.*" desc="out put files"/> 59370b324cSopenharmony_ci <filteritem type="filepath" name="projectroot/.svn/.*" desc="out put files"/> 60370b324cSopenharmony_ci <filteritem type="filepath" name="projectroot/[a-zA-Z0-9]{20,}.sh" desc="Temp files"/> 61370b324cSopenharmony_ci </filefilter> 62370b324cSopenharmony_ci <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"> 63370b324cSopenharmony_ci <filteritem type="filename" name="README.OpenSource"/> 64370b324cSopenharmony_ci <filteritem type="filename" name="README"/> 65370b324cSopenharmony_ci <filteritem type="filename" name="README.md"/> 66370b324cSopenharmony_ci <filteritem type="filename" name="README_zh.md"/> 67370b324cSopenharmony_ci <filteritem type="filepath" name="C/*" desc="public domain not matchable"/> 68370b324cSopenharmony_ci <filteritem type="filepath" name="CPP/*" desc="public domain not matchable"/> 69370b324cSopenharmony_ci </filefilter> 70370b324cSopenharmony_ci <filefilter name="copyrightPolicyFilter" desc=""> 71370b324cSopenharmony_ci <filteritem type="filename" name="README.OpenSource"/> 72370b324cSopenharmony_ci <filteritem type="filename" name="README"/> 73370b324cSopenharmony_ci <filteritem type="filename" name="README.md"/> 74370b324cSopenharmony_ci <filteritem type="filename" name="README_zh.md"/> 75370b324cSopenharmony_ci </filefilter> 76370b324cSopenharmony_ci <filefilter name="licenseFileNamePolicyFilter" desc=""> 77370b324cSopenharmony_ci </filefilter> 78370b324cSopenharmony_ci <filefilter name="readmeFileNamePolicyFilter" desc=""> 79370b324cSopenharmony_ci </filefilter> 80370b324cSopenharmony_ci <filefilter name="readmeOpenSourcefileNamePolicyFilter" desc=""> 81370b324cSopenharmony_ci </filefilter> 82370b324cSopenharmony_ci <filefilter name="binaryFileTypePolicyFilter" desc="Filters for binary file policies"> 83370b324cSopenharmony_ci <filteritem type="filepath" name="CPP/7zip/Bundles/SFXCon/7z.ico" desc="self developed ico"/> 84370b324cSopenharmony_ci <filteritem type="filepath" name="CPP/7zip/Archive/Icons/7z.ico" desc="self developed ico"/> 85370b324cSopenharmony_ci <filteritem type="filepath" name="CPP/7zip/Bundles/SFXWin/7z.ico" desc="self developed ico"/> 86370b324cSopenharmony_ci <filteritem type="filepath" name="C/Util/SfxSetup/setup.ico" desc="self developed ico"/> 87370b324cSopenharmony_ci <filteritem type="filepath" name="CPP/7zip/Bundles/SFXSetup/setup.ico" desc="self developed ico"/> 88370b324cSopenharmony_ci </filefilter> 89370b324cSopenharmony_ci </filefilterlist> 90370b324cSopenharmony_ci <licensematcherlist> 91370b324cSopenharmony_ci <licensematcher name="Public domain" desc=""> 92370b324cSopenharmony_ci <licensetext name=" 93370b324cSopenharmony_ci *Igor Pavlov : Public domain* 94370b324cSopenharmony_ci " desc=""/> 95370b324cSopenharmony_ci </licensematcher> 96370b324cSopenharmony_ci <licensematcher name="Khronos License" desc="License for opencl"> 97370b324cSopenharmony_ci <licensetext name=" 98370b324cSopenharmony_ci * Permission is hereby granted, free of charge, to any person obtaining a 99370b324cSopenharmony_ci * copy of this software and/or associated documentation files (the 100370b324cSopenharmony_ci * > Materials >), to deal in the Materials without restriction, including 101370b324cSopenharmony_ci * without limitation the rights to use, copy, modify, merge, publish, 102370b324cSopenharmony_ci * distribute, sublicense, and/or sell copies of the Materials, and to 103370b324cSopenharmony_ci * permit persons to whom the Materials are furnished to do so, subject to 104370b324cSopenharmony_ci * the following conditions: 105370b324cSopenharmony_ci * 106370b324cSopenharmony_ci * The above copyright notice and this permission notice shall be included 107370b324cSopenharmony_ci * in all copies or substantial portions of the Materials. 108370b324cSopenharmony_ci * 109370b324cSopenharmony_ci * MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS 110370b324cSopenharmony_ci * KHRONOS STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS 111370b324cSopenharmony_ci * SPECIFICATIONS AND HEADER INFORMATION ARE LOCATED AT 112370b324cSopenharmony_ci * https://www.khronos.org/registry/ 113370b324cSopenharmony_ci * 114370b324cSopenharmony_ci * THE MATERIALS ARE PROVIDED > AS IS >, WITHOUT WARRANTY OF ANY KIND, 115370b324cSopenharmony_ci * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 116370b324cSopenharmony_ci * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 117370b324cSopenharmony_ci * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY 118370b324cSopenharmony_ci * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 119370b324cSopenharmony_ci * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 120370b324cSopenharmony_ci * MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. 121370b324cSopenharmony_ci " desc=""/> 122370b324cSopenharmony_ci <licensetext name=" 123370b324cSopenharmony_ci The Khronos Group Inc. 124370b324cSopenharmony_ci * 125370b324cSopenharmony_ci * Permission is hereby granted, free of charge, to any person obtaining a 126370b324cSopenharmony_ci * copy of this software and/or associated documentation files (the 127370b324cSopenharmony_ci * >Materials>), to deal in the Materials without restriction, including 128370b324cSopenharmony_ci * without limitation the rights to use, copy, modify, merge, publish, 129370b324cSopenharmony_ci * distribute, sublicense, and/or sell copies of the Materials, and to 130370b324cSopenharmony_ci * permit persons to whom the Materials are furnished to do so, subject to 131370b324cSopenharmony_ci * the following conditions: 132370b324cSopenharmony_ci * 133370b324cSopenharmony_ci * The above copyright notice and this permission notice shall be included 134370b324cSopenharmony_ci * in all copies or substantial portions of the Materials. 135370b324cSopenharmony_ci * 136370b324cSopenharmony_ci * THE MATERIALS ARE PROVIDED >AS IS>, WITHOUT WARRANTY OF ANY KIND, 137370b324cSopenharmony_ci * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 138370b324cSopenharmony_ci * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 139370b324cSopenharmony_ci * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY 140370b324cSopenharmony_ci * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 141370b324cSopenharmony_ci * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 142370b324cSopenharmony_ci * MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. 143370b324cSopenharmony_ci 144370b324cSopenharmony_ci " desc=""/> 145370b324cSopenharmony_ci </licensematcher> 146370b324cSopenharmony_ci <licensematcher name="BSD-2-Clause" desc=""> 147370b324cSopenharmony_ci <licensetext name=" 148370b324cSopenharmony_ci Redistribution and use in source and binary forms, with or without 149370b324cSopenharmony_ci modification, are permitted provided that the following conditions are met: 150370b324cSopenharmony_ci 1. Redistributions of source code must retain the above copyright notice, this 151370b324cSopenharmony_ci list of conditions and the following disclaimer. 152370b324cSopenharmony_ci 2. Redistributions in binary form must reproduce the above copyright notice, 153370b324cSopenharmony_ci this list of conditions and the following disclaimer in the documentation 154370b324cSopenharmony_ci and/or other materials provided with the distribution. 155370b324cSopenharmony_ci THIS SOFTWARE IS PROVIDED BY THE 156370b324cSopenharmony_ci " desc=""/> 157370b324cSopenharmony_ci <licensetext name=" 158370b324cSopenharmony_ci Redistribution and use in source and binary forms, with or without 159370b324cSopenharmony_ci modification, are permitted provided that the following conditions are met: 160370b324cSopenharmony_ci Redistributions of source code must retain the above copyright notice, this 161370b324cSopenharmony_ci list of conditions and the following disclaimer. 162370b324cSopenharmony_ci Redistributions in binary form must reproduce the above copyright notice, 163370b324cSopenharmony_ci this list of conditions and the following disclaimer in the documentation 164370b324cSopenharmony_ci and/or other materials provided with the distribution. 165370b324cSopenharmony_ci THIS SOFTWARE IS PROVIDED BY THE 166370b324cSopenharmony_ci " desc=""/> 167370b324cSopenharmony_ci </licensematcher> 168370b324cSopenharmony_ci <licensematcher name="BSD-3-Clause" desc=""> 169370b324cSopenharmony_ci <licensetext name=" 170370b324cSopenharmony_ci * Redistribution and use in source and binary forms, with or without modification, 171370b324cSopenharmony_ci * are permitted provided that the following conditions are met: 172370b324cSopenharmony_ci * 173370b324cSopenharmony_ci * 1. Redistributions of source code must retain the above copyright notice, 174370b324cSopenharmony_ci * this list of conditions and the following disclaimer. 175370b324cSopenharmony_ci * 2. Redistributions in binary form must reproduce the above copyright notice, 176370b324cSopenharmony_ci * this list of conditions and the following disclaimer in the documentation 177370b324cSopenharmony_ci * and/or other materials provided with the distribution. 178370b324cSopenharmony_ci * 3. The name of the author may not be used to endorse or promote products 179370b324cSopenharmony_ci * derived from this software without specific prior written permission. 180370b324cSopenharmony_ci * THIS SOFTWARE IS PROVIDED BY THE 181370b324cSopenharmony_ci " desc=""/> 182370b324cSopenharmony_ci <licensetext name=" 183370b324cSopenharmony_ci * Redistribution and use in source and binary forms, with or without modification, 184370b324cSopenharmony_ci * are permitted provided that the following conditions are met: 185370b324cSopenharmony_ci * 186370b324cSopenharmony_ci * Redistributions of source code must retain the above copyright notice, 187370b324cSopenharmony_ci * this list of conditions and the following disclaimer. 188370b324cSopenharmony_ci * Redistributions in binary form must reproduce the above copyright notice, 189370b324cSopenharmony_ci * this list of conditions and the following disclaimer in the documentation 190370b324cSopenharmony_ci * and/or other materials provided with the distribution. 191370b324cSopenharmony_ci * The name of the author may not be used to endorse or promote products 192370b324cSopenharmony_ci * derived from this software without specific prior written permission. 193370b324cSopenharmony_ci * THIS SOFTWARE IS PROVIDED BY THE 194370b324cSopenharmony_ci " desc=""/> 195370b324cSopenharmony_ci </licensematcher> 196370b324cSopenharmony_ci <licensematcher name="ISC" desc=""> 197370b324cSopenharmony_ci <licensetext name=" 198370b324cSopenharmony_ci Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, 199370b324cSopenharmony_ci provided that the above copyright notice and this permission notice appear in all copies. THE SOFTWARE IS PROVIDED 200370b324cSopenharmony_ci >AS IS> AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 201370b324cSopenharmony_ci MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL 202370b324cSopenharmony_ci DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 203370b324cSopenharmony_ci OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 204370b324cSopenharmony_ci " desc=""/> 205370b324cSopenharmony_ci </licensematcher> 206370b324cSopenharmony_ci <licensematcher name="MIT|NCSA" desc=""> 207370b324cSopenharmony_ci <licensetext name=" 208370b324cSopenharmony_ci dual licensed under the MIT and the University of Illinois Open 209370b324cSopenharmony_ci " desc=""/> 210370b324cSopenharmony_ci </licensematcher> 211370b324cSopenharmony_ci <licensematcher name="c-ares license" desc=""> 212370b324cSopenharmony_ci <licensetext name=" 213370b324cSopenharmony_ci Permission to use, copy, modify, and distribute this software and its 214370b324cSopenharmony_ci documentation for any purpose and without fee is hereby granted, provided that 215370b324cSopenharmony_ci the above copyright notice appear in all copies and that both that copyright 216370b324cSopenharmony_ci notice and this permission notice appear in supporting documentation, and that 217370b324cSopenharmony_ci the name of M.I.T. not be used in advertising or publicity pertaining to 218370b324cSopenharmony_ci distribution of the software without specific, written prior permission. 219370b324cSopenharmony_ci M.I.T. makes no representations about the suitability of this software for any 220370b324cSopenharmony_ci purpose. It is provided > as is>without express or implied warranty. 221370b324cSopenharmony_ci " desc=""/> 222370b324cSopenharmony_ci </licensematcher> 223370b324cSopenharmony_ci <licensematcher name="bzip2 and libbzip2 License" desc=""> 224370b324cSopenharmony_ci <licensetext name=" 225370b324cSopenharmony_ci Redistribution and use in source and binary forms, with or without 226370b324cSopenharmony_ci modification, are permitted provided that the following conditions 227370b324cSopenharmony_ci are met: 228370b324cSopenharmony_ci 1. Redistributions of source code must retain the above copyright 229370b324cSopenharmony_ci notice, this list of conditions and the following disclaimer. 230370b324cSopenharmony_ci 2. The origin of this software must not be misrepresented; you must 231370b324cSopenharmony_ci not claim that you wrote the original software. If you use this 232370b324cSopenharmony_ci software in a product, an acknowledgment in the product 233370b324cSopenharmony_ci documentation would be appreciated but is not required. 234370b324cSopenharmony_ci 3. Altered source versions must be plainly marked as such, and must 235370b324cSopenharmony_ci not be misrepresented as being the original software. 236370b324cSopenharmony_ci 4. The name of the author may not be used to endorse or promote 237370b324cSopenharmony_ci products derived from this software without specific prior written 238370b324cSopenharmony_ci permission. 239370b324cSopenharmony_ci THIS SOFTWARE IS PROVIDED BY 240370b324cSopenharmony_ci " desc=""/> 241370b324cSopenharmony_ci </licensematcher> 242370b324cSopenharmony_ci 243370b324cSopenharmony_ci </licensematcherlist> 244370b324cSopenharmony_ci <licensecompatibilitylist> 245370b324cSopenharmony_ci <license name="Public domain" desc=""> 246370b324cSopenharmony_ci <compatibilitylicense name="Public domain" desc=""/> 247370b324cSopenharmony_ci <compatibilitylicense name="ApacheStyleLicense" desc=""/> 248370b324cSopenharmony_ci <compatibilitylicense name="FSFAP" desc=""/> 249370b324cSopenharmony_ci <compatibilitylicense name="FSFUL" desc=""/> 250370b324cSopenharmony_ci <compatibilitylicense name="FSFULLR" desc=""/> 251370b324cSopenharmony_ci <compatibilitylicense name="curl" desc=""/> 252370b324cSopenharmony_ci <compatibilitylicense name="ISC" desc=""/> 253370b324cSopenharmony_ci <compatibilitylicense name="diffmark" desc=""/> 254370b324cSopenharmony_ci <compatibilitylicense name="Beerware" desc=""/> 255370b324cSopenharmony_ci <compatibilitylicense name="blessing" desc=""/> 256370b324cSopenharmony_ci <compatibilitylicense name="NLPL" desc=""/> 257370b324cSopenharmony_ci <compatibilitylicense name="Unlicense" desc=""/> 258370b324cSopenharmony_ci <compatibilitylicense name="NCSA" desc=""/> 259370b324cSopenharmony_ci <compatibilitylicense name="Apache-2.0" desc=""/> 260370b324cSopenharmony_ci <compatibilitylicense name="GPL-2.0-or-later" desc=""/> 261370b324cSopenharmony_ci <compatibilitylicense name="GPL-2.0+" desc=""/> 262370b324cSopenharmony_ci <compatibilitylicense name="AGPL-1.0-only" desc=""/> 263370b324cSopenharmony_ci <compatibilitylicense name="AGPL-1.0" desc=""/> 264370b324cSopenharmony_ci <compatibilitylicense name="AGPL-3.0-only" desc=""/> 265370b324cSopenharmony_ci <compatibilitylicense name="AGPL-3.0" desc=""/> 266370b324cSopenharmony_ci <compatibilitylicense name="GFDL-1.1-only" desc=""/> 267370b324cSopenharmony_ci <compatibilitylicense name="GFDL-1.1" desc=""/> 268370b324cSopenharmony_ci <compatibilitylicense name="GFDL-1.2-only" desc=""/> 269370b324cSopenharmony_ci <compatibilitylicense name="GFDL-1.2" desc=""/> 270370b324cSopenharmony_ci <compatibilitylicense name="GFDL-1.3-only" desc=""/> 271370b324cSopenharmony_ci <compatibilitylicense name="GFDL-1.3" desc=""/> 272370b324cSopenharmony_ci <compatibilitylicense name="GPL-1.0-only" desc=""/> 273370b324cSopenharmony_ci <compatibilitylicense name="GPL-1.0" desc=""/> 274370b324cSopenharmony_ci <compatibilitylicense name="GPL-1.0+" desc=""/> 275370b324cSopenharmony_ci <compatibilitylicense name="GPL-1.0-or-later" desc=""/> 276370b324cSopenharmony_ci <compatibilitylicense name="GPL-2.0-only" desc=""/> 277370b324cSopenharmony_ci <compatibilitylicense name="GPL-2.0" desc=""/> 278370b324cSopenharmony_ci <compatibilitylicense name="GPL-2.0+" desc=""/> 279370b324cSopenharmony_ci <compatibilitylicense name="GPL-2.0-or-later" desc=""/> 280370b324cSopenharmony_ci <compatibilitylicense name="GPL-3.0-only" desc=""/> 281370b324cSopenharmony_ci <compatibilitylicense name="GPL-3.0" desc=""/> 282370b324cSopenharmony_ci <compatibilitylicense name="GPL-3.0+" desc=""/> 283370b324cSopenharmony_ci <compatibilitylicense name="GPL-3.0-or-later" desc=""/> 284370b324cSopenharmony_ci <compatibilitylicense name="LGPL-2.0-only" desc=""/> 285370b324cSopenharmony_ci <compatibilitylicense name="LGPL-2.0" desc=""/> 286370b324cSopenharmony_ci <compatibilitylicense name="LGPL-2.0+" desc=""/> 287370b324cSopenharmony_ci <compatibilitylicense name="LGPL-2.0-or-later" desc=""/> 288370b324cSopenharmony_ci <compatibilitylicense name="LGPL-2.1-only" desc=""/> 289370b324cSopenharmony_ci <compatibilitylicense name="LGPL-2.1" desc=""/> 290370b324cSopenharmony_ci <compatibilitylicense name="LGPL-2.1+" desc=""/> 291370b324cSopenharmony_ci <compatibilitylicense name="LGPL-3.0-only" desc=""/> 292370b324cSopenharmony_ci <compatibilitylicense name="LGPL-3.0-only" desc=""/> 293370b324cSopenharmony_ci <compatibilitylicense name="LGPL-3.0+" desc=""/> 294370b324cSopenharmony_ci <compatibilitylicense name="LGPL-3.0-or-later" desc=""/> 295370b324cSopenharmony_ci <compatibilitylicense name="GPL-3.0+-with-Libtool-exception" desc=""/> 296370b324cSopenharmony_ci <compatibilitylicense name="X11" desc=""/> 297370b324cSopenharmony_ci <compatibilitylicense name="XConsortiumLicense" desc=""/> 298370b324cSopenharmony_ci </license> 299370b324cSopenharmony_ci <license name="Apache" desc=""> 300370b324cSopenharmony_ci <compatibilitylicense name="ApacheStyleLicense" desc=""/> 301370b324cSopenharmony_ci <compatibilitylicense name="FSFAP" desc=""/> 302370b324cSopenharmony_ci <compatibilitylicense name="FSFUL" desc=""/> 303370b324cSopenharmony_ci <compatibilitylicense name="FSFULLR" desc=""/> 304370b324cSopenharmony_ci <compatibilitylicense name="curl" desc=""/> 305370b324cSopenharmony_ci <compatibilitylicense name="ISC" desc=""/> 306370b324cSopenharmony_ci <compatibilitylicense name="diffmark" desc=""/> 307370b324cSopenharmony_ci <compatibilitylicense name="Beerware" desc=""/> 308370b324cSopenharmony_ci <compatibilitylicense name="blessing" desc=""/> 309370b324cSopenharmony_ci <compatibilitylicense name="NLPL" desc=""/> 310370b324cSopenharmony_ci <compatibilitylicense name="Unlicense" desc=""/> 311370b324cSopenharmony_ci </license> 312370b324cSopenharmony_ci <license name="MIT" desc=""> 313370b324cSopenharmony_ci <compatibilitylicense name="ApacheStyleLicense" desc=""/> 314370b324cSopenharmony_ci <compatibilitylicense name="FSFAP" desc=""/> 315370b324cSopenharmony_ci <compatibilitylicense name="FSFUL" desc=""/> 316370b324cSopenharmony_ci <compatibilitylicense name="FSFULLR" desc=""/> 317370b324cSopenharmony_ci <compatibilitylicense name="curl" desc=""/> 318370b324cSopenharmony_ci <compatibilitylicense name="ISC" desc=""/> 319370b324cSopenharmony_ci <compatibilitylicense name="diffmark" desc=""/> 320370b324cSopenharmony_ci <compatibilitylicense name="Beerware" desc=""/> 321370b324cSopenharmony_ci <compatibilitylicense name="blessing" desc=""/> 322370b324cSopenharmony_ci <compatibilitylicense name="NLPL" desc=""/> 323370b324cSopenharmony_ci <compatibilitylicense name="Unlicense" desc=""/> 324370b324cSopenharmony_ci </license> 325370b324cSopenharmony_ci <license name="BSD" desc=""> 326370b324cSopenharmony_ci <compatibilitylicense name="ApacheStyleLicense" desc=""/> 327370b324cSopenharmony_ci <compatibilitylicense name="FSFAP" desc=""/> 328370b324cSopenharmony_ci <compatibilitylicense name="FSFUL" desc=""/> 329370b324cSopenharmony_ci <compatibilitylicense name="FSFULLR" desc=""/> 330370b324cSopenharmony_ci <compatibilitylicense name="curl" desc=""/> 331370b324cSopenharmony_ci <compatibilitylicense name="ISC" desc=""/> 332370b324cSopenharmony_ci <compatibilitylicense name="diffmark" desc=""/> 333370b324cSopenharmony_ci <compatibilitylicense name="Beerware" desc=""/> 334370b324cSopenharmony_ci <compatibilitylicense name="blessing" desc=""/> 335370b324cSopenharmony_ci <compatibilitylicense name="NLPL" desc=""/> 336370b324cSopenharmony_ci <compatibilitylicense name="Unlicense" desc=""/> 337370b324cSopenharmony_ci <compatibilitylicense name="NCSA" desc=""/> 338370b324cSopenharmony_ci </license> 339370b324cSopenharmony_ci <license name="Apache-2.0" desc=""> 340370b324cSopenharmony_ci <compatibilitylicense name="ApacheStyleLicense" desc=""/> 341370b324cSopenharmony_ci <compatibilitylicense name="FSFAP" desc=""/> 342370b324cSopenharmony_ci <compatibilitylicense name="FSFUL" desc=""/> 343370b324cSopenharmony_ci <compatibilitylicense name="FSFULLR" desc=""/> 344370b324cSopenharmony_ci <compatibilitylicense name="curl" desc=""/> 345370b324cSopenharmony_ci <compatibilitylicense name="ISC" desc=""/> 346370b324cSopenharmony_ci <compatibilitylicense name="diffmark" desc=""/> 347370b324cSopenharmony_ci <compatibilitylicense name="Beerware" desc=""/> 348370b324cSopenharmony_ci <compatibilitylicense name="blessing" desc=""/> 349370b324cSopenharmony_ci <compatibilitylicense name="NLPL" desc=""/> 350370b324cSopenharmony_ci <compatibilitylicense name="Unlicense" desc=""/> 351370b324cSopenharmony_ci </license> 352370b324cSopenharmony_ci <license name="ApacheStyleLicense" desc=""> 353370b324cSopenharmony_ci <compatibilitylicense name="Apache-2.0" desc=""/> 354370b324cSopenharmony_ci </license> 355370b324cSopenharmony_ci <license name="GPL-2.0+" desc=""> 356370b324cSopenharmony_ci <compatibilitylicense name="GPL-2.0-or-later" desc=""/> 357370b324cSopenharmony_ci </license> 358370b324cSopenharmony_ci <license name="GPL-2.0-or-later" desc=""> 359370b324cSopenharmony_ci <compatibilitylicense name="GPL-2.0+" desc=""/> 360370b324cSopenharmony_ci </license> 361370b324cSopenharmony_ci <license name="AGPL-1.0" desc=""> 362370b324cSopenharmony_ci <compatibilitylicense name="AGPL-1.0-only" desc=""/> 363370b324cSopenharmony_ci </license> 364370b324cSopenharmony_ci <license name="AGPL-1.0-only" desc=""> 365370b324cSopenharmony_ci <compatibilitylicense name="AGPL-1.0" desc=""/> 366370b324cSopenharmony_ci </license> 367370b324cSopenharmony_ci <license name="AGPL-1.0-or-later" desc=""> 368370b324cSopenharmony_ci <compatibilitylicense name="AGPL-1.0" desc=""/> 369370b324cSopenharmony_ci <compatibilitylicense name="AGPL-1.0-only" desc=""/> 370370b324cSopenharmony_ci </license> 371370b324cSopenharmony_ci <license name="AGPL-3.0" desc=""> 372370b324cSopenharmony_ci <compatibilitylicense name="AGPL-3.0-only" desc=""/> 373370b324cSopenharmony_ci </license> 374370b324cSopenharmony_ci <license name="AGPL-3.0-only" desc=""> 375370b324cSopenharmony_ci <compatibilitylicense name="AGPL-3.0" desc=""/> 376370b324cSopenharmony_ci </license> 377370b324cSopenharmony_ci <license name="AGPL-3.0-or-later" desc=""> 378370b324cSopenharmony_ci <compatibilitylicense name="AGPL-3.0" desc=""/> 379370b324cSopenharmony_ci <compatibilitylicense name="AGPL-3.0-only" desc=""/> 380370b324cSopenharmony_ci </license> 381370b324cSopenharmony_ci <license name="GFDL-1.1" desc=""> 382370b324cSopenharmony_ci <compatibilitylicense name="GFDL-1.1-only" desc=""/> 383370b324cSopenharmony_ci </license> 384370b324cSopenharmony_ci <license name="GFDL-1.1-only" desc=""> 385370b324cSopenharmony_ci <compatibilitylicense name="GFDL-1.1" desc=""/> 386370b324cSopenharmony_ci </license> 387370b324cSopenharmony_ci <license name="GFDL-1.1-or-later" desc=""> 388370b324cSopenharmony_ci <compatibilitylicense name="GFDL-1.1" desc=""/> 389370b324cSopenharmony_ci <compatibilitylicense name="GFDL-1.1-only" desc=""/> 390370b324cSopenharmony_ci </license> 391370b324cSopenharmony_ci <license name="GFDL-1.2" desc=""> 392370b324cSopenharmony_ci <compatibilitylicense name="GFDL-1.2-only" desc=""/> 393370b324cSopenharmony_ci </license> 394370b324cSopenharmony_ci <license name="GFDL-1.2-only" desc=""> 395370b324cSopenharmony_ci <compatibilitylicense name="GFDL-1.2" desc=""/> 396370b324cSopenharmony_ci </license> 397370b324cSopenharmony_ci <license name="GFDL-1.2-or-later" desc=""> 398370b324cSopenharmony_ci <compatibilitylicense name="GFDL-1.2" desc=""/> 399370b324cSopenharmony_ci <compatibilitylicense name="GFDL-1.2-only" desc=""/> 400370b324cSopenharmony_ci </license> 401370b324cSopenharmony_ci <license name="GFDL-1.3" desc=""> 402370b324cSopenharmony_ci <compatibilitylicense name="GFDL-1.3-only" desc=""/> 403370b324cSopenharmony_ci </license> 404370b324cSopenharmony_ci <license name="GFDL-1.3-only" desc=""> 405370b324cSopenharmony_ci <compatibilitylicense name="GFDL-1.3" desc=""/> 406370b324cSopenharmony_ci </license> 407370b324cSopenharmony_ci <license name="GFDL-1.3-or-later" desc=""> 408370b324cSopenharmony_ci <compatibilitylicense name="GFDL-1.3" desc=""/> 409370b324cSopenharmony_ci <compatibilitylicense name="GFDL-1.3-only" desc=""/> 410370b324cSopenharmony_ci </license> 411370b324cSopenharmony_ci <license name="GPL-1.0" desc=""> 412370b324cSopenharmony_ci <compatibilitylicense name="GPL-1.0-only" desc=""/> 413370b324cSopenharmony_ci </license> 414370b324cSopenharmony_ci <license name="GPL-1.0-only" desc=""> 415370b324cSopenharmony_ci <compatibilitylicense name="GPL-1.0" desc=""/> 416370b324cSopenharmony_ci </license> 417370b324cSopenharmony_ci <license name="GPL-1.0-or-later" desc=""> 418370b324cSopenharmony_ci <compatibilitylicense name="GPL-1.0" desc=""/> 419370b324cSopenharmony_ci <compatibilitylicense name="GPL-1.0-only" desc=""/> 420370b324cSopenharmony_ci <compatibilitylicense name="GPL-1.0+" desc=""/> 421370b324cSopenharmony_ci </license> 422370b324cSopenharmony_ci <license name="GPL-1.0+" desc=""> 423370b324cSopenharmony_ci <compatibilitylicense name="GPL-1.0" desc=""/> 424370b324cSopenharmony_ci <compatibilitylicense name="GPL-1.0-only" desc=""/> 425370b324cSopenharmony_ci <compatibilitylicense name="GPL-1.0-or-later" desc=""/> 426370b324cSopenharmony_ci </license> 427370b324cSopenharmony_ci <license name="GPL-2.0" desc=""> 428370b324cSopenharmony_ci <compatibilitylicense name="GPL-2.0-only" desc=""/> 429370b324cSopenharmony_ci </license> 430370b324cSopenharmony_ci <license name="GPL-2.0-only" desc=""> 431370b324cSopenharmony_ci <compatibilitylicense name="GPL-2.0" desc=""/> 432370b324cSopenharmony_ci </license> 433370b324cSopenharmony_ci <license name="GPL-2.0-or-later" desc=""> 434370b324cSopenharmony_ci <compatibilitylicense name="GPL-2.0" desc=""/> 435370b324cSopenharmony_ci <compatibilitylicense name="GPL-2.0-only" desc=""/> 436370b324cSopenharmony_ci <compatibilitylicense name="GPL-2.0+" desc=""/> 437370b324cSopenharmony_ci </license> 438370b324cSopenharmony_ci <license name="GPL-2.0+" desc=""> 439370b324cSopenharmony_ci <compatibilitylicense name="GPL-2.0" desc=""/> 440370b324cSopenharmony_ci <compatibilitylicense name="GPL-2.0-only" desc=""/> 441370b324cSopenharmony_ci <compatibilitylicense name="GPL-2.0-or-later" desc=""/> 442370b324cSopenharmony_ci </license> 443370b324cSopenharmony_ci <license name="GPL-3.0" desc=""> 444370b324cSopenharmony_ci <compatibilitylicense name="GPL-3.0-only" desc=""/> 445370b324cSopenharmony_ci </license> 446370b324cSopenharmony_ci <license name="GPL-3.0-only" desc=""> 447370b324cSopenharmony_ci <compatibilitylicense name="GPL-3.0" desc=""/> 448370b324cSopenharmony_ci </license> 449370b324cSopenharmony_ci <license name="GPL-3.0-or-later" desc=""> 450370b324cSopenharmony_ci <compatibilitylicense name="GPL-3.0" desc=""/> 451370b324cSopenharmony_ci <compatibilitylicense name="GPL-3.0-only" desc=""/> 452370b324cSopenharmony_ci <compatibilitylicense name="GPL-3.0+" desc=""/> 453370b324cSopenharmony_ci </license> 454370b324cSopenharmony_ci <license name="GPL-3.0+" desc=""> 455370b324cSopenharmony_ci <compatibilitylicense name="GPL-3.0" desc=""/> 456370b324cSopenharmony_ci <compatibilitylicense name="GPL-3.0-only" desc=""/> 457370b324cSopenharmony_ci <compatibilitylicense name="GPL-3.0-or-later" desc=""/> 458370b324cSopenharmony_ci </license> 459370b324cSopenharmony_ci <license name="LGPL-2.0" desc=""> 460370b324cSopenharmony_ci <compatibilitylicense name="LGPL-2.0-only" desc=""/> 461370b324cSopenharmony_ci </license> 462370b324cSopenharmony_ci <license name="LGPL-2.0-only" desc=""> 463370b324cSopenharmony_ci <compatibilitylicense name="LGPL-2.0" desc=""/> 464370b324cSopenharmony_ci </license> 465370b324cSopenharmony_ci <license name="LGPL-2.0-or-later" desc=""> 466370b324cSopenharmony_ci <compatibilitylicense name="LGPL-2.0" desc=""/> 467370b324cSopenharmony_ci <compatibilitylicense name="LGPL-2.0-only" desc=""/> 468370b324cSopenharmony_ci <compatibilitylicense name="LGPL-2.0+" desc=""/> 469370b324cSopenharmony_ci </license> 470370b324cSopenharmony_ci <license name="LGPL-2.0+" desc=""> 471370b324cSopenharmony_ci <compatibilitylicense name="LGPL-2.0" desc=""/> 472370b324cSopenharmony_ci <compatibilitylicense name="LGPL-2.0-only" desc=""/> 473370b324cSopenharmony_ci <compatibilitylicense name="LGPL-2.0-or-later" desc=""/> 474370b324cSopenharmony_ci </license> 475370b324cSopenharmony_ci <license name="LGPL-2.1" desc=""> 476370b324cSopenharmony_ci <compatibilitylicense name="LGPL-2.1-only" desc=""/> 477370b324cSopenharmony_ci </license> 478370b324cSopenharmony_ci <license name="LGPL-2.1-only" desc=""> 479370b324cSopenharmony_ci <compatibilitylicense name="LGPL-2.1" desc=""/> 480370b324cSopenharmony_ci </license> 481370b324cSopenharmony_ci <license name="LGPL-2.1-or-later" desc=""> 482370b324cSopenharmony_ci <compatibilitylicense name="LGPL-2.1" desc=""/> 483370b324cSopenharmony_ci <compatibilitylicense name="LGPL-2.1-only" desc=""/> 484370b324cSopenharmony_ci <compatibilitylicense name="LGPL-2.1+" desc=""/> 485370b324cSopenharmony_ci </license> 486370b324cSopenharmony_ci <license name="LGPL-2.1+" desc=""> 487370b324cSopenharmony_ci <compatibilitylicense name="LGPL-2.1" desc=""/> 488370b324cSopenharmony_ci <compatibilitylicense name="LGPL-2.1-only" desc=""/> 489370b324cSopenharmony_ci <compatibilitylicense name="LGPL-2.1-or-later" desc=""/> 490370b324cSopenharmony_ci </license> 491370b324cSopenharmony_ci <license name="LGPL-3.0" desc=""> 492370b324cSopenharmony_ci <compatibilitylicense name="LGPL-3.0-only" desc=""/> 493370b324cSopenharmony_ci </license> 494370b324cSopenharmony_ci <license name="LGPL-3.0-only" desc=""> 495370b324cSopenharmony_ci <compatibilitylicense name="LGPL-3.0" desc=""/> 496370b324cSopenharmony_ci </license> 497370b324cSopenharmony_ci <license name="LGPL-3.0-or-later" desc=""> 498370b324cSopenharmony_ci <compatibilitylicense name="LGPL-3.0" desc=""/> 499370b324cSopenharmony_ci <compatibilitylicense name="LGPL-3.0-only" desc=""/> 500370b324cSopenharmony_ci <compatibilitylicense name="LGPL-3.0+" desc=""/> 501370b324cSopenharmony_ci </license> 502370b324cSopenharmony_ci <license name="LGPL-3.0+" desc=""> 503370b324cSopenharmony_ci <compatibilitylicense name="LGPL-3.0" desc=""/> 504370b324cSopenharmony_ci <compatibilitylicense name="LGPL-3.0-only" desc=""/> 505370b324cSopenharmony_ci <compatibilitylicense name="LGPL-3.0-or-later" desc=""/> 506370b324cSopenharmony_ci </license> 507370b324cSopenharmony_ci <license name="GPL-3.0+" desc=""> 508370b324cSopenharmony_ci <compatibilitylicense name="GPL-3.0+-with-Libtool-exception" desc=""/> 509370b324cSopenharmony_ci </license> 510370b324cSopenharmony_ci <license name="XConsortiumLicense" desc=""> 511370b324cSopenharmony_ci <compatibilitylicense name="X11" desc=""/> 512370b324cSopenharmony_ci </license> 513370b324cSopenharmony_ci <license name="X11" desc=""> 514370b324cSopenharmony_ci <compatibilitylicense name="XConsortiumLicense" desc=""/> 515370b324cSopenharmony_ci </license> 516370b324cSopenharmony_ci 517370b324cSopenharmony_ci </licensecompatibilitylist> 518370b324cSopenharmony_ci </oatconfig> 519370b324cSopenharmony_ci</configuration> 520