Searched refs:nf_dict (Results 1 – 1 of 1) sorted by relevance
/build/lite/ |
D | gen_module_notice_file.py | 126 def gen_license(target_path, nf_dict, nf_src, cp_src): argument 131 nf_dict["license_content"] = decode(f.read()) 133 nf_dict["copyright"] = decode(f.read()) 136 f.write("Software: {}\n\n".format(encode(nf_dict["software"]))) 138 encode(nf_dict["copyright"]))) 140 encode(nf_dict["license_name"]), 141 encode(nf_dict["license_content"]))) 147 nf_dict = { 154 nf_src, nf_dict["license_name"], nf_dict["software"], cp_src = \ 159 gen_license(target_path, nf_dict, nf_src, cp_src)
|