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
commitf125bf5f94ece89b42196ec08339a750e0eb3de6 (patch)
treec3a0d45a2015275de779bb1717e0b2f23a66bb52 /Python/getcopyright.c
parent6c8850d94d9d7cdfc66de8e3769898257c1c7500 (diff)
downloadcpython-git-f125bf5f94ece89b42196ec08339a750e0eb3de6.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;
}