You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"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.",
33
-
"message": null,
34
-
"errors": [],
35
-
"extra_data": {
36
-
"files_count": 7
37
-
}
38
20
}
39
21
],
40
22
"consolidated_components": [
41
23
{
42
24
"type": "license-holders",
43
25
"identifier": "the_apache_software_foundation_1",
26
+
"consolidated_license_expression": "apache-2.0",
27
+
"consolidated_holders": [
28
+
"The Apache Software Foundation"
29
+
],
30
+
"consolidated_copyright": null,
44
31
"core_license_expression": "apache-2.0",
45
-
"other_license_expression": null,
46
-
"consolidated_core_copyright": "Copyright (c) The Apache Software Foundation",
Copy file name to clipboardExpand all lines: plugins/scancode-consolidate-scan/tests/data/plugin_consolidate/multiple-same-holder-and-license-expected.json
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -23,15 +23,19 @@
23
23
{
24
24
"type": "license-holders",
25
25
"identifier": "ibm_corp__ibm_corp__1",
26
+
"consolidated_license_expression": "gpl-2.0",
27
+
"consolidated_holders": [
28
+
"IBM Corp."
29
+
],
30
+
"consolidated_copyright": null,
26
31
"core_license_expression": "gpl-2.0",
27
-
"other_license_expression": null,
28
-
"consolidated_core_copyright": "Copyright (c) IBM Corp., IBM Corp.",
Copy file name to clipboardExpand all lines: plugins/scancode-consolidate-scan/tests/data/plugin_consolidate/package-files-not-counted-in-license-holders-expected.json
0 commit comments