diff options
author | Georg Brandl <georg@python.org> | 2013-03-23 16:06:13 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-03-23 16:06:13 +0100 |
commit | 9799480cfa3cae5a0ab6fd0c279f08bf6e328953 (patch) | |
tree | e817123d2411d5577b249318485c29460a8c386d /Python | |
parent | 20bc1c00c0ef867663c4e5a68c83ccf5f44e208c (diff) | |
download | cpython-9799480cfa3cae5a0ab6fd0c279f08bf6e328953.tar.gz |
Copyright update to 2013.
Diffstat (limited to 'Python')
-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 d1e2578747..218d55f6ed 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\ |