[Python-checkins] python/dist/src/Doc/texinputs boilerplate.tex,1.78,1.79 license.tex,1.8,1.9
fdrake@users.sourceforge.net
fdrake@users.sourceforge.net
2003年4月25日 17:52:32 -0700
Update of /cvsroot/python/python/dist/src/Doc/texinputs
In directory sc8-pr-cvs1:/tmp/cvs-serv23518
Modified Files:
boilerplate.tex license.tex
Log Message:
Version updates for Python 2.3.
Index: boilerplate.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/texinputs/boilerplate.tex,v
retrieving revision 1.78
retrieving revision 1.79
diff -C2 -d -r1.78 -r1.79
*** boilerplate.tex 24 Apr 2003 16:37:21 -0000 1.78
--- boilerplate.tex 26 Apr 2003 00:52:30 -0000 1.79
***************
*** 8,11 ****
\date{\today} % XXX update before final release!
\release{2.3} % software release, not documentation
! \setreleaseinfo{b1} % empty for final release
\setshortversion{2.3} % major.minor only for software
--- 8,11 ----
\date{\today} % XXX update before final release!
\release{2.3} % software release, not documentation
! \setreleaseinfo{b1+} % empty for final release
\setshortversion{2.3} % major.minor only for software
Index: license.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/texinputs/license.tex,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** license.tex 31 Dec 2002 05:51:05 -0000 1.8
--- license.tex 26 Apr 2003 00:52:30 -0000 1.9
***************
*** 25,29 ****
GPL-compatible; the table below summarizes the various releases.
! \begin{tablev}{c|c|c|c|c}{textrm}{Release}{Derived from}{Year}{Owner}{GPL compatible?}
\linev{0.9.0 thru 1.2}{n/a}{1991-1995}{CWI}{yes}
\linev{1.3 thru 1.5.2}{1.2}{1995-1999}{CNRI}{yes}
--- 25,30 ----
GPL-compatible; the table below summarizes the various releases.
! \begin{tablev}{c|c|c|c|c}{textrm}%
! {Release}{Derived from}{Year}{Owner}{GPL compatible?}
\linev{0.9.0 thru 1.2}{n/a}{1991-1995}{CWI}{yes}
\linev{1.3 thru 1.5.2}{1.2}{1995-1999}{CNRI}{yes}
***************
*** 38,41 ****
--- 39,44 ----
\linev{2.1.3}{2.1.2}{2002}{PSF}{yes}
\linev{2.2.1}{2.2}{2002}{PSF}{yes}
+ \linev{2.2.2}{2.2.1}{2002}{PSF}{yes}
+ \linev{2.3}{2.2.2}{2002-2003}{PSF}{yes}
\end{tablev}
***************
*** 52,56 ****
\section{Terms and conditions for accessing or otherwise using Python}
! \centerline{\strong{PSF LICENSE AGREEMENT FOR PYTHON 2.3}}
\begin{enumerate}
--- 55,59 ----
\section{Terms and conditions for accessing or otherwise using Python}
! \centerline{\strong{PSF LICENSE AGREEMENT FOR PYTHON \version}}
\begin{enumerate}
***************
*** 68,72 ****
\version{} alone or in any derivative version, provided, however, that
PSF's License Agreement and PSF's notice of copyright, i.e.,
! ``Copyright \copyright{} 2001, 2002 Python Software Foundation; All
Rights Reserved'' are retained in Python \version{} alone or in any
derivative version prepared by Licensee.
--- 71,75 ----
\version{} alone or in any derivative version, provided, however, that
PSF's License Agreement and PSF's notice of copyright, i.e.,
! ``Copyright \copyright{} 2001-2003 Python Software Foundation; All
Rights Reserved'' are retained in Python \version{} alone or in any
derivative version prepared by Licensee.