@@ -24,7 +24,8 @@ \section{History of the software}
2424Historically, most, but not all, Python releases have also been
2525GPL-compatible; the table below summarizes the various releases.
2626
27- \begin {tablev }{c|c|c|c|c}{textrm}{Release}{Derived from}{Year}{Owner}{GPL compatible?}
27+ \begin {tablev }{c|c|c|c|c}{textrm}%
28+ {Release}{Derived from}{Year}{Owner}{GPL compatible?}
2829 \linev {0.9.0 thru 1.2}{n/a}{1991-1995}{CWI}{yes}
2930 \linev {1.3 thru 1.5.2}{1.2}{1995-1999}{CNRI}{yes}
3031 \linev {1.6}{1.5.2}{2000}{CNRI}{no}
@@ -37,6 +38,8 @@ \section{History of the software}
3738 \linev {2.1.2}{2.1.1}{2002}{PSF}{yes}
3839 \linev {2.1.3}{2.1.2}{2002}{PSF}{yes}
3940 \linev {2.2.1}{2.2}{2002}{PSF}{yes}
41+ \linev {2.2.2}{2.2.1}{2002}{PSF}{yes}
42+ \linev {2.3}{2.2.2}{2002-2003}{PSF}{yes}
4043\end {tablev }
4144
4245\note {GPL-compatible doesn't mean that we're distributing
@@ -51,7 +54,7 @@ \section{History of the software}
5154
5255\section {Terms and conditions for accessing or otherwise using Python }
5356
54- \centerline {\strong {PSF LICENSE AGREEMENT FOR PYTHON 2.3 }}
57+ \centerline {\strong {PSF LICENSE AGREEMENT FOR PYTHON \version }}
5558
5659\begin {enumerate }
5760\item
@@ -67,7 +70,7 @@ \section{Terms and conditions for accessing or otherwise using Python}
6770prepare derivative works, distribute, and otherwise use Python
6871\version {} alone or in any derivative version, provided, however, that
6972PSF's License Agreement and PSF's notice of copyright, i.e.,
70- `` Copyright \copyright {} 2001, 2002 Python Software Foundation; All
73+ `` Copyright \copyright {} 2001-2003 Python Software Foundation; All
7174Rights Reserved'' are retained in Python \version {} alone or in any
7275derivative version prepared by Licensee.
7376
0 commit comments