Lines Matching refs:license_files
149 self.license_files = []
410 def __get_license_names(self, license_files): argument
459 for license_file in license_files:
489 self.license_files = list(find_file_upper_case(filenames, self.tmp_extract))
491 lines.append(self.__get_license_names(self.license_files))
493 license_files = [license.replace(self.tmp_extract, '')[1:]
494 for license in self.license_files]
495 if len(license_files) > 0:
496 if len(license_files) > 1:
498 ', '.join(license_files))
499 license_files = [filename
500 for index, filename in enumerate(license_files)]
504 files=' '.join(license_files)))
571 if self.license_files:
573 for license_file in self.license_files: