For a project I’m working on I need to include some Python modules that come standard with the Python SDK because the platform I am targetting (to be precise, PyS60) does not include these modules. Are there any licensing issues I need to address? Do I need to include the PSF license in my project?
My project is licensed under Apache 2.0.
According to the PSF License FAQ:
The FAQ goes on to explain about third-party module licensing.
In effect, I think the answer is ‘Yes’.
DISCLAIMER: IANAL.