许可证规则修改

Signed-off-by: gg0907 <guohui_1701@163.com>
This commit is contained in:
gg0907 2022-12-19 09:22:30 +00:00 committed by Gitee
parent 74bcfb8f4c
commit 5bd59320a3
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

26
OAT.xml
View File

@ -59,14 +59,34 @@ Note:If the text contains special characters, please escape them according to th
<licensefile>COPYING.LGPLv2.1</licensefile>
<policylist>
<policy name="projectPolicy" desc="">
<policyitem type="compatibility" name="InvalidLicense" path=".*" rule="may" group="defaultGroup" desc="The files involved in compilation are the InvalidLicense protocol.They are used in dynamic link mode."/>
<policyitem type="compatibility" name="BSD-3-Clause" path=".*" rule="may" group="defaultGroup" desc="The files involved in compilation are the BSD protocol.They are used in dynamic link mode."/>
<policyitem type="compatibility" name="LGPL" path=".*" rule="may" group="defaultGroup" desc="The files involved in compilation are the LGPL protocol.They are used in dynamic link mode."/>
<policyitem type="compatibility" name="GPL" path=".*" rule="may" group="defaultGroup" desc="The files involved in compilation are the GPL protocol.They are used in dynamic link mode."/>
<policyitem type="compatibility" name="zlib-acknowledgement" path=".*" rule="may" group="defaultGroup" desc="The files involved in compilation are the zlib-acknowledgement protocol.They are used in dynamic link mode."/>
</policy>
</policylist>
<filefilterlist>
<filefilter name="defaultPolicyFilter" desc="Filters for compatibilitylicense header policies">
<filteritem type="filepath" name=".*" desc="The files involved in compilation are the LGPL protocol.They are used in dynamic link mode."/>
<filefilter name="defaultPolicyFilter" desc="Filters for files not used">
<filteritem type="filepath" name="README.OpenSource" desc="README.OpenSource"/>
</filefilter>
<filefilter name="binaryFileTypePolicyFilter" desc="Filters for binary file policies">
<filteritem type="filepath" name=".*" desc="Resource, config and certification binary."/>
<filteritem type="filepath" name="compat/.*" desc="Resource, config and certification binary."/>
<filteritem type="filepath" name="doc/.*" desc="Resource, config and certification binary."/>
<filteritem type="filepath" name="ffbuild/.*" desc="Resource, config and certification binary."/>
<filteritem type="filepath" name="fftools/.*" desc="Resource, config and certification binary."/>
<filteritem type="filepath" name="libavcodec/.*" desc="Resource, config and certification binary."/>
<filteritem type="filepath" name="libavdevice/.*" desc="Resource, config and certification binary."/>
<filteritem type="filepath" name="libavfilter/.*" desc="Resource, config and certification binary."/>
<filteritem type="filepath" name="libavformat/.*" desc="Resource, config and certification binary."/>
<filteritem type="filepath" name="libavresample/.*" desc="Resource, config and certification binary."/>
<filteritem type="filepath" name="libavutil/.*" desc="Resource, config and certification binary."/>
<filteritem type="filepath" name="libpostproc/.*" desc="Resource, config and certification binary."/>
<filteritem type="filepath" name="libswresample/.*" desc="Resource, config and certification binary."/>
<filteritem type="filepath" name="libswscale/.*" desc="Resource, config and certification binary."/>
<filteritem type="filepath" name="presets/.*" desc="Resource, config and certification binary."/>
<filteritem type="filepath" name="tests/.*" desc="Resource, config and certification binary."/>
<filteritem type="filepath" name="tools/.*" desc="Resource, config and certification binary."/>
</filefilter>
</filefilterlist>
</oatconfig>