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 | fa10ae097855c5bf927414fce2cc12aee3cdcc98 (patch) | |
tree | ee13b49a3734afee86a57e6477f535f311f36510 /PC | |
parent | 3f48ac98c04fc17f12c63dcf593dd0c19379c7df (diff) | |
download | cpython-fa10ae097855c5bf927414fce2cc12aee3cdcc98.zip cpython-fa10ae097855c5bf927414fce2cc12aee3cdcc98.tar.gz cpython-fa10ae097855c5bf927414fce2cc12aee3cdcc98.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 199533c..52bf823 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-2013 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 |