summaryrefslogtreecommitdiffstats
path: root/Doc/README.txt
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-01-01 04:02:22 (GMT)
committerBenjamin Peterson <benjamin@python.org>2014-01-01 04:02:22 (GMT)
commitfa10ae097855c5bf927414fce2cc12aee3cdcc98 (patch)
treeee13b49a3734afee86a57e6477f535f311f36510 /Doc/README.txt
parent3f48ac98c04fc17f12c63dcf593dd0c19379c7df (diff)
downloadcpython-fa10ae097855c5bf927414fce2cc12aee3cdcc98.zip
cpython-fa10ae097855c5bf927414fce2cc12aee3cdcc98.tar.gz
cpython-fa10ae097855c5bf927414fce2cc12aee3cdcc98.tar.bz2
update copyright year
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 c63fc60..a16c14a 100644
--- a/Doc/README.txt
+++ b/Doc/README.txt
@@ -135,7 +135,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-2013 Python Software Foundation.
+Copyright (c) 2000-2014 Python Software Foundation.
All rights reserved.
Copyright (c) 2000 BeOpen.com.