Skip to content

Commit 07ce3b7

Browse files
committed
Changed company name to PSF. Added 2004 to copyright years.
1 parent 926bc22 commit 07ce3b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PC/python_nt.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ BEGIN
5757
BEGIN
5858
BLOCK "000004b0"
5959
BEGIN
60-
VALUE "CompanyName", "PythonLabs at Zope Corporation\0"
60+
VALUE "CompanyName", "Python Software Foundation\0"
6161
VALUE "FileDescription", "Python Core\0"
6262
VALUE "FileVersion", PYTHON_VERSION
6363
VALUE "InternalName", "Python DLL\0"
64-
VALUE "LegalCopyright", "Copyright � 2001-2003 Python Software Foundation. Copyright � 2000 BeOpen.com. Copyright � 1995-2001 CNRI. Copyright � 1991-1995 SMC.\0"
64+
VALUE "LegalCopyright", "Copyright � 2001-2004 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

0 commit comments

Comments
 (0)