We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 926bc22 commit 07ce3b7Copy full SHA for 07ce3b7
1 file changed
PC/python_nt.rc
@@ -57,11 +57,11 @@ BEGIN
57
BEGIN
58
BLOCK "000004b0"
59
60
- VALUE "CompanyName", "PythonLabs at Zope Corporation\0"
+ VALUE "CompanyName", "Python Software Foundation\0"
61
VALUE "FileDescription", "Python Core\0"
62
VALUE "FileVersion", PYTHON_VERSION
63
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"
+ VALUE "LegalCopyright", "Copyright � 2001-2004 Python Software Foundation. Copyright � 2000 BeOpen.com. Copyright � 1995-2001 CNRI. Copyright � 1991-1995 SMC.\0"
65
VALUE "OriginalFilename", PYTHON_DLL_NAME "\0"
66
VALUE "ProductName", "Python\0"
67
VALUE "ProductVersion", PYTHON_VERSION
0 commit comments