Skip to content

Commit 9c2fbb5

Browse files
committed
There are two more copyright notices in the Windows world:
PC/python_nt.rc sets up the DLL version resource (displayed when you right-click on the DLL and select Properties). PCbuld/python20.wse sets up the installer version resource (displayed when you right-click on the installer .exe and select Properties). Turns out this one hadn't been updated since 2001 <frown>!
1 parent 5d644dd commit 9c2fbb5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

PC/python_nt.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ BEGIN
9191
VALUE "FileDescription", "Python Core\0"
9292
VALUE "FileVersion", PYTHON_VERSION
9393
VALUE "InternalName", "Python DLL\0"
94-
VALUE "LegalCopyright", "Copyright � 2001-2002 Python Software Foundation. Copyright � 2000 BeOpen.com. Copyright � 1995-2001 CNRI. Copyright � 1991-1995 SMC.\0"
94+
VALUE "LegalCopyright", "Copyright � 2001-2003 Python Software Foundation. Copyright � 2000 BeOpen.com. Copyright � 1995-2001 CNRI. Copyright � 1991-1995 SMC.\0"
9595
VALUE "OriginalFilename", PYTHON_DLL_NAME "\0"
9696
VALUE "ProductName", "Python\0"
9797
VALUE "ProductVersion", PYTHON_VERSION

PCbuild/python20.wse

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ item: Global
2222
Dialogs Version=8
2323
Version File=2.3a1
2424
Version Description=Python Programming Language
25-
Version Copyright=�2001 Python Software Foundation
25+
Version Copyright=�2001-2003 Python Software Foundation
2626
Version Company=PythonLabs at Zope Corporation
2727
Crystal Format=10111100101100000010001001001001
28-
Step View=&Properties
28+
Step View=&All
2929
Variable Name1=_WISE_
3030
Variable Description1=WISE root directory
3131
Variable Default1=C:\PROGRAM FILES\WISE INSTALLMASTER 8.1

0 commit comments

Comments
 (0)