Lines Matching full:path

24     2. policyitem: The fields type, name, path, desc is required, and the fields rule, group, filefilter is optional,the default value is:

25 <policyitem type="" name="" path="" desc="" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter"/>
27 "compatibility" is used to check license compatibility in the specified path;
28 "license" is used to check source license header in the specified path;
29 "copyright" is used to check source copyright header in the specified path;
30 "import" is used to check source dependency in the specified path, such as import ... ,include ...
31 "filetype" is used to check file type in the specified path, supported file types: archive, binary
32 "filename" is used to check whether the specified file exists in the specified path(projectroot means the root dir of the project), supported file names: LICENSE, README, README.OpenSource
34 5. policyitem path: This field is used for define the source file scope to apply this policyitem, the "!" prefix means exclude the files. For example, "!.*/lib/.*" means files in lib dir will be exclude while process this policyitem.
38 8. filefilter: Filter rules, the type filename is used to filter file name, the type filepath is used to filter file path.
53 <policyitem type="compatibility" name="Unicode-TOU" path=".*" desc="宽松型许可证."/>
54 <policyitem type="compatibility" name="FTL" path=".*" desc="宽松型许可证."/>
55 <policyitem type="compatibility" name="Khronos License" path=".*" desc="宽松型许可证."/>
56 <policyitem type="compatibility" name="Adobe-2006" path=".*" desc="宽松型许可证."/>
57 <policyitem type="compatibility" name="Zlib" path="third_party/externals/.*" desc="宽松型许可证."/>
58 <policyitem type="compatibility" name="LicenseRef-scancode-khronos" path="third_party/.*" desc="宽松型许可证."/>
59 <policyitem type="compatibility" name="Adobe Systems" path="third_party/externals/dng_sdk/.*" desc="宽松型许可证."/>
60 <policyitem type="compatibility" name="NTP" path="third_party/externals/egl-registry/.*" desc="宽松型许可证."/>
61 <policyitem type="compatibility" name="IJG" path="third_party/externals/libjpeg-turbo/.*" desc="宽松型许可证."/>
62 <policyitem type="compatibility" name="zlib-acknowledgement" path="third_party/externals/.*" desc="宽松型许可证."/>
63 <policyitem type="compatibility" name="GPLStyleLicense" path="third_party/externals/.*" desc="not use."/>
64 <policyitem type="compatibility" name="GPL-2.0+" path="third_party/externals/.*" desc="not use."/>
65 <policyitem type="compatibility" name="GPL-3.0+" path="third_party/externals/.*" desc="not use."/>
66 <policyitem type="compatibility" name="Libpng" path="third_party/externals/libpng/.*" desc="宽松型许可证."/>
67 <policyitem type="compatibility" name="LGPL-2.1+" path="third_party/externals/.*" desc="not use."/>
68 <policyitem type="compatibility" name="GFDL-1.3" path="third_party/externals/microhttpd/.*" desc="宽松型许可证."/>
69 <policyitem type="compatibility" name="ISC" path="third_party/externals/microhttpd/.*" desc="宽松型许可证."/>
70 <policyitem type="compatibility" name="MPL-1.1" path="third_party/externals/libgifcodec/.*" desc="宽松型许可证."/>
71 <policyitem type="compatibility" name="Spencer-94" path="third_party/externals/swiftshader/third_party/llvm-10.0/.*" desc="宽松型许可证."/>
72 <policyitem type="compatibility" name="LicenseRef-scancode-other-permissive" path="third_party/externals/libpng/.*" desc="宽松型许可证."/>
73 <policyitem type="compatibility" name="BD-style" path="gm/.*" desc="宽松型许可证."/>
74 <policyitem type="compatibility" name="FSF Unlimited License" path="third_party/externals/.*" desc="宽松型许可证."/>
75 <policyitem type="compatibility" name="PublicDomainLicense" path="tools/.*" desc="宽松型许可证."/>
76 <policyitem type="compatibility" name="XConsortiumLicense" path="third_party/externals/.*" desc="宽松型许可证."/>
77 <policyitem type="compatibility" name="GFDL-1.1" path="third_party/externals/.*" desc="宽松型许可证."/>
78 <policyitem type="compatibility" name="CC0-1.0" path="third_party/externals/.*" desc="宽松型许可证."/>
79 <policyitem type="compatibility" name="NAIST-2003" path="third_party/externals/.*" desc="宽松型许可证."/>
80 <policyitem type="compatibility" name="Info-ZIP" path="third_party/externals/.*" desc="宽松型许可证."/>
81 <policyitem type="compatibility" name="OFL-1.1-no-RFN" path="third_party/externals/.*" desc="宽松型许可证."/>