From fff9021f75b21658dab0ab530675c9f54b94db77 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 31 Jul 2010 09:01:16 +0000 Subject: Update copyright years and add releases to release list. Also update Sphinx version number. --- Python/getcopyright.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Python/getcopyright.c') diff --git a/Python/getcopyright.c b/Python/getcopyright.c index a5e7fa6396..43a0293885 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-2010 Python Software Foundation.\n\ All Rights Reserved.\n\ -- cgit v1.2.1