Skip to content

Code wrongly detected as gpl-1.0 #2371

Description

@xu1119

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

{
          "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;"
        },

Description

Source code wrongly detected as gpl-1.0

How To Reproduce

scancode -li --license-text --json-pp - AnalysisO1.cpp

System configuration

  • What OS are you running on? (Windows/MacOS/Linux)
    Ubuntu18.04
  • What version of scancode-toolkit was used to generate the scan file?
    ScanCode 3.2.3
  • What installation method was used to install/run scancode? (pip/source download/other)
    pip
  • Python version
    Python 3.6.12 :: Anaconda, Inc.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions