Lines Matching refs:file
5 # you may not use this file except in compliance with the License.
48 for file in LICENSE_CANDIDATES:
49 license_path = os.path.join(license_dir, file)
50 if os.path.isfile(license_path) and file != license_file and \
54 for file in ['COPYRIGHT', 'Copyright', 'COPYING', 'Copying']:
55 license_file = os.path.join(license_file_path, file)
64 for file in target_files:
65 candidate = os.path.join(current_dir, file)
89 raise Exception("Error: value of notice file is empty in {}.".format(
92 raise Exception("Error: Name of notice file is empty in {}.".format(
95 raise Exception("Error: Version Number of notice file is empty in {}.".format(
109 raise Exception("Error: value of notice file is empty in {}.".format(
112 raise Exception("Error: Name of notice file is empty in {}.".format(
115 raise Exception("Error: Version Number of notice file is empty in {}.".format(
118 return [os.path.join(os.path.dirname(readme_path), file) for file in notice_files], \
191 notice_files = [file for file in notice_file.split(",") if file]
232 parser.add_argument('--license-file', required=False)
235 parser.add_argument('--sdk-install-info-file', required=False)