From: Larry Hastings Date: Sun, 8 Feb 2015 00:04:22 +0000 (-0800) Subject: Fix a copyright notice that still said 2014. X-Git-Tag: v3.4.3rc1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b2506101342f26962fec33d5a4d577d54f116145;p=python Fix a copyright notice that still said 2014. --- diff --git a/Doc/README.txt b/Doc/README.txt index 1fc4a9f47a..58bda62697 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.