Python Software Foundation License

Python Software Foundation License
FSF approved Yes[1]
OSI approved Yes
GPL compatible Yes[1]
Copyleft No

The Python Software Foundation License (PSFL) is a BSD-style, permissive free software license which is compatible with the GNU General Public License (GPL).[1] Its primary use is for distribution of the Python project software. Unlike the GPL the Python license is not a copyleft license, and allows modifications to the source code, as well as the construction of derivative works, without making the modified code open-source. The PSFL is listed as approved on both FSF's approved licenses list,[1] and OSI's approved licenses list.

Earlier versions of Python were under the so-called Python License, which is incompatible with the GPL. The reason given for this incompatibility by Free Software Foundation was that "this Python license is governed by the laws of the 'State of Virginia', in the USA", and the GPL does not permit this.[2]

The year that Python's creator Guido van Rossum changed the license to fix this incompatibility, he was awarded the Free Software Foundation Award for the Advancement of Free Software.[3]

References

  1. 1.0 1.1 1.2 1.3 Stallman, Richard. "Various Licenses and Comments about Them, new Python license". Free Software Foundation. Retrieved 2007-07-07.
  2. Stallman, Richard. "Various Licenses and Comments about Them, old Python license". Free Software Foundation. Retrieved 2007-07-07.
  3. "2001 Free Software Awards". GNU Project - Free Software Foundation. Retrieved 2007-07-07.

External links