Welcome to the UTF-8 world.

This commit is contained in:
Florent Xicluna 2010-09-03 23:47:32 +00:00
parent 0b37b333a8
commit c934f32e0a
18 changed files with 18 additions and 18 deletions

View file

@ -1,6 +1,6 @@
/* cache .c - a LRU cache /* 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. * This file is part of pysqlite.
* *

View file

@ -1,6 +1,6 @@
/* 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.
* *

View file

@ -1,6 +1,6 @@
/* connection.c - the connection type /* 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. * This file is part of pysqlite.
* *

View file

@ -1,6 +1,6 @@
/* 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.
* *

View file

@ -1,6 +1,6 @@
/* cursor.h - definitions for the cursor type /* 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. * This file is part of pysqlite.
* *

View file

@ -1,6 +1,6 @@
/* module.c - the module itself /* 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. * This file is part of pysqlite.
* *

View file

@ -1,6 +1,6 @@
/* 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.
* *

View file

@ -1,6 +1,6 @@
/* 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 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.
* *

View file

@ -1,6 +1,6 @@
/* 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.
* *

View file

@ -1,6 +1,6 @@
/* row.c - an enhanced tuple for database rows /* 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. * This file is part of pysqlite.
* *

View file

@ -1,6 +1,6 @@
/* 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.
* *

View file

@ -1,6 +1,6 @@
/* 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.
* *

View file

@ -1,6 +1,6 @@
/* statement.c - the statement type /* 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. * This file is part of pysqlite.
* *

View file

@ -1,6 +1,6 @@
/* 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.
* *

View file

@ -1,6 +1,6 @@
/* util.c - various utility functions /* 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. * This file is part of pysqlite.
* *

View file

@ -1,6 +1,6 @@
/* 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.
* *

View file

@ -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. Löwis (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.

View file

@ -1,5 +1,5 @@
/* Helper library for MSI creation with Python. /* 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. * Licensed to PSF under a contributor agreement.
*/ */