]> granicus.if.org Git - python/commitdiff
update to (c) years to include 2007
authorAnthony Baxter <anthonybaxter@gmail.com>
Sat, 6 Jan 2007 04:50:44 +0000 (04:50 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Sat, 6 Jan 2007 04:50:44 +0000 (04:50 +0000)
Doc/README
LICENSE
PC/python_nt.rc
PCbuild/python20.wse
PCbuild8/python20.wse
Python/getcopyright.c
README

index 484fce615371d1f76b7d2e2487c57c508ca51e02..a426ba2615ff7253ac1e2103bb9efd16d491d8a6 100644 (file)
@@ -229,7 +229,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-2006 Python Software Foundation.
+Copyright (c) 2000-2007 Python Software Foundation.
 All rights reserved.
 
 Copyright (c) 2000 BeOpen.com.
diff --git a/LICENSE b/LICENSE
index 5affefc9fcd51f4404c637b8cd321ab6fe5ea8a6..0ae414c9eb55250b3fbbbbf6e6105d5efc344008 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -88,9 +88,9 @@ 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 Python Software Foundation; All Rights
-Reserved" are retained in Python alone or in any derivative version 
-prepared by Licensee.
+2001, 2002, 2003, 2004, 2005, 2006, 2007 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 a4e97fd3b65a0c1bb7ade88beff8486143d9e263..6fb73b6412f77cee0c428973e85bd921fdff01a5 100644 (file)
@@ -61,7 +61,7 @@ BEGIN
             VALUE "FileDescription", "Python Core\0"
             VALUE "FileVersion", PYTHON_VERSION
             VALUE "InternalName", "Python DLL\0"
-            VALUE "LegalCopyright", "Copyright © 2001-2006 Python Software Foundation. Copyright © 2000 BeOpen.com. Copyright © 1995-2001 CNRI. Copyright © 1991-1995 SMC.\0"
+            VALUE "LegalCopyright", "Copyright © 2001-2007 Python Software Foundation. Copyright © 2000 BeOpen.com. Copyright © 1995-2001 CNRI. Copyright © 1991-1995 SMC.\0"
             VALUE "OriginalFilename", PYTHON_DLL_NAME "\0"
             VALUE "ProductName", "Python\0"
             VALUE "ProductVersion", PYTHON_VERSION
index a62265ad3415261b5e78d86e202137df5fbfc467..fa11af4b3ed7e883f263a8a52562de9dd08cc8ff 100644 (file)
@@ -24,8 +24,8 @@ item: Global
   Dialogs Version=8
   Version File=2.4a1
   Version Description=Python Programming Language
-  Version Copyright=©2001-2006 Python Software Foundation
-  Version Company=PythonLabs at Zope Corporation
+  Version Copyright=©2001-2007 Python Software Foundation
+  Version Company=Python Software Foundation
   Crystal Format=10111100101100000010001001001001
   Step View=&All
   Variable Name1=_WISE_
index 33a34914a4e0947415c67e98b94fca665a7e4b18..a8d978527244063be52eb6bee2d4f42a186d6cd6 100644 (file)
@@ -24,8 +24,8 @@ item: Global
   Dialogs Version=8\r
   Version File=2.4a1\r
   Version Description=Python Programming Language\r
-  Version Copyright=©2001-2006 Python Software Foundation\r
-  Version Company=PythonLabs at Zope Corporation\r
+  Version Copyright=©2001-2007 Python Software Foundation\r
+  Version Company=Python Software Foundation\r
   Crystal Format=10111100101100000010001001001001\r
   Step View=&All\r
   Variable Name1=_WISE_\r
index 325aee51f994bb01520ca34703955e1c59eec9c3..c10aea452c3418b321ef359b285e5d9bb5809473 100644 (file)
@@ -4,7 +4,7 @@
 
 static char cprt[] = 
 "\
-Copyright (c) 2001-2006 Python Software Foundation.\n\
+Copyright (c) 2001-2007 Python Software Foundation.\n\
 All Rights Reserved.\n\
 \n\
 Copyright (c) 2000 BeOpen.com.\n\
diff --git a/README b/README
index 7e4c3aaa7fe5c1d58d214ae74355c06c7bd091d7..cc95ab57a2f68e6f60e4f602c59c347cef167ae6 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,8 @@
 This is Python version 2.5
 ==========================
 
-Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Python Software Foundation.
+Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Python Software 
+Foundation. 
 All rights reserved.
 
 Copyright (c) 2000 BeOpen.com.