simonpercivall / astunparse

An AST unparser for Python
Other
223 stars 53 forks source link

Fixed license inconsistency BSD vs. PSF-2.0 #64

Open TTMaZa opened 3 years ago

TTMaZa commented 3 years ago

License file clearly states, "PSF-2.0" but https://pypi.org/project/astunparse/ lists "BSD"

TTMaZa commented 3 years ago

Hi @simonpercivall,

I'm actually not really aware what the licensing of astunparse is. Does it contain BSD as well as PSF-2.0 Code? Or is it duallicensed in the sense, that all the code is available both as BSD-3-Clause as well as PSD-2.0?

Best regards Manuel