summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2015-02-08 00:04:22 (GMT)
committerLarry Hastings <larry@hastings.org>2015-02-08 00:04:22 (GMT)
commitb2506101342f26962fec33d5a4d577d54f116145 (patch)
treed98255ed6e00016075054045bf1cc2966575179e /Doc
parente5529063b20130938551c126790c880b3f05d8fd (diff)
downloadcpython-b2506101342f26962fec33d5a4d577d54f116145.zip
cpython-b2506101342f26962fec33d5a4d577d54f116145.tar.gz
cpython-b2506101342f26962fec33d5a4d577d54f116145.tar.bz2
Fix a copyright notice that still said 2014.v3.4.3rc1
Diffstat (limited to 'Doc')
-rw-r--r--Doc/README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/README.txt b/Doc/README.txt
index 1fc4a9f..58bda62 100644
--- a/Doc/README.txt
+++ b/Doc/README.txt
@@ -128,7 +128,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-2014 Python Software Foundation.
+Copyright (c) 2000-2015 Python Software Foundation.
All rights reserved.
Copyright (c) 2000 BeOpen.com.