diff options
author | Kristjan Valur Jonsson <sweskman@gmail.com> | 2011-03-30 11:24:58 +0000 |
---|---|---|
committer | Kristjan Valur Jonsson <sweskman@gmail.com> | 2011-03-30 11:24:58 +0000 |
commit | c1b1930e7591b395dee499765ec40dfb946b019c (patch) | |
tree | b4c52b0c46bc31544d6ad32ed7ff1bb501e60d80 /Python/getcopyright.c | |
parent | 6e5ebc654984fbc7db6148197a89d0e7d4cf435c (diff) | |
parent | 2bb0258a88cb339cafb87163c7194484dff0efd9 (diff) | |
download | cpython-c1b1930e7591b395dee499765ec40dfb946b019c.tar.gz |
Merge 3.1
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\ |