if config is not None and config.has_option(u'code', u'license'):
                code_file_path = config.get(u'code', u'license')
                if os.path.isfile(code_file_path):
                    with open(code_file_path, u'r') as code_file:
                        header_file.write(u'/*\n')