diff options
author | Larry Hastings <larry@hastings.org> | 2015-02-08 00:04:22 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2015-02-08 00:04:22 (GMT) |
commit | b2506101342f26962fec33d5a4d577d54f116145 (patch) | |
tree | d98255ed6e00016075054045bf1cc2966575179e /Doc | |
parent | e5529063b20130938551c126790c880b3f05d8fd (diff) | |
download | cpython-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.txt | 2 |
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. |