Lines Matching refs:license_text
53 license_text = []
69 license_text.append(m_license.group(1))
76 return date, license_text, microcodes
89 license_text = []
112 license_text.append(line)
118 return date, license_text, microcodes
174 def CreateFile(date, license_text, mcodes, outfile): argument
223 for line in license_text:
283 date, license_text, microcodes = ParseHeaderFiles(options.headerfile)
285 date, license_text, microcodes = ParseFile(options.mcfile)
292 print('\n'.join(license_text))
311 CreateFile(date, license_text, mcode_list, options.outfile)