summaryrefslogtreecommitdiffstats
path: root/Doc/README.txt
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2009-02-12 23:46:00 (GMT)
committerBarry Warsaw <barry@python.org>2009-02-12 23:46:00 (GMT)
commit4ca04b67f00edabe86072446f059adcb70eafcdd (patch)
treecc830a293d12f2d63aa3e47933ee53e9e4a61037 /Doc/README.txt
parentde9ec24af0dad19fd72ee63364110c4ebb23bf64 (diff)
downloadcpython-3.0.1.zip
cpython-3.0.1.tar.gz
cpython-3.0.1.tar.bz2
More copyright and version number updates.v3.0.1
Diffstat (limited to 'Doc/README.txt')
-rw-r--r--Doc/README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/README.txt b/Doc/README.txt
index 968986e..9fb9774 100644
--- a/Doc/README.txt
+++ b/Doc/README.txt
@@ -125,7 +125,7 @@ The Python source is copyrighted, but you can freely use and copy it
as long as you don't change or remove the copyright notice:
----------------------------------------------------------------------
-Copyright (c) 2000-2008 Python Software Foundation.
+Copyright (c) 2000-2009 Python Software Foundation.
All rights reserved.
Copyright (c) 2000 BeOpen.com.