[
  {
    "path": "kafka_neu-76e4d1b5-8b7b-4eb8-ad4b-86e90f693c1d.zip-extract/kafka-4.2.0-src/licenses/eclipse-distribution-license-1.0",
    "type": "file",
    "name": "eclipse-distribution-license-1.0",
    "status": "scanned",
    "for_packages": [],
    "tag": "",
    "extension": ".0",
    "size": 1555,
    "mime_type": "text/plain",
    "file_type": "ASCII text, with very long lines",
    "programming_language": "",
    "detected_license_expression": "bsd-new",
    "detected_license_expression_spdx": "BSD-3-Clause",
    "license_detections": [
      {
        "matches": [
          {
            "score": 100.0,
            "matcher": "2-aho",
            "end_line": 1,
            "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/edl-1.0_1.RULE",
            "from_file": null,
            "start_line": 1,
            "matched_text": "Eclipse Distribution License - v 1.0",
            "match_coverage": 100.0,
            "matched_length": 6,
            "rule_relevance": 100,
            "rule_identifier": "edl-1.0_1.RULE",
            "license_expression": "bsd-new",
            "license_expression_spdx": "BSD-3-Clause"
          }
        ],
        "identifier": "bsd_new-fe7f8a7d-b17f-b6f2-0394-5be383bf04b3",
        "license_expression": "bsd-new",
        "license_expression_spdx": "BSD-3-Clause"
      },
      {
        "matches": [
          {
            "score": 100.0,
            "matcher": "2-aho",
            "end_line": 13,
            "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/edl-1.0_2.RULE",
            "from_file": null,
            "start_line": 7,
            "matched_text": "Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\n\n* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\n* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.\n* Neither the name of the Eclipse Foundation, Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,\n WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.",
            "match_coverage": 100.0,
            "matched_length": 214,
            "rule_relevance": 100,
            "rule_identifier": "edl-1.0_2.RULE",
            "license_expression": "bsd-new",
            "license_expression_spdx": "BSD-3-Clause"
          }
        ],
        "identifier": "bsd_new-ebc66859-1421-b110-ab83-75f066df9fb9",
        "license_expression": "bsd-new",
        "license_expression_spdx": "BSD-3-Clause"
      }
    ],
    "license_clues": [],
    "percentage_of_license_text": 94.83,
    "compliance_alert": "",
    "copyrights": [
      {
        "end_line": 3,
        "copyright": "Copyright (c) 2007, Eclipse Foundation, Inc.",
        "start_line": 3
      }
    ],
    "holders": [
      {
        "holder": "Eclipse Foundation, Inc.",
        "end_line": 3,
        "start_line": 3
      }
    ],
    "authors": [],
    "package_data": [],
    "emails": [],
    "urls": [],
    "md5": "72c3563cb178ad9c067d85c25313db53",
    "sha1": "0d9bc0779b5c24ca525919c66b97e07721207e5d",
    "sha256": "ea2c49e057a647aa2805dd6f4fc50eaff41c3397828cd23d2f289b039b31fef0",
    "sha512": "",
    "sha1_git": "5f06513abf5fedd6b0d480ab36a2f941ba1b4545",
    "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": "kafka_neu-76e4d1b5-8b7b-4eb8-ad4b-86e90f693c1d.zip-extract/kafka-4.2.0-src/licenses/jline-BSD-3-clause",
    "type": "file",
    "name": "jline-BSD-3-clause",
    "status": "scanned",
    "for_packages": [],
    "tag": "",
    "extension": "",
    "size": 1529,
    "mime_type": "text/plain",
    "file_type": "ASCII text",
    "programming_language": "",
    "detected_license_expression": "bsd-new",
    "detected_license_expression_spdx": "BSD-3-Clause",
    "license_detections": [
      {
        "matches": [
          {
            "score": 99.54,
            "matcher": "2-aho",
            "end_line": 34,
            "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-new_438.RULE",
            "from_file": null,
            "start_line": 4,
            "matched_text": "https://opensource.org/licenses/BSD-3-Clause\n\nRedistribution and use in source and binary forms, with or\nwithout modification, are permitted provided that the following\nconditions are met:\n\nRedistributions of source code must retain the above copyright\nnotice, this list of conditions and the following disclaimer.\n\nRedistributions in binary form must reproduce the above copyright\nnotice, this list of conditions and the following disclaimer\nin the documentation and/or other materials provided with\nthe distribution.\n\nNeither the name of JLine nor the names of its contributors\nmay be used to endorse or promote products derived from this\nsoftware without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n\"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,\nBUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY\nAND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO\nEVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE\nFOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,\nOR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\nPROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\nDATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED\nAND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT\nLIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING\nIN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED\nOF THE POSSIBILITY OF SUCH DAMAGE.",
            "match_coverage": 100.0,
            "matched_length": 217,
            "rule_relevance": 100,
            "rule_identifier": "bsd-new_438.RULE",
            "license_expression": "bsd-new",
            "license_expression_spdx": "BSD-3-Clause"
          }
        ],
        "identifier": "bsd_new-09dba9ff-fd5a-0b12-dd8a-8e15c2c290c0",
        "license_expression": "bsd-new",
        "license_expression_spdx": "BSD-3-Clause"
      }
    ],
    "license_clues": [],
    "percentage_of_license_text": 94.35,
    "compliance_alert": "",
    "copyrights": [
      {
        "end_line": 1,
        "copyright": "Copyright (c) 2002-2018, the original author or authors",
        "start_line": 1
      }
    ],
    "holders": [
      {
        "holder": "the original author or authors",
        "end_line": 1,
        "start_line": 1
      }
    ],
    "authors": [],
    "package_data": [],
    "emails": [],
    "urls": [
      {
        "url": "https://opensource.org/licenses/BSD-3-Clause",
        "end_line": 4,
        "start_line": 4
      }
    ],
    "md5": "7277861ccaba3e42a45584890194ffa0",
    "sha1": "b2174a8a4678c0cfcc4dbd83c4be42327972ee15",
    "sha256": "7d9ca7d4eb3a2534869e7823b81b299321d49ceb3d169d11b995513fabd9fc7e",
    "sha512": "",
    "sha1_git": "7e11b67fba770f5177946862f1a798577b3c2977",
    "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": "kafka_neu-76e4d1b5-8b7b-4eb8-ad4b-86e90f693c1d.zip-extract/kafka-4.2.0-src/licenses/jsr305-BSD-3-clause",
    "type": "file",
    "name": "jsr305-BSD-3-clause",
    "status": "scanned",
    "for_packages": [],
    "tag": "",
    "extension": "",
    "size": 1586,
    "mime_type": "text/plain",
    "file_type": "ASCII text",
    "programming_language": "",
    "detected_license_expression": "bsd-new",
    "detected_license_expression_spdx": "BSD-3-Clause",
    "license_detections": [
      {
        "matches": [
          {
            "score": 100.0,
            "matcher": "2-aho",
            "end_line": 4,
            "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-new_30.RULE",
            "from_file": null,
            "start_line": 4,
            "matched_text": "http://www.opensource.org/licenses/bsd-license.php",
            "match_coverage": 100.0,
            "matched_length": 8,
            "rule_relevance": 100,
            "rule_identifier": "bsd-new_30.RULE",
            "license_expression": "bsd-new",
            "license_expression_spdx": "BSD-3-Clause"
          },
          {
            "score": 100.0,
            "matcher": "2-aho",
            "end_line": 28,
            "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-new_782.RULE",
            "from_file": null,
            "start_line": 6,
            "matched_text": "Redistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n    * Redistributions of source code must retain the above copyright notice,\n      this list of conditions and the following disclaimer.\n    * Redistributions in binary form must reproduce the above copyright notice,\n      this list of conditions and the following disclaimer in the documentation\n      and/or other materials provided with the distribution.\n    * Neither the name of the JSR305 expert group nor the names of its\n      contributors may be used to endorse or promote products derived from\n      this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\nAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,\nTHE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\nARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE\nLIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR\nCONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF\nSUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS\nINTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN\nCONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)\nARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\nPOSSIBILITY OF SUCH DAMAGE.",
            "match_coverage": 100.0,
            "matched_length": 214,
            "rule_relevance": 100,
            "rule_identifier": "bsd-new_782.RULE",
            "license_expression": "bsd-new",
            "license_expression_spdx": "BSD-3-Clause"
          }
        ],
        "identifier": "bsd_new-487b362b-af71-12f6-654c-2b57483486be",
        "license_expression": "bsd-new",
        "license_expression_spdx": "BSD-3-Clause"
      }
    ],
    "license_clues": [],
    "percentage_of_license_text": 95.69,
    "compliance_alert": "",
    "copyrights": [
      {
        "end_line": 1,
        "copyright": "Copyright (c) 2007-2009, JSR305 expert group",
        "start_line": 1
      }
    ],
    "holders": [
      {
        "holder": "JSR305 expert group",
        "end_line": 1,
        "start_line": 1
      }
    ],
    "authors": [],
    "package_data": [],
    "emails": [],
    "urls": [
      {
        "url": "http://www.opensource.org/licenses/bsd-license.php",
        "end_line": 4,
        "start_line": 4
      }
    ],
    "md5": "ed087057d85043087bd79e141dcab72f",
    "sha1": "3342a0823c2a8f052c737909c87dd55b451fe4b4",
    "sha256": "8036a9c5b09797c95afc2a86459b00448bae7b8a89bac6fd1dd0e241a56efda8",
    "sha512": "",
    "sha1_git": "cf30ea27779395ea26a88849302c500015d67dec",
    "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": "kafka_neu-76e4d1b5-8b7b-4eb8-ad4b-86e90f693c1d.zip-extract/kafka-4.2.0-src/licenses/paranamer-BSD-3-clause",
    "type": "file",
    "name": "paranamer-BSD-3-clause",
    "status": "scanned",
    "for_packages": [],
    "tag": "",
    "extension": "",
    "size": 1733,
    "mime_type": "text/plain",
    "file_type": "ASCII text",
    "programming_language": "",
    "detected_license_expression": "bsd-new",
    "detected_license_expression_spdx": "BSD-3-Clause",
    "license_detections": [
      {
        "matches": [
          {
            "score": 100.0,
            "matcher": "2-aho",
            "end_line": 29,
            "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-new_115.RULE",
            "from_file": null,
            "start_line": 7,
            "matched_text": " Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions\n are met:\n 1. Redistributions of source code must retain the above copyright\n    notice, this list of conditions and the following disclaimer.\n 2. Redistributions in binary form must reproduce the above copyright\n    notice, this list of conditions and the following disclaimer in the\n    documentation and/or other materials provided with the distribution.\n 3. Neither the name of the copyright holders nor the names of its\n    contributors may be used to endorse or promote products derived from\n    this software without specific prior written permission.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\n ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE\n LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR\n CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF\n SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS\n INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN\n CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)\n ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF\n THE POSSIBILITY OF SUCH DAMAGE.",
            "match_coverage": 100.0,
            "matched_length": 216,
            "rule_relevance": 100,
            "rule_identifier": "bsd-new_115.RULE",
            "license_expression": "bsd-new",
            "license_expression_spdx": "BSD-3-Clause"
          }
        ],
        "identifier": "bsd_new-e2b570dc-6f0b-acfe-a80d-27df9f3975b8",
        "license_expression": "bsd-new",
        "license_expression_spdx": "BSD-3-Clause"
      }
    ],
    "license_clues": [
      {
        "score": 70.0,
        "matcher": "2-aho",
        "end_line": 1,
        "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/public-domain_bare_words.RULE",
        "from_file": null,
        "start_line": 1,
        "matched_text": "[ ParaNamer used to be 'Public Domain', but since it includes a small piece of ASM it is now the same license as that: BSD ]",
        "match_coverage": 100.0,
        "matched_length": 2,
        "rule_relevance": 70,
        "rule_identifier": "public-domain_bare_words.RULE",
        "license_expression": "public-domain",
        "license_expression_spdx": "LicenseRef-scancode-public-domain"
      }
    ],
    "percentage_of_license_text": 84.17,
    "compliance_alert": "",
    "copyrights": [
      {
        "end_line": 3,
        "copyright": "Portions copyright (c) 2006-2018 Paul Hammant & ThoughtWorks Inc",
        "start_line": 3
      },
      {
        "end_line": 4,
        "copyright": "Portions copyright (c) 2000-2007 INRIA, France Telecom",
        "start_line": 4
      }
    ],
    "holders": [
      {
        "holder": "Paul Hammant & ThoughtWorks Inc",
        "end_line": 3,
        "start_line": 3
      },
      {
        "holder": "INRIA, France Telecom",
        "end_line": 4,
        "start_line": 4
      }
    ],
    "authors": [],
    "package_data": [],
    "emails": [],
    "urls": [],
    "md5": "754300103128b3a27483dd13bd92a96b",
    "sha1": "ab1c42ff108aba9738a2c6f42c28a77e224e3c50",
    "sha256": "ecbe48344d455015d93fa33eb9c310dfb1bca47d454eca84808c436c1c332aa0",
    "sha512": "",
    "sha1_git": "9e2a71c2ed5ab1e52cd464a1c38a02a02e9d4b45",
    "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": "kafka_neu-76e4d1b5-8b7b-4eb8-ad4b-86e90f693c1d.zip-extract/kafka-4.2.0-src/licenses/protobuf-java-BSD-3-clause",
    "type": "file",
    "name": "protobuf-java-BSD-3-clause",
    "status": "scanned",
    "for_packages": [],
    "tag": "",
    "extension": "",
    "size": 1519,
    "mime_type": "text/plain",
    "file_type": "ASCII text",
    "programming_language": "",
    "detected_license_expression": "bsd-new",
    "detected_license_expression_spdx": "BSD-3-Clause",
    "license_detections": [
      {
        "matches": [
          {
            "score": 99.54,
            "matcher": "2-aho",
            "end_line": 34,
            "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-new_438.RULE",
            "from_file": null,
            "start_line": 4,
            "matched_text": "https://opensource.org/licenses/BSD-3-Clause\n\nRedistribution and use in source and binary forms, with or\nwithout modification, are permitted provided that the following\nconditions are met:\n\nRedistributions of source code must retain the above copyright\nnotice, this list of conditions and the following disclaimer.\n\nRedistributions in binary form must reproduce the above copyright\nnotice, this list of conditions and the following disclaimer\nin the documentation and/or other materials provided with\nthe distribution.\n\nNeither the name of JLine nor the names of its contributors\nmay be used to endorse or promote products derived from this\nsoftware without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n\"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,\nBUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY\nAND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO\nEVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE\nFOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,\nOR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\nPROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\nDATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED\nAND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT\nLIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING\nIN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED\nOF THE POSSIBILITY OF SUCH DAMAGE.",
            "match_coverage": 100.0,
            "matched_length": 217,
            "rule_relevance": 100,
            "rule_identifier": "bsd-new_438.RULE",
            "license_expression": "bsd-new",
            "license_expression_spdx": "BSD-3-Clause"
          }
        ],
        "identifier": "bsd_new-09dba9ff-fd5a-0b12-dd8a-8e15c2c290c0",
        "license_expression": "bsd-new",
        "license_expression_spdx": "BSD-3-Clause"
      }
    ],
    "license_clues": [],
    "percentage_of_license_text": 95.18,
    "compliance_alert": "",
    "copyrights": [
      {
        "end_line": 1,
        "copyright": "Copyright 2023, the original author or authors",
        "start_line": 1
      }
    ],
    "holders": [
      {
        "holder": "the original author or authors",
        "end_line": 1,
        "start_line": 1
      }
    ],
    "authors": [],
    "package_data": [],
    "emails": [],
    "urls": [
      {
        "url": "https://opensource.org/licenses/BSD-3-Clause",
        "end_line": 4,
        "start_line": 4
      }
    ],
    "md5": "77c0560bbcdf26aa023127a0c421ce62",
    "sha1": "b2d2f64e7b942b758d70d95264b530b06290de31",
    "sha256": "42e972d1d5bd3c02caa548c08ad0ea27f722bfb753802fc9effbcd723ad8a5cc",
    "sha512": "",
    "sha1_git": "0771540c004ee36e8056c961bf6192e97a66c4d2",
    "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": "kafka_neu-76e4d1b5-8b7b-4eb8-ad4b-86e90f693c1d.zip-extract/kafka-4.2.0-src/licenses/re2j-GO",
    "type": "file",
    "name": "re2j-GO",
    "status": "scanned",
    "for_packages": [],
    "tag": "",
    "extension": "",
    "size": 1617,
    "mime_type": "text/plain",
    "file_type": "ASCII text",
    "programming_language": "",
    "detected_license_expression": "bsd-new",
    "detected_license_expression_spdx": "BSD-3-Clause",
    "license_detections": [
      {
        "matches": [
          {
            "score": 97.25,
            "matcher": "3-seq",
            "end_line": 32,
            "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-new_439.RULE",
            "from_file": null,
            "start_line": 1,
            "matched_text": "This is a work derived from Russ Cox's RE2 in Go, whose license\nhttp://golang.org/LICENSE is as follows:\n\nCopyright (c) 2009 The Go Authors. All rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are\nmet:\n\n   * Redistributions of source code must retain the above copyright\n     notice, this list of conditions and the following disclaimer.\n\n   * Redistributions in binary form must reproduce the above copyright\n     notice, this list of conditions and the following disclaimer in\n     the documentation and/or other materials provided with the\n     distribution.\n\n   * Neither the name of Google Inc. nor the names of its contributors\n     may be used to endorse or promote products derived from this\n     software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n\"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\nLIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\nA PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\nOWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\nSPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\nLIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\nDATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\nTHEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.",
            "match_coverage": 97.25,
            "matched_length": 212,
            "rule_relevance": 100,
            "rule_identifier": "bsd-new_439.RULE",
            "license_expression": "bsd-new",
            "license_expression_spdx": "BSD-3-Clause"
          }
        ],
        "identifier": "bsd_new-9f9b0aac-921b-08da-2675-dfa5825b3fdc",
        "license_expression": "bsd-new",
        "license_expression_spdx": "BSD-3-Clause"
      }
    ],
    "license_clues": [],
    "percentage_of_license_text": 87.97,
    "compliance_alert": "",
    "copyrights": [
      {
        "end_line": 4,
        "copyright": "Copyright (c) 2009 The Go Authors",
        "start_line": 4
      }
    ],
    "holders": [
      {
        "holder": "The Go Authors",
        "end_line": 4,
        "start_line": 4
      }
    ],
    "authors": [],
    "package_data": [],
    "emails": [],
    "urls": [
      {
        "url": "http://golang.org/LICENSE",
        "end_line": 2,
        "start_line": 2
      }
    ],
    "md5": "c9cae05e84c290a121fda5ff22aeb364",
    "sha1": "b728a7959eae14a58a57ce9f7426bb8e6f584563",
    "sha256": "26a6133577cc8e48d7c002ac4d4a554786e7c0e1732e10f2db205e5e494c411b",
    "sha512": "",
    "sha1_git": "b620ae68fe332112e50d1fc5da4a32cd6191681a",
    "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": {}
  }
]