Commit c934f32e authored by Florent Xicluna's avatar Florent Xicluna

Welcome to the UTF-8 world.

parent 0b37b333
/* cache .c - a LRU cache /* cache .c - a LRU cache
* *
* Copyright (C) 2004-2010 Gerhard Hring <gh@ghaering.de> * Copyright (C) 2004-2010 Gerhard Häring <gh@ghaering.de>
* *
* This file is part of pysqlite. * This file is part of pysqlite.
* *
......
/* cache.h - definitions for the LRU cache /* 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. * This file is part of pysqlite.
* *
......
/* connection.c - the connection type /* connection.c - the connection type
* *
* Copyright (C) 2004-2010 Gerhard Hring <gh@ghaering.de> * Copyright (C) 2004-2010 Gerhard Häring <gh@ghaering.de>
* *
* This file is part of pysqlite. * This file is part of pysqlite.
* *
......
/* connection.h - definitions for the connection type /* 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. * This file is part of pysqlite.
* *
......
/* cursor.h - definitions for the cursor type /* cursor.h - definitions for the cursor type
* *
* Copyright (C) 2004-2010 Gerhard Hring <gh@ghaering.de> * Copyright (C) 2004-2010 Gerhard Häring <gh@ghaering.de>
* *
* This file is part of pysqlite. * This file is part of pysqlite.
* *
......
/* module.c - the module itself /* module.c - the module itself
* *
* Copyright (C) 2004-2010 Gerhard Hring <gh@ghaering.de> * Copyright (C) 2004-2010 Gerhard Häring <gh@ghaering.de>
* *
* This file is part of pysqlite. * This file is part of pysqlite.
* *
......
/* module.h - definitions for the module /* 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. * This file is part of pysqlite.
* *
......
/* prepare_protocol.c - the protocol for preparing values for SQLite /* prepare_protocol.c - the protocol for preparing values for SQLite
* *
* Copyright (C) 2005-2010 Gerhard Hring <gh@ghaering.de> * Copyright (C) 2005-2010 Gerhard Häring <gh@ghaering.de>
* *
* This file is part of pysqlite. * This file is part of pysqlite.
* *
......
/* prepare_protocol.h - the protocol for preparing values for SQLite /* 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. * This file is part of pysqlite.
* *
......
/* row.c - an enhanced tuple for database rows /* row.c - an enhanced tuple for database rows
* *
* Copyright (C) 2005-2010 Gerhard Hring <gh@ghaering.de> * Copyright (C) 2005-2010 Gerhard Häring <gh@ghaering.de>
* *
* This file is part of pysqlite. * This file is part of pysqlite.
* *
......
/* row.h - an enhanced tuple for database rows /* 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. * This file is part of pysqlite.
* *
......
/* sqlitecompat.h - compatibility macros /* 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. * This file is part of pysqlite.
* *
......
/* statement.c - the statement type /* statement.c - the statement type
* *
* Copyright (C) 2005-2010 Gerhard Hring <gh@ghaering.de> * Copyright (C) 2005-2010 Gerhard Häring <gh@ghaering.de>
* *
* This file is part of pysqlite. * This file is part of pysqlite.
* *
......
/* statement.h - definitions for the statement type /* 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. * This file is part of pysqlite.
* *
......
/* util.c - various utility functions /* util.c - various utility functions
* *
* Copyright (C) 2005-2010 Gerhard Hring <gh@ghaering.de> * Copyright (C) 2005-2010 Gerhard Häring <gh@ghaering.de>
* *
* This file is part of pysqlite. * This file is part of pysqlite.
* *
......
/* util.h - various utility functions /* 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. * This file is part of pysqlite.
* *
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
Written by Marc-Andre Lemburg (mal@lemburg.com). Written by Marc-Andre Lemburg (mal@lemburg.com).
Modified for Python 2.0 by Fredrik Lundh (fredrik@pythonware.com) Modified for Python 2.0 by Fredrik Lundh (fredrik@pythonware.com)
Modified by Martin v. Lwis (martin@v.loewis.de) Modified by Martin v. Löwis (martin@v.loewis.de)
Copyright (c) Corporation for National Research Initiatives. Copyright (c) Corporation for National Research Initiatives.
......
/* Helper library for MSI creation with Python. /* Helper library for MSI creation with Python.
* Copyright (C) 2005 Martin v. Lwis * Copyright (C) 2005 Martin v. Löwis
* Licensed to PSF under a contributor agreement. * Licensed to PSF under a contributor agreement.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment