File tree Expand file tree Collapse file tree 18 files changed +18
-18
lines changed
Expand file tree Collapse file tree 18 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 11/* cache .c - a LRU cache
22 *
3- * Copyright (C) 2004-2010 Gerhard Häring <gh@ghaering.de>
3+ * Copyright (C) 2004-2010 Gerhard Häring <gh@ghaering.de>
44 *
55 * This file is part of pysqlite.
66 *
Original file line number Diff line number Diff line change 11/* cache.h - definitions for the LRU cache
22 *
3- * Copyright (C) 2004-2010 Gerhard Häring <gh@ghaering.de>
3+ * Copyright (C) 2004-2010 Gerhard Häring <gh@ghaering.de>
44 *
55 * This file is part of pysqlite.
66 *
Original file line number Diff line number Diff line change 11/* connection.c - the connection type
22 *
3- * Copyright (C) 2004-2010 Gerhard Häring <gh@ghaering.de>
3+ * Copyright (C) 2004-2010 Gerhard Häring <gh@ghaering.de>
44 *
55 * This file is part of pysqlite.
66 *
Original file line number Diff line number Diff line change 11/* connection.h - definitions for the connection type
22 *
3- * Copyright (C) 2004-2010 Gerhard Häring <gh@ghaering.de>
3+ * Copyright (C) 2004-2010 Gerhard Häring <gh@ghaering.de>
44 *
55 * This file is part of pysqlite.
66 *
Original file line number Diff line number Diff line change 11/* cursor.h - definitions for the cursor type
22 *
3- * Copyright (C) 2004-2010 Gerhard Häring <gh@ghaering.de>
3+ * Copyright (C) 2004-2010 Gerhard Häring <gh@ghaering.de>
44 *
55 * This file is part of pysqlite.
66 *
Original file line number Diff line number Diff line change 11/* module.c - the module itself
22 *
3- * Copyright (C) 2004-2010 Gerhard Häring <gh@ghaering.de>
3+ * Copyright (C) 2004-2010 Gerhard Häring <gh@ghaering.de>
44 *
55 * This file is part of pysqlite.
66 *
Original file line number Diff line number Diff line change 11/* module.h - definitions for the module
22 *
3- * Copyright (C) 2004-2010 Gerhard Häring <gh@ghaering.de>
3+ * Copyright (C) 2004-2010 Gerhard Häring <gh@ghaering.de>
44 *
55 * This file is part of pysqlite.
66 *
Original file line number Diff line number Diff line change 11/* prepare_protocol.c - the protocol for preparing values for SQLite
22 *
3- * Copyright (C) 2005-2010 Gerhard Häring <gh@ghaering.de>
3+ * Copyright (C) 2005-2010 Gerhard Häring <gh@ghaering.de>
44 *
55 * This file is part of pysqlite.
66 *
Original file line number Diff line number Diff line change 11/* prepare_protocol.h - the protocol for preparing values for SQLite
22 *
3- * Copyright (C) 2005-2010 Gerhard Häring <gh@ghaering.de>
3+ * Copyright (C) 2005-2010 Gerhard Häring <gh@ghaering.de>
44 *
55 * This file is part of pysqlite.
66 *
Original file line number Diff line number Diff line change 11/* row.c - an enhanced tuple for database rows
22 *
3- * Copyright (C) 2005-2010 Gerhard Häring <gh@ghaering.de>
3+ * Copyright (C) 2005-2010 Gerhard Häring <gh@ghaering.de>
44 *
55 * This file is part of pysqlite.
66 *
You can’t perform that action at this time.
0 commit comments