scancode-toolkit
                                
                                 scancode-toolkit copied to clipboard
                                
                                    scancode-toolkit copied to clipboard
                            
                            
                            
                        In B5 Copyright Tab in html output now has no information
Description
In the html output report there is no longer a list copyrights although the license tab's list is fine
How To Reproduce
A typical scan cmd used successfully for a few years:
scan code -n 500 --html-app ${APPNAME}.html --license --copyright --package --info --email --url --classify --consolidate --license-clarity-score ${CODEBASEDIR}
System configuration
- 
What OS are you running on? (Windows/MacOS/Linux). lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 20.04.4 LTS Release: 20.04 Codename: focal 
- 
What version of scancode-toolkit was used to generate the scan file? scancode-toolkit-31.0.0b5 
- 
What installation method was used to install/run scancode? (pip/source download/other) download - ./scancode --help method 
Just as an FYI I kept going backwards release wise and installs for many releases prior to 31 beta were not working in this environment. Thanks for your consideration.
@GitaWei Thanks! and good catch!
Are you sure you use -n 500 ? this would be spawning 500 parallel processes meaning you have likely 500 CPU core on hand to benefit from this ....if this is the case, I want your machine!!
Also eventually we want to retire the HTML output ... I would be interested to understand how you use this
I guess I could bump it to -n 512 to try to use every resource thoroughly. This one is a shared machine so I couldn't give it to you, my apologies.
Frankly, I really question the value of the stand alone app. Why would you want to support that with multiple users and need for potential updates? Seems like a lot of effort. For HTML app the use case is simple we have scan code contribute it's reporting along with a collection of other html tools/ouput. The reporting is shared to multiple people in the organization for different purposes - via browser.
@GitaWei If you are looking for a multi-user ScanCode system see https://github.com/nexB/scancode.io
Thanks Micheal, I'll take a look at it and see how it could work with our system.