diff options
author | Barry Warsaw <barry@python.org> | 2013-09-30 20:37:45 -0400 |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2013-09-30 20:37:45 -0400 |
commit | 9bf51fefd011de3a439b7553e65a759c4469285d (patch) | |
tree | 9e4b0fb4bf403a18bb607902b3c82ddad589a7ed /Python/getcopyright.c | |
parent | be1950d059f1959184a7a327ab5b1a18e8bd0f07 (diff) | |
download | cpython-git-9bf51fefd011de3a439b7553e65a759c4469285d.tar.gz |
Bump copyright years.v2.6.9rc1
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 d91a879ae3..4f2009deea 100644 --- a/Python/getcopyright.c +++ b/Python/getcopyright.c @@ -4,7 +4,7 @@ static char cprt[] = "\ -Copyright (c) 2001-2012 Python Software Foundation.\n\ +Copyright (c) 2001-2013 Python Software Foundation.\n\ All Rights Reserved.\n\ \n\ Copyright (c) 2000 BeOpen.com.\n\ |