]> granicus.if.org Git - python/commitdiff
add another year to glorious PSF IP
authorBenjamin Peterson <benjamin@python.org>
Sun, 1 Jan 2012 04:42:26 +0000 (22:42 -0600)
committerBenjamin Peterson <benjamin@python.org>
Sun, 1 Jan 2012 04:42:26 +0000 (22:42 -0600)
Doc/README.txt
Doc/copyright.rst
Doc/license.rst
LICENSE
Python/getcopyright.c
README

index 0e70be5832b0f7d2bb0a3dfec417d9bbbefdba6c..f03da7628b2365f3bae79888cf9d4c7733763143 100644 (file)
@@ -127,7 +127,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-2008 Python Software Foundation.
+Copyright (c) 2000-2012 Python Software Foundation.
 All rights reserved.
 
 Copyright (c) 2000 BeOpen.com.
index 893b541b2213c0eb59435d9a3293a7b29daf25eb..9a245c8b723f8044becdb22b13bf83dbf4030c84 100644 (file)
@@ -4,7 +4,7 @@ Copyright
 
 Python and this documentation is:
 
-Copyright © 2001-2010 Python Software Foundation. All rights reserved.
+Copyright © 2001-2012 Python Software Foundation. All rights reserved.
 
 Copyright © 2000 BeOpen.com. All rights reserved.
 
index 14697852e3be58fcb4e359d84bfafa031f2348d4..3b0c10eb657f9ef94107aef8cd2e0ae19ff6fbc8 100644 (file)
@@ -132,7 +132,7 @@ Terms and conditions for accessing or otherwise using Python
    analyze, test, perform and/or display publicly, prepare derivative works,
    distribute, and otherwise use Python |release| alone or in any derivative
    version, provided, however, that PSF's License Agreement and PSF's notice of
-   copyright, i.e., "Copyright © 2001-2010 Python Software Foundation; All Rights
+   copyright, i.e., "Copyright © 2001-2012 Python Software Foundation; All Rights
    Reserved" are retained in Python |release| alone or in any derivative version
    prepared by Licensee.
 
diff --git a/LICENSE b/LICENSE
index 5cdb01e8d24afc5ed3d9b5666a3ad7942164584a..c7f209475892fa0c921dd09c6d1aa6ac40635083 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -98,9 +98,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, 2010
-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,
+2011, 2012 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
index 824c7b1c8270a0128269ab14ba21f22c1a76e18e..d91a879ae387ff243878bfe7631c8b100fd5aea4 100644 (file)
@@ -4,7 +4,7 @@
 
 static char cprt[] = 
 "\
-Copyright (c) 2001-2011 Python Software Foundation.\n\
+Copyright (c) 2001-2012 Python Software Foundation.\n\
 All Rights Reserved.\n\
 \n\
 Copyright (c) 2000 BeOpen.com.\n\
diff --git a/README b/README
index 680e5e34e1ad961df95eebf292f1e1265bee65d1..e7f330f2b32de9005e81ac2729c55962f6f7173d 100644 (file)
--- a/README
+++ b/README
@@ -1,8 +1,8 @@
 This is Python version 2.7.2
 ============================
 
-Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
-Python Software Foundation.  All rights reserved.
+Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
+2012 Python Software Foundation.  All rights reserved.
 
 Copyright (c) 2000 BeOpen.com.
 All rights reserved.