summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2015-02-08 00:04:29 (GMT)
committerLarry Hastings <larry@hastings.org>2015-02-08 00:04:29 (GMT)
commit206853035e2c14bdba27cd1cdac0cbb21d3c6f69 (patch)
tree4ead5aea135756ce8ec7e3bdae0059012523c99f /Doc
parentb06f142f5f798fecbd7a4dc3d9e6c1861fb59a09 (diff)
downloadcpython-206853035e2c14bdba27cd1cdac0cbb21d3c6f69.zip
cpython-206853035e2c14bdba27cd1cdac0cbb21d3c6f69.tar.gz
cpython-206853035e2c14bdba27cd1cdac0cbb21d3c6f69.tar.bz2
Fix a copyright notice that still said 2014.v3.5.0a1
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 004c6e1..580d102 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.