Open dabutvin opened 5 years ago
see https://github.com/clearlydefined/curated-data/pull/1234 for another instance where this popped up
Need to check to see if this is still a problem.
Just ran a harvest in my local setup on:
pypi/pypi/-/ipywidgets/7.4.2
It shows a Declared License of BSD-2-Clause AND BSD-3-Clause.
It shows a Discovered license of BSD-3-Clause.
So this is reproducible and warrants further investigation.
at https://github.com/clearlydefined/crawler/blob/master/providers/fetch/pypiFetch.js#L77
For example https://pypi.org/pypi/Flask/json
looks at info.classifiers and pulls out
runs spdx-correct on
BSD License
=>BSD-2-Clause
when it should beBSD-3-Clause
We should probably drop this from the crawler side entirely and let the summarizers parse the data without spdx correct