diff options
author | Georg Brandl <georg@python.org> | 2007-04-24 10:36:45 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-04-24 10:36:45 +0000 |
commit | 46155b94ca3b40cb7e20a0f22a17338fb3a48c62 (patch) | |
tree | 3d3a13fa58a87842372d1d3adf19ce221c231c35 | |
parent | 112717dd0b08797c49205313164c8ee08965ec8c (diff) | |
download | cpython-git-46155b94ca3b40cb7e20a0f22a17338fb3a48c62.tar.gz |
Some new year updates.
-rw-r--r-- | Doc/commontex/copyright.tex | 2 | ||||
-rw-r--r-- | Doc/commontex/license.tex | 3 | ||||
-rw-r--r-- | LICENSE | 1 |
3 files changed, 4 insertions, 2 deletions
diff --git a/Doc/commontex/copyright.tex b/Doc/commontex/copyright.tex index 05f15a1902..ce70d0c28b 100644 --- a/Doc/commontex/copyright.tex +++ b/Doc/commontex/copyright.tex @@ -1,4 +1,4 @@ -Copyright \copyright{} 2001-2006 Python Software Foundation. +Copyright \copyright{} 2001-2007 Python Software Foundation. All rights reserved. Copyright \copyright{} 2000 BeOpen.com. diff --git a/Doc/commontex/license.tex b/Doc/commontex/license.tex index c79ee04946..fe6485cd51 100644 --- a/Doc/commontex/license.tex +++ b/Doc/commontex/license.tex @@ -50,6 +50,7 @@ GPL-compatible; the table below summarizes the various releases. \linev{2.4.1}{2.4}{2005}{PSF}{yes} \linev{2.4.2}{2.4.1}{2005}{PSF}{yes} \linev{2.4.3}{2.4.2}{2006}{PSF}{yes} + \linev{2.4.4}{2.4.3}{2006}{PSF}{yes} \linev{2.5}{2.4}{2006}{PSF}{yes} \linev{2.5.1}{2.5}{2007}{PSF}{yes} \end{tablev} @@ -82,7 +83,7 @@ license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use Python \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-2006 Python Software Foundation; All +``Copyright \copyright{} 2001-2007 Python Software Foundation; All Rights Reserved'' are retained in Python \version{} alone or in any derivative version prepared by Licensee. @@ -52,6 +52,7 @@ the various releases. 2.4.1 2.4 2005 PSF yes 2.4.2 2.4.1 2005 PSF yes 2.4.3 2.4.2 2006 PSF yes + 2.4.4 2.4.3 2006 PSF yes 2.5 2.4 2006 PSF yes 2.5.1 2.5 2007 PSF yes |