Lines Matching refs:license_text
47 license_text: List of text lines for the license file
54 license_text = []
70 license_text.append(m_license.group(1))
77 return date, license_text, microcodes
86 license_text: List of text lines for the license file
90 license_text = []
113 license_text.append(line)
119 return date, license_text, microcodes
175 def CreateFile(date, license_text, mcodes, outfile):
224 for line in license_text:
284 date, license_text, microcodes = ParseHeaderFiles(options.headerfile)
286 date, license_text, microcodes = ParseFile(options.mcfile)
293 print '\n'.join(license_text)
312 CreateFile(date, license_text, mcode_list, options.outfile)