aboutsummaryrefslogtreecommitdiff
path: root/PC
diff options
context:
space:
mode:
authorTrent Mick <trentm@activestate.com>2005-02-09 21:03:47 +0000
committerTrent Mick <trentm@activestate.com>2005-02-09 21:03:47 +0000
commit4d81ac9ca80c301315d692a43e11afd5b9d1b871 (patch)
treeceb68f792b9e66b2afcad258c5d338aa7a98edae /PC
parentConvert splitlines to for-loop (handles case where input does not have a trai... (diff)
downloadcpython-4d81ac9ca80c301315d692a43e11afd5b9d1b871.tar.gz
cpython-4d81ac9ca80c301315d692a43e11afd5b9d1b871.tar.bz2
cpython-4d81ac9ca80c301315d692a43e11afd5b9d1b871.zip
Update PSF copyright year to 2005.
Diffstat (limited to 'PC')
-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 463041760ff..91e373ff8e0 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