summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-01-01 00:09:36 (GMT)
committerBenjamin Peterson <benjamin@python.org>2015-01-01 00:09:36 (GMT)
commit47e782a67a79e7d4fdc4536c6d6935c0e3b45705 (patch)
tree98481d9566198f2f9cfec42ba78eee2389b8920c /README
parent44e4b98ff00c3f874989350d9767bd91ddeb39e4 (diff)
downloadcpython-47e782a67a79e7d4fdc4536c6d6935c0e3b45705.zip
cpython-47e782a67a79e7d4fdc4536c6d6935c0e3b45705.tar.gz
cpython-47e782a67a79e7d4fdc4536c6d6935c0e3b45705.tar.bz2
update for copyright for 2015
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 7ecd6d1..252f63f 100644
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ This is Python version 3.2.6
============================
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
-2012, 2013, 2014 Python Software Foundation. All rights reserved.
+2012, 2013, 2014, 2015 Python Software Foundation. All rights reserved.
Python 3.x is a new version of the language, which is incompatible with the 2.x
line of releases. The language is mostly the same, but many details, especially