def _get_licenses()

in tools/checker_demo.py [0:0]


def _get_licenses(licenses_info):
  with codecs.open(licenses_info, encoding='utf-8') as licenses_file:
    return json.loads(licenses_file.read())