diff options
author | Barry Warsaw <barry@python.org> | 2012-02-23 15:59:38 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2012-02-23 15:59:38 (GMT) |
commit | 74f4bd53e03ded8408bcc2de67cf0f5a4ac5b1a1 (patch) | |
tree | 1bb11240118a8b1c2644d5823d580301777aae7a /PC | |
parent | 1fbc16d0503419161cb7bb5224ff7b9aab68828b (diff) | |
download | cpython-2.6.8rc1.zip cpython-2.6.8rc1.tar.gz cpython-2.6.8rc1.tar.bz2 |
Bump some more copyright years (as per PEP 101), since this is the firstv2.6.8rc1
release of 2.6 for 2012.
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 8cccf2d..5295610 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-2011 Python Software Foundation. Copyright © 2000 BeOpen.com. Copyright © 1995-2001 CNRI. Copyright © 1991-1995 SMC.\0" + VALUE "LegalCopyright", "Copyright © 2001-2012 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 |