From be853262bac8aa9c5031151c6a544bd9d7822326 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Tue, 11 May 2004 18:11:11 +0000 Subject: [PATCH] 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!). --- LICENSE | 3 ++- PC/python_nt.rc | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 88d2f1983364..9beded0df57f 100644 --- a/LICENSE +++ b/LICENSE @@ -46,6 +46,7 @@ the various releases. 2.3.1 2.3 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.4 2.3.4 2004 PSF yes Footnotes: @@ -81,7 +82,7 @@ license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use Python 2.3 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 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 Licensee. diff --git a/PC/python_nt.rc b/PC/python_nt.rc index 3cdc93c0193b..463041760ff1 100644 --- a/PC/python_nt.rc +++ b/PC/python_nt.rc @@ -57,11 +57,11 @@ BEGIN BEGIN BLOCK "000004b0" BEGIN - VALUE "CompanyName", "PythonLabs at Zope Corporation\0" + VALUE "CompanyName", "Python Software Foundation\0" VALUE "FileDescription", "Python Core\0" VALUE "FileVersion", PYTHON_VERSION 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 "ProductName", "Python\0" VALUE "ProductVersion", PYTHON_VERSION -- 2.47.3