mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 11:19:55 +00:00
许可证规则修改
Signed-off-by: gg0907 <guohui_1701@163.com>
This commit is contained in:
parent
74bcfb8f4c
commit
5bd59320a3
26
OAT.xml
26
OAT.xml
@ -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 compatibility,license 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>
|
||||
|
Loading…
Reference in New Issue
Block a user