diff --git a/Modules/_sqlite/cache.c b/Modules/_sqlite/cache.c index f20b9f899da..735a2426ccf 100644 --- a/Modules/_sqlite/cache.c +++ b/Modules/_sqlite/cache.c @@ -1,6 +1,6 @@ /* cache .c - a LRU cache * - * Copyright (C) 2004-2010 Gerhard Häring + * Copyright (C) 2004-2010 Gerhard Häring * * This file is part of pysqlite. * diff --git a/Modules/_sqlite/cache.h b/Modules/_sqlite/cache.h index b09517c1513..a133903961d 100644 --- a/Modules/_sqlite/cache.h +++ b/Modules/_sqlite/cache.h @@ -1,6 +1,6 @@ /* cache.h - definitions for the LRU cache * - * Copyright (C) 2004-2010 Gerhard Häring + * Copyright (C) 2004-2010 Gerhard Häring * * This file is part of pysqlite. * diff --git a/Modules/_sqlite/connection.c b/Modules/_sqlite/connection.c index 8bfc9ba6568..e4969e36a34 100644 --- a/Modules/_sqlite/connection.c +++ b/Modules/_sqlite/connection.c @@ -1,6 +1,6 @@ /* connection.c - the connection type * - * Copyright (C) 2004-2010 Gerhard Häring + * Copyright (C) 2004-2010 Gerhard Häring * * This file is part of pysqlite. * diff --git a/Modules/_sqlite/connection.h b/Modules/_sqlite/connection.h index 4075a8d03ac..58c73971f92 100644 --- a/Modules/_sqlite/connection.h +++ b/Modules/_sqlite/connection.h @@ -1,6 +1,6 @@ /* connection.h - definitions for the connection type * - * Copyright (C) 2004-2010 Gerhard Häring + * Copyright (C) 2004-2010 Gerhard Häring * * This file is part of pysqlite. * diff --git a/Modules/_sqlite/cursor.h b/Modules/_sqlite/cursor.h index 82f5972a273..5d8b5c160d5 100644 --- a/Modules/_sqlite/cursor.h +++ b/Modules/_sqlite/cursor.h @@ -1,6 +1,6 @@ /* cursor.h - definitions for the cursor type * - * Copyright (C) 2004-2010 Gerhard Häring + * Copyright (C) 2004-2010 Gerhard Häring * * This file is part of pysqlite. * diff --git a/Modules/_sqlite/module.c b/Modules/_sqlite/module.c index db55eaaeda7..3292daee83f 100644 --- a/Modules/_sqlite/module.c +++ b/Modules/_sqlite/module.c @@ -1,6 +1,6 @@ /* module.c - the module itself * - * Copyright (C) 2004-2010 Gerhard Häring + * Copyright (C) 2004-2010 Gerhard Häring * * This file is part of pysqlite. * diff --git a/Modules/_sqlite/module.h b/Modules/_sqlite/module.h index 8d17d6173f0..0eddb679483 100644 --- a/Modules/_sqlite/module.h +++ b/Modules/_sqlite/module.h @@ -1,6 +1,6 @@ /* module.h - definitions for the module * - * Copyright (C) 2004-2010 Gerhard Häring + * Copyright (C) 2004-2010 Gerhard Häring * * This file is part of pysqlite. * diff --git a/Modules/_sqlite/prepare_protocol.c b/Modules/_sqlite/prepare_protocol.c index 89f750f880e..fc6887445e8 100644 --- a/Modules/_sqlite/prepare_protocol.c +++ b/Modules/_sqlite/prepare_protocol.c @@ -1,6 +1,6 @@ /* prepare_protocol.c - the protocol for preparing values for SQLite * - * Copyright (C) 2005-2010 Gerhard Häring + * Copyright (C) 2005-2010 Gerhard Häring * * This file is part of pysqlite. * diff --git a/Modules/_sqlite/prepare_protocol.h b/Modules/_sqlite/prepare_protocol.h index 1cdf7086eb4..924e16223ac 100644 --- a/Modules/_sqlite/prepare_protocol.h +++ b/Modules/_sqlite/prepare_protocol.h @@ -1,6 +1,6 @@ /* prepare_protocol.h - the protocol for preparing values for SQLite * - * Copyright (C) 2005-2010 Gerhard Häring + * Copyright (C) 2005-2010 Gerhard Häring * * This file is part of pysqlite. * diff --git a/Modules/_sqlite/row.c b/Modules/_sqlite/row.c index 54a89e11d98..3decb8d5e6f 100644 --- a/Modules/_sqlite/row.c +++ b/Modules/_sqlite/row.c @@ -1,6 +1,6 @@ /* row.c - an enhanced tuple for database rows * - * Copyright (C) 2005-2010 Gerhard Häring + * Copyright (C) 2005-2010 Gerhard Häring * * This file is part of pysqlite. * diff --git a/Modules/_sqlite/row.h b/Modules/_sqlite/row.h index dd9b0c3c6fb..d014109032a 100644 --- a/Modules/_sqlite/row.h +++ b/Modules/_sqlite/row.h @@ -1,6 +1,6 @@ /* row.h - an enhanced tuple for database rows * - * Copyright (C) 2005-2010 Gerhard Häring + * Copyright (C) 2005-2010 Gerhard Häring * * This file is part of pysqlite. * diff --git a/Modules/_sqlite/sqlitecompat.h b/Modules/_sqlite/sqlitecompat.h index 3408fc2119a..cf20f16f654 100644 --- a/Modules/_sqlite/sqlitecompat.h +++ b/Modules/_sqlite/sqlitecompat.h @@ -1,6 +1,6 @@ /* sqlitecompat.h - compatibility macros * - * Copyright (C) 2006-2010 Gerhard Häring + * Copyright (C) 2006-2010 Gerhard Häring * * This file is part of pysqlite. * diff --git a/Modules/_sqlite/statement.c b/Modules/_sqlite/statement.c index c04029003cb..f89fc9abf19 100644 --- a/Modules/_sqlite/statement.c +++ b/Modules/_sqlite/statement.c @@ -1,6 +1,6 @@ /* statement.c - the statement type * - * Copyright (C) 2005-2010 Gerhard Häring + * Copyright (C) 2005-2010 Gerhard Häring * * This file is part of pysqlite. * diff --git a/Modules/_sqlite/statement.h b/Modules/_sqlite/statement.h index 05fd5ff3d86..e5da42e7d83 100644 --- a/Modules/_sqlite/statement.h +++ b/Modules/_sqlite/statement.h @@ -1,6 +1,6 @@ /* statement.h - definitions for the statement type * - * Copyright (C) 2005-2010 Gerhard Häring + * Copyright (C) 2005-2010 Gerhard Häring * * This file is part of pysqlite. * diff --git a/Modules/_sqlite/util.c b/Modules/_sqlite/util.c index 6b57b763ddb..b7faae867e8 100644 --- a/Modules/_sqlite/util.c +++ b/Modules/_sqlite/util.c @@ -1,6 +1,6 @@ /* util.c - various utility functions * - * Copyright (C) 2005-2010 Gerhard Häring + * Copyright (C) 2005-2010 Gerhard Häring * * This file is part of pysqlite. * diff --git a/Modules/_sqlite/util.h b/Modules/_sqlite/util.h index 42690032a70..baf405c3405 100644 --- a/Modules/_sqlite/util.h +++ b/Modules/_sqlite/util.h @@ -1,6 +1,6 @@ /* util.h - various utility functions * - * Copyright (C) 2005-2010 Gerhard Häring + * Copyright (C) 2005-2010 Gerhard Häring * * This file is part of pysqlite. * diff --git a/Modules/unicodedata.c b/Modules/unicodedata.c index 538c8ca8ed9..2926c35ba11 100644 --- a/Modules/unicodedata.c +++ b/Modules/unicodedata.c @@ -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. diff --git a/PC/_msi.c b/PC/_msi.c index 26f3f33421c..d4d8483115f 100644 --- 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. */