Output Format Changes Between Versions: 21.8.4 and 30.1.0

Versions and Options

Scancode Versions

  • v30.1.0

  • v21.8.4

Scancode Output Format Version

This is introduced in scancode 30.x.x for the first time. Scancode v30.1.0 has output format version 1.0.0.

CLI Args

  • --copyright

  • --licence

  • --info

  • --packages

  • --email

  • --url

See scancode-toolkit CLI reference for more details.

Changes in Output Data

Headers

Additions:

  • output_format_version added.

  • spdx_license_list_version added in extra_data.

Files: Licenses

Additions:

  • is_unknown added.

  • referenced_filenames and has_unknown added in matched_rule.

YAML Diff

--- /home/docs/checkouts/readthedocs.org/user_builds/scancode-toolkit-reference-scans/checkouts/latest/docs/source/outputs/latest/yaml/scancode-21.8.4-clipeu-1a0bd63.yaml
+++ /home/docs/checkouts/readthedocs.org/user_builds/scancode-toolkit-reference-scans/checkouts/latest/docs/source/outputs/latest/yaml/scancode-30.1.0-clipeu-1a0bd63.yaml
@@ -1,6 +1,6 @@
 headers:
     -   tool_name: scancode-toolkit
-        tool_version: 21.8.4
+        tool_version: 30.1.0
         options:
             --copyright: yes
             --email: yes
@@ -15,10 +15,11 @@
             for any legal advice.
             ScanCode is a free software code scanning tool from nexB Inc. and others.
             Visit https://github.com/nexB/scancode-toolkit/ for support and download.
-        output_format_version:
+        output_format_version: 1.0.0
         message:
         errors: []
         extra_data:
+            spdx_license_list_version: '3.14'
             files_count: 33
 files:
     -   path: samples
@@ -246,6 +247,7 @@
                 short_name: JBoss EULA
                 category: Proprietary Free
                 is_exception: no
+                is_unknown: no
                 owner: JBoss Community
                 homepage_url:
                 text_url: http://repository.jboss.org/licenses/jbossorg-eula.txt
@@ -261,11 +263,13 @@
                     license_expression: jboss-eula
                     licenses:
                         - jboss-eula
+                    referenced_filenames: []
                     is_license_text: yes
                     is_license_notice: no
                     is_license_reference: no
                     is_license_tag: no
                     is_license_intro: no
+                    has_unknown: no
                     matcher: 2-aho
                     rule_length: 1264
                     matched_length: 1264
@@ -331,6 +335,7 @@
                 short_name: LGPL 2.1
                 category: Copyleft Limited
                 is_exception: no
+                is_unknown: no
                 owner: Free Software Foundation (FSF)
                 homepage_url: http://www.gnu.org/licenses/lgpl-2.1.html
                 text_url: http://www.gnu.org/licenses/lgpl-2.1.txt
@@ -346,11 +351,13 @@
                     license_expression: lgpl-2.1
                     licenses:
                         - lgpl-2.1
+                    referenced_filenames: []
                     is_license_text: yes
                     is_license_notice: no
                     is_license_reference: no
                     is_license_tag: no
                     is_license_intro: no
+                    has_unknown: no
                     matcher: 1-hash
                     rule_length: 4281
                     matched_length: 4281
@@ -439,6 +446,7 @@
                 short_name: Apache 1.1
                 category: Permissive
                 is_exception: no
+                is_unknown: no
                 owner: Apache Software Foundation
                 homepage_url: http://www.apache.org/licenses/
                 text_url: http://apache.org/licenses/LICENSE-1.1
@@ -454,11 +462,13 @@
                     license_expression: apache-1.1
                     licenses:
                         - apache-1.1
+                    referenced_filenames: []
                     is_license_text: yes
                     is_license_notice: no
                     is_license_reference: no
                     is_license_tag: no
                     is_license_intro: no
+                    has_unknown: no
                     matcher: 1-hash
                     rule_length: 361
                     matched_length: 361
@@ -518,6 +528,7 @@
                 short_name: Apache 2.0
                 category: Permissive
                 is_exception: no
+                is_unknown: no
                 owner: Apache Software Foundation
                 homepage_url: http://www.apache.org/licenses/
                 text_url: http://www.apache.org/licenses/LICENSE-2.0
@@ -533,11 +544,13 @@
                     license_expression: apache-2.0
                     licenses:
                         - apache-2.0
+                    referenced_filenames: []
                     is_license_text: yes
                     is_license_notice: no
                     is_license_reference: no
                     is_license_tag: no
                     is_license_intro: no
+                    has_unknown: no
                     matcher: 1-hash
                     rule_length: 1581
                     matched_length: 1581
@@ -582,40 +595,43 @@
         is_source: no
         is_script: no
         licenses:
-            -   key: json
-                score: '90.06'
-                name: JSON License
-                short_name: JSON License
+            -   key: mit
+                score: '100.0'
+                name: MIT License
+                short_name: MIT License
                 category: Permissive
                 is_exception: no
-                owner: JSON.org
-                homepage_url: http://www.json.org/license.html
-                text_url: http://www.json.org/license.html
-                reference_url: https://scancode-licensedb.aboutcode.org/json
-                scancode_text_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/json.LICENSE
-                scancode_data_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/json.yml
-                spdx_license_key: JSON
-                spdx_url: https://spdx.org/licenses/JSON
-                start_line: 3
+                is_unknown: no
+                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: 7
                 end_line: 18
                 matched_rule:
-                    identifier: json_3.RULE
-                    license_expression: json
-                    licenses:
-                        - json
+                    identifier: mit.LICENSE
+                    license_expression: mit
+                    licenses:
+                        - mit
+                    referenced_filenames: []
                     is_license_text: yes
                     is_license_notice: no
                     is_license_reference: no
                     is_license_tag: no
                     is_license_intro: no
-                    matcher: 3-seq
-                    rule_length: 181
-                    matched_length: 163
-                    match_coverage: '90.06'
+                    has_unknown: no
+                    matcher: 2-aho
+                    rule_length: 161
+                    matched_length: 161
+                    match_coverage: '100.0'
                     rule_relevance: 100
         license_expressions:
