diff options
author | Trent Mick <trentm@activestate.com> | 2005-02-09 21:03:47 (GMT) |
---|---|---|
committer | Trent Mick <trentm@activestate.com> | 2005-02-09 21:03:47 (GMT) |
commit | 4d81ac9ca80c301315d692a43e11afd5b9d1b871 (patch) | |
tree | ceb68f792b9e66b2afcad258c5d338aa7a98edae /PC/python_nt.rc | |
parent | 508e81eda0fea2d8c8679d21887ee08c94da8eaa (diff) | |
download | cpython-4d81ac9ca80c301315d692a43e11afd5b9d1b871.zip cpython-4d81ac9ca80c301315d692a43e11afd5b9d1b871.tar.gz cpython-4d81ac9ca80c301315d692a43e11afd5b9d1b871.tar.bz2 |
Update PSF copyright year to 2005.
Diffstat (limited to 'PC/python_nt.rc')
-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 4630417..91e373f 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-2004 Python Software Foundation. Copyright © 2000 BeOpen.com. Copyright © 1995-2001 CNRI. Copyright © 1991-1995 SMC.\0" + VALUE "LegalCopyright", "Copyright © 2001-2005 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 |