diff options
author | Georg Brandl <georg@python.org> | 2012-03-04 16:26:19 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-03-04 16:26:19 +0100 |
commit | d7db95dd1faddb29bc844fc836938c98642579ea (patch) | |
tree | 7dfa6a862364b35f5321b15676b6c58b8756df3f /Python/getcopyright.c | |
parent | 45d47fb0417cf461f1e083f973223c953804ff41 (diff) | |
download | cpython-d7db95dd1faddb29bc844fc836938c98642579ea.tar.gz |
Update copyright years and version name.v3.3.0a1
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 d1e2578747..d83c6da1a2 100644 --- a/Python/getcopyright.c +++ b/Python/getcopyright.c @@ -19,5 +19,5 @@ All Rights Reserved."; const char * Py_GetCopyright(void) { - return cprt; + return cprt; } |