diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-01-01 04:00:55 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-01-01 04:00:55 (GMT) |
commit | 71380c3dfeaa91a17a3189aef0a0ae3ad5f0ed24 (patch) | |
tree | ae2817b06df66c85672c07fe0521ea1bebfba3da | |
parent | f31d1a0577e6171ae85337ad78c6882a1fab8717 (diff) | |
download | cpython-71380c3dfeaa91a17a3189aef0a0ae3ad5f0ed24.zip cpython-71380c3dfeaa91a17a3189aef0a0ae3ad5f0ed24.tar.gz cpython-71380c3dfeaa91a17a3189aef0a0ae3ad5f0ed24.tar.bz2 |
update copyright year
-rw-r--r-- | LICENSE | 6 | ||||
-rw-r--r-- | Python/getcopyright.c | 2 |
2 files changed, 4 insertions, 4 deletions
@@ -96,9 +96,9 @@ grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use Python alone or in any derivative version, provided, however, that PSF's License Agreement and PSF's notice of copyright, -i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Python -Software Foundation; All Rights Reserved" are retained in Python alone or in any -derivative version prepared by Licensee. +i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +Python Software Foundation; All Rights Reserved" are retained in Python alone or +in any derivative version prepared by Licensee. 3. In the event Licensee prepares a derivative work that is based on or incorporates Python or any part thereof, and wants to make diff --git a/Python/getcopyright.c b/Python/getcopyright.c index 8864cdb..a5e7fa6 100644 --- a/Python/getcopyright.c +++ b/Python/getcopyright.c @@ -4,7 +4,7 @@ static char cprt[] = "\ -Copyright (c) 2001-2009 Python Software Foundation.\n\ +Copyright (c) 2001-2010 Python Software Foundation.\n\ All Rights Reserved.\n\ \n\ Copyright (c) 2000 BeOpen.com.\n\ |