{
"key": "gpl-1.0",
"score": 100.0,
"name": "GNU General Public License 1.0",
"short_name": "GPL 1.0",
"category": "Copyleft",
"is_exception": false,
"owner": "Free Software Foundation (FSF)",
"homepage_url": "http://www.gnu.org/licenses/gpl-1.0.html",
"text_url": "http://www.gnu.org/licenses/gpl-1.0.txt",
"reference_url": "https://enterprise.dejacode.com/urn/urn:dje:license:gpl-1.0",
"spdx_license_key": "GPL-1.0-only",
"spdx_url": "https://spdx.org/licenses/GPL-1.0-only",
"start_line": 1606,
"end_line": 1606,
"matched_rule": {
"identifier": "gpl-1.0_15.RULE",
"license_expression": "gpl-1.0",
"licenses": [
"gpl-1.0"
],
"is_license_text": false,
"is_license_notice": false,
"is_license_reference": false,
"is_license_tag": true,
"matcher": "2-aho",
"rule_length": 2,
"matched_length": 2,
"match_coverage": 100.0,
"rule_relevance": 100.0
},
"matched_text": " currentBB->xferPoints[currentBB->num_xfer_points].vr_gpl = -1;"
},
When trying to scan this file with latest scancode, It get the following license :
file from https://github.com/zyq8709/DexHunter/blob/master/dalvik/vm/compiler/codegen/x86/AnalysisO1.cpp
Description
Source code wrongly detected as gpl-1.0
How To Reproduce
scancode -li --license-text --json-pp - AnalysisO1.cpp
System configuration
Ubuntu18.04
ScanCode 3.2.3
pip
Python 3.6.12 :: Anaconda, Inc.