mirror of
https://github.com/openharmony/third_party_lzma.git
synced 2026-07-01 02:07:13 -04:00
c5e0ce0243
Signed-off-by: 愚者@yj20200618 <yangjun249@huawei.com>
520 lines
32 KiB
XML
520 lines
32 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Copyright (c) 2021 Huawei Device Co., Ltd.
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
|
|
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.
|
|
-->
|
|
<configuration>
|
|
<oatconfig>
|
|
<policylist>
|
|
<policy name="3rdDefaultPolicy" desc="">
|
|
<policyitem type="compatibility" name="Public domain" path=".*" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc=""/>
|
|
<policyitem type="compatibility" name="LGPLStyleLicense" path=".*" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc=""/>
|
|
<policyitem type="license" name="*" path=".*" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc=""/>
|
|
<policyitem type="copyright" name="*" path=".*" rule="may" group="defaultGroup" filefilter="copyrightPolicyFilter" desc=""/>
|
|
<policyitem type="compatibility" name="Apache" path=".*" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc=""/>
|
|
<policyitem type="compatibility" name="BSD" path=".*" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc=""/>
|
|
<policyitem type="compatibility" name="MIT" path=".*" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc=""/>
|
|
<policyitem type="compatibility" name="FSFULLR" path=".*" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc=""/>
|
|
<policyitem type="compatibility" name="MulanPSL" path=".*" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter" desc=""/>
|
|
<policyitem type="compatibility" name="!APSL-1.0" path=".*" rule="must" group="defaultGroup" filefilter="defaultPolicyFilter" desc=""/>
|
|
<policyitem type="filename" name="LICENSE" path="projectroot" rule="may" group="defaultGroup" filefilter="licenseFileNamePolicyFilter" desc=""/>
|
|
<policyitem type="filename" name="README.OpenSource" path="projectroot" rule="must" group="defaultGroup" filefilter="readmeOpenSourcefileNamePolicyFilter" desc=""/>
|
|
<policyitem type="filetype" name="!binary" path=".*" rule="must" group="defaultGroup" filefilter="binaryFileTypePolicyFilter" desc=""/>
|
|
<policyitem type="filetype" name="!archive" path=".*" rule="must" group="defaultGroup" filefilter="binaryFileTypePolicyFilter" desc=""/>
|
|
</policy>
|
|
|
|
</policylist>
|
|
<filefilterlist>
|
|
<filefilter name="defaultFilter" desc="Files that do not need to be scanned">
|
|
<filteritem type="filename" name="OAT*.xml|zunit|signature|Makefile|MANIFEST.MF|Kconfig|*.crt|*.markdown|*.git"/>
|
|
<filteritem type="filename" name=".mk|.ld|.gitkeep|.gitignore|.gitattributes|.config|*.txt|*.te|*.json|*.svg|*.swp"/>
|
|
<filteritem type="filename" name="*.sandbox|*.rslp|*.rc|*.pydeps|*.properties|*.pluginmeta|*.php|*.sgml|.adoc|NEWS"/>
|
|
<filteritem type="filename" name="*.patch|*.p7b|*.md|*.log|*.ini|*.html|*.htm|*.hml|*.hcs|__init__.py|MANIFEST.in"/>
|
|
<filteritem type="filename" name="*.hcb|*.gradle|*.gen|*.dic|*.d|*.css|*.cmake|*.cer|*.build|*.aff|*.err|*.pro|*.clang-format|*.ld"/>
|
|
<filteritem type="filename" name="*.babelrc|*.editorconfig|*.eslintignore|*.prettierrc|*.eslintrc.js|*.template|*.tmpl|*.vcproj|*.def|*.sln"/>
|
|
<filteritem type="filename" name="*_contexts|*.vcxproj|*.vcxproj.filters|*.vcxproj.user|*visual_studio.sln|*.bundle|CERTIFICATE|SIGNATURE"/>
|
|
<filteritem type="filename" name="*.lds|SConscript|*.pod|*.arb|*.repo|*.map|*.yml|*.config|*.cfg|*.conf|*.in"/>
|
|
<!--filteritem type="filename" name="*.png|*.jpg|*.jpeg|*.tif|*.tiff|*.gif|*.bmp|*.heic|*.ico|*.pic|*.psd|*.pcx"/>
|
|
<filteritem type="filename" name="*.wav|*.mp3|*.mp4|*.wma|*.mov|*.wmv|*.rmvb|*.3gp|*.avi|*.rm|*.mid|*.flv|*.mpg|*.mkv|*.vob"/-->
|
|
<filteritem type="filepath" name="projectroot/target/.*" desc="out put files"/>
|
|
<filteritem type="filepath" name="projectroot/output/.*" desc="out put files"/>
|
|
<filteritem type="filepath" name="projectroot/out/.*" desc="out put files"/>
|
|
<filteritem type="filepath" name="projectroot/log/.*" desc="out put files"/>
|
|
<filteritem type="filepath" name="projectroot/logs/.*" desc="out put files"/>
|
|
<filteritem type="filepath" name="projectroot/.idea/.*" desc="out put files"/>
|
|
<filteritem type="filepath" name="projectroot/.git/.*" desc="out put files"/>
|
|
<filteritem type="filepath" name="projectroot/.gitee/.*" desc="out put files"/>
|
|
<filteritem type="filepath" name="projectroot/.svn/.*" desc="out put files"/>
|
|
<filteritem type="filepath" name="projectroot/[a-zA-Z0-9]{20,}.sh" desc="Temp files"/>
|
|
</filefilter>
|
|
<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">
|
|
<filteritem type="filename" name="README.OpenSource"/>
|
|
<filteritem type="filename" name="README"/>
|
|
<filteritem type="filename" name="README.md"/>
|
|
<filteritem type="filename" name="README_zh.md"/>
|
|
<filteritem type="filepath" name="C/*" desc="public domain not matchable"/>
|
|
<filteritem type="filepath" name="CPP/*" desc="public domain not matchable"/>
|
|
</filefilter>
|
|
<filefilter name="copyrightPolicyFilter" desc="">
|
|
<filteritem type="filename" name="README.OpenSource"/>
|
|
<filteritem type="filename" name="README"/>
|
|
<filteritem type="filename" name="README.md"/>
|
|
<filteritem type="filename" name="README_zh.md"/>
|
|
</filefilter>
|
|
<filefilter name="licenseFileNamePolicyFilter" desc="">
|
|
</filefilter>
|
|
<filefilter name="readmeFileNamePolicyFilter" desc="">
|
|
</filefilter>
|
|
<filefilter name="readmeOpenSourcefileNamePolicyFilter" desc="">
|
|
</filefilter>
|
|
<filefilter name="binaryFileTypePolicyFilter" desc="Filters for binary file policies">
|
|
<filteritem type="filepath" name="CPP/7zip/Bundles/SFXCon/7z.ico" desc="self developed ico"/>
|
|
<filteritem type="filepath" name="CPP/7zip/Archive/Icons/7z.ico" desc="self developed ico"/>
|
|
<filteritem type="filepath" name="CPP/7zip/Bundles/SFXWin/7z.ico" desc="self developed ico"/>
|
|
<filteritem type="filepath" name="C/Util/SfxSetup/setup.ico" desc="self developed ico"/>
|
|
<filteritem type="filepath" name="CPP/7zip/Bundles/SFXSetup/setup.ico" desc="self developed ico"/>
|
|
</filefilter>
|
|
</filefilterlist>
|
|
<licensematcherlist>
|
|
<licensematcher name="Public domain" desc="">
|
|
<licensetext name="
|
|
*Igor Pavlov : Public domain*
|
|
" desc=""/>
|
|
</licensematcher>
|
|
<licensematcher name="Khronos License" desc="License for opencl">
|
|
<licensetext name="
|
|
* Permission is hereby granted, free of charge, to any person obtaining a
|
|
* copy of this software and/or associated documentation files (the
|
|
* > Materials >), to deal in the Materials without restriction, including
|
|
* without limitation the rights to use, copy, modify, merge, publish,
|
|
* distribute, sublicense, and/or sell copies of the Materials, and to
|
|
* permit persons to whom the Materials are furnished to do so, subject to
|
|
* the following conditions:
|
|
*
|
|
* The above copyright notice and this permission notice shall be included
|
|
* in all copies or substantial portions of the Materials.
|
|
*
|
|
* MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS
|
|
* KHRONOS STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS
|
|
* SPECIFICATIONS AND HEADER INFORMATION ARE LOCATED AT
|
|
* https://www.khronos.org/registry/
|
|
*
|
|
* THE MATERIALS ARE PROVIDED > AS IS >, WITHOUT WARRANTY OF ANY KIND,
|
|
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
* MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
|
|
" desc=""/>
|
|
<licensetext name="
|
|
The Khronos Group Inc.
|
|
*
|
|
* Permission is hereby granted, free of charge, to any person obtaining a
|
|
* copy of this software and/or associated documentation files (the
|
|
* >Materials>), to deal in the Materials without restriction, including
|
|
* without limitation the rights to use, copy, modify, merge, publish,
|
|
* distribute, sublicense, and/or sell copies of the Materials, and to
|
|
* permit persons to whom the Materials are furnished to do so, subject to
|
|
* the following conditions:
|
|
*
|
|
* The above copyright notice and this permission notice shall be included
|
|
* in all copies or substantial portions of the Materials.
|
|
*
|
|
* THE MATERIALS ARE PROVIDED >AS IS>, WITHOUT WARRANTY OF ANY KIND,
|
|
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
* MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
|
|
|
|
" desc=""/>
|
|
</licensematcher>
|
|
<licensematcher name="BSD-2-Clause" desc="">
|
|
<licensetext name="
|
|
Redistribution and use in source and binary forms, with or without
|
|
modification, are permitted provided that the following conditions are met:
|
|
1. Redistributions of source code must retain the above copyright notice, this
|
|
list of conditions and the following disclaimer.
|
|
2. Redistributions in binary form must reproduce the above copyright notice,
|
|
this list of conditions and the following disclaimer in the documentation
|
|
and/or other materials provided with the distribution.
|
|
THIS SOFTWARE IS PROVIDED BY THE
|
|
" desc=""/>
|
|
<licensetext name="
|
|
Redistribution and use in source and binary forms, with or without
|
|
modification, are permitted provided that the following conditions are met:
|
|
Redistributions of source code must retain the above copyright notice, this
|
|
list of conditions and the following disclaimer.
|
|
Redistributions in binary form must reproduce the above copyright notice,
|
|
this list of conditions and the following disclaimer in the documentation
|
|
and/or other materials provided with the distribution.
|
|
THIS SOFTWARE IS PROVIDED BY THE
|
|
" desc=""/>
|
|
</licensematcher>
|
|
<licensematcher name="BSD-3-Clause" desc="">
|
|
<licensetext name="
|
|
* Redistribution and use in source and binary forms, with or without modification,
|
|
* are permitted provided that the following conditions are met:
|
|
*
|
|
* 1. Redistributions of source code must retain the above copyright notice,
|
|
* this list of conditions and the following disclaimer.
|
|
* 2. Redistributions in binary form must reproduce the above copyright notice,
|
|
* this list of conditions and the following disclaimer in the documentation
|
|
* and/or other materials provided with the distribution.
|
|
* 3. The name of the author may not be used to endorse or promote products
|
|
* derived from this software without specific prior written permission.
|
|
* THIS SOFTWARE IS PROVIDED BY THE
|
|
" desc=""/>
|
|
<licensetext name="
|
|
* Redistribution and use in source and binary forms, with or without modification,
|
|
* are permitted provided that the following conditions are met:
|
|
*
|
|
* Redistributions of source code must retain the above copyright notice,
|
|
* this list of conditions and the following disclaimer.
|
|
* Redistributions in binary form must reproduce the above copyright notice,
|
|
* this list of conditions and the following disclaimer in the documentation
|
|
* and/or other materials provided with the distribution.
|
|
* The name of the author may not be used to endorse or promote products
|
|
* derived from this software without specific prior written permission.
|
|
* THIS SOFTWARE IS PROVIDED BY THE
|
|
" desc=""/>
|
|
</licensematcher>
|
|
<licensematcher name="ISC" desc="">
|
|
<licensetext name="
|
|
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted,
|
|
provided that the above copyright notice and this permission notice appear in all copies. THE SOFTWARE IS PROVIDED
|
|
>AS IS> AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
|
|
DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
|
|
OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
" desc=""/>
|
|
</licensematcher>
|
|
<licensematcher name="MIT|NCSA" desc="">
|
|
<licensetext name="
|
|
dual licensed under the MIT and the University of Illinois Open
|
|
" desc=""/>
|
|
</licensematcher>
|
|
<licensematcher name="c-ares license" desc="">
|
|
<licensetext name="
|
|
Permission to use, copy, modify, and distribute this software and its
|
|
documentation for any purpose and without fee is hereby granted, provided that
|
|
the above copyright notice appear in all copies and that both that copyright
|
|
notice and this permission notice appear in supporting documentation, and that
|
|
the name of M.I.T. not be used in advertising or publicity pertaining to
|
|
distribution of the software without specific, written prior permission.
|
|
M.I.T. makes no representations about the suitability of this software for any
|
|
purpose. It is provided > as is>without express or implied warranty.
|
|
" desc=""/>
|
|
</licensematcher>
|
|
<licensematcher name="bzip2 and libbzip2 License" desc="">
|
|
<licensetext name="
|
|
Redistribution and use in source and binary forms, with or without
|
|
modification, are permitted provided that the following conditions
|
|
are met:
|
|
1. Redistributions of source code must retain the above copyright
|
|
notice, this list of conditions and the following disclaimer.
|
|
2. The origin of this software must not be misrepresented; you must
|
|
not claim that you wrote the original software. If you use this
|
|
software in a product, an acknowledgment in the product
|
|
documentation would be appreciated but is not required.
|
|
3. Altered source versions must be plainly marked as such, and must
|
|
not be misrepresented as being the original software.
|
|
4. The name of the author may not be used to endorse or promote
|
|
products derived from this software without specific prior written
|
|
permission.
|
|
THIS SOFTWARE IS PROVIDED BY
|
|
" desc=""/>
|
|
</licensematcher>
|
|
|
|
</licensematcherlist>
|
|
<licensecompatibilitylist>
|
|
<license name="Public domain" desc="">
|
|
<compatibilitylicense name="Public domain" desc=""/>
|
|
<compatibilitylicense name="ApacheStyleLicense" desc=""/>
|
|
<compatibilitylicense name="FSFAP" desc=""/>
|
|
<compatibilitylicense name="FSFUL" desc=""/>
|
|
<compatibilitylicense name="FSFULLR" desc=""/>
|
|
<compatibilitylicense name="curl" desc=""/>
|
|
<compatibilitylicense name="ISC" desc=""/>
|
|
<compatibilitylicense name="diffmark" desc=""/>
|
|
<compatibilitylicense name="Beerware" desc=""/>
|
|
<compatibilitylicense name="blessing" desc=""/>
|
|
<compatibilitylicense name="NLPL" desc=""/>
|
|
<compatibilitylicense name="Unlicense" desc=""/>
|
|
<compatibilitylicense name="NCSA" desc=""/>
|
|
<compatibilitylicense name="Apache-2.0" desc=""/>
|
|
<compatibilitylicense name="GPL-2.0-or-later" desc=""/>
|
|
<compatibilitylicense name="GPL-2.0+" desc=""/>
|
|
<compatibilitylicense name="AGPL-1.0-only" desc=""/>
|
|
<compatibilitylicense name="AGPL-1.0" desc=""/>
|
|
<compatibilitylicense name="AGPL-3.0-only" desc=""/>
|
|
<compatibilitylicense name="AGPL-3.0" desc=""/>
|
|
<compatibilitylicense name="GFDL-1.1-only" desc=""/>
|
|
<compatibilitylicense name="GFDL-1.1" desc=""/>
|
|
<compatibilitylicense name="GFDL-1.2-only" desc=""/>
|
|
<compatibilitylicense name="GFDL-1.2" desc=""/>
|
|
<compatibilitylicense name="GFDL-1.3-only" desc=""/>
|
|
<compatibilitylicense name="GFDL-1.3" desc=""/>
|
|
<compatibilitylicense name="GPL-1.0-only" desc=""/>
|
|
<compatibilitylicense name="GPL-1.0" desc=""/>
|
|
<compatibilitylicense name="GPL-1.0+" desc=""/>
|
|
<compatibilitylicense name="GPL-1.0-or-later" desc=""/>
|
|
<compatibilitylicense name="GPL-2.0-only" desc=""/>
|
|
<compatibilitylicense name="GPL-2.0" desc=""/>
|
|
<compatibilitylicense name="GPL-2.0+" desc=""/>
|
|
<compatibilitylicense name="GPL-2.0-or-later" desc=""/>
|
|
<compatibilitylicense name="GPL-3.0-only" desc=""/>
|
|
<compatibilitylicense name="GPL-3.0" desc=""/>
|
|
<compatibilitylicense name="GPL-3.0+" desc=""/>
|
|
<compatibilitylicense name="GPL-3.0-or-later" desc=""/>
|
|
<compatibilitylicense name="LGPL-2.0-only" desc=""/>
|
|
<compatibilitylicense name="LGPL-2.0" desc=""/>
|
|
<compatibilitylicense name="LGPL-2.0+" desc=""/>
|
|
<compatibilitylicense name="LGPL-2.0-or-later" desc=""/>
|
|
<compatibilitylicense name="LGPL-2.1-only" desc=""/>
|
|
<compatibilitylicense name="LGPL-2.1" desc=""/>
|
|
<compatibilitylicense name="LGPL-2.1+" desc=""/>
|
|
<compatibilitylicense name="LGPL-3.0-only" desc=""/>
|
|
<compatibilitylicense name="LGPL-3.0-only" desc=""/>
|
|
<compatibilitylicense name="LGPL-3.0+" desc=""/>
|
|
<compatibilitylicense name="LGPL-3.0-or-later" desc=""/>
|
|
<compatibilitylicense name="GPL-3.0+-with-Libtool-exception" desc=""/>
|
|
<compatibilitylicense name="X11" desc=""/>
|
|
<compatibilitylicense name="XConsortiumLicense" desc=""/>
|
|
</license>
|
|
<license name="Apache" desc="">
|
|
<compatibilitylicense name="ApacheStyleLicense" desc=""/>
|
|
<compatibilitylicense name="FSFAP" desc=""/>
|
|
<compatibilitylicense name="FSFUL" desc=""/>
|
|
<compatibilitylicense name="FSFULLR" desc=""/>
|
|
<compatibilitylicense name="curl" desc=""/>
|
|
<compatibilitylicense name="ISC" desc=""/>
|
|
<compatibilitylicense name="diffmark" desc=""/>
|
|
<compatibilitylicense name="Beerware" desc=""/>
|
|
<compatibilitylicense name="blessing" desc=""/>
|
|
<compatibilitylicense name="NLPL" desc=""/>
|
|
<compatibilitylicense name="Unlicense" desc=""/>
|
|
</license>
|
|
<license name="MIT" desc="">
|
|
<compatibilitylicense name="ApacheStyleLicense" desc=""/>
|
|
<compatibilitylicense name="FSFAP" desc=""/>
|
|
<compatibilitylicense name="FSFUL" desc=""/>
|
|
<compatibilitylicense name="FSFULLR" desc=""/>
|
|
<compatibilitylicense name="curl" desc=""/>
|
|
<compatibilitylicense name="ISC" desc=""/>
|
|
<compatibilitylicense name="diffmark" desc=""/>
|
|
<compatibilitylicense name="Beerware" desc=""/>
|
|
<compatibilitylicense name="blessing" desc=""/>
|
|
<compatibilitylicense name="NLPL" desc=""/>
|
|
<compatibilitylicense name="Unlicense" desc=""/>
|
|
</license>
|
|
<license name="BSD" desc="">
|
|
<compatibilitylicense name="ApacheStyleLicense" desc=""/>
|
|
<compatibilitylicense name="FSFAP" desc=""/>
|
|
<compatibilitylicense name="FSFUL" desc=""/>
|
|
<compatibilitylicense name="FSFULLR" desc=""/>
|
|
<compatibilitylicense name="curl" desc=""/>
|
|
<compatibilitylicense name="ISC" desc=""/>
|
|
<compatibilitylicense name="diffmark" desc=""/>
|
|
<compatibilitylicense name="Beerware" desc=""/>
|
|
<compatibilitylicense name="blessing" desc=""/>
|
|
<compatibilitylicense name="NLPL" desc=""/>
|
|
<compatibilitylicense name="Unlicense" desc=""/>
|
|
<compatibilitylicense name="NCSA" desc=""/>
|
|
</license>
|
|
<license name="Apache-2.0" desc="">
|
|
<compatibilitylicense name="ApacheStyleLicense" desc=""/>
|
|
<compatibilitylicense name="FSFAP" desc=""/>
|
|
<compatibilitylicense name="FSFUL" desc=""/>
|
|
<compatibilitylicense name="FSFULLR" desc=""/>
|
|
<compatibilitylicense name="curl" desc=""/>
|
|
<compatibilitylicense name="ISC" desc=""/>
|
|
<compatibilitylicense name="diffmark" desc=""/>
|
|
<compatibilitylicense name="Beerware" desc=""/>
|
|
<compatibilitylicense name="blessing" desc=""/>
|
|
<compatibilitylicense name="NLPL" desc=""/>
|
|
<compatibilitylicense name="Unlicense" desc=""/>
|
|
</license>
|
|
<license name="ApacheStyleLicense" desc="">
|
|
<compatibilitylicense name="Apache-2.0" desc=""/>
|
|
</license>
|
|
<license name="GPL-2.0+" desc="">
|
|
<compatibilitylicense name="GPL-2.0-or-later" desc=""/>
|
|
</license>
|
|
<license name="GPL-2.0-or-later" desc="">
|
|
<compatibilitylicense name="GPL-2.0+" desc=""/>
|
|
</license>
|
|
<license name="AGPL-1.0" desc="">
|
|
<compatibilitylicense name="AGPL-1.0-only" desc=""/>
|
|
</license>
|
|
<license name="AGPL-1.0-only" desc="">
|
|
<compatibilitylicense name="AGPL-1.0" desc=""/>
|
|
</license>
|
|
<license name="AGPL-1.0-or-later" desc="">
|
|
<compatibilitylicense name="AGPL-1.0" desc=""/>
|
|
<compatibilitylicense name="AGPL-1.0-only" desc=""/>
|
|
</license>
|
|
<license name="AGPL-3.0" desc="">
|
|
<compatibilitylicense name="AGPL-3.0-only" desc=""/>
|
|
</license>
|
|
<license name="AGPL-3.0-only" desc="">
|
|
<compatibilitylicense name="AGPL-3.0" desc=""/>
|
|
</license>
|
|
<license name="AGPL-3.0-or-later" desc="">
|
|
<compatibilitylicense name="AGPL-3.0" desc=""/>
|
|
<compatibilitylicense name="AGPL-3.0-only" desc=""/>
|
|
</license>
|
|
<license name="GFDL-1.1" desc="">
|
|
<compatibilitylicense name="GFDL-1.1-only" desc=""/>
|
|
</license>
|
|
<license name="GFDL-1.1-only" desc="">
|
|
<compatibilitylicense name="GFDL-1.1" desc=""/>
|
|
</license>
|
|
<license name="GFDL-1.1-or-later" desc="">
|
|
<compatibilitylicense name="GFDL-1.1" desc=""/>
|
|
<compatibilitylicense name="GFDL-1.1-only" desc=""/>
|
|
</license>
|
|
<license name="GFDL-1.2" desc="">
|
|
<compatibilitylicense name="GFDL-1.2-only" desc=""/>
|
|
</license>
|
|
<license name="GFDL-1.2-only" desc="">
|
|
<compatibilitylicense name="GFDL-1.2" desc=""/>
|
|
</license>
|
|
<license name="GFDL-1.2-or-later" desc="">
|
|
<compatibilitylicense name="GFDL-1.2" desc=""/>
|
|
<compatibilitylicense name="GFDL-1.2-only" desc=""/>
|
|
</license>
|
|
<license name="GFDL-1.3" desc="">
|
|
<compatibilitylicense name="GFDL-1.3-only" desc=""/>
|
|
</license>
|
|
<license name="GFDL-1.3-only" desc="">
|
|
<compatibilitylicense name="GFDL-1.3" desc=""/>
|
|
</license>
|
|
<license name="GFDL-1.3-or-later" desc="">
|
|
<compatibilitylicense name="GFDL-1.3" desc=""/>
|
|
<compatibilitylicense name="GFDL-1.3-only" desc=""/>
|
|
</license>
|
|
<license name="GPL-1.0" desc="">
|
|
<compatibilitylicense name="GPL-1.0-only" desc=""/>
|
|
</license>
|
|
<license name="GPL-1.0-only" desc="">
|
|
<compatibilitylicense name="GPL-1.0" desc=""/>
|
|
</license>
|
|
<license name="GPL-1.0-or-later" desc="">
|
|
<compatibilitylicense name="GPL-1.0" desc=""/>
|
|
<compatibilitylicense name="GPL-1.0-only" desc=""/>
|
|
<compatibilitylicense name="GPL-1.0+" desc=""/>
|
|
</license>
|
|
<license name="GPL-1.0+" desc="">
|
|
<compatibilitylicense name="GPL-1.0" desc=""/>
|
|
<compatibilitylicense name="GPL-1.0-only" desc=""/>
|
|
<compatibilitylicense name="GPL-1.0-or-later" desc=""/>
|
|
</license>
|
|
<license name="GPL-2.0" desc="">
|
|
<compatibilitylicense name="GPL-2.0-only" desc=""/>
|
|
</license>
|
|
<license name="GPL-2.0-only" desc="">
|
|
<compatibilitylicense name="GPL-2.0" desc=""/>
|
|
</license>
|
|
<license name="GPL-2.0-or-later" desc="">
|
|
<compatibilitylicense name="GPL-2.0" desc=""/>
|
|
<compatibilitylicense name="GPL-2.0-only" desc=""/>
|
|
<compatibilitylicense name="GPL-2.0+" desc=""/>
|
|
</license>
|
|
<license name="GPL-2.0+" desc="">
|
|
<compatibilitylicense name="GPL-2.0" desc=""/>
|
|
<compatibilitylicense name="GPL-2.0-only" desc=""/>
|
|
<compatibilitylicense name="GPL-2.0-or-later" desc=""/>
|
|
</license>
|
|
<license name="GPL-3.0" desc="">
|
|
<compatibilitylicense name="GPL-3.0-only" desc=""/>
|
|
</license>
|
|
<license name="GPL-3.0-only" desc="">
|
|
<compatibilitylicense name="GPL-3.0" desc=""/>
|
|
</license>
|
|
<license name="GPL-3.0-or-later" desc="">
|
|
<compatibilitylicense name="GPL-3.0" desc=""/>
|
|
<compatibilitylicense name="GPL-3.0-only" desc=""/>
|
|
<compatibilitylicense name="GPL-3.0+" desc=""/>
|
|
</license>
|
|
<license name="GPL-3.0+" desc="">
|
|
<compatibilitylicense name="GPL-3.0" desc=""/>
|
|
<compatibilitylicense name="GPL-3.0-only" desc=""/>
|
|
<compatibilitylicense name="GPL-3.0-or-later" desc=""/>
|
|
</license>
|
|
<license name="LGPL-2.0" desc="">
|
|
<compatibilitylicense name="LGPL-2.0-only" desc=""/>
|
|
</license>
|
|
<license name="LGPL-2.0-only" desc="">
|
|
<compatibilitylicense name="LGPL-2.0" desc=""/>
|
|
</license>
|
|
<license name="LGPL-2.0-or-later" desc="">
|
|
<compatibilitylicense name="LGPL-2.0" desc=""/>
|
|
<compatibilitylicense name="LGPL-2.0-only" desc=""/>
|
|
<compatibilitylicense name="LGPL-2.0+" desc=""/>
|
|
</license>
|
|
<license name="LGPL-2.0+" desc="">
|
|
<compatibilitylicense name="LGPL-2.0" desc=""/>
|
|
<compatibilitylicense name="LGPL-2.0-only" desc=""/>
|
|
<compatibilitylicense name="LGPL-2.0-or-later" desc=""/>
|
|
</license>
|
|
<license name="LGPL-2.1" desc="">
|
|
<compatibilitylicense name="LGPL-2.1-only" desc=""/>
|
|
</license>
|
|
<license name="LGPL-2.1-only" desc="">
|
|
<compatibilitylicense name="LGPL-2.1" desc=""/>
|
|
</license>
|
|
<license name="LGPL-2.1-or-later" desc="">
|
|
<compatibilitylicense name="LGPL-2.1" desc=""/>
|
|
<compatibilitylicense name="LGPL-2.1-only" desc=""/>
|
|
<compatibilitylicense name="LGPL-2.1+" desc=""/>
|
|
</license>
|
|
<license name="LGPL-2.1+" desc="">
|
|
<compatibilitylicense name="LGPL-2.1" desc=""/>
|
|
<compatibilitylicense name="LGPL-2.1-only" desc=""/>
|
|
<compatibilitylicense name="LGPL-2.1-or-later" desc=""/>
|
|
</license>
|
|
<license name="LGPL-3.0" desc="">
|
|
<compatibilitylicense name="LGPL-3.0-only" desc=""/>
|
|
</license>
|
|
<license name="LGPL-3.0-only" desc="">
|
|
<compatibilitylicense name="LGPL-3.0" desc=""/>
|
|
</license>
|
|
<license name="LGPL-3.0-or-later" desc="">
|
|
<compatibilitylicense name="LGPL-3.0" desc=""/>
|
|
<compatibilitylicense name="LGPL-3.0-only" desc=""/>
|
|
<compatibilitylicense name="LGPL-3.0+" desc=""/>
|
|
</license>
|
|
<license name="LGPL-3.0+" desc="">
|
|
<compatibilitylicense name="LGPL-3.0" desc=""/>
|
|
<compatibilitylicense name="LGPL-3.0-only" desc=""/>
|
|
<compatibilitylicense name="LGPL-3.0-or-later" desc=""/>
|
|
</license>
|
|
<license name="GPL-3.0+" desc="">
|
|
<compatibilitylicense name="GPL-3.0+-with-Libtool-exception" desc=""/>
|
|
</license>
|
|
<license name="XConsortiumLicense" desc="">
|
|
<compatibilitylicense name="X11" desc=""/>
|
|
</license>
|
|
<license name="X11" desc="">
|
|
<compatibilitylicense name="XConsortiumLicense" desc=""/>
|
|
</license>
|
|
|
|
</licensecompatibilitylist>
|
|
</oatconfig>
|
|
</configuration>
|