Skip to content

Commit

Permalink
Update tallies test expectations
Browse files Browse the repository at this point in the history
Reference: #2842
Signed-off-by: Jono Yang <jyang@nexb.com>
  • Loading branch information
JonoYang committed Apr 20, 2022
1 parent 72504e5 commit 6a9576c
Show file tree
Hide file tree
Showing 12 changed files with 1,394 additions and 87 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"tool_name": "scancode-toolkit",
"options": {
"input": "<path>",
"--consolidate": true,
"--copyright": true,
"--info": true,
"--json": "<file>",
Expand All @@ -15,6 +14,44 @@
"output_format_version": "2.0.0",
"message": null,
"errors": [],
"warnings": [],
"extra_data": {
"spdx_license_list_version": "3.16",
"files_count": 7
}
},
{
"tool_name": "scancode-toolkit",
"options": {
"input": "<path>",
"--consolidate": true,
"--from-json": true,
"--json": "<file>"
},
"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": "2.0.0",
"message": null,
"errors": [],
"warnings": [
"The --consolidate option will be deprecated in a future version of scancode-toolkit."
],
"extra_data": {
"spdx_license_list_version": "3.16",
"files_count": 7
}
},
{
"tool_name": "scancode-toolkit",
"options": {
"input": "<path>",
"--consolidate": true,
"--from-json": true,
"--json": "<file>"
},
"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": "2.0.0",
"message": null,
"errors": [],
"warnings": [
"The --consolidate option will be deprecated in a future version of scancode-toolkit."
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,54 @@
{
"value": null,
"count": 4
},
{
"value": "Copyright (c) Jean-loup Gailly",
"count": 4
},
{
"value": "Copyright (c) Mark Adler",
"count": 4
},
{
"value": "Copyright (c) Jean-loup Gailly and Mark Adler",
"count": 3
},
{
"value": "Copyright (c) Brian Goetz and Tim Peierls",
"count": 1
},
{
"value": "Copyright (c) Christian Michelsen Research AS Advanced Computing",
"count": 1
},
{
"value": "Copyright (c) Dmitriy Anisimkov",
"count": 1
},
{
"value": "Copyright (c) Jean-loup Gailly, Brian Raiter and Gilles Vollant",
"count": 1
},
{
"value": "Copyright (c) by Henrik Ravn",
"count": 1
},
{
"value": "Copyright Henrik Ravn",
"count": 1
},
{
"value": "Copyright JBoss Inc., and individual contributors",
"count": 1
},
{
"value": "Copyright Red Hat Middleware LLC, and individual contributors",
"count": 1
},
{
"value": "Copyright Red Hat, Inc. and individual contributors",
"count": 1
}
],
"holders": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,16 @@
}
],
"tallies": {
"copyrights": [],
"copyrights": [
{
"value": "Copyright (c) Mort Bay Consulting Pty. Ltd. (Australia) and others",
"count": 1
},
{
"value": "copyright Sun Microsystems Inc.",
"count": 1
}
],
"holders": [
{
"value": "Mort Bay Consulting Pty. Ltd. (Australia) and others",
Expand Down
Loading

0 comments on commit 6a9576c

Please sign in to comment.