Skip to content

Commit c934f32

Browse files
committed
Welcome to the UTF-8 world.
1 parent 0b37b33 commit c934f32

File tree

18 files changed

+18
-18
lines changed

18 files changed

+18
-18
lines changed

Modules/_sqlite/cache.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
*

Modules/_sqlite/cache.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
*

Modules/_sqlite/connection.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
*

Modules/_sqlite/connection.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
*

Modules/_sqlite/cursor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
*

Modules/_sqlite/module.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
*

Modules/_sqlite/module.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
*

Modules/_sqlite/prepare_protocol.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
*

Modules/_sqlite/prepare_protocol.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
*

Modules/_sqlite/row.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
*

0 commit comments

Comments
 (0)