[
  {
    "path": "ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/java/org/apache/el/parser/Token.java",
    "type": "file",
    "name": "Token.java",
    "status": "scanned",
    "for_packages": [],
    "tag": "",
    "extension": ".java",
    "size": 4393,
    "mime_type": "text/plain",
    "file_type": "ASCII text, with CRLF line terminators",
    "programming_language": "Java",
    "detected_license_expression": "",
    "detected_license_expression_spdx": "",
    "license_detections": [],
    "license_clues": [],
    "percentage_of_license_text": null,
    "compliance_alert": "",
    "copyrights": [],
    "holders": [],
    "authors": [],
    "package_data": [],
    "emails": [],
    "urls": [],
    "md5": "9fd631614511bdda62957f0938fbd2ed",
    "sha1": "39fd7a1bc1c5b764649f5da35d50ce428de94e2a",
    "sha256": "b5908b86a4c1915b270ebcb05ea0d74caf9e7ca5e1e23e14c79d649633b3514a",
    "sha512": "",
    "sha1_git": "15527e099a9cc42f4219054d8460f3b089756c76",
    "is_binary": false,
    "is_text": true,
    "is_archive": false,
    "is_media": false,
    "is_legal": false,
    "is_manifest": false,
    "is_readme": false,
    "is_top_level": false,
    "is_key_file": false,
    "extra_data": {}
  },
  {
    "path": "ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/java/org/apache/tomcat/util/json/Token.java",
    "type": "file",
    "name": "Token.java",
    "status": "scanned",
    "for_packages": [],
    "tag": "",
    "extension": ".java",
    "size": 5202,
    "mime_type": "text/plain",
    "file_type": "ASCII text, with CRLF line terminators",
    "programming_language": "Java",
    "detected_license_expression": "apache-2.0",
    "detected_license_expression_spdx": "Apache-2.0",
    "license_detections": [
      {
        "matches": [
          {
            "score": 100.0,
            "matcher": "2-aho",
            "end_line": 17,
            "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_2.RULE",
            "from_file": null,
            "start_line": 4,
            "matched_text": " * Licensed to the Apache Software Foundation (ASF) under one or more\r\n * contributor license agreements.  See the NOTICE file distributed with\r\n * this work for additional information regarding copyright ownership.\r\n * The ASF licenses this file to You under the Apache License, Version 2.0\r\n * (the \"License\"); you may not use this file except in compliance with\r\n * the License.  You may obtain a copy of the License at\r\n *\r\n *      http://www.apache.org/licenses/LICENSE-2.0\r\n *\r\n * Unless required by applicable law or agreed to in writing, software\r\n * distributed under the License is distributed on an \"AS IS\" BASIS,\r\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n * See the License for the specific language governing permissions and\r\n * limitations under the License.",
            "match_coverage": 100.0,
            "matched_length": 119,
            "rule_relevance": 100,
            "rule_identifier": "apache-2.0_2.RULE",
            "license_expression": "apache-2.0",
            "license_expression_spdx": "Apache-2.0"
          }
        ],
        "identifier": "apache_2_0-4bde3f57-78aa-4201-96bf-531cba09e7de",
        "license_expression": "apache-2.0",
        "license_expression_spdx": "Apache-2.0"
      }
    ],
    "license_clues": [],
    "percentage_of_license_text": 17.12,
    "compliance_alert": "",
    "copyrights": [],
    "holders": [],
    "authors": [],
    "package_data": [],
    "emails": [],
    "urls": [
      {
        "url": "http://www.apache.org/licenses/LICENSE-2.0",
        "end_line": 11,
        "start_line": 11
      }
    ],
    "md5": "84f3cf2f0a9a036434b2d145fd9d77bb",
    "sha1": "ce539a1443443e0b032f2e38df5243664f4e8251",
    "sha256": "8b6442c4a322ffcdc09e326d920ff16ad73654e3ab055c3fda63db106b2ec7e6",
    "sha512": "",
    "sha1_git": "e24870bbbdeb544d18721172a87e961d0f0c2ce6",
    "is_binary": false,
    "is_text": true,
    "is_archive": false,
    "is_media": false,
    "is_legal": false,
    "is_manifest": false,
    "is_readme": false,
    "is_top_level": false,
    "is_key_file": false,
    "extra_data": {}
  },
  {
    "path": "ttomcat-1778514358873.zip-extract/_dependencies/maven/com.h2database_h2-2.2.220/org/h2/command/Token.java",
    "type": "file",
    "name": "Token.java",
    "status": "scanned",
    "for_packages": [
      "pkg:osgi/com.h2database.source@2.2.220?uuid=c0552ba2-a079-47e7-8a40-be63a821832d"
    ],
    "tag": "",
    "extension": ".java",
    "size": 15593,
    "mime_type": "text/x-java",
    "file_type": "Java source, ASCII text",
    "programming_language": "Java",
    "detected_license_expression": "",
    "detected_license_expression_spdx": "",
    "license_detections": [],
    "license_clues": [
      {
        "score": 20.37,
        "matcher": "3-seq",
        "end_line": 3,
        "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/mpl-2.0_or_epl-1.0_and_proprietary-license_2.RULE",
        "from_file": null,
        "start_line": 2,
        "matched_text": " * Copyright 2004-2023 H2 Group. Multiple-Licensed under the MPL 2.0,\n * and the EPL 1.0 (https://h2database.com/html/license.html).",
        "match_coverage": 20.37,
        "matched_length": 11,
        "rule_relevance": 100,
        "rule_identifier": "mpl-2.0_or_epl-1.0_and_proprietary-license_2.RULE",
        "license_expression": "(mpl-2.0 OR epl-1.0) AND proprietary-license",
        "license_expression_spdx": "(MPL-2.0 OR EPL-1.0) AND LicenseRef-scancode-proprietary-license"
      }
    ],
    "percentage_of_license_text": 1.0,
    "compliance_alert": "",
    "copyrights": [
      {
        "end_line": 2,
        "copyright": "Copyright 2004-2023 H2 Group. Multiple-Licensed",
        "start_line": 2
      }
    ],
    "holders": [
      {
        "holder": "H2 Group. Multiple-Licensed",
        "end_line": 2,
        "start_line": 2
      }
    ],
    "authors": [],
    "package_data": [],
    "emails": [],
    "urls": [
      {
        "url": "https://h2database.com/html/license.html",
        "end_line": 3,
        "start_line": 3
      }
    ],
    "md5": "baf547e939dc2281c317267cfc247106",
    "sha1": "4d418bd476163641bd7ea3529f93808c6e533b02",
    "sha256": "0cddd5febc60b8994f2e17fa740e38a000b894a43cd889db714456470e6471d2",
    "sha512": "",
    "sha1_git": "44105c028d59100fb4aa98c5c96a0c718f024a3c",
    "is_binary": false,
    "is_text": true,
    "is_archive": false,
    "is_media": false,
    "is_legal": false,
    "is_manifest": false,
    "is_readme": false,
    "is_top_level": false,
    "is_key_file": false,
    "extra_data": {}
  }
]