Created
April 17, 2021 17:34
-
-
Save sritasngh/461dd3f0d10a210308de3a8e97b50043 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"headers": [ | |
{ | |
"tool_name": "scancode-toolkit", | |
"tool_version": "21.3.31", | |
"options": { | |
"input": [ | |
"mit.txt" | |
], | |
"--copyright": true, | |
"--email": true, | |
"--info": true, | |
"--json-pp": "-", | |
"--license": true, | |
"--url": true | |
}, | |
"notice": "Generated with ScanCode and provided on an \"AS IS\" BASIS, WITHOUT WARRANTIES\nOR CONDITIONS OF ANY KIND, either express or implied. No content created from\nScanCode should be considered or used as legal advice. Consult an Attorney\nfor any legal advice.\nScanCode is a free software code scanning tool from nexB Inc. and others.\nVisit https://github.com/nexB/scancode-toolkit/ for support and download.", | |
"start_timestamp": "2021-04-17T173058.208106", | |
"end_timestamp": "2021-04-17T173102.215458", | |
"duration": 4.007380247116089, | |
"message": null, | |
"errors": [], | |
"extra_data": { | |
"files_count": 1 | |
} | |
} | |
], | |
"files": [ | |
{ | |
"path": "mit.txt", | |
"type": "file", | |
"name": "mit.txt", | |
"base_name": "mit", | |
"extension": ".txt", | |
"size": 1066, | |
"lines": 18, | |
"date": "2021-04-08", | |
"sha1": "38f77b0100d5d41591ea52ffcc273c49383c1110", | |
"md5": "4c6953845ec143b0ce3db686181c1b2f", | |
"sha256": "7dde613c26629424a596179d03adb41e661ac21ee1e568539e1035e6ea444f19", | |
"mime_type": "text/plain", | |
"file_type": "UTF-8 Unicode text", | |
"programming_language": null, | |
"is_binary": false, | |
"is_text": true, | |
"is_archive": false, | |
"is_media": false, | |
"is_source": false, | |
"is_script": false, | |
"licenses": [ | |
{ | |
"key": "mit", | |
"score": 100.0, | |
"name": "MIT License", | |
"short_name": "MIT License", | |
"category": "Permissive", | |
"is_exception": false, | |
"owner": "MIT", | |
"homepage_url": "http://opensource.org/licenses/mit-license.php", | |
"text_url": "http://opensource.org/licenses/mit-license.php", | |
"reference_url": "https://scancode-licensedb.aboutcode.org/mit", | |
"scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE", | |
"scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.yml", | |
"spdx_license_key": "MIT", | |
"spdx_url": "https://spdx.org/licenses/MIT", | |
"start_line": 3, | |
"end_line": 20, | |
"matched_rule": { | |
"identifier": "mit.LICENSE", | |
"license_expression": "mit", | |
"licenses": [ | |
"mit" | |
], | |
"is_license_text": true, | |
"is_license_notice": false, | |
"is_license_reference": false, | |
"is_license_tag": false, | |
"is_license_intro": false, | |
"matcher": "2-aho", | |
"rule_length": 161, | |
"matched_length": 161, | |
"match_coverage": 100.0, | |
"rule_relevance": 100 | |
} | |
} | |
], | |
"license_expressions": [ | |
"mit" | |
], | |
"percentage_of_license_text": 95.83, | |
"copyrights": [ | |
{ | |
"value": "(c) 1996 Jane Doe [email protected]", | |
"start_line": 1, | |
"end_line": 8 | |
} | |
], | |
"holders": [ | |
{ | |
"value": "Jane Doe", | |
"start_line": 1, | |
"end_line": 8 | |
} | |
], | |
"authors": [], | |
"emails": [ | |
{ | |
"email": "[email protected]", | |
"start_line": 2, | |
"end_line": 2 | |
} | |
], | |
"urls": [], | |
"files_count": 0, | |
"dirs_count": 0, | |
"size_count": 0, | |
"scan_errors": [] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment