diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-01-01 04:02:22 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-01-01 04:02:22 (GMT) |
commit | 1aeb8cfcfd2981fe33b0ebccfc547a66117c5775 (patch) | |
tree | 5498d1f843bb69178250e14004e67b7c8283e7e2 /PC | |
parent | 22d9ee7e177bb0fcb514e898daaec98907ebde0c (diff) | |
download | cpython-1aeb8cfcfd2981fe33b0ebccfc547a66117c5775.zip cpython-1aeb8cfcfd2981fe33b0ebccfc547a66117c5775.tar.gz cpython-1aeb8cfcfd2981fe33b0ebccfc547a66117c5775.tar.bz2 |
update copyright year
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 e132837..3f55723 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-2008 Python Software Foundation. Copyright © 2000 BeOpen.com. Copyright © 1995-2001 CNRI. Copyright © 1991-1995 SMC.\0" + VALUE "LegalCopyright", "Copyright © 2001-2014 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 |