Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ed13853

Browse files
committed
Happy New Year! (CET edition)
1 parent 1daaf9e commit ed13853

6 files changed

Lines changed: 11 additions & 11 deletions

File tree

Doc/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ The Python source is copyrighted, but you can freely use and copy it
132132
as long as you don't change or remove the copyright notice:
133133

134134
----------------------------------------------------------------------
135-
Copyright (c) 2000-2010 Python Software Foundation.
135+
Copyright (c) 2000-2011 Python Software Foundation.
136136
All rights reserved.
137137

138138
Copyright (c) 2000 BeOpen.com.

Doc/copyright.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Copyright
44

55
Python and this documentation is:
66

7-
Copyright © 2001-2010 Python Software Foundation. All rights reserved.
7+
Copyright © 2001-2011 Python Software Foundation. All rights reserved.
88

99
Copyright © 2000 BeOpen.com. All rights reserved.
1010

Doc/license.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ been GPL-compatible; the table below summarizes the various releases.
108108
+----------------+--------------+------------+------------+-----------------+
109109
| 3.1.2 | 3.1 | 2010 | PSF | yes |
110110
+----------------+--------------+------------+------------+-----------------+
111-
| 3.2 | 3.1 | 2010 | PSF | yes |
111+
| 3.2 | 3.1 | 2011 | PSF | yes |
112112
+----------------+--------------+------------+------------+-----------------+
113113

114114
.. note::
@@ -138,7 +138,7 @@ Terms and conditions for accessing or otherwise using Python
138138
analyze, test, perform and/or display publicly, prepare derivative works,
139139
distribute, and otherwise use Python |release| alone or in any derivative
140140
version, provided, however, that PSF's License Agreement and PSF's notice of
141-
copyright, i.e., "Copyright © 2001-2010 Python Software Foundation; All Rights
141+
copyright, i.e., "Copyright © 2001-2011 Python Software Foundation; All Rights
142142
Reserved" are retained in Python |release| alone or in any derivative version
143143
prepared by Licensee.
144144

@@ -906,7 +906,7 @@ The :mod:`zlib` extension is built using an included copy of the zlib
906906
sources unless the zlib version found on the system is too old to be
907907
used for the build::
908908

909-
Copyright (C) 1995-2010 Jean-loup Gailly and Mark Adler
909+
Copyright (C) 1995-2011 Jean-loup Gailly and Mark Adler
910910

911911
This software is provided 'as-is', without any express or implied
912912
warranty. In no event will the authors be held liable for any damages

LICENSE

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ the various releases.
6868
3.1 3.0.1 2009 PSF yes
6969
3.1.1 3.1 2009 PSF yes
7070
3.1.2 3.1 2010 PSF yes
71-
3.2 3.1 2010 PSF yes
71+
3.2 3.1 2011 PSF yes
7272

7373
Footnotes:
7474

@@ -103,9 +103,9 @@ grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
103103
analyze, test, perform and/or display publicly, prepare derivative works,
104104
distribute, and otherwise use Python alone or in any derivative version,
105105
provided, however, that PSF's License Agreement and PSF's notice of copyright,
106-
i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
107-
Python Software Foundation; All Rights Reserved" are retained in Python alone or
108-
in any derivative version prepared by Licensee.
106+
i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
107+
2011 Python Software Foundation; All Rights Reserved" are retained in Python
108+
alone or in any derivative version prepared by Licensee.
109109

110110
3. In the event Licensee prepares a derivative work that is based on
111111
or incorporates Python or any part thereof, and wants to make

PC/python_nt.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ BEGIN
6161
VALUE "FileDescription", "Python Core\0"
6262
VALUE "FileVersion", PYTHON_VERSION
6363
VALUE "InternalName", "Python DLL\0"
64-
VALUE "LegalCopyright", "Copyright � 2001-2010 Python Software Foundation. Copyright � 2000 BeOpen.com. Copyright � 1995-2001 CNRI. Copyright � 1991-1995 SMC.\0"
64+
VALUE "LegalCopyright", "Copyright � 2001-2011 Python Software Foundation. Copyright � 2000 BeOpen.com. Copyright � 1995-2001 CNRI. Copyright � 1991-1995 SMC.\0"
6565
VALUE "OriginalFilename", PYTHON_DLL_NAME "\0"
6666
VALUE "ProductName", "Python\0"
6767
VALUE "ProductVersion", PYTHON_VERSION

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
This is Python version 3.2 beta 2
22
=================================
33

4-
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
4+
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
55
Python Software Foundation.
66
All rights reserved.
77

0 commit comments

Comments
 (0)