]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Found another place where the copyrgiht date had to be fixed.
authorGuido van Rossum <guido@python.org>
Tue, 15 Jan 2002 22:09:55 +0000 (22:09 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 15 Jan 2002 22:09:55 +0000 (22:09 +0000)
LICENSE
README

diff --git a/LICENSE b/LICENSE
index 19805e1e34e55e74012b22c6f345443e8c74d1c7..bb808f04c45eb2ce9badef8d8ff5292243412947 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -52,8 +52,9 @@ license to reproduce, analyze, test, perform and/or display publicly,
 prepare derivative works, distribute, and otherwise use Python 2.1.2
 alone or in any derivative version, provided, however, that PSF's
 License Agreement and PSF's notice of copyright, i.e., "Copyright (c)
-2001 Python Software Foundation; All Rights Reserved" are retained in
-Python 2.1.2 alone or in any derivative version prepared by Licensee.
+2001-2002 Python Software Foundation; All Rights Reserved" are
+retained in Python 2.1.2 alone or in any derivative version prepared
+by Licensee.
 
 3. In the event Licensee prepares a derivative work that is based on
 or incorporates Python 2.1.2 or any part thereof, and wants to make
diff --git a/README b/README
index 53c0688fc7e89e4e74d9c23e0a002af8ef24a6f1..1e73380196a084fcb0a7e3d06f6dafe144e320b7 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 This is Python version 2.1.2
 ============================
 
-Copyright (c) 2001 Python Software Foundation.
+Copyright (c) 2001-2002 Python Software Foundation.
 All rights reserved.
 
 Copyright (c) 2000 BeOpen.com.