Lines Matching refs:license
33 # \note Defined this way to avoid triggering license check error on this file
50 for searchStr, license in LICENSE_KEYS:
55 detected = license
60 license = getFileLicense(file)
62 if license == LICENSE_MIT:
63 print("%s: contains MIT license" % file)
64 elif license == LICENSE_MULTIPLE:
66 elif license == LICENSE_UNKNOWN:
67 print("%s: missing/unknown license" % file)
69 return license == LICENSE_APACHE2