fossology / atarashi

Atarashi scans for license statements in open source software, focusing on text statistics. Designed to work stand-alone and with FOSSology.
http://fossology.github.io/atarashi
GNU General Public License v2.0
26 stars 23 forks source link

feat(LicenseDownloader): Use multi-threading #18

Closed GMishx closed 6 years ago

GMishx commented 6 years ago

Use multi-threading while downloading licenses from SPDX.

Pass number of threads using -t or --threads command line argument.

Default no. of threads => CPU count Maximum no. of threads => CPU count * 2

This PR also removes deprecated licenses which are duplicate (see #19).

amanjain97 commented 6 years ago

@GMishx Please merge the pull request as it is approved.