summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-10-31 05:21:06 (GMT)
committerBenjamin Peterson <benjamin@python.org>2013-10-31 05:21:06 (GMT)
commit472805df59d4f046d5bc8a10253914e2729428df (patch)
tree6bd6211f9107e0d204ea60d4f17fccfb9f0aa04d /Python
parent5605613f9c8743d517a9322d697d3433a6885273 (diff)
parent7f69dcac166abc21dc762e07fdf6a338520ee2e6 (diff)
downloadcpython-472805df59d4f046d5bc8a10253914e2729428df.zip
cpython-472805df59d4f046d5bc8a10253914e2729428df.tar.gz
cpython-472805df59d4f046d5bc8a10253914e2729428df.tar.bz2
merge 3.3
Diffstat (limited to 'Python')
-rw-r--r--Python/getcopyright.c2
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\