From: Larry Hastings Date: Sun, 8 Feb 2015 00:04:29 +0000 (-0800) Subject: Fix a copyright notice that still said 2014. X-Git-Tag: v3.5.0a1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=206853035e2c14bdba27cd1cdac0cbb21d3c6f69;p=thirdparty%2FPython%2Fcpython.git Fix a copyright notice that still said 2014. --- diff --git a/Doc/README.txt b/Doc/README.txt index 004c6e1fe63a..580d10241db5 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.