scanpypi: improve BSD licence handling
authorYegor Yefremov <yegorslists@googlemail.com>
Thu, 11 Oct 2018 05:54:11 +0000 (07:54 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 11 Oct 2018 07:32:33 +0000 (09:32 +0200)
commitd05e41eb1a934b2358799588bb305073d6df8e52
tree87ad7fa9abbfa698afb5ac6ac9fb3059875a4625
parent53a9e432fb24e77dbe7e50b50d76dfbae1c6f254
scanpypi: improve BSD licence handling

When used without spdx_lookup the BSD licence cannot be
detected correctly because many Python packages just specify
BSD without the exact version in their metadata. So add a
special message warning the user instead of the licence id.

Bonus: fix typo.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
utils/scanpypi