update OAT.xml.

This commit is contained in:
lily0525
2021-07-26 07:16:23 +00:00
committed by Gitee
parent a053d17f5e
commit c06bde4c8a
+39 -11
View File
@@ -57,16 +57,44 @@ Note:If the text contains special characters, please escape them according to th
<configuration>
<oatconfig>
<licensefile>COPYING</licensefile>
<filefilterlist>
<filefilter name="defaultPolicyFilter" desc="Filters for compatibilitylicense header policies">
<filteritem type="filename" name="README.OpenSource"/>
<filteritem type="filename" name="README"/>
<filteritem type="filename" name="helpers.h" desc="not used in ohos"/>
</filefilter>
<filefilter name="copyrightPolicyFilter" desc="Filters for copyright header policies" >
<filteritem type="filename" name="README.OpenSource"/>
<filteritem type="filename" name="README"/>
</filefilter>
</filefilterlist>
<policylist>
<policy name="projectPolicy" desc="">
<policyitem type="compatibility" name="FSFULLR|GPLStyleLicense-with-Libtool-exception" path="m4/libtool.m4" desc="Not used in ohos."/>
<policyitem type="compatibility" name="GPL-2.0+" path=".*" desc="兼容license"/>
<policyitem type="compatibility" name="GPL-2.1+" path=".*" desc="兼容license"/>
<policyitem type="compatibility" name="GPL-2.0-or-later" path=".*" desc="兼容license"/>
<policyitem type="compatibility" name="LGPLStyleLicense" path="" desc="This file is free software"/>
<policyitem type="compatibility" name="GPLStyleLicense" path=".*" desc="协议为 Autoconf/Libtool exception to GPL 2.0 or later,满足该协议的约束,不受GPL协议影响。"/>
</policy>
</policylist>
<licensematcherlist>
<licensematcher name="GPL-2.0+" desc="">
<licensetext name="
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
" desc=""/>
<licensetext name="
This file is distributed under the same license as the cryptsetup package.
" desc=""/>
</licensematcher>
<licensematcher name="GPL-2.0-or-later" desc="">
<licensetext name="
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
" desc=""/>
</licensematcher>
<licensematcher name="GPL-2.0-or-later" desc="">
<licensetext name="
This file is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
" desc=""/>
</licensematcher>
</licensematcherlist>
</oatconfig>
</configuration>