diff options
author | Benjamin Peterson <benjamin@python.org> | 2013-10-31 01:21:06 -0400 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2013-10-31 01:21:06 -0400 |
commit | 472805df59d4f046d5bc8a10253914e2729428df (patch) | |
tree | 6bd6211f9107e0d204ea60d4f17fccfb9f0aa04d | |
parent | 5605613f9c8743d517a9322d697d3433a6885273 (diff) | |
parent | 7f69dcac166abc21dc762e07fdf6a338520ee2e6 (diff) | |
download | cpython-git-472805df59d4f046d5bc8a10253914e2729428df.tar.gz |
merge 3.3
-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 2d26787dfb..2b19622d43 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\ |