Searched refs:license_files (Results 1 – 4 of 4) sorted by relevance
526 my %license_files; # name -> hash of license files566 my @license_files;570 push @license_files, $_ if m/(ARTISTIC|COPYING|COPYRIGHT|GPL\S*|LICENSE|LICENCE)/i;572 if (scalar @license_files == 0 && $manifest =~ m/(README)[\n\s]/i) {573 @license_files = ($1);575 if (scalar @license_files == 0 && $manifest =~ m/(README\.md)[\n\s]/i) {576 @license_files = ($1);578 if (scalar @license_files == 0 && $manifest =~ m/(README\.pod)[\n\s]/i) {579 @license_files = ($1);581 return @license_files;[all …]
149 self.license_files = []410 def __get_license_names(self, license_files): argument459 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))[all …]
58 license_files = set([os.path.join(chromium_root, 'LICENSE')])74 license_files.add(metadata['License File'])75 return license_files
26 self.license_files = 071 spdx.license_files += 1281 sys.stderr.write('License files: %12d\n' %spdx.license_files)