diff options
author | Tim Peters <tim.peters@gmail.com> | 2003-01-02 17:09:19 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2003-01-02 17:09:19 (GMT) |
commit | 9c2fbb5619b01a4acca8bf3b57228138ffb81367 (patch) | |
tree | 43ee26f16a663eaec616b19aad9ba0da7e67c81c /PC | |
parent | 5d644dd25ac3100d0e8bc795ae57a6b8061fefd4 (diff) | |
download | cpython-9c2fbb5619b01a4acca8bf3b57228138ffb81367.zip cpython-9c2fbb5619b01a4acca8bf3b57228138ffb81367.tar.gz cpython-9c2fbb5619b01a4acca8bf3b57228138ffb81367.tar.bz2 |
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')
-rw-r--r-- | PC/python_nt.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/python_nt.rc b/PC/python_nt.rc index a4e4849..08993b9 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 |