[Python-checkins] r77203 - in python/trunk: LICENSE Python/getcopyright.c

benjamin.peterson python-checkins at python.org
Fri Jan 1 05:00:55 CET 2010


Author: benjamin.peterson
Date: Fri Jan  1 05:00:55 2010
New Revision: 77203

Log:
update copyright year

Modified:
   python/trunk/LICENSE
   python/trunk/Python/getcopyright.c

Modified: python/trunk/LICENSE
==============================================================================
--- python/trunk/LICENSE	(original)
+++ python/trunk/LICENSE	Fri Jan  1 05:00:55 2010
@@ -96,9 +96,9 @@
 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

Modified: python/trunk/Python/getcopyright.c
==============================================================================
--- python/trunk/Python/getcopyright.c	(original)
+++ python/trunk/Python/getcopyright.c	Fri Jan  1 05:00:55 2010
@@ -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\


More information about the Python-checkins mailing list