Re: DFSG compliance of cx_freeze license? (was: Python Software Foundation License)

2025-01-21 Thread Paul Boddie
ely match the Python Software Foundation license as was intended." https://cx-freeze.readthedocs.io/en/stable/releasenotes-5x.html Here is the commit that updated the licence for that release: https://github.com/marcelotduarte/cx_Freeze/commit/ 71aa0d59528969f299493836ac508dbc6ce721cf The p

Re: DFSG compliance of cx_freeze license? (was: Python Software Foundation License)

2025-01-21 Thread Carsten Schoenert
Hi, Am 20.01.25 um 21:47 schrieb Jeremy Stanley: On 2025-01-20 08:18:16 + (+), Schöke, Karsten wrote: [...] is the PSF license DFSG compliant? [...] IANAL, but https://www.debian.org/legal/licenses/ mentions it. Licenses currently found in Debian main include: [...] Python Software

Re: Python Software Foundation License

2025-01-20 Thread Jeremy Stanley
On 2025-01-20 08:18:16 + (+), Schöke, Karsten wrote: [...] > is the PSF license DFSG compliant? [...] IANAL, but https://www.debian.org/legal/licenses/ mentions it. > > Licenses currently found in Debian main include: > > [...] > > Python Software Foundation License

Re: Python Software Foundation License

2025-01-20 Thread Soren Stoutner
has a PSF license > NOTE: This license is derived from the Python Software Foundation License > which can be found at > https://docs.python.org/3/license.html#psf-license-agreement-for-python-relea > se > > According to the cx_freeze maintainers, the same license as for Python was

Python Software Foundation License

2025-01-20 Thread Schöke , Karsten
Hello, I want to update the elasticsearch-curator package. upstream has built in another dependency, namely cx_freeze. https://github.com/marcelotduarte/cx_Freeze/blob/main/LICENSE.md This has a PSF license NOTE: This license is derived from the Python Software Foundation License which can be

Python Software Foundation License?

2003-08-14 Thread Ganesan R
Hi, Many Python packages seem to be licensed under the "Python Software Foundation License" (see http://www.opensource.org/licenses/PythonSoftFoundation.php). This license appears to apply to a specific release of Python, so I am not clear how to apply this license for a package. Is