From f9cee224461273307ca9f8a0e690a527496534ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerhard=20H=C3=A4ring?= Date: Fri, 5 Mar 2010 15:20:03 +0000 Subject: Merged new pysqlite version 2.6.0 from trunk. --- Modules/_sqlite/module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Modules/_sqlite/module.c') diff --git a/Modules/_sqlite/module.c b/Modules/_sqlite/module.c index 8e546993e6..ebe60191b0 100644 --- a/Modules/_sqlite/module.c +++ b/Modules/_sqlite/module.c @@ -1,6 +1,6 @@ /* module.c - the module itself * - * Copyright (C) 2004-2007 Gerhard Häring + * Copyright (C) 2004-2010 Gerhard Häring * * This file is part of pysqlite. * -- cgit v1.2.1