]> granicus.if.org Git - python/commitdiff
welcome to 2009, Python!
authorBenjamin Peterson <benjamin@python.org>
Thu, 1 Jan 2009 17:29:49 +0000 (17:29 +0000)
committerBenjamin Peterson <benjamin@python.org>
Thu, 1 Jan 2009 17:29:49 +0000 (17:29 +0000)
Doc/license.rst
LICENSE
Python/getcopyright.c
README

index a1742e521c9e03cb87a723a4ef43a7c3c9cfb874..ed7dc3f08d11d2e46664c1d9c749b36d929e6f0f 100644 (file)
@@ -124,7 +124,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-2008 Python Software Foundation; All Rights
+   copyright, i.e., "Copyright © 2001-2009 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 69acaeb7531b670104a61bb4e0371ca516d581f1..0f72a618c4093730e015e44be5e895cc22cc479a 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -88,15 +88,14 @@ PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
 otherwise using this software ("Python") in source or binary form and
 its associated documentation.
 
-2. Subject to the terms and conditions of this License Agreement, PSF
-hereby 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 Python Software Foundation; 
-All Rights Reserved" are retained in Python alone or in any derivative 
-version prepared by Licensee.
+2. Subject to the terms and conditions of this License Agreement, PSF hereby
+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.
 
 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 df70e8bdf5e41dfa191e7490ccbe885d91871cf1..8864cdbbc0a9ce0b5014b8da49e6087dbce6944a 100644 (file)
@@ -4,7 +4,7 @@
 
 static char cprt[] = 
 "\
-Copyright (c) 2001-2008 Python Software Foundation.\n\
+Copyright (c) 2001-2009 Python Software Foundation.\n\
 All Rights Reserved.\n\
 \n\
 Copyright (c) 2000 BeOpen.com.\n\
diff --git a/README b/README
index 8a24ef9f89cacbb3b4755c24ae98c9556b59ac1a..ba971eaf63f364a13343043ab14091eeb6369fa4 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 This is Python version 2.7 alpha 0
 ==================================
 
-Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
+Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
 Python Software Foundation.
 All rights reserved.