summaryrefslogtreecommitdiff
path: root/Python/getcopyright.c
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-03-04 16:26:19 +0100
committerGeorg Brandl <georg@python.org>2012-03-04 16:26:19 +0100
commitd7db95dd1faddb29bc844fc836938c98642579ea (patch)
tree7dfa6a862364b35f5321b15676b6c58b8756df3f /Python/getcopyright.c
parent45d47fb0417cf461f1e083f973223c953804ff41 (diff)
downloadcpython-d7db95dd1faddb29bc844fc836938c98642579ea.tar.gz
Update copyright years and version name.v3.3.0a1
Diffstat (limited to 'Python/getcopyright.c')
-rw-r--r--Python/getcopyright.c2
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;
}