diff options
author | Benjamin Peterson <benjamin@python.org> | 2013-10-31 05:21:06 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2013-10-31 05:21:06 (GMT) |
commit | 472805df59d4f046d5bc8a10253914e2729428df (patch) | |
tree | 6bd6211f9107e0d204ea60d4f17fccfb9f0aa04d /Python | |
parent | 5605613f9c8743d517a9322d697d3433a6885273 (diff) | |
parent | 7f69dcac166abc21dc762e07fdf6a338520ee2e6 (diff) | |
download | cpython-472805df59d4f046d5bc8a10253914e2729428df.zip cpython-472805df59d4f046d5bc8a10253914e2729428df.tar.gz cpython-472805df59d4f046d5bc8a10253914e2729428df.tar.bz2 |
merge 3.3
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 2d26787..2b19622 100644 --- a/Python/getcopyright.c +++ b/Python/getcopyright.c @@ -2,7 +2,7 @@ #include "Python.h" -static char cprt[] = +static const char cprt[] = "\ Copyright (c) 2001-2013 Python Software Foundation.\n\ All Rights Reserved.\n\ |