summaryrefslogtreecommitdiffstats
path: root/Modules/_sqlite/statement.h
diff options
context:
space:
mode:
authorGerhard Häring <gh@ghaering.de>2010-03-05 09:12:37 (GMT)
committerGerhard Häring <gh@ghaering.de>2010-03-05 09:12:37 (GMT)
commit3bbb67273a8c146a38de91080a37e716e2699622 (patch)
tree19a3d1e79cb51cc42760af73724c4f4615d4c21c /Modules/_sqlite/statement.h
parent2bb66e03b72ae5a0468dab0b7020316f31c8cfdf (diff)
downloadcpython-3bbb67273a8c146a38de91080a37e716e2699622.zip
cpython-3bbb67273a8c146a38de91080a37e716e2699622.tar.gz
cpython-3bbb67273a8c146a38de91080a37e716e2699622.tar.bz2
Merged code from pysqlite 2.6.0.
Diffstat (limited to 'Modules/_sqlite/statement.h')
-rw-r--r--Modules/_sqlite/statement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_sqlite/statement.h b/Modules/_sqlite/statement.h
index bfa2091..05fd5ff 100644
--- a/Modules/_sqlite/statement.h
+++ b/Modules/_sqlite/statement.h
@@ -1,6 +1,6 @@
/* statement.h - definitions for the statement type
*
- * Copyright (C) 2005-2007 Gerhard Häring <gh@ghaering.de>
+ * Copyright (C) 2005-2010 Gerhard Häring <gh@ghaering.de>
*
* This file is part of pysqlite.
*