summaryrefslogtreecommitdiff
path: root/PC/python_nt.rc
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2003-01-02 17:09:19 +0000
committerTim Peters <tim.peters@gmail.com>2003-01-02 17:09:19 +0000
commit4b2ce813eed0579c6579eaf49b951db69b720f10 (patch)
tree5fe12867da1a2cdacf30b5258d256d886f18e9c0 /PC/python_nt.rc
parent9a2ee6567fb65b9d4ed9bfbb10c4d94091b765be (diff)
downloadcpython-4b2ce813eed0579c6579eaf49b951db69b720f10.tar.gz
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>!
Diffstat (limited to 'PC/python_nt.rc')
-rw-r--r--PC/python_nt.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/python_nt.rc b/PC/python_nt.rc
index a4e4849dfb..08993b974e 100644
--- a/PC/python_nt.rc
+++ b/PC/python_nt.rc
@@ -91,7 +91,7 @@ BEGIN
VALUE "FileDescription", "Python Core\0"
VALUE "FileVersion", PYTHON_VERSION
VALUE "InternalName", "Python DLL\0"
- VALUE "LegalCopyright", "Copyright © 2001-2002 Python Software Foundation. Copyright © 2000 BeOpen.com. Copyright © 1995-2001 CNRI. Copyright © 1991-1995 SMC.\0"
+ VALUE "LegalCopyright", "Copyright © 2001-2003 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