diff options
author | Georg Brandl <georg@python.org> | 2014-10-04 14:16:59 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-10-04 14:16:59 +0200 |
commit | 04fd17267f90bdae8745ce87a6adf03df8e7ea2f (patch) | |
tree | 3593994accb161cbab2a59c14ba3d8b01f6e7333 /Python/getcopyright.c | |
parent | 56f4041ade0d597a2da5ff13bb5787db5ba5e03c (diff) | |
download | cpython-04fd17267f90bdae8745ce87a6adf03df8e7ea2f.tar.gz |
Copyright year update, add version to licenses.v3.2.6rc1
Diffstat (limited to 'Python/getcopyright.c')
-rw-r--r-- | Python/getcopyright.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/getcopyright.c b/Python/getcopyright.c index 218d55f6ed..d9da116e46 100644 --- a/Python/getcopyright.c +++ b/Python/getcopyright.c @@ -4,7 +4,7 @@ static char cprt[] = "\ -Copyright (c) 2001-2013 Python Software Foundation.\n\ +Copyright (c) 2001-2014 Python Software Foundation.\n\ All Rights Reserved.\n\ \n\ Copyright (c) 2000 BeOpen.com.\n\ |