]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Welcome to the UTF-8 world.
authorFlorent Xicluna <florent.xicluna@gmail.com>
Fri, 3 Sep 2010 23:47:32 +0000 (23:47 +0000)
committerFlorent Xicluna <florent.xicluna@gmail.com>
Fri, 3 Sep 2010 23:47:32 +0000 (23:47 +0000)
18 files changed:
Modules/_sqlite/cache.c
Modules/_sqlite/cache.h
Modules/_sqlite/connection.c
Modules/_sqlite/connection.h
Modules/_sqlite/cursor.h
Modules/_sqlite/module.c
Modules/_sqlite/module.h
Modules/_sqlite/prepare_protocol.c
Modules/_sqlite/prepare_protocol.h
Modules/_sqlite/row.c
Modules/_sqlite/row.h
Modules/_sqlite/sqlitecompat.h
Modules/_sqlite/statement.c
Modules/_sqlite/statement.h
Modules/_sqlite/util.c
Modules/_sqlite/util.h
Modules/unicodedata.c
PC/_msi.c

index f20b9f899dab9b8d0492e7d6aa68e878c48d6601..735a2426ccf1f488a888b6996e77e1bd9fc5d62c 100644 (file)
@@ -1,6 +1,6 @@
 /* cache .c - a LRU cache
  *
- * Copyright (C) 2004-2010 Gerhard Häring <gh@ghaering.de>
+ * Copyright (C) 2004-2010 Gerhard Häring <gh@ghaering.de>
  *
  * This file is part of pysqlite.
  *
index b09517c1513753b38bb3b93d8f1bcc50f9d21c7e..a133903961dae8b144942eb407cda67952879335 100644 (file)
@@ -1,6 +1,6 @@
 /* cache.h - definitions for the LRU cache
  *
- * Copyright (C) 2004-2010 Gerhard Häring <gh@ghaering.de>
+ * Copyright (C) 2004-2010 Gerhard Häring <gh@ghaering.de>
  *
  * This file is part of pysqlite.
  *
index 8bfc9ba65681ecd1c32b0d266a4a25635d2e8840..e4969e36a347e78003cd1e13c038f086f10ef533 100644 (file)
@@ -1,6 +1,6 @@
 /* connection.c - the connection type
  *
- * Copyright (C) 2004-2010 Gerhard Häring <gh@ghaering.de>
+ * Copyright (C) 2004-2010 Gerhard Häring <gh@ghaering.de>
  *
  * This file is part of pysqlite.
  *
index 4075a8d03ac6c065b50db0e098da5a7f595f94ef..58c73971f924919b0987e2a46290853024492feb 100644 (file)
@@ -1,6 +1,6 @@
 /* connection.h - definitions for the connection type
  *
- * Copyright (C) 2004-2010 Gerhard Häring <gh@ghaering.de>
+ * Copyright (C) 2004-2010 Gerhard Häring <gh@ghaering.de>
  *
  * This file is part of pysqlite.
  *
index 82f5972a273ec37721be3e4211e8857300ddfc77..5d8b5c160d5fd63ec880f9188b482e2b8da2ca04 100644 (file)
@@ -1,6 +1,6 @@
 /* cursor.h - definitions for the cursor type
  *
- * Copyright (C) 2004-2010 Gerhard Häring <gh@ghaering.de>
+ * Copyright (C) 2004-2010 Gerhard Häring <gh@ghaering.de>
  *
  * This file is part of pysqlite.
  *
index db55eaaeda7c6cc1a96e0d9c0d18992e9a23d110..3292daee83fe7195a1e5e4a8a8c5da548b855777 100644 (file)
@@ -1,6 +1,6 @@
 /* module.c - the module itself
  *
- * Copyright (C) 2004-2010 Gerhard Häring <gh@ghaering.de>
+ * Copyright (C) 2004-2010 Gerhard Häring <gh@ghaering.de>
  *
  * This file is part of pysqlite.
  *
index 8d17d6173f0dec43865eb26058d130f4744ece27..0eddb679483062dad0940776a0c9dd2228cb9205 100644 (file)
@@ -1,6 +1,6 @@
 /* module.h - definitions for the module
  *
- * Copyright (C) 2004-2010 Gerhard Häring <gh@ghaering.de>
+ * Copyright (C) 2004-2010 Gerhard Häring <gh@ghaering.de>
  *
  * This file is part of pysqlite.
  *
index 89f750f880eefaee090b6d7acea58497d436360a..fc6887445e8679d16bcee1004bfa1fe74a46ab60 100644 (file)
@@ -1,6 +1,6 @@
 /* prepare_protocol.c - the protocol for preparing values for SQLite
  *
- * Copyright (C) 2005-2010 Gerhard Häring <gh@ghaering.de>
+ * Copyright (C) 2005-2010 Gerhard Häring <gh@ghaering.de>
  *
  * This file is part of pysqlite.
  *
index 1cdf7086eb42cc0245c4c8781ac5c8177f4a95ba..924e16223acf57379e3cb124c3a664df41058317 100644 (file)
@@ -1,6 +1,6 @@
 /* prepare_protocol.h - the protocol for preparing values for SQLite
  *
- * Copyright (C) 2005-2010 Gerhard Häring <gh@ghaering.de>
+ * Copyright (C) 2005-2010 Gerhard Häring <gh@ghaering.de>
  *
  * This file is part of pysqlite.
  *
index 54a89e11d98474f460dea7633d834d33a879f91e..3decb8d5e6f9426c4551764664a4794abd732e2b 100644 (file)
@@ -1,6 +1,6 @@
 /* row.c - an enhanced tuple for database rows
  *
- * Copyright (C) 2005-2010 Gerhard Häring <gh@ghaering.de>
+ * Copyright (C) 2005-2010 Gerhard Häring <gh@ghaering.de>
  *
  * This file is part of pysqlite.
  *
index dd9b0c3c6fb660ba7bf91e0f16ce3773c7a40c50..d014109032ad827e269c76c2238a1d75a97e54ba 100644 (file)
@@ -1,6 +1,6 @@
 /* row.h - an enhanced tuple for database rows
  *
- * Copyright (C) 2005-2010 Gerhard Häring <gh@ghaering.de>
+ * Copyright (C) 2005-2010 Gerhard Häring <gh@ghaering.de>
  *
  * This file is part of pysqlite.
  *
index 3408fc2119acd78bca14ae2d143a93ef2707bbbc..cf20f16f654842503e78e55615400a0a6a5ddb52 100644 (file)
@@ -1,6 +1,6 @@
 /* sqlitecompat.h - compatibility macros
  *
- * Copyright (C) 2006-2010 Gerhard Häring <gh@ghaering.de>
+ * Copyright (C) 2006-2010 Gerhard Häring <gh@ghaering.de>
  *
  * This file is part of pysqlite.
  *
index c04029003cb629ebd0dfd38eb7be81baeb13e381..f89fc9abf197eb6363199d44a44bd00b1d16c000 100644 (file)
@@ -1,6 +1,6 @@
 /* statement.c - the statement type
  *
- * Copyright (C) 2005-2010 Gerhard Häring <gh@ghaering.de>
+ * Copyright (C) 2005-2010 Gerhard Häring <gh@ghaering.de>
  *
  * This file is part of pysqlite.
  *
index 05fd5ff3d868c7bb69ed9d6b4d568b2b08ec935a..e5da42e7d83dfa9dafba7ad536229873a9763ef7 100644 (file)
@@ -1,6 +1,6 @@
 /* statement.h - definitions for the statement type
  *
- * Copyright (C) 2005-2010 Gerhard Häring <gh@ghaering.de>
+ * Copyright (C) 2005-2010 Gerhard Häring <gh@ghaering.de>
  *
  * This file is part of pysqlite.
  *
index 6b57b763ddbf4c0d8104744ce39a6f96f909c529..b7faae867e8d8f701f8f0a8f61541a241b965e9a 100644 (file)
@@ -1,6 +1,6 @@
 /* util.c - various utility functions
  *
- * Copyright (C) 2005-2010 Gerhard Häring <gh@ghaering.de>
+ * Copyright (C) 2005-2010 Gerhard Häring <gh@ghaering.de>
  *
  * This file is part of pysqlite.
  *
index 42690032a70897d99841648df73d9f080bb8340d..baf405c34053ff278fd13c99951f01a6ba3424fc 100644 (file)
@@ -1,6 +1,6 @@
 /* util.h - various utility functions
  *
- * Copyright (C) 2005-2010 Gerhard Häring <gh@ghaering.de>
+ * Copyright (C) 2005-2010 Gerhard Häring <gh@ghaering.de>
  *
  * This file is part of pysqlite.
  *
index 538c8ca8ed965f3d54a8547a60445807c6faaa5e..2926c35ba11348bade4f7dddd4ad397db67be7f5 100644 (file)
@@ -6,7 +6,7 @@
 
    Written by Marc-Andre Lemburg (mal@lemburg.com).
    Modified for Python 2.0 by Fredrik Lundh (fredrik@pythonware.com)
-   Modified by Martin v. Löwis (martin@v.loewis.de)
+   Modified by Martin v. Löwis (martin@v.loewis.de)
 
    Copyright (c) Corporation for National Research Initiatives.
 
index 26f3f33421c645e99ced7f017b60babf1a798e06..d4d8483115f464fb9b46d5fa88784053cb98176d 100644 (file)
--- a/PC/_msi.c
+++ b/PC/_msi.c
@@ -1,5 +1,5 @@
 /* Helper library for MSI creation with Python.
- * Copyright (C) 2005 Martin v. Löwis
+ * Copyright (C) 2005 Martin v. Löwis
  * Licensed to PSF under a contributor agreement.
  */