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:
284 license_text = None
286 date, license_text, microcodes = ParseHeaderFiles(options.headerfile)
288 date, license_text, microcodes = ParseFile(options.mcfile)
295 print('\n'.join(license_text))
314 CreateFile(date, license_text, mcode_list, options.outfile)