diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2011-03-27 21:07:13 +0200 |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2011-03-27 21:07:13 +0200 |
commit | e5b28bc7ccd71ef30cfee95b1ead7c91c2fdaa8d (patch) | |
tree | 79ab2a4bb7ab2bf8b9bf81c9f47c747f84fb2c53 /Python/getcopyright.c | |
parent | 54cb78fb908fc53f67a06d99d91543444e855608 (diff) | |
parent | b7a14bffd1a15ac4255bbdba80a362eb38cf9188 (diff) | |
download | cpython-e5b28bc7ccd71ef30cfee95b1ead7c91c2fdaa8d.tar.gz |
merge #11696
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 824c7b1c82..1388f2c98c 100644 --- a/Python/getcopyright.c +++ b/Python/getcopyright.c @@ -2,7 +2,7 @@ #include "Python.h" -static char cprt[] = +static char cprt[] = "\ Copyright (c) 2001-2011 Python Software Foundation.\n\ All Rights Reserved.\n\ |