diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2008-02-21 11:53:40 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2008-02-21 11:53:40 (GMT) |
commit | 10eac2c6130389fea602bc9df0138436ca77c6ed (patch) | |
tree | 7086d9f20b3658613bb9e3f1eda08c550c4b0627 /PC | |
parent | 9f22ca285aeebb9678ecf0fe2e53546d36189b45 (diff) | |
download | cpython-10eac2c6130389fea602bc9df0138436ca77c6ed.zip cpython-10eac2c6130389fea602bc9df0138436ca77c6ed.tar.gz cpython-10eac2c6130389fea602bc9df0138436ca77c6ed.tar.bz2 |
Update copyright years to 2008. Update README to 2.5.2.
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 6fb73b6..e132837 100644 --- a/PC/python_nt.rc +++ b/PC/python_nt.rc @@ -61,7 +61,7 @@ BEGIN VALUE "FileDescription", "Python Core\0" VALUE "FileVersion", PYTHON_VERSION VALUE "InternalName", "Python DLL\0" - VALUE "LegalCopyright", "Copyright © 2001-2007 Python Software Foundation. Copyright © 2000 BeOpen.com. Copyright © 1995-2001 CNRI. Copyright © 1991-1995 SMC.\0" + VALUE "LegalCopyright", "Copyright © 2001-2008 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 |