Perl-Toolchain-Gang / Software-License

perl representation of common software licenses
18 stars 40 forks source link

use valid SPDX identifier for BSD license #87

Closed jvolkening closed 8 months ago

jvolkening commented 8 months ago

Currently, Software::License::BSD::spdx_expression returns 'BSD', which is not a valid SPDX identifier. This PR changes this to 'BSD-3-Clause,' which according to the url in the code is the intended license.

Leont commented 8 months ago

It seems SSLeay is also wrong (but I don't think anyone is using that license so it probably less of a concern), I'll look into that one as well.