-            - json
-        percentage_of_license_text: '85.79'
+            - mit
+        percentage_of_license_text: '84.74'
         copyrights:
             -   value: Copyright (c) 2000 - 2006 The Legion Of The Bouncy Castle (http://www.bouncycastle.org)
                 start_line: 5
@@ -661,6 +677,7 @@
                 short_name: CPL 1.0
                 category: Copyleft Limited
                 is_exception: no
+                is_unknown: no
                 owner: IBM
                 homepage_url: http://www.eclipse.org/legal/cpl-v10.html
                 text_url: http://www.eclipse.org/legal/cpl-v10.html
@@ -676,11 +693,13 @@
                     license_expression: cpl-1.0
                     licenses:
                         - cpl-1.0
+                    referenced_filenames: []
                     is_license_text: yes
                     is_license_notice: no
                     is_license_reference: no
                     is_license_tag: no
                     is_license_intro: no
+                    has_unknown: no
                     matcher: 3-seq
                     rule_length: 1711
                     matched_length: 1710
@@ -725,6 +744,7 @@
                 short_name: LGPL 2.1
                 category: Copyleft Limited
                 is_exception: no
+                is_unknown: no
                 owner: Free Software Foundation (FSF)
                 homepage_url: http://www.gnu.org/licenses/lgpl-2.1.html
                 text_url: http://www.gnu.org/licenses/lgpl-2.1.txt
@@ -740,11 +760,13 @@
                     license_expression: lgpl-2.1
                     licenses:
                         - lgpl-2.1
+                    referenced_filenames: []
                     is_license_text: yes
                     is_license_notice: no
                     is_license_reference: no
                     is_license_tag: no
                     is_license_intro: no
+                    has_unknown: no
                     matcher: 1-hash
                     rule_length: 4281
                     matched_length: 4281
@@ -833,6 +855,7 @@
                 short_name: LGPL 2.1 or later
                 category: Copyleft Limited
                 is_exception: no
+                is_unknown: no
                 owner: Free Software Foundation (FSF)
                 homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
                 text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
@@ -848,11 +871,13 @@
                     license_expression: lgpl-2.1-plus
                     licenses:
                         - lgpl-2.1-plus
+                    referenced_filenames: []
                     is_license_text: no
                     is_license_notice: yes
                     is_license_reference: no
                     is_license_tag: no
                     is_license_intro: no
+                    has_unknown: no
                     matcher: 2-aho
                     rule_length: 125
                     matched_length: 125
@@ -912,6 +937,7 @@
                 short_name: CC-BY-2.5
                 category: Permissive
                 is_exception: no
+                is_unknown: no
                 owner: Creative Commons
                 homepage_url: http://creativecommons.org/licenses/by/2.5/
                 text_url: http://creativecommons.org/licenses/by/2.5/legalcode
@@ -927,11 +953,13 @@
                     license_expression: cc-by-2.5
                     licenses:
                         - cc-by-2.5
+                    referenced_filenames: []
                     is_license_text: no
                     is_license_notice: yes
                     is_license_reference: no
                     is_license_tag: no
                     is_license_intro: no
+                    has_unknown: no
                     matcher: 2-aho
                     rule_length: 14
                     matched_length: 14
@@ -991,6 +1019,7 @@
                 short_name: LGPL 2.1 or later
                 category: Copyleft Limited
                 is_exception: no
+                is_unknown: no
                 owner: Free Software Foundation (FSF)
                 homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
                 text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
@@ -1006,11 +1035,13 @@
                     license_expression: lgpl-2.1-plus
                     licenses:
                         - lgpl-2.1-plus
+                    referenced_filenames: []
                     is_license_text: no
                     is_license_notice: yes
                     is_license_reference: no
                     is_license_tag: no
                     is_license_intro: no
+                    has_unknown: no
                     matcher: 2-aho
                     rule_length: 125
                     matched_length: 125
@@ -1140,6 +1171,7 @@
                 short_name: LGPL 2.1 or later
                 category: Copyleft Limited
                 is_exception: no
+                is_unknown: no
                 owner: Free Software Foundation (FSF)
                 homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
                 text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
@@ -1155,11 +1187,13 @@
                     license_expression: lgpl-2.1-plus
                     licenses:
                         - lgpl-2.1-plus
+                    referenced_filenames: []
                     is_license_text: no
                     is_license_notice: yes
                     is_license_reference: no
                     is_license_tag: no
                     is_license_intro: no
+                    has_unknown: no
                     matcher: 2-aho
                     rule_length: 125
                     matched_length: 125
@@ -1213,6 +1247,7 @@
                 short_name: Public Domain
                 category: Public Domain
                 is_exception: no
+                is_unknown: no
                 owner: Unspecified
                 homepage_url: http://www.linfo.org/publicdomain.html
                 text_url:
@@ -1228,11 +1263,13 @@
                     license_expression: public-domain
                     licenses:
                         - public-domain
+                    referenced_filenames: []
                     is_license_text: no
                     is_license_notice: no
                     is_license_reference: yes
                     is_license_tag: no
                     is_license_intro: no
+                    has_unknown: no
                     matcher: 2-aho
                     rule_length: 2
                     matched_length: 2
@@ -1244,6 +1281,7 @@
                 short_name: Public Domain
                 category: Public Domain
                 is_exception: no
+                is_unknown: no
                 owner: Unspecified
                 homepage_url: http://www.linfo.org/publicdomain.html
                 text_url:
@@ -1259,11 +1297,13 @@
                     license_expression: public-domain
                     licenses:
                         - public-domain
+                    referenced_filenames: []
                     is_license_text: no
                     is_license_notice: yes
                     is_license_reference: no
                     is_license_tag: no
                     is_license_intro: no
+                    has_unknown: no
                     matcher: 2-aho
                     rule_length: 5
                     matched_length: 5
@@ -1359,6 +1399,7 @@
                 short_name: ZLIB License
                 category: Permissive
                 is_exception: no
+                is_unknown: no
                 owner: zlib
                 homepage_url: http://www.zlib.net/
                 text_url: http://www.gzip.org/zlib/zlib_license.html
@@ -1374,11 +1415,14 @@
                     license_expression: zlib
                     licenses:
                         - zlib
+                    referenced_filenames:
+                        - zlib.h
                     is_license_text: no
                     is_license_notice: no
                     is_license_reference: yes
                     is_license_tag: no
                     is_license_intro: no
+                    has_unknown: no
                     matcher: 2-aho
                     rule_length: 12
                     matched_length: 12
@@ -1429,6 +1473,7 @@
                 short_name: ZLIB License
                 category: Permissive
                 is_exception: no
+                is_unknown: no
                 owner: zlib
                 homepage_url: http://www.zlib.net/
                 text_url: http://www.gzip.org/zlib/zlib_license.html
@@ -1444,11 +1489,14 @@
                     license_expression: zlib
                     licenses:
                         - zlib
+                    referenced_filenames:
+                        - zlib.h
                     is_license_text: no
                     is_license_notice: no
                     is_license_reference: yes
                     is_license_tag: no
                     is_license_intro: no
+                    has_unknown: no
                     matcher: 2-aho
                     rule_length: 12
                     matched_length: 12
@@ -1511,6 +1559,7 @@
                 short_name: ZLIB License
                 category: Permissive
                 is_exception: no
+                is_unknown: no
                 owner: zlib
                 homepage_url: http://www.zlib.net/
                 text_url: http://www.gzip.org/zlib/zlib_license.html
@@ -1526,11 +1575,14 @@
                     license_expression: zlib
                     licenses:
                         - zlib
+                    referenced_filenames:
+                        - zlib.h
                     is_license_text: no
                     is_license_notice: no
                     is_license_reference: yes
                     is_license_tag: no
                     is_license_intro: no
+                    has_unknown: no
                     matcher: 2-aho
                     rule_length: 12
                     matched_length: 12
@@ -1542,6 +1594,7 @@
                 short_name: ZLIB License
                 category: Permissive
                 is_exception: no
+                is_unknown: no
                 owner: zlib
                 homepage_url: http://www.zlib.net/
                 text_url: http://www.gzip.org/zlib/zlib_license.html
@@ -1557,11 +1610,13 @@
                     license_expression: zlib
                     licenses:
                         - zlib
+                    referenced_filenames: []
                     is_license_text: no
                     is_license_notice: no
                     is_license_reference: yes
                     is_license_tag: no
                     is_license_intro: no
+                    has_unknown: no
                     matcher: 2-aho
                     rule_length: 28
                     matched_length: 28
@@ -1613,6 +1668,7 @@
                 short_name: ZLIB License
                 category: Permissive
                 is_exception: no
+                is_unknown: no
                 owner: zlib
                 homepage_url: http://www.zlib.net/
                 text_url: http://www.gzip.org/zlib/zlib_license.html
@@ -1628,11 +1684,13 @@
                     license_expression: zlib
                     licenses:
                         - zlib
+                    referenced_filenames: []
                     is_license_text: yes
                     is_license_notice: no
                     is_license_reference: no
                     is_license_tag: no
                     is_license_intro: no
+                    has_unknown: no
                     matcher: 2-aho
                     rule_length: 144
                     matched_length: 144
@@ -1692,6 +1750,7 @@
                 short_name: ZLIB License
                 category: Permissive
                 is_exception: no
+                is_unknown: no
                 owner: zlib
                 homepage_url: http://www.zlib.net/
                 text_url: http://www.gzip.org/zlib/zlib_license.html
@@ -1707,11 +1766,14 @@
                     license_expression: zlib
                     licenses:
                         - zlib
+                    referenced_filenames:
+                        - zlib.h
                     is_license_text: no
                     is_license_notice: no
                     is_license_reference: yes
                     is_license_tag: no
                     is_license_intro: no
+                    has_unknown: no
                     matcher: 2-aho
                     rule_length: 12
                     matched_length: 12
@@ -1762,6 +1824,7 @@
                 short_name: ZLIB License
                 category: Permissive
                 is_exception: no
+                is_unknown: no
                 owner: zlib
                 homepage_url: http://www.zlib.net/
                 text_url: http://www.gzip.org/zlib/zlib_license.html
@@ -1777,11 +1840,14 @@
                     license_expression: zlib
                     licenses:
                         - zlib
+                    referenced_filenames:
+                        - zlib.h
                     is_license_text: no
                     is_license_notice: no
                     is_license_reference: yes
                     is_license_tag: no
                     is_license_intro: no
+                    has_unknown: no
                     matcher: 2-aho
                     rule_length: 12
                     matched_length: 12
@@ -1864,6 +1930,7 @@
                 short_name: GPL 2.0 or later
                 category: Copyleft
                 is_exception: no
+                is_unknown: no
                 owner: Free Software Foundation (FSF)
                 homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
                 text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
@@ -1880,11 +1947,13 @@
                     licenses:
                         - gpl-2.0-plus
                         - ada-linking-exception
+                    referenced_filenames: []
                     is_license_text: no
                     is_license_notice: yes
                     is_license_reference: no
                     is_license_tag: no
                     is_license_intro: no
+                    has_unknown: no
                     matcher: 2-aho
                     rule_length: 176
                     matched_length: 176
@@ -1896,6 +1965,7 @@
                 short_name: Ada linking exception to GPL 2.0 or later
                 category: Copyleft Limited
                 is_exception: yes
+                is_unknown: no
                 owner: Dmitriy Anisimkov
                 homepage_url:
                 text_url:
@@ -1912,11 +1982,13 @@
                     licenses:
                         - gpl-2.0-plus
                         - ada-linking-exception
+                    referenced_filenames: []
                     is_license_text: no
                     is_license_notice: yes
                     is_license_reference: no
                     is_license_tag: no
                     is_license_intro: no
+                    has_unknown: no
                     matcher: 2-aho
                     rule_length: 176
                     matched_length: 176
@@ -2037,6 +2109,7 @@
                 short_name: Boost 1.0
                 category: Permissive
                 is_exception: no
+                is_unknown: no
                 owner: Boost
                 homepage_url: http://www.boost.org/users/license.html
                 text_url: http://www.boost.org/LICENSE_1_0.txt
@@ -2052,11 +2125,14 @@
                     license_expression: boost-1.0
                     licenses:
                         - boost-1.0
+                    referenced_filenames:
+                        - LICENSE_1_0.txt
                     is_license_text: no
                     is_license_notice: yes
                     is_license_reference: no
                     is_license_tag: no
                     is_license_intro: no
+                    has_unknown: no
                     matcher: 2-aho
                     rule_length: 32
                     matched_length: 32
@@ -2110,6 +2186,7 @@
                 short_name: Boost 1.0
                 category: Permissive
                 is_exception: no
+                is_unknown: no
                 owner: Boost
                 homepage_url: http://www.boost.org/users/license.html
                 text_url: http://www.boost.org/LICENSE_1_0.txt
@@ -2125,11 +2202,13 @@
                     license_expression: boost-1.0
                     licenses:
                         - boost-1.0
+                    referenced_filenames: []
                     is_license_text: yes
                     is_license_notice: no
                     is_license_reference: no
                     is_license_tag: no
                     is_license_intro: no
+                    has_unknown: no
                     matcher: 1-hash
                     rule_length: 211
                     matched_length: 211
@@ -2174,6 +2253,7 @@
                 short_name: Unknown License reference
                 category: Unstated License
                 is_exception: no
+                is_unknown: yes
                 owner: Unspecified
                 homepage_url:
                 text_url:
@@ -2189,11 +2269,14 @@
                     license_expression: unknown-license-reference
                     licenses:
                         - unknown-license-reference
+                    referenced_filenames:
+                        - LICENSE_1_0.txt
                     is_license_text: no
                     is_license_notice: no
                     is_license_reference: yes
                     is_license_tag: no
                     is_license_intro: no
+                    has_unknown: yes
                     matcher: 2-aho
                     rule_length: 6
                     matched_length: 6
@@ -2205,6 +2288,7 @@
                 short_name: Boost 1.0
                 category: Permissive
                 is_exception: no
+                is_unknown: no
                 owner: Boost
                 homepage_url: http://www.boost.org/users/license.html
                 text_url: http://www.boost.org/LICENSE_1_0.txt
@@ -2220,11 +2304,14 @@
                     license_expression: boost-1.0
                     licenses:
                         - boost-1.0
+                    referenced_filenames:
+                        - LICENSE_1_0.txt
                     is_license_text: no
                     is_license_notice: yes
                     is_license_reference: no
                     is_license_tag: no
                     is_license_intro: no
+                    has_unknown: no
                     matcher: 2-aho
                     rule_length: 32
                     matched_length: 32
@@ -2311,6 +2398,7 @@
                 short_name: ZLIB License
                 category: Permissive
                 is_exception: no
+                is_unknown: no
                 owner: zlib
                 homepage_url: http://www.zlib.net/
                 text_url: http://www.gzip.org/zlib/zlib_license.html
@@ -2326,11 +2414,13 @@
                     license_expression: zlib
                     licenses:
                         - zlib
+                    referenced_filenames: []
                     is_license_text: yes
                     is_license_notice: no
                     is_license_reference: no
                     is_license_tag: no
                     is_license_intro: no
+                    has_unknown: no
                     matcher: 2-aho
                     rule_length: 132
                     matched_length: 132
@@ -2434,6 +2524,7 @@
                 short_name: ZLIB License
                 category: Permissive
                 is_exception: no
+                is_unknown: no
                 owner: zlib
                 homepage_url: http://www.zlib.net/
                 text_url: http://www.gzip.org/zlib/zlib_license.html
@@ -2449,11 +2540,14 @@
                     license_expression: zlib
                     licenses:
                         - zlib
+                    referenced_filenames:
+                        - zlib.h
                     is_license_text: no
                     is_license_notice: no
                     is_license_reference: yes
                     is_license_tag: no
                     is_license_intro: no
+                    has_unknown: no
                     matcher: 2-aho
                     rule_length: 12
                     matched_length: 12
@@ -2504,6 +2598,7 @@
                 short_name: ZLIB License
                 category: Permissive
                 is_exception: no
+                is_unknown: no
                 owner: zlib
                 homepage_url: http://www.zlib.net/
                 text_url: http://www.gzip.org/zlib/zlib_license.html
@@ -2519,11 +2614,14 @@
                     license_expression: zlib
                     licenses:
                         - zlib
+                    referenced_filenames:
+                        - zlib.h
                     is_license_text: no
                     is_license_notice: no
                     is_license_reference: yes
                     is_license_tag: no
                     is_license_intro: no
+                    has_unknown: no
                     matcher: 2-aho
                     rule_length: 12
                     matched_length: 12
@@ -2606,6 +2704,7 @@
                 short_name: MIT Old Style
                 category: Permissive
                 is_exception: no
+                is_unknown: no
                 owner: MIT
                 homepage_url: http://fedoraproject.org/wiki/Licensing:MIT#Old_Style
                 text_url: http://fedoraproject.org/wiki/Licensing:MIT#Old_Style
@@ -2621,11 +2720,13 @@
                     license_expression: mit-old-style
                     licenses:
                         - mit-old-style
+                    referenced_filenames: []
                     is_license_text: yes
                     is_license_notice: no
                     is_license_reference: no
                     is_license_tag: no
                     is_license_intro: no
+                    has_unknown: no
                     matcher: 2-aho
                     rule_length: 71
                     matched_length: 71

JSON Diff

--- /home/docs/checkouts/readthedocs.org/user_builds/scancode-toolkit-reference-scans/checkouts/latest/docs/source/outputs/latest/json/scancode-21.8.4-clipeu-1a0bd63.json
+++ /home/docs/checkouts/readthedocs.org/user_builds/scancode-toolkit-reference-scans/checkouts/latest/docs/source/outputs/latest/json/scancode-30.1.0-clipeu-1a0bd63.json
@@ -2,7 +2,7 @@
   "headers": [
     {
       "tool_name": "scancode-toolkit",
-      "tool_version": "21.8.4",
+      "tool_version": "30.1.0",
       "options": {
         "--copyright": true,
         "--email": true,
@@ -12,10 +12,11 @@
         "--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.",
-      "output_format_version": null,
+      "output_format_version": "1.0.0",
       "message": null,
       "errors": [],
       "extra_data": {
+        "spdx_license_list_version": "3.14",
         "files_count": 33
       }
     }
@@ -264,6 +265,7 @@
           "short_name": "JBoss EULA",
           "category": "Proprietary Free",
           "is_exception": false,
+          "is_unknown": false,
           "owner": "JBoss Community",
           "homepage_url": null,
           "text_url": "http://repository.jboss.org/licenses/jbossorg-eula.txt",
@@ -280,11 +282,13 @@
             "licenses": [
               "jboss-eula"
             ],
+            "referenced_filenames": [],
             "is_license_text": true,
             "is_license_notice": false,
             "is_license_reference": false,
             "is_license_tag": false,
             "is_license_intro": false,
+            "has_unknown": false,
             "matcher": "2-aho",
             "rule_length": 1264,
             "matched_length": 1264,
@@ -374,6 +378,7 @@
           "short_name": "LGPL 2.1",
           "category": "Copyleft Limited",
           "is_exception": false,
+          "is_unknown": false,
           "owner": "Free Software Foundation (FSF)",
           "homepage_url": "http://www.gnu.org/licenses/lgpl-2.1.html",
           "text_url": "http://www.gnu.org/licenses/lgpl-2.1.txt",
@@ -390,11 +395,13 @@
             "licenses": [
               "lgpl-2.1"
             ],
+            "referenced_filenames": [],
             "is_license_text": true,
             "is_license_notice": false,
             "is_license_reference": false,
             "is_license_tag": false,
             "is_license_intro": false,
+            "has_unknown": false,
             "matcher": "1-hash",
             "rule_length": 4281,
             "matched_length": 4281,
@@ -502,6 +509,7 @@
           "short_name": "Apache 1.1",
           "category": "Permissive",
           "is_exception": false,
+          "is_unknown": false,
           "owner": "Apache Software Foundation",
           "homepage_url": "http://www.apache.org/licenses/",
           "text_url": "http://apache.org/licenses/LICENSE-1.1",
@@ -518,11 +526,13 @@
             "licenses": [
               "apache-1.1"
             ],
+            "referenced_filenames": [],
             "is_license_text": true,
             "is_license_notice": false,
             "is_license_reference": false,
             "is_license_tag": false,
             "is_license_intro": false,
+            "has_unknown": false,
             "matcher": "1-hash",
             "rule_length": 361,
             "matched_length": 361,
@@ -604,6 +614,7 @@
           "short_name": "Apache 2.0",
           "category": "Permissive",
           "is_exception": false,
+          "is_unknown": false,
           "owner": "Apache Software Foundation",
           "homepage_url": "http://www.apache.org/licenses/",
           "text_url": "http://www.apache.org/licenses/LICENSE-2.0",
@@ -620,11 +631,13 @@
             "licenses": [
               "apache-2.0"
             ],
+            "referenced_filenames": [],
             "is_license_text": true,
             "is_license_notice": false,
             "is_license_reference": false,
             "is_license_tag": false,
             "is_license_intro": false,
+            "has_unknown": false,
             "matcher": "1-hash",
             "rule_length": 1581,
             "matched_length": 1581,
@@ -681,45 +694,48 @@
       "is_script": false,
       "licenses": [
         {
-          "key": "json",
-          "score": 90.06,
-          "name": "JSON License",
-          "short_name": "JSON License",
+          "key": "mit",
+          "score": 100.0,
+          "name": "MIT License",
+          "short_name": "MIT License",
           "category": "Permissive",
           "is_exception": false,
-          "owner": "JSON.org",
-          "homepage_url": "http://www.json.org/license.html",
-          "text_url": "http://www.json.org/license.html",
-          "reference_url": "https://scancode-licensedb.aboutcode.org/json",
-          "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/json.LICENSE",
-          "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/json.yml",
-          "spdx_license_key": "JSON",
-          "spdx_url": "https://spdx.org/licenses/JSON",
-          "start_line": 3,
+          "is_unknown": 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": 7,
           "end_line": 18,
           "matched_rule": {
-            "identifier": "json_3.RULE",
-            "license_expression": "json",
+            "identifier": "mit.LICENSE",
+            "license_expression": "mit",
             "licenses": [
-              "json"
-            ],
+              "mit"
+            ],
+            "referenced_filenames": [],
             "is_license_text": true,
             "is_license_notice": false,
             "is_license_reference": false,
             "is_license_tag": false,
             "is_license_intro": false,
-            "matcher": "3-seq",
-            "rule_length": 181,
-            "matched_length": 163,
-            "match_coverage": 90.06,
+            "has_unknown": false,
+            "matcher": "2-aho",
+            "rule_length": 161,
+            "matched_length": 161,
+            "match_coverage": 100.0,
             "rule_relevance": 100
           }
         }
       ],
       "license_expressions": [
-        "json"
-      ],
-      "percentage_of_license_text": 85.79,
+        "mit"
+      ],
+      "percentage_of_license_text": 84.74,
       "copyrights": [
         {
           "value": "Copyright (c) 2000 - 2006 The Legion Of The Bouncy Castle (http://www.bouncycastle.org)",
@@ -777,6 +793,7 @@
           "short_name": "CPL 1.0",
           "category": "Copyleft Limited",
           "is_exception": false,
+          "is_unknown": false,
           "owner": "IBM",
           "homepage_url": "http://www.eclipse.org/legal/cpl-v10.html",
           "text_url": "http://www.eclipse.org/legal/cpl-v10.html",
@@ -793,11 +810,13 @@
             "licenses": [
               "cpl-1.0"
             ],
+            "referenced_filenames": [],
             "is_license_text": true,
             "is_license_notice": false,
             "is_license_reference": false,
             "is_license_tag": false,
             "is_license_intro": false,
+            "has_unknown": false,
             "matcher": "3-seq",
             "rule_length": 1711,
             "matched_length": 1710,
@@ -849,6 +868,7 @@
           "short_name": "LGPL 2.1",
           "category": "Copyleft Limited",
           "is_exception": false,
+          "is_unknown": false,
           "owner": "Free Software Foundation (FSF)",
           "homepage_url": "http://www.gnu.org/licenses/lgpl-2.1.html",
           "text_url": "http://www.gnu.org/licenses/lgpl-2.1.txt",
@@ -865,11 +885,13 @@
             "licenses": [
               "lgpl-2.1"
             ],
+            "referenced_filenames": [],
             "is_license_text": true,
             "is_license_notice": false,
             "is_license_reference": false,
             "is_license_tag": false,
             "is_license_intro": false,
+            "has_unknown": false,
             "matcher": "1-hash",
             "rule_length": 4281,
             "matched_length": 4281,
@@ -977,6 +999,7 @@
           "short_name": "LGPL 2.1 or later",
           "category": "Copyleft Limited",
           "is_exception": false,
+          "is_unknown": false,
           "owner": "Free Software Foundation (FSF)",
           "homepage_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html",
           "text_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html",
@@ -993,11 +1016,13 @@
             "licenses": [
               "lgpl-2.1-plus"
             ],
+            "referenced_filenames": [],
             "is_license_text": false,
             "is_license_notice": true,
             "is_license_reference": false,
             "is_license_tag": false,
             "is_license_intro": false,
+            "has_unknown": false,
             "matcher": "2-aho",
             "rule_length": 125,
             "matched_length": 125,
@@ -1079,6 +1104,7 @@
           "short_name": "CC-BY-2.5",
           "category": "Permissive",
           "is_exception": false,
+          "is_unknown": false,
           "owner": "Creative Commons",
           "homepage_url": "http://creativecommons.org/licenses/by/2.5/",
           "text_url": "http://creativecommons.org/licenses/by/2.5/legalcode",
@@ -1095,11 +1121,13 @@
             "licenses": [
               "cc-by-2.5"
             ],
+            "referenced_filenames": [],
             "is_license_text": false,
             "is_license_notice": true,
             "is_license_reference": false,
             "is_license_tag": false,
             "is_license_intro": false,
+            "has_unknown": false,
             "matcher": "2-aho",
             "rule_length": 14,
             "matched_length": 14,
@@ -1180,6 +1208,7 @@
           "short_name": "LGPL 2.1 or later",
           "category": "Copyleft Limited",
           "is_exception": false,
+          "is_unknown": false,
           "owner": "Free Software Foundation (FSF)",
           "homepage_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html",
           "text_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html",
@@ -1196,11 +1225,13 @@
             "licenses": [
               "lgpl-2.1-plus"
             ],
+            "referenced_filenames": [],
             "is_license_text": false,
             "is_license_notice": true,
             "is_license_reference": false,
             "is_license_tag": false,
             "is_license_intro": false,
+            "has_unknown": false,
             "matcher": "2-aho",
             "rule_length": 125,
             "matched_length": 125,
@@ -1362,6 +1393,7 @@
           "short_name": "LGPL 2.1 or later",
           "category": "Copyleft Limited",
           "is_exception": false,
+          "is_unknown": false,
           "owner": "Free Software Foundation (FSF)",
           "homepage_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html",
           "text_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html",
@@ -1378,11 +1410,13 @@
             "licenses": [
               "lgpl-2.1-plus"
             ],
+            "referenced_filenames": [],
             "is_license_text": false,
             "is_license_notice": true,
             "is_license_reference": false,
             "is_license_tag": false,
             "is_license_intro": false,
+            "has_unknown": false,
             "matcher": "2-aho",
             "rule_length": 125,
             "matched_length": 125,
@@ -1452,6 +1486,7 @@
           "short_name": "Public Domain",
           "category": "Public Domain",
           "is_exception": false,
+          "is_unknown": false,
           "owner": "Unspecified",
           "homepage_url": "http://www.linfo.org/publicdomain.html",
           "text_url": "",
@@ -1468,11 +1503,13 @@
             "licenses": [
               "public-domain"
             ],
+            "referenced_filenames": [],
             "is_license_text": false,
             "is_license_notice": false,
             "is_license_reference": true,
             "is_license_tag": false,
             "is_license_intro": false,
+            "has_unknown": false,
             "matcher": "2-aho",
             "rule_length": 2,
             "matched_length": 2,
@@ -1487,6 +1524,7 @@
           "short_name": "Public Domain",
           "category": "Public Domain",
           "is_exception": false,
+          "is_unknown": false,
           "owner": "Unspecified",
           "homepage_url": "http://www.linfo.org/publicdomain.html",
           "text_url": "",
@@ -1503,11 +1541,13 @@
             "licenses": [
               "public-domain"
             ],
+            "referenced_filenames": [],
             "is_license_text": false,
             "is_license_notice": true,
             "is_license_reference": false,
             "is_license_tag": false,
             "is_license_intro": false,
+            "has_unknown": false,
             "matcher": "2-aho",
             "rule_length": 5,
             "matched_length": 5,
@@ -1627,6 +1667,7 @@
           "short_name": "ZLIB License",
           "category": "Permissive",
           "is_exception": false,
+          "is_unknown": false,
           "owner": "zlib",
           "homepage_url": "http://www.zlib.net/",
           "text_url": "http://www.gzip.org/zlib/zlib_license.html",
@@ -1643,11 +1684,15 @@
             "licenses": [
               "zlib"
             ],
+            "referenced_filenames": [
+              "zlib.h"
+            ],
             "is_license_text": false,
             "is_license_notice": false,
             "is_license_reference": true,
             "is_license_tag": false,
             "is_license_intro": false,
+            "has_unknown": false,
             "matcher": "2-aho",
             "rule_length": 12,
             "matched_length": 12,
@@ -1711,6 +1756,7 @@
           "short_name": "ZLIB License",
           "category": "Permissive",
           "is_exception": false,
+          "is_unknown": false,
           "owner": "zlib",
           "homepage_url": "http://www.zlib.net/",
           "text_url": "http://www.gzip.org/zlib/zlib_license.html",
@@ -1727,11 +1773,15 @@
             "licenses": [
               "zlib"
             ],
+            "referenced_filenames": [
+              "zlib.h"
+            ],
             "is_license_text": false,
             "is_license_notice": false,
             "is_license_reference": true,
             "is_license_tag": false,
             "is_license_intro": false,
+            "has_unknown": false,
             "matcher": "2-aho",
             "rule_length": 12,
             "matched_length": 12,
@@ -1817,6 +1867,7 @@
           "short_name": "ZLIB License",
           "category": "Permissive",
           "is_exception": false,
+          "is_unknown": false,
           "owner": "zlib",
           "homepage_url": "http://www.zlib.net/",
           "text_url": "http://www.gzip.org/zlib/zlib_license.html",
@@ -1833,11 +1884,15 @@
             "licenses": [
               "zlib"
             ],
+            "referenced_filenames": [
+              "zlib.h"
+            ],
             "is_license_text": false,
             "is_license_notice": false,
             "is_license_reference": true,
             "is_license_tag": false,
             "is_license_intro": false,
+            "has_unknown": false,
             "matcher": "2-aho",
             "rule_length": 12,
             "matched_length": 12,
@@ -1852,6 +1907,7 @@
           "short_name": "ZLIB License",
           "category": "Permissive",
           "is_exception": false,
+          "is_unknown": false,
           "owner": "zlib",
           "homepage_url": "http://www.zlib.net/",
           "text_url": "http://www.gzip.org/zlib/zlib_license.html",
@@ -1868,11 +1924,13 @@
             "licenses": [
               "zlib"
             ],
+            "referenced_filenames": [],
             "is_license_text": false,
             "is_license_notice": false,
             "is_license_reference": true,
             "is_license_tag": false,
             "is_license_intro": false,
+            "has_unknown": false,
             "matcher": "2-aho",
             "rule_length": 28,
             "matched_length": 28,
@@ -1937,6 +1995,7 @@
           "short_name": "ZLIB License",
           "category": "Permissive",
           "is_exception": false,
+          "is_unknown": false,
           "owner": "zlib",
           "homepage_url": "http://www.zlib.net/",
           "text_url": "http://www.gzip.org/zlib/zlib_license.html",
@@ -1953,11 +2012,13 @@
             "licenses": [
               "zlib"
             ],
+            "referenced_filenames": [],
             "is_license_text": true,
             "is_license_notice": false,
             "is_license_reference": false,
             "is_license_tag": false,
             "is_license_intro": false,
+            "has_unknown": false,
             "matcher": "2-aho",
             "rule_length": 144,
             "matched_length": 144,
@@ -2038,6 +2099,7 @@
           "short_name": "ZLIB License",
           "category": "Permissive",
           "is_exception": false,
+          "is_unknown": false,
           "owner": "zlib",
           "homepage_url": "http://www.zlib.net/",
           "text_url": "http://www.gzip.org/zlib/zlib_license.html",
@@ -2054,11 +2116,15 @@
             "licenses": [
               "zlib"
             ],
+            "referenced_filenames": [
+              "zlib.h"
+            ],
             "is_license_text": false,
             "is_license_notice": false,
             "is_license_reference": true,
             "is_license_tag": false,
             "is_license_intro": false,
+            "has_unknown": false,
             "matcher": "2-aho",
             "rule_length": 12,
             "matched_length": 12,
@@ -2122,6 +2188,7 @@
           "short_name": "ZLIB License",
           "category": "Permissive",
           "is_exception": false,
+          "is_unknown": false,
           "owner": "zlib",
           "homepage_url": "http://www.zlib.net/",
           "text_url": "http://www.gzip.org/zlib/zlib_license.html",
@@ -2138,11 +2205,15 @@
             "licenses": [
               "zlib"
             ],
+            "referenced_filenames": [
+              "zlib.h"
+            ],
             "is_license_text": false,
             "is_license_notice": false,
             "is_license_reference": true,
             "is_license_tag": false,
             "is_license_intro": false,
+            "has_unknown": false,
             "matcher": "2-aho",
             "rule_length": 12,
             "matched_length": 12,
@@ -2240,6 +2311,7 @@
           "short_name": "GPL 2.0 or later",
           "category": "Copyleft",
           "is_exception": false,
+          "is_unknown": false,
           "owner": "Free Software Foundation (FSF)",
           "homepage_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
           "text_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
@@ -2257,11 +2329,13 @@
               "gpl-2.0-plus",
               "ada-linking-exception"
             ],
+            "referenced_filenames": [],
             "is_license_text": false,
             "is_license_notice": true,
             "is_license_reference": false,
             "is_license_tag": false,
             "is_license_intro": false,
+            "has_unknown": false,
             "matcher": "2-aho",
             "rule_length": 176,
             "matched_length": 176,
@@ -2276,6 +2350,7 @@
           "short_name": "Ada linking exception to GPL 2.0 or later",
           "category": "Copyleft Limited",
           "is_exception": true,
+          "is_unknown": false,
           "owner": "Dmitriy Anisimkov",
           "homepage_url": null,
           "text_url": "",
@@ -2293,11 +2368,13 @@
               "gpl-2.0-plus",
               "ada-linking-exception"
             ],
+            "referenced_filenames": [],
             "is_license_text": false,
             "is_license_notice": true,
             "is_license_reference": false,
             "is_license_tag": false,
             "is_license_intro": false,
+            "has_unknown": false,
             "matcher": "2-aho",
             "rule_length": 176,
             "matched_length": 176,
@@ -2441,6 +2518,7 @@
           "short_name": "Boost 1.0",
           "category": "Permissive",
           "is_exception": false,
+          "is_unknown": false,
           "owner": "Boost",
           "homepage_url": "http://www.boost.org/users/license.html",
           "text_url": "http://www.boost.org/LICENSE_1_0.txt",
@@ -2457,11 +2535,15 @@
             "licenses": [
               "boost-1.0"
             ],
+            "referenced_filenames": [
+              "LICENSE_1_0.txt"
+            ],
             "is_license_text": false,
             "is_license_notice": true,
             "is_license_reference": false,
             "is_license_tag": false,
             "is_license_intro": false,
+            "has_unknown": false,
             "matcher": "2-aho",
             "rule_length": 32,
             "matched_length": 32,
@@ -2531,6 +2613,7 @@
           "short_name": "Boost 1.0",
           "category": "Permissive",
           "is_exception": false,
+          "is_unknown": false,
           "owner": "Boost",
           "homepage_url": "http://www.boost.org/users/license.html",
           "text_url": "http://www.boost.org/LICENSE_1_0.txt",
@@ -2547,11 +2630,13 @@
             "licenses": [
               "boost-1.0"
             ],
+            "referenced_filenames": [],
             "is_license_text": true,
             "is_license_notice": false,
             "is_license_reference": false,
             "is_license_tag": false,
             "is_license_intro": false,
+            "has_unknown": false,
             "matcher": "1-hash",
             "rule_length": 211,
             "matched_length": 211,
@@ -2603,6 +2688,7 @@
           "short_name": "Unknown License reference",
           "category": "Unstated License",
           "is_exception": false,
+          "is_unknown": true,
           "owner": "Unspecified",
           "homepage_url": null,
           "text_url": "",
@@ -2619,11 +2705,15 @@
             "licenses": [
               "unknown-license-reference"
             ],
+            "referenced_filenames": [
+              "LICENSE_1_0.txt"
+            ],
             "is_license_text": false,
             "is_license_notice": false,
             "is_license_reference": true,
             "is_license_tag": false,
             "is_license_intro": false,
+            "has_unknown": true,
             "matcher": "2-aho",
             "rule_length": 6,
             "matched_length": 6,
@@ -2638,6 +2728,7 @@
           "short_name": "Boost 1.0",
           "category": "Permissive",
           "is_exception": false,
+          "is_unknown": false,
           "owner": "Boost",
           "homepage_url": "http://www.boost.org/users/license.html",
           "text_url": "http://www.boost.org/LICENSE_1_0.txt",
@@ -2654,11 +2745,15 @@
             "licenses": [
               "boost-1.0"
             ],
+            "referenced_filenames": [
+              "LICENSE_1_0.txt"
+            ],
             "is_license_text": false,
             "is_license_notice": true,
             "is_license_reference": false,
             "is_license_tag": false,
             "is_license_intro": false,
+            "has_unknown": false,
             "matcher": "2-aho",
             "rule_length": 32,
             "matched_length": 32,
@@ -2763,6 +2858,7 @@
           "short_name": "ZLIB License",
           "category": "Permissive",
           "is_exception": false,
+          "is_unknown": false,
           "owner": "zlib",
           "homepage_url": "http://www.zlib.net/",
           "text_url": "http://www.gzip.org/zlib/zlib_license.html",
@@ -2779,11 +2875,13 @@
             "licenses": [
               "zlib"
             ],
+            "referenced_filenames": [],
             "is_license_text": true,
             "is_license_notice": false,
             "is_license_reference": false,
             "is_license_tag": false,
             "is_license_intro": false,
+            "has_unknown": false,
             "matcher": "2-aho",
             "rule_length": 132,
             "matched_length": 132,
@@ -2918,6 +3016,7 @@
           "short_name": "ZLIB License",
           "category": "Permissive",
           "is_exception": false,
+          "is_unknown": false,
           "owner": "zlib",
           "homepage_url": "http://www.zlib.net/",
           "text_url": "http://www.gzip.org/zlib/zlib_license.html",
@@ -2934,11 +3033,15 @@
             "licenses": [
               "zlib"
             ],
+            "referenced_filenames": [
+              "zlib.h"
+            ],
             "is_license_text": false,
             "is_license_notice": false,
             "is_license_reference": true,
             "is_license_tag": false,
             "is_license_intro": false,
+            "has_unknown": false,
             "matcher": "2-aho",
             "rule_length": 12,
             "matched_length": 12,
@@ -3002,6 +3105,7 @@
           "short_name": "ZLIB License",
           "category": "Permissive",
           "is_exception": false,
+          "is_unknown": false,
           "owner": "zlib",
           "homepage_url": "http://www.zlib.net/",
           "text_url": "http://www.gzip.org/zlib/zlib_license.html",
@@ -3018,11 +3122,15 @@
             "licenses": [
               "zlib"
             ],
+            "referenced_filenames": [
+              "zlib.h"
+            ],
             "is_license_text": false,
             "is_license_notice": false,
             "is_license_reference": true,
             "is_license_tag": false,
             "is_license_intro": false,
+            "has_unknown": false,
             "matcher": "2-aho",
             "rule_length": 12,
             "matched_length": 12,
@@ -3120,6 +3228,7 @@
           "short_name": "MIT Old Style",
           "category": "Permissive",
           "is_exception": false,
+          "is_unknown": false,
           "owner": "MIT",
           "homepage_url": "http://fedoraproject.org/wiki/Licensing:MIT#Old_Style",
           "text_url": "http://fedoraproject.org/wiki/Licensing:MIT#Old_Style",
@@ -3136,11 +3245,13 @@
             "licenses": [
               "mit-old-style"
             ],
+            "referenced_filenames": [],
             "is_license_text": true,
             "is_license_notice": false,
             "is_license_reference": false,
             "is_license_tag": false,
             "is_license_intro": false,
+            "has_unknown": false,
             "matcher": "2-aho",
             "rule_length": 71,
             "matched_length": 71,