Kaydet (Commit) be853262 authored tarafından Tim Peters's avatar Tim Peters

Update copyright years. In the Windows resource, change the name of the

company to the PSF (Zope Corp and PythonLabs no longer have anything to
do with this!).
üst d71fc058
...@@ -46,6 +46,7 @@ the various releases. ...@@ -46,6 +46,7 @@ the various releases.
2.3.1 2.3 2002-2003 PSF yes 2.3.1 2.3 2002-2003 PSF yes
2.3.2 2.3.1 2002-2003 PSF yes 2.3.2 2.3.1 2002-2003 PSF yes
2.3.3 2.3.2 2002-2003 PSF yes 2.3.3 2.3.2 2002-2003 PSF yes
2.3.4 2.3.4 2004 PSF yes
Footnotes: Footnotes:
...@@ -81,7 +82,7 @@ license to reproduce, analyze, test, perform and/or display publicly, ...@@ -81,7 +82,7 @@ license to reproduce, analyze, test, perform and/or display publicly,
prepare derivative works, distribute, and otherwise use Python 2.3 prepare derivative works, distribute, and otherwise use Python 2.3
alone or in any derivative version, provided, however, that PSF's alone or in any derivative version, provided, however, that PSF's
License Agreement and PSF's notice of copyright, i.e., "Copyright (c) License Agreement and PSF's notice of copyright, i.e., "Copyright (c)
2001, 2002, 2003 Python Software Foundation; All Rights Reserved" are 2001, 2002, 2003, 2004 Python Software Foundation; All Rights Reserved" are
retained in Python 2.3 alone or in any derivative version prepared by retained in Python 2.3 alone or in any derivative version prepared by
Licensee. Licensee.
......
...@@ -57,11 +57,11 @@ BEGIN ...@@ -57,11 +57,11 @@ BEGIN
BEGIN BEGIN
BLOCK "000004b0" BLOCK "000004b0"
BEGIN BEGIN
VALUE "CompanyName", "PythonLabs at Zope Corporation\0" VALUE "CompanyName", "Python Software Foundation\0"
VALUE "FileDescription", "Python Core\0" VALUE "FileDescription", "Python Core\0"
VALUE "FileVersion", PYTHON_VERSION VALUE "FileVersion", PYTHON_VERSION
VALUE "InternalName", "Python DLL\0" VALUE "InternalName", "Python DLL\0"
VALUE "LegalCopyright", "Copyright 2001-2003 Python Software Foundation. Copyright 2000 BeOpen.com. Copyright 1995-2001 CNRI. Copyright 1991-1995 SMC.\0" VALUE "LegalCopyright", "Copyright 2001-2004 Python Software Foundation. Copyright 2000 BeOpen.com. Copyright 1995-2001 CNRI. Copyright 1991-1995 SMC.\0"
VALUE "OriginalFilename", PYTHON_DLL_NAME "\0" VALUE "OriginalFilename", PYTHON_DLL_NAME "\0"
VALUE "ProductName", "Python\0" VALUE "ProductName", "Python\0"
VALUE "ProductVersion", PYTHON_VERSION VALUE "ProductVersion", PYTHON_VERSION
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment