aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-12-31 18:09:36 -0600
committerBenjamin Peterson <benjamin@python.org>2014-12-31 18:09:36 -0600
commit47e782a67a79e7d4fdc4536c6d6935c0e3b45705 (patch)
tree98481d9566198f2f9cfec42ba78eee2389b8920c /PC/python_nt.rc
parentdelete old ftpmirror script, which now has security bugs (closes #23130) (diff)
downloadcpython-47e782a67a79e7d4fdc4536c6d6935c0e3b45705.tar.gz
cpython-47e782a67a79e7d4fdc4536c6d6935c0e3b45705.tar.bz2
cpython-47e782a67a79e7d4fdc4536c6d6935c0e3b45705.zip
update for copyright for 2015
Diffstat (limited to 'PC/python_nt.rc')
-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 3f557231191..ae160978884 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-2014 Python Software Foundation. Copyright © 2000 BeOpen.com. Copyright © 1995-2001 CNRI. Copyright © 1991-1995 SMC.\0"
+ VALUE "LegalCopyright", "Copyright © 2001-2015 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