mirror of
https://github.com/openharmony/third_party_cryptsetup.git
synced 2026-07-19 19:53:45 -04:00
update OAT.xml.
This commit is contained in:
@@ -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 compatibility,license 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>
|
||||
Reference in New Issue
Block a user