commit e1484304eccfa26542f51f8110d7a8e78480b27e
Author: Jan Rękorajski <[email protected]>
Date: Sun Mar 18 20:41:10 2018 +0100
- fix encoding of copyright headers (patch from Debian)
- rel 9
convert-files-to-unicode.patch | 846 +++++++++++++++++++++++++++++++++++++++++
libgda5.spec | 4 +-
2 files changed, 849 insertions(+), 1 deletion(-)
---
diff --git a/libgda5.spec b/libgda5.spec
index 03af187..8f5e80c 100644
--- a/libgda5.spec
+++ b/libgda5.spec
@@ -23,7 +23,7 @@ Summary: GNU Data Access library
Summary(pl.UTF-8): Biblioteka GNU Data Access
Name: libgda5
Version: 5.2.4
-Release: 8
+Release: 9
License: LGPL v2+/GPL v2+
Group: Libraries
Source0:
http://ftp.gnome.org/pub/GNOME/sources/libgda/5.2/libgda-%{version}.tar.xz
@@ -37,6 +37,7 @@ Patch5: java-arch.patch
Patch6: java8.patch
Patch7: vapigen-detect.patch
Patch8: %{name}-sqlite.patch
+Patch9: convert-files-to-unicode.patch
URL: http://www.gnome-db.org/
%{?with_firebird:BuildRequires: Firebird-devel}
BuildRequires: autoconf >= 2.68
@@ -393,6 +394,7 @@ Narzędzia graficzne dla GDA.
%patch6 -p1
%patch7 -p1
%patch8 -p1
+%patch9 -p1
%build
# included version is bash-specific, use system file
diff --git a/convert-files-to-unicode.patch b/convert-files-to-unicode.patch
new file mode 100644
index 0000000..0d8925c
--- /dev/null
+++ b/convert-files-to-unicode.patch
@@ -0,0 +1,846 @@
+From 3188779740219cfdd7c7f0c2834001dc071f3e64 Mon Sep 17 00:00:00 2001
+From: Jan Tojnar <[email protected]>
+Date: Sun, 11 Feb 2018 10:28:21 -0500
+Subject: [PATCH] Fix encoding of copyright headers
+
+Some older files contain names in the copyright headers written in
+ISO-8859-1 instead of UTF-8. This breaks with the new glib-mkenums
+which expects a valid UTF-8 file.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=787685
+---
+ libgda-report/engine/rt-parser.h | 2 +-
+ libgda-report/gda-report-document-private.h | 2 +-
+ libgda-report/gda-report-document.h | 2 +-
+ libgda-report/libgda-report.h | 2 +-
+ libgda-ui/gdaui-easy.h | 2 +-
+ libgda-ui/libgda-ui.h | 2 +-
+ libgda-xslt/libgda-xslt.h | 2 +-
+ libgda/binreloc/gda-binreloc.h | 2 +-
+ libgda/gda-column.c | 2 +-
+ libgda/gda-column.h | 2 +-
+ libgda/gda-connection-internal.h | 2 +-
+ libgda/gda-connection-sqlite.h | 2 +-
+ libgda/gda-connection.c | 4 ++--
+ libgda/gda-connection.h | 2 +-
+ libgda/gda-data-model-array.c | 2 +-
+ libgda/gda-data-model-extra.h | 2 +-
+ libgda/gda-data-model-iter-extra.h | 2 +-
+ libgda/gda-data-model.c | 2 +-
+ libgda/gda-data-model.h | 2 +-
+ libgda/gda-init.c | 2 +-
+ libgda/gda-meta-store-extra.h | 2 +-
+ libgda/gda-meta-struct-private.h | 2 +-
+ libgda/gda-mutex.h | 2 +-
+ libgda/gda-row.c | 2 +-
+ libgda/gda-row.h | 4 ++--
+ libgda/gda-server-operation-private.h | 2 +-
+ libgda/gda-server-provider-private.h | 2 +-
+ libgda/gda-server-provider.c | 2 +-
+ libgda/gda-util.c | 2 +-
+ libgda/gda-util.h | 2 +-
+ libgda/libgda-global-variables.h | 2 +-
+ libgda/libgda.h.in | 4 ++--
+ libgda/providers-support/gda-data-select-priv.h | 2 +-
+ libgda/sql-parser/gda-sql-statement.h | 2 +-
+ libgda/sql-parser/gda-statement-struct-delete.h | 2 +-
+ libgda/sql-parser/gda-statement-struct-unknown.h | 2 +-
+ libgda/sql-parser/gda-statement-struct-util.h | 2 +-
+ libgda/sqlite/gda-sqlite-provider.c | 6 +++---
+ libgda/sqlite/gda-sqlite-provider.h | 2 +-
+ libgda/sqlite/gda-sqlite-recordset.c | 4 ++--
+ libgda/sqlite/gda-sqlite-recordset.h | 2 +-
+ libgda/sqlite/gda-sqlite-util.c | 2 +-
+ libgda/sqlite/gda-sqlite.h | 2 +-
+ libgda/sqlite/virtual/gda-vconnection-data-model-private.h | 2 +-
+ libgda/sqlite/virtual/libgda-virtual.h.in | 2 +-
+ libgda/thread-wrapper/gda-thread-provider.h | 2 +-
+ providers/bdbsql/libmain.c | 2 +-
+ providers/firebird/gda-firebird-recordset.c | 2 +-
+ providers/firebird/gda-firebird.h | 2 +-
+ providers/jdbc/gda-jdbc.h | 2 +-
+ providers/ldap/gda-ldap-provider.c | 2 +-
+ providers/ldap/gdaprov-data-model-ldap.h | 2 +-
+ providers/mdb/gda-mdb-provider.c | 4 ++--
+ providers/mdb/gda-mdb-provider.h | 2 +-
+ providers/mdb/gda-mdb.h | 2 +-
+ providers/mysql/gda-mysql-provider.c | 6 +++---
+ providers/mysql/gda-mysql-provider.h | 2 +-
+ providers/mysql/gda-mysql-recordset.c | 2 +-
+ providers/mysql/gda-mysql-recordset.h | 2 +-
+ providers/mysql/gda-mysql.h | 2 +-
+ providers/oracle/gda-oracle-recordset.c | 2 +-
+ providers/postgres/gda-postgres-provider.c | 4 ++--
+ providers/postgres/gda-postgres-recordset.c | 2 +-
+ providers/postgres/gda-postgres-recordset.h | 2 +-
+ providers/sqlcipher/libmain.c | 2 +-
+ providers/sqlite/libmain.c | 2 +-
+ tools/browser/dnd.c | 2 +-
+ 67 files changed, 77 insertions(+), 77 deletions(-)
+
+--- a/libgda-report/engine/rt-parser.h
++++ b/libgda-report/engine/rt-parser.h
+@@ -1,7 +1,7 @@
+ /*
+ * Copyright (C) 2000 Reinhard Müller <[email protected]>
+ * Copyright (C) 2000 - 2002 Rodrigo Moya <[email protected]>
+- * Copyright (C) 2001 Carlos Perell� Mar�n <[email protected]>
++ * Copyright (C) 2001 Carlos Perelló Marín <[email protected]>
+ * Copyright (C) 2001 - 2012 Vivien Malerba <[email protected]>
+ * Copyright (C) 2002 Gonzalo Paniagua Javier <[email protected]>
+ *
+--- a/libgda-report/gda-report-document-private.h
++++ b/libgda-report/gda-report-document-private.h
+@@ -1,7 +1,7 @@
+ /*
+ * Copyright (C) 2000 Reinhard Müller <[email protected]>
+ * Copyright (C) 2000 - 2002 Rodrigo Moya <[email protected]>
+- * Copyright (C) 2001 Carlos Perell� Mar�n <[email protected]>
++ * Copyright (C) 2001 Carlos Perelló Marín <[email protected]>
+ * Copyright (C) 2001 - 2011 Vivien Malerba <[email protected]>
+ * Copyright (C) 2002 Gonzalo Paniagua Javier <[email protected]>
+ *
+--- a/libgda-report/gda-report-document.h
++++ b/libgda-report/gda-report-document.h
+@@ -1,6 +1,6 @@
+ /*
+ * Copyright (C) 2001 - 2002 Rodrigo Moya <[email protected]>
+- * Copyright (C) 2002 Carlos Perell� Mar�n <[email protected]>
++ * Copyright (C) 2002 Carlos Perelló Marín <[email protected]>
+ * Copyright (C) 2002 Gonzalo Paniagua Javier <[email protected]>
+ * Copyright (C) 2003 Santi Camps <[email protected]>
+ * Copyright (C) 2003 Santi Camps Taltavull <[email protected]>
+--- a/libgda-report/libgda-report.h
++++ b/libgda-report/libgda-report.h
+@@ -1,7 +1,7 @@
+ /*
+ * Copyright (C) 2000 Reinhard Müller <[email protected]>
+ * Copyright (C) 2000 - 2002 Rodrigo Moya <[email protected]>
+- * Copyright (C) 2001 Carlos Perell� Mar�n <[email protected]>
++ * Copyright (C) 2001 Carlos Perelló Marín <[email protected]>
+ * Copyright (C) 2001 - 2011 Vivien Malerba <[email protected]>
+ * Copyright (C) 2002 Gonzalo Paniagua Javier <[email protected]>
+ *
+--- a/libgda-ui/gdaui-easy.h
++++ b/libgda-ui/gdaui-easy.h
+@@ -1,7 +1,7 @@
+ /*
+ * Copyright (C) 2000 Reinhard Müller <[email protected]>
+ * Copyright (C) 2000 - 2002 Rodrigo Moya <[email protected]>
+- * Copyright (C) 2001 Carlos Perell� Mar�n <[email protected]>
++ * Copyright (C) 2001 Carlos Perelló Marín <[email protected]>
+ * Copyright (C) 2001 - 2011 Vivien Malerba <[email protected]>
+ * Copyright (C) 2002 Gonzalo Paniagua Javier <[email protected]>
+ *
+--- a/libgda-ui/libgda-ui.h
++++ b/libgda-ui/libgda-ui.h
+@@ -1,7 +1,7 @@
+ /*
+ * Copyright (C) 2000 Reinhard Müller <[email protected]>
+ * Copyright (C) 2000 - 2002 Rodrigo Moya <[email protected]>
+- * Copyright (C) 2001 Carlos Perell� Mar�n <[email protected]>
++ * Copyright (C) 2001 Carlos Perelló Marín <[email protected]>
+ * Copyright (C) 2001 - 2011 Vivien Malerba <[email protected]>
+ * Copyright (C) 2002 Gonzalo Paniagua Javier <[email protected]>
+ *
+--- a/libgda-xslt/libgda-xslt.h
++++ b/libgda-xslt/libgda-xslt.h
+@@ -1,7 +1,7 @@
+ /*
+ * Copyright (C) 2000 Reinhard Müller <[email protected]>
+ * Copyright (C) 2000 - 2002 Rodrigo Moya <[email protected]>
+- * Copyright (C) 2001 Carlos Perell� Mar�n <[email protected]>
++ * Copyright (C) 2001 Carlos Perelló Marín <[email protected]>
+ * Copyright (C) 2001 - 2011 Vivien Malerba <[email protected]>
+ * Copyright (C) 2002 Gonzalo Paniagua Javier <[email protected]>
+ *
+--- a/libgda/binreloc/gda-binreloc.h
++++ b/libgda/binreloc/gda-binreloc.h
+@@ -1,7 +1,7 @@
+ /*
+ * Copyright (C) 2000 Reinhard Müller <[email protected]>
+ * Copyright (C) 2000 - 2002 Rodrigo Moya <[email protected]>
+- * Copyright (C) 2001 Carlos Perell� Mar�n <[email protected]>
++ * Copyright (C) 2001 Carlos Perelló Marín <[email protected]>
+ * Copyright (C) 2001 - 2011 Vivien Malerba <[email protected]>
+ * Copyright (C) 2002 Gonzalo Paniagua Javier <[email protected]>
+ *
+--- a/libgda/gda-column.c
++++ b/libgda/gda-column.c
+@@ -1,7 +1,7 @@
+ /*
+ * Copyright (C) 2005 Andrew Hill <[email protected]>
+ * Copyright (C) 2005 - 2011 Vivien Malerba <[email protected]>
+- * Copyright (C) 2005 �lvaro Pe�a <[email protected]>
++ * Copyright (C) 2005 Álvaro Peña <[email protected]>
+ * Copyright (C) 2007 - 2008 Murray Cumming <[email protected]>
+ * Copyright (C) 2008 Johannes Schmid <[email protected]>
+ * Copyright (C) 2008 Przemysław Grzegorczyk <[email protected]>
+--- a/libgda/gda-column.h
++++ b/libgda/gda-column.h
+@@ -1,6 +1,6 @@
+ /*
+ * Copyright (C) 2005 - 2011 Vivien Malerba <[email protected]>
+- * Copyright (C) 2005 �lvaro Pe�a <[email protected]>
++ * Copyright (C) 2005 Álvaro Peńa <[email protected]>
+ * Copyright (C) 2008 Przemysław Grzegorczyk <[email protected]>
+ *
+ * This library is free software; you can redistribute it and/or
+--- a/libgda/gda-connection-internal.h
++++ b/libgda/gda-connection-internal.h
+@@ -1,7 +1,7 @@
+ /*
+ * Copyright (C) 2000 Reinhard Müller <[email protected]>
+ * Copyright (C) 2000 - 2002 Rodrigo Moya <[email protected]>
+- * Copyright (C) 2001 Carlos Perell� Mar�n <[email protected]>
++ * Copyright (C) 2001 Carlos Perelló Marín <[email protected]>
+ * Copyright (C) 2001 - 2011 Vivien Malerba <[email protected]>
+ * Copyright (C) 2002 Gonzalo Paniagua Javier <[email protected]>
+ *
+--- a/libgda/gda-connection-sqlite.h
++++ b/libgda/gda-connection-sqlite.h
+@@ -1,7 +1,7 @@
+ /*
+ * Copyright (C) 2000 Reinhard Müller <[email protected]>
+ * Copyright (C) 2000 - 2002 Rodrigo Moya <[email protected]>
+- * Copyright (C) 2001 Carlos Perell� Mar�n <[email protected]>
++ * Copyright (C) 2001 Carlos Perelló Marín <[email protected]>
+ * Copyright (C) 2001 - 2011 Vivien Malerba <[email protected]>
+ * Copyright (C) 2002 Gonzalo Paniagua Javier <[email protected]>
+ *
+--- a/libgda/gda-connection.c
++++ b/libgda/gda-connection.c
+@@ -10,10 +10,10 @@
+ * Copyright (C) 2003 Paisa Seeluangsawat <[email protected]>
+ * Copyright (C) 2004 - 2005 Alan Knowles <[email protected]>
+ * Copyright (C) 2004 Dani Baeyens <[email protected]>
+- * Copyright (C) 2004 Jos� Mar�a Casanova Crespo <[email protected]>
++ * Copyright (C) 2004 José María Casanova Crespo <[email protected]>
+ * Copyright (C) 2004 Szalai Ferenc <[email protected]>
+ * Copyright (C) 2005 - 2009 Bas Driessen <[email protected]>
+- * Copyright (C) 2005 �lvaro Pe�a <[email protected]>
++ * Copyright (C) 2005 Álvaro Peña <[email protected]>
+ * Copyright (C) 2006 - 2012 Murray Cumming <[email protected]>
+ * Copyright (C) 2007 Armin Burgmeier <[email protected]>
+ * Copyright (C) 2007 Leonardo Boshell <[email protected]>
+--- a/libgda/gda-connection.h
++++ b/libgda/gda-connection.h
+@@ -6,7 +6,7 @@
+ * Copyright (C) 2002 - 2003 Gonzalo Paniagua Javier <[email protected]>
+ * Copyright (C) 2003 Filip Van Raemdonck <[email protected]>
+ * Copyright (C) 2004 - 2005 Alan Knowles <[email protected]>
+- * Copyright (C) 2004 Jos� Mar�a Casanova Crespo <[email protected]>
++ * Copyright (C) 2004 José María Casanova Crespo <[email protected]>
+ * Copyright (C) 2005 - 2009 Bas Driessen <[email protected]>
+ * Copyright (C) 2006 - 2008 Murray Cumming <[email protected]>
+ * Copyright (C) 2007 Leonardo Boshell <[email protected]>
+--- a/libgda/gda-data-model-array.c
++++ b/libgda/gda-data-model-array.c
+@@ -6,7 +6,7 @@
+ * Copyright (C) 2004 Szalai Ferenc <[email protected]>
+ * Copyright (C) 2005 Bas Driessen <[email protected]>
+ * Copyright (C) 2005 - 2012 Vivien Malerba <[email protected]>
+- * Copyright (C) 2005 �lvaro Pe�a <[email protected]>
++ * Copyright (C) 2005 Álvaro Peña <[email protected]>
+ * Copyright (C) 2006 - 2008 Murray Cumming <[email protected]>
+ * Copyright (C) 2008 Phil Longstaff <[email protected]>
+ * Copyright (C) 2008 Przemysław Grzegorczyk <[email protected]>
+--- a/libgda/gda-data-model-extra.h
++++ b/libgda/gda-data-model-extra.h
+@@ -1,5 +1,5 @@
+ /*
+- * Copyright (C) 2001 Carlos Perell� Mar�n <[email protected]>
++ * Copyright (C) 2001 Carlos Perelló Marín <[email protected]>
+ * Copyright (C) 2001 - 2003 Rodrigo Moya <[email protected]>
+ * Copyright (C) 2001 - 2011 Vivien Malerba <[email protected]>
+ * Copyright (C) 2002 - 2003 Gonzalo Paniagua Javier <[email protected]>
+--- a/libgda/gda-data-model-iter-extra.h
++++ b/libgda/gda-data-model-iter-extra.h
+@@ -1,7 +1,7 @@
+ /*
+ * Copyright (C) 2000 Reinhard Müller <[email protected]>
+ * Copyright (C) 2000 - 2002 Rodrigo Moya <[email protected]>
+- * Copyright (C) 2001 Carlos Perell� Mar�n <[email protected]>
++ * Copyright (C) 2001 Carlos Perelló Marín <[email protected]>
+ * Copyright (C) 2001 - 2011 Vivien Malerba <[email protected]>
+ * Copyright (C) 2002 Gonzalo Paniagua Javier <[email protected]>
+ *
+--- a/libgda/gda-data-model.c
++++ b/libgda/gda-data-model.c
+@@ -7,7 +7,7 @@
+ * Copyright (C) 2003 Philippe CHARLIER <[email protected]>
+ * Copyright (C) 2004 Dani Baeyens <[email protected]>
+ * Copyright (C) 2004 Szalai Ferenc <[email protected]>
+- * Copyright (C) 2004 - 2005 �lvaro Pe�a <[email protected]>
++ * Copyright (C) 2004 - 2005 Álvaro Peña <[email protected]>
+ * Copyright (C) 2005 - 2009 Bas Driessen <[email protected]>
+ * Copyright (C) 2005 Dan Winship <[email protected]>
+ * Copyright (C) 2005 Stanislav Brabec <[email protected]>
+--- a/libgda/gda-data-model.h
++++ b/libgda/gda-data-model.h
+@@ -4,7 +4,7 @@
+ * Copyright (C) 2003 Laurent Sansonetti <[email protected]>
+ * Copyright (C) 2005 Dan Winship <[email protected]>
+ * Copyright (C) 2005 - 2012 Vivien Malerba <[email protected]>
+- * Copyright (C) 2005 �lvaro Pe�a <[email protected]>
++ * Copyright (C) 2005 Álvaro Peña <[email protected]>
+ * Copyright (C) 2007 Murray Cumming <[email protected]>
+ * Copyright (C) 2011 Daniel Espinosa <[email protected]>
+ *
+--- a/libgda/gda-init.c
++++ b/libgda/gda-init.c
+@@ -1,7 +1,7 @@
+ /*
+ * Copyright (C) 2000 Reinhard Müller <[email protected]>
+ * Copyright (C) 2000 - 2002 Rodrigo Moya <[email protected]>
+- * Copyright (C) 2001 Carlos Perell� Mar�n <[email protected]>
++ * Copyright (C) 2001 Carlos Perelló Marín <[email protected]>
+ * Copyright (C) 2001 - 2011 Vivien Malerba <[email protected]>
+ * Copyright (C) 2002 Andrew Hill <[email protected]>
+ * Copyright (C) 2002 - 2003 Gonzalo Paniagua Javier <[email protected]>
+--- a/libgda/gda-meta-store-extra.h
++++ b/libgda/gda-meta-store-extra.h
+@@ -1,7 +1,7 @@
+ /*
+ * Copyright (C) 2000 Reinhard Müller <[email protected]>
+ * Copyright (C) 2000 - 2002 Rodrigo Moya <[email protected]>
+- * Copyright (C) 2001 Carlos Perell� Mar�n <[email protected]>
++ * Copyright (C) 2001 Carlos Perelló Marín <[email protected]>
+ * Copyright (C) 2001 - 2011 Vivien Malerba <[email protected]>
+ * Copyright (C) 2002 Gonzalo Paniagua Javier <[email protected]>
+ *
+--- a/libgda/gda-meta-struct-private.h
++++ b/libgda/gda-meta-struct-private.h
+@@ -1,7 +1,7 @@
+ /*
+ * Copyright (C) 2000 Reinhard Müller <[email protected]>
+ * Copyright (C) 2000 - 2002 Rodrigo Moya <[email protected]>
+- * Copyright (C) 2001 Carlos Perell� Mar�n <[email protected]>
++ * Copyright (C) 2001 Carlos Perelló Marín <[email protected]>
+ * Copyright (C) 2001 - 2011 Vivien Malerba <[email protected]>
+ * Copyright (C) 2002 Gonzalo Paniagua Javier <[email protected]>
+ *
+--- a/libgda/gda-mutex.h
++++ b/libgda/gda-mutex.h
+@@ -1,7 +1,7 @@
+ /*
+ * Copyright (C) 2000 Reinhard Müller <[email protected]>
+ * Copyright (C) 2000 - 2002 Rodrigo Moya <[email protected]>
+- * Copyright (C) 2001 Carlos Perell� Mar�n <[email protected]>
++ * Copyright (C) 2001 Carlos Perelló Marín <[email protected]>
+ * Copyright (C) 2001 - 2013 Vivien Malerba <[email protected]>
+ * Copyright (C) 2002 Gonzalo Paniagua Javier <[email protected]>
+ *
+--- a/libgda/gda-row.c
++++ b/libgda/gda-row.c
+@@ -4,7 +4,7 @@
+ * Copyright (C) 2002 Gonzalo Paniagua Javier <[email protected]>
+ * Copyright (C) 2003 Laurent Sansonetti <[email protected]>
+ * Copyright (C) 2003 Paisa Seeluangsawat <[email protected]>
+- * Copyright (C) 2003 Xabier Rodr�guez Calvar <[email protected]>
++ * Copyright (C) 2003 Xabier Rodríguez Calvar <[email protected]>
+ * Copyright (C) 2004 Paisa Seeluangsawat <[email protected]>
+ * Copyright (C) 2004 Szalai Ferenc <[email protected]>
+ * Copyright (C) 2005 - 2011 Vivien Malerba <[email protected]>
+--- a/libgda/gda-row.h
++++ b/libgda/gda-row.h
+@@ -3,10 +3,10 @@
+ * Copyright (C) 2001 - 2011 Vivien Malerba <[email protected]>
+ * Copyright (C) 2002 Gonzalo Paniagua Javier <[email protected]>
+ * Copyright (C) 2003 Laurent Sansonetti <[email protected]>
+- * Copyright (C) 2003 Xabier Rodr�guez Calvar <[email protected]>
++ * Copyright (C) 2003 Xabier Rodríguez Calvar <[email protected]>
+ * Copyright (C) 2004 Paisa Seeluangsawat <[email protected]>
+ * Copyright (C) 2005 Bas Driessen <[email protected]>
+- * Copyright (C) 2005 �lvaro Pe�a <[email protected]>
++ * Copyright (C) 2005 Álvaro Peña <[email protected]>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+--- a/libgda/gda-server-operation-private.h
++++ b/libgda/gda-server-operation-private.h
+@@ -1,7 +1,7 @@
+ /*
+ * Copyright (C) 2000 Reinhard Müller <[email protected]>
+ * Copyright (C) 2000 - 2002 Rodrigo Moya <[email protected]>
+- * Copyright (C) 2001 Carlos Perell� Mar�n <[email protected]>
++ * Copyright (C) 2001 Carlos Perelló Marín <[email protected]>
+ * Copyright (C) 2001 - 2011 Vivien Malerba <[email protected]>
+ * Copyright (C) 2002 Gonzalo Paniagua Javier <[email protected]>
+ *
+--- a/libgda/gda-server-provider-private.h
++++ b/libgda/gda-server-provider-private.h
+@@ -1,7 +1,7 @@
+ /*
+ * Copyright (C) 2005 Dan Winship <[email protected]>
+ * Copyright (C) 2005 - 2011 Vivien Malerba <[email protected]>
+- * Copyright (C) 2005 �lvaro Pe�a <[email protected]>
++ * Copyright (C) 2005 Álvaro Peña <[email protected]>
+ * Copyright (C) 2007 Murray Cumming <[email protected]>
+ *
+ * This library is free software; you can redistribute it and/or
+--- a/libgda/gda-server-provider.c
++++ b/libgda/gda-server-provider.c
+@@ -8,7 +8,7 @@
+ * Copyright (C) 2004 Julio M. Merino Vidal <[email protected]>
+ * Copyright (C) 2005 - 2006 Bas Driessen <[email protected]>
+ * Copyright (C) 2005 - 2011 Vivien Malerba <[email protected]>
+- * Copyright (C) 2005 �lvaro Pe�a <[email protected]>
++ * Copyright (C) 2005 Álvaro Peña <[email protected]>
+ * Copyright (C) 2007 Armin Burgmeier <[email protected]>
+ * Copyright (C) 2008 Murray Cumming <[email protected]>
+ * Copyright (C) 2008 Przemysław Grzegorczyk <[email protected]>
+--- a/libgda/gda-util.c
++++ b/libgda/gda-util.c
+@@ -4,7 +4,7 @@
+ * Copyright (C) 2003 - 2004 Laurent Sansonetti <[email protected]>
+ * Copyright (C) 2003 Paisa Seeluangsawat <[email protected]>
+ * Copyright (C) 2004 Caolan McNamara <[email protected]>
+- * Copyright (C) 2004 J�rg Billeter <[email protected]>
++ * Copyright (C) 2004 Jürg Billeter <[email protected]>
+ * Copyright (C) 2004 - 2011 Murray Cumming <[email protected]>
+ * Copyright (C) 2005 - 2013 Vivien Malerba <[email protected]>
+ * Copyright (C) 2007 - 2009 Armin Burgmeier <[email protected]>
+--- a/libgda/gda-util.h
++++ b/libgda/gda-util.h
+@@ -1,7 +1,7 @@
+ /*
+ * Copyright (C) 2000 Reinhard Müller <[email protected]>
+ * Copyright (C) 2000 - 2002 Rodrigo Moya <[email protected]>
+- * Copyright (C) 2001 Carlos Perell� Mar�n <[email protected]>
++ * Copyright (C) 2001 Carlos Perelló Marín <[email protected]>
+ * Copyright (C) 2001 - 2013 Vivien Malerba <[email protected]>
+ * Copyright (C) 2002 Gonzalo Paniagua Javier <[email protected]>
+ * Copyright (C) 2006 - 2007 Murray Cumming <[email protected]>
+--- a/libgda/libgda-global-variables.h
++++ b/libgda/libgda-global-variables.h
+@@ -1,5 +1,5 @@
+ /*
+- * Copyright (C) 2001 Carlos Perell� Mar�n <[email protected]>
++ * Copyright (C) 2001 Carlos Perelló Marín <[email protected]>
+ * Copyright (C) 2001 - 2003 Rodrigo Moya <[email protected]>
+ * Copyright (C) 2001 - 2011 Vivien Malerba <[email protected]>
+ * Copyright (C) 2002 - 2003 Gonzalo Paniagua Javier <[email protected]>
+--- a/libgda/libgda.h.in
++++ b/libgda/libgda.h.in
+@@ -1,14 +1,14 @@
+ /*
+ * Copyright (C) 2000 Reinhard Müller <[email protected]>
+ * Copyright (C) 2000 - 2004 Rodrigo Moya <[email protected]>
+- * Copyright (C) 2001 Carlos Perell� Mar�n <[email protected]>
++ * Copyright (C) 2001 Carlos Perelló Marín <[email protected]>
+ * Copyright (C) 2001 - 2011 Vivien Malerba <[email protected]>
+ * Copyright (C) 2002 Andrew Hill <[email protected]>
+ * Copyright (C) 2002 - 2003 Gonzalo Paniagua Javier <[email protected]>
+ * Copyright (C) 2003 - 2006 Murray Cumming <[email protected]>
+ * Copyright (C) 2004 Szalai Ferenc <[email protected]>
+ * Copyright (C) 2005 Bas Driessen <[email protected]>
+- * Copyright (C) 2005 �lvaro Pe�a <[email protected]>
++ * Copyright (C) 2005 Álvaro Peña <[email protected]>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+--- a/libgda/providers-support/gda-data-select-priv.h
++++ b/libgda/providers-support/gda-data-select-priv.h
+@@ -1,7 +1,7 @@
+ /*
+ * Copyright (C) 2000 Reinhard Müller <[email protected]>
+ * Copyright (C) 2000 - 2002 Rodrigo Moya <[email protected]>
+- * Copyright (C) 2001 Carlos Perell� Mar�n <[email protected]>
++ * Copyright (C) 2001 Carlos Perelló Marín <[email protected]>
+ * Copyright (C) 2001 - 2011 Vivien Malerba <[email protected]>
+ * Copyright (C) 2002 Gonzalo Paniagua Javier <[email protected]>
+ *
+--- a/libgda/sql-parser/gda-sql-statement.h
++++ b/libgda/sql-parser/gda-sql-statement.h
+@@ -1,7 +1,7 @@
+ /*
+ * Copyright (C) 2000 Reinhard Müller <[email protected]>
+ * Copyright (C) 2000 - 2002 Rodrigo Moya <[email protected]>
+- * Copyright (C) 2001 Carlos Perell� Mar�n <[email protected]>
++ * Copyright (C) 2001 Carlos Perelló Marín <[email protected]>
+ * Copyright (C) 2001 - 2011 Vivien Malerba <[email protected]>
+ * Copyright (C) 2002 Gonzalo Paniagua Javier <[email protected]>
+ * Copyright (C) 2011 Murray Cumming <[email protected]>
+--- a/libgda/sql-parser/gda-statement-struct-delete.h
++++ b/libgda/sql-parser/gda-statement-struct-delete.h
+@@ -1,7 +1,7 @@
+ /*
+ * Copyright (C) 2005 Dan Winship <[email protected]>
+ * Copyright (C) 2005 - 2011 Vivien Malerba <[email protected]>
+- * Copyright (C) 2005 �lvaro Pe�a <[email protected]>
++ * Copyright (C) 2005 Álvaro Peña <[email protected]>
+ * Copyright (C) 2007 Armin Burgmeier <[email protected]>
+ * Copyright (C) 2007 - 2009 Murray Cumming <[email protected]>
+ *
+--- a/libgda/sql-parser/gda-statement-struct-unknown.h
++++ b/libgda/sql-parser/gda-statement-struct-unknown.h
+@@ -1,7 +1,7 @@
+ /*
+ * Copyright (C) 2000 Reinhard Müller <[email protected]>
+ * Copyright (C) 2000 - 2002 Rodrigo Moya <[email protected]>
+- * Copyright (C) 2001 Carlos Perell� Mar�n <[email protected]>
++ * Copyright (C) 2001 Carlos Perelló Marín <[email protected]>
+ * Copyright (C) 2001 - 2011 Vivien Malerba <[email protected]>
+ * Copyright (C) 2002 Gonzalo Paniagua Javier <[email protected]>
+ * Copyright (C) 2009 Murray Cumming <[email protected]>
+--- a/libgda/sql-parser/gda-statement-struct-util.h
++++ b/libgda/sql-parser/gda-statement-struct-util.h
+@@ -1,7 +1,7 @@
+ /*
+ * Copyright (C) 2005 Dan Winship <[email protected]>
+ * Copyright (C) 2005 - 2011 Vivien Malerba <[email protected]>
+- * Copyright (C) 2005 �lvaro Pe�a <[email protected]>
++ * Copyright (C) 2005 Álvaro Peña <[email protected]>
+ * Copyright (C) 2007 - 2009 Murray Cumming <[email protected]>
+ *
+ * This library is free software; you can redistribute it and/or
+--- a/libgda/sqlite/gda-sqlite-provider.c
++++ b/libgda/sqlite/gda-sqlite-provider.c
+@@ -1,15 +1,15 @@
+ /*
+- * Copyright (C) 2001 - 2002 Carlos Perell� Mar�n <[email protected]>
++ * Copyright (C) 2001 - 2002 Carlos Perelló Marín <[email protected]>
+ * Copyright (C) 2001 - 2003 Rodrigo Moya <[email protected]>
+ * Copyright (C) 2002 - 2003 Gonzalo Paniagua Javier <[email protected]>
+ * Copyright (C) 2004 Benjamin Otte <[email protected]>
+ * Copyright (C) 2004 J.H.M. Dassen (Ray) <[email protected]>
+ * Copyright (C) 2004 Julio M. Merino Vidal <[email protected]>
+- * Copyright (C) 2004 J�rg Billeter <[email protected]>
++ * Copyright (C) 2004 Jürg Billeter <[email protected]>
+ * Copyright (C) 2004 Nikolai Weibull
<[email protected]>
+ * Copyright (C) 2005 Denis Fortin <[email protected]>
+ * Copyright (C) 2005 - 2013 Vivien Malerba <[email protected]>
+- * Copyright (C) 2005 �lvaro Pe�a <[email protected]>
++ * Copyright (C) 2005 Álvaro Peña <[email protected]>
+ * Copyright (C) 2008 - 2009 Bas Driessen <[email protected]>
+ * Copyright (C) 2008 - 2011 Murray Cumming <[email protected]>
+ * Copyright (C) 2009 Armin Burgmeier <[email protected]>
+--- a/libgda/sqlite/gda-sqlite-provider.h
++++ b/libgda/sqlite/gda-sqlite-provider.h
+@@ -1,5 +1,5 @@
+ /*
+- * Copyright (C) 2001 - 2002 Carlos Perell� Mar�n <[email protected]>
++ * Copyright (C) 2001 - 2002 Carlos Perelló Marín <[email protected]>
+ * Copyright (C) 2002 Gonzalo Paniagua Javier <[email protected]>
+ * Copyright (C) 2002 Rodrigo Moya <[email protected]>
+ * Copyright (C) 2007 - 2011 Vivien Malerba <[email protected]>
+--- a/libgda/sqlite/gda-sqlite-recordset.c
++++ b/libgda/sqlite/gda-sqlite-recordset.c
+@@ -1,10 +1,10 @@
+ /*
+- * Copyright (C) 2001 - 2002 Carlos Perell� Mar�n <[email protected]>
++ * Copyright (C) 2001 - 2002 Carlos Perelló Marín <[email protected]>
+ * Copyright (C) 2002 - 2003 Gonzalo Paniagua Javier <[email protected]>
+ * Copyright (C) 2002 - 2005 Rodrigo Moya <[email protected]>
+ * Copyright (C) 2005 Denis Fortin <[email protected]>
+ * Copyright (C) 2005 - 2013 Vivien Malerba <[email protected]>
+- * Copyright (C) 2005 �lvaro Pe�a <[email protected]>
++ * Copyright (C) 2005 Álvaro Peña <[email protected]>
+ * Copyright (C) 2006 - 2008 Murray Cumming <[email protected]>
+ * Copyright (C) 2007 Armin Burgmeier <[email protected]>
+ * Copyright (C) 2009 Bas Driessen <[email protected]>
+--- a/libgda/sqlite/gda-sqlite-recordset.h
++++ b/libgda/sqlite/gda-sqlite-recordset.h
+@@ -1,7 +1,7 @@
+ /*
+ * Copyright (C) 2000 Reinhard Müller <[email protected]>
+ * Copyright (C) 2000 - 2002 Rodrigo Moya <[email protected]>
+- * Copyright (C) 2001 - 2002 Carlos Perell� Mar�n <[email protected]>
++ * Copyright (C) 2001 - 2002 Carlos Perelló Marín <[email protected]>
+ * Copyright (C) 2001 - 2011 Vivien Malerba <[email protected]>
+ * Copyright (C) 2002 Gonzalo Paniagua Javier <[email protected]>
+ *
+--- a/libgda/sqlite/gda-sqlite-util.c
++++ b/libgda/sqlite/gda-sqlite-util.c
+@@ -1,5 +1,5 @@
+ /*
+- * Copyright (C) 2001 - 2002 Carlos Perell� Mar�n <[email protected]>
++ * Copyright (C) 2001 - 2002 Carlos Perelló Marín <[email protected]>
+ * Copyright (C) 2001 - 2002 Rodrigo Moya <[email protected]>
+ * Copyright (C) 2001 - 2012 Vivien Malerba <[email protected]>
+ * Copyright (C) 2002 - 2003 Gonzalo Paniagua Javier <[email protected]>
+--- a/libgda/sqlite/gda-sqlite.h
++++ b/libgda/sqlite/gda-sqlite.h
+@@ -1,5 +1,5 @@
+ /*
+- * Copyright (C) 2001 - 2002 Carlos Perell� Mar�n <[email protected]>
++ * Copyright (C) 2001 - 2002 Carlos Perelló Marín <[email protected]>
+ * Copyright (C) 2001 - 2002 Rodrigo Moya <[email protected]>
+ * Copyright (C) 2001 - 2011 Vivien Malerba <[email protected]>
+ * Copyright (C) 2002 Gonzalo Paniagua Javier <[email protected]>
+--- a/libgda/sqlite/virtual/gda-vconnection-data-model-private.h
++++ b/libgda/sqlite/virtual/gda-vconnection-data-model-private.h
+@@ -1,7 +1,7 @@
+ /*
+ * Copyright (C) 2000 Reinhard Müller <[email protected]>
+ * Copyright (C) 2000 - 2002 Rodrigo Moya <[email protected]>
+- * Copyright (C) 2001 Carlos Perell� Mar�n <[email protected]>
++ * Copyright (C) 2001 Carlos Perelló Marín <[email protected]>
+ * Copyright (C) 2001 - 2012 Vivien Malerba <[email protected]>
+ * Copyright (C) 2002 Gonzalo Paniagua Javier <[email protected]>
+ *
+--- a/libgda/sqlite/virtual/libgda-virtual.h.in
++++ b/libgda/sqlite/virtual/libgda-virtual.h.in
+@@ -1,7 +1,7 @@
+ /*
+ * Copyright (C) 2000 Reinhard Müller <[email protected]>
+ * Copyright (C) 2000 - 2002 Rodrigo Moya <[email protected]>
+- * Copyright (C) 2001 Carlos Perell� Mar�n <[email protected]>
++ * Copyright (C) 2001 Carlos Perelló Marín <[email protected]>
+ * Copyright (C) 2001 - 2011 Vivien Malerba <[email protected]>
+ * Copyright (C) 2002 Gonzalo Paniagua Javier <[email protected]>
+ *
+--- a/libgda/thread-wrapper/gda-thread-provider.h
++++ b/libgda/thread-wrapper/gda-thread-provider.h
+@@ -1,5 +1,5 @@
+ /*
+- * Copyright (C) 2001 - 2002 Carlos Perell� Mar�n <[email protected]>
++ * Copyright (C) 2001 - 2002 Carlos Perelló Marín <[email protected]>
+ * Copyright (C) 2002 Gonzalo Paniagua Javier <[email protected]>
+ * Copyright (C) 2002 Rodrigo Moya <[email protected]>
+ * Copyright (C) 2007 - 2011 Vivien Malerba <[email protected]>
+--- a/providers/bdbsql/libmain.c
++++ b/providers/bdbsql/libmain.c
+@@ -1,7 +1,7 @@
+ /*
+ * Copyright (C) 2001 - 2002 Gonzalo Paniagua Javier <[email protected]>
+ * Copyright (C) 2001 - 2004 Rodrigo Moya <[email protected]>
+- * Copyright (C) 2002 Carlos Perell� Mar�n <[email protected]>
++ * Copyright (C) 2002 Carlos Perelló Marín <[email protected]>
+ * Copyright (C) 2005 Bas Driessen <[email protected]>
+ * Copyright (C) 2005 Stanislav Brabec <[email protected]>
+ * Copyright (C) 2005 - 2011 Vivien Malerba <[email protected]>
+--- a/providers/firebird/gda-firebird-recordset.c
++++ b/providers/firebird/gda-firebird-recordset.c
+@@ -4,7 +4,7 @@
+ * Copyright (C) 2004 Jeronimo Albi <[email protected]>
+ * Copyright (C) 2004 - 2012 Vivien Malerba <[email protected]>
+ * Copyright (C) 2005 Christopher Taylor <[email protected]>
+- * Copyright (C) 2005 �lvaro Pe�a <[email protected]>
++ * Copyright (C) 2005 Álvaro Peña <[email protected]>
+ * Copyright (C) 2009 Bas Driessen <[email protected]>
+ *
+ * This library is free software; you can redistribute it and/or
+--- a/providers/firebird/gda-firebird.h
++++ b/providers/firebird/gda-firebird.h
+@@ -1,5 +1,5 @@
+ /*
+- * Copyright (C) 2001 Carlos Perell� Mar�n <[email protected]>
++ * Copyright (C) 2001 Carlos Perelló Marín <[email protected]>
+ * Copyright (C) 2001 - 2003 Rodrigo Moya <[email protected]>
+ * Copyright (C) 2001 - 2012 Vivien Malerba <[email protected]>
+ * Copyright (C) 2002 - 2003 Gonzalo Paniagua Javier <[email protected]>
+--- a/providers/jdbc/gda-jdbc.h
++++ b/providers/jdbc/gda-jdbc.h
+@@ -1,5 +1,5 @@
+ /*
+- * Copyright (C) 2001 Carlos Perell� Mar�n <[email protected]>
++ * Copyright (C) 2001 Carlos Perelló Marín <[email protected]>
+ * Copyright (C) 2001 - 2003 Rodrigo Moya <[email protected]>
+ * Copyright (C) 2001 - 2011 Vivien Malerba <[email protected]>
+ * Copyright (C) 2002 - 2003 Gonzalo Paniagua Javier <[email protected]>
+--- a/providers/ldap/gda-ldap-provider.c
++++ b/providers/ldap/gda-ldap-provider.c
+@@ -4,7 +4,7 @@
+ * Copyright (C) 2003 Gonzalo Paniagua Javier <[email protected]>
+ * Copyright (C) 2003 Rodrigo Moya <[email protected]>
+ * Copyright (C) 2004 Julio M. Merino Vidal <[email protected]>
+- * Copyright (C) 2004 J�rg Billeter <[email protected]>
++ * Copyright (C) 2004 Jürg Billeter <[email protected]>
+ * Copyright (C) 2004 Szalai Ferenc <[email protected]>
+ * Copyright (C) 2005 - 2012 Vivien Malerba <[email protected]>
+ *
+--- a/providers/ldap/gdaprov-data-model-ldap.h
++++ b/providers/ldap/gdaprov-data-model-ldap.h
+@@ -1,7 +1,7 @@
+ /*
+ * Copyright (C) 2000 Reinhard Müller <[email protected]>
+ * Copyright (C) 2000 - 2002 Rodrigo Moya <[email protected]>
+- * Copyright (C) 2001 Carlos Perell� Mar�n <[email protected]>
++ * Copyright (C) 2001 Carlos Perelló Marín <[email protected]>
+ * Copyright (C) 2001 - 2011 Vivien Malerba <[email protected]>
+ * Copyright (C) 2002 Gonzalo Paniagua Javier <[email protected]>
+ *
+--- a/providers/mdb/gda-mdb-provider.c
++++ b/providers/mdb/gda-mdb-provider.c
+@@ -4,9 +4,9 @@
+ * Copyright (C) 2003 Filip Van Raemdonck <[email protected]>
+ * Copyright (C) 2003 Gonzalo Paniagua Javier <[email protected]>
+ * Copyright (C) 2004 Julio M. Merino Vidal <[email protected]>
+- * Copyright (C) 2004 J�rg Billeter <[email protected]>
++ * Copyright (C) 2004 Jürg Billeter <[email protected]>
+ * Copyright (C) 2005 - 2012 Vivien Malerba <[email protected]>
+- * Copyright (C) 2005 �lvaro Pe�a <[email protected]>
++ * Copyright (C) 2005 Álvaro Peña <[email protected]>
+ * Copyright (C) 2006 - 2007 Murray Cumming <[email protected]>
+ * Copyright (C) 2007 yselkowitz <[email protected]>
+ *
+--- a/providers/mdb/gda-mdb-provider.h
++++ b/providers/mdb/gda-mdb-provider.h
+@@ -1,7 +1,7 @@
+ /*
+ * Copyright (C) 2000 Reinhard Müller <[email protected]>
+ * Copyright (C) 2000 - 2003 Rodrigo Moya <[email protected]>
+- * Copyright (C) 2001 Carlos Perell� Mar�n <[email protected]>
++ * Copyright (C) 2001 Carlos Perelló Marín <[email protected]>
+ * Copyright (C) 2001 - 2011 Vivien Malerba <[email protected]>
+ * Copyright (C) 2002 Gonzalo Paniagua Javier <[email protected]>
+ *
+--- a/providers/mdb/gda-mdb.h
++++ b/providers/mdb/gda-mdb.h
+@@ -1,5 +1,5 @@
+ /*
+- * Copyright (C) 2001 Carlos Perell� Mar�n <[email protected]>
++ * Copyright (C) 2001 Carlos Perelló Marín <[email protected]>
+ * Copyright (C) 2001 - 2003 Rodrigo Moya <[email protected]>
+ * Copyright (C) 2001 - 2011 Vivien Malerba <[email protected]>
+ * Copyright (C) 2002 - 2003 Gonzalo Paniagua Javier <[email protected]>
+--- a/providers/mysql/gda-mysql-provider.c
++++ b/providers/mysql/gda-mysql-provider.c
+@@ -3,17 +3,17 @@
+ * Copyright (C) 2002 - 2003 Gonzalo Paniagua Javier <[email protected]>
+ * Copyright (C) 2002 Holger Thon <[email protected]>
+ * Copyright (C) 2002 Zbigniew Chyla <[email protected]>
+- * Copyright (C) 2002 � Cleber Rodrigues <[email protected]>
++ * Copyright (C) 2002 Cleber Rodrigues <[email protected]>
+ * Copyright (C) 2003 Akira TAGOH <[email protected]>
+ * Copyright (C) 2003 Paisa Seeluangsawat <[email protected]>
+ * Copyright (C) 2004 - 2005 Alan Knowles <[email protected]>
+ * Copyright (C) 2004 Caolan McNamara <[email protected]>
+ * Copyright (C) 2004 Julio M. Merino Vidal <[email protected]>
+- * Copyright (C) 2004 J�rg Billeter <[email protected]>
++ * Copyright (C) 2004 Jürg Billeter <[email protected]>
+ * Copyright (C) 2004 Szalai Ferenc <[email protected]>
+ * Copyright (C) 2005 - 2009 Bas Driessen <[email protected]>
+ * Copyright (C) 2005 - 2013 Vivien Malerba <[email protected]>
+- * Copyright (C) 2005 �lvaro Pe�a <[email protected]>
++ * Copyright (C) 2005 Álvaro Peña <[email protected]>
+ * Copyright (C) 2007 Armin Burgmeier <[email protected]>
+ * Copyright (C) 2007 - 2011 Murray Cumming <[email protected]>
+ *
+--- a/providers/mysql/gda-mysql-provider.h
++++ b/providers/mysql/gda-mysql-provider.h
+@@ -1,7 +1,7 @@
+ /*
+ * Copyright (C) 2000 Reinhard Müller <[email protected]>
+ * Copyright (C) 2000 - 2002 Rodrigo Moya <[email protected]>
+- * Copyright (C) 2001 Carlos Perell� Mar�n <[email protected]>
++ * Copyright (C) 2001 Carlos Perelló Marín <[email protected]>
+ * Copyright (C) 2001 - 2011 Vivien Malerba <[email protected]>
+ * Copyright (C) 2002 Gonzalo Paniagua Javier <[email protected]>
+ * Copyright (C) 2005 Alan Knowles <[email protected]>
+--- a/providers/mysql/gda-mysql-recordset.c
++++ b/providers/mysql/gda-mysql-recordset.c
+@@ -11,7 +11,7 @@
+ * Copyright (C) 2005 Alan Knowles <[email protected]>
+ * Copyright (C) 2005 - 2009 Bas Driessen <[email protected]>
+ * Copyright (C) 2005 Mike Fisk <[email protected]>
+- * Copyright (C) 2005 �lvaro Pe�a <[email protected]>
++ * Copyright (C) 2005 Álvaro Peña <[email protected]>
+ * Copyright (C) 2011 Murray Cumming <[email protected]>
+ *
+ * This library is free software; you can redistribute it and/or
+--- a/providers/mysql/gda-mysql-recordset.h
++++ b/providers/mysql/gda-mysql-recordset.h
+@@ -1,7 +1,7 @@
+ /*
+ * Copyright (C) 2000 Reinhard Müller <[email protected]>
+ * Copyright (C) 2000 - 2002 Rodrigo Moya <[email protected]>
+- * Copyright (C) 2001 Carlos Perell� Mar�n <[email protected]>
++ * Copyright (C) 2001 Carlos Perelló Marín <[email protected]>
+ * Copyright (C) 2001 - 2011 Vivien Malerba <[email protected]>
+ * Copyright (C) 2002 - 2003 Gonzalo Paniagua Javier <[email protected]>
+ * Copyright (C) 2005 Bas Driessen <[email protected]>
+--- a/providers/mysql/gda-mysql.h
++++ b/providers/mysql/gda-mysql.h
+@@ -1,7 +1,7 @@
+ /*
+ * Copyright (C) 2000 Reinhard Müller <[email protected]>
+ * Copyright (C) 2000 - 2004 Rodrigo Moya <[email protected]>
+- * Copyright (C) 2001 Carlos Perell� Mar�n <[email protected]>
++ * Copyright (C) 2001 Carlos Perelló Marín <[email protected]>
+ * Copyright (C) 2001 - 2011 Vivien Malerba <[email protected]>
+ * Copyright (C) 2002 - 2003 Gonzalo Paniagua Javier <[email protected]>
+ * Copyright (C) 2005 Alan Knowles <[email protected]>
+--- a/providers/oracle/gda-oracle-recordset.c
++++ b/providers/oracle/gda-oracle-recordset.c
+@@ -6,7 +6,7 @@
+ * Copyright (C) 2003 Laurent Sansonetti <[email protected]>
+ * Copyright (C) 2003 Steve Fosdick <[email protected]>
+ * Copyright (C) 2005 - 2011 Vivien Malerba <[email protected]>
+- * Copyright (C) 2005 �lvaro Pe�a <[email protected]>
++ * Copyright (C) 2005 Álvaro Peña <[email protected]>
+ * Copyright (C) 2007 Murray Cumming <murrayc@murrayc-desktop>
+ * Copyright (C) 2009 Bas Driessen <[email protected]>
+ *
+--- a/providers/postgres/gda-postgres-provider.c
++++ b/providers/postgres/gda-postgres-provider.c
+@@ -6,10 +6,10 @@
+ * Copyright (C) 2003 Akira TAGOH <[email protected]>
+ * Copyright (C) 2004 - 2005 Alan Knowles <[email protected]>
+ * Copyright (C) 2004 Denis Loginov <[email protected]>
+- * Copyright (C) 2004 Jos� Mar�a Casanova Crespo <[email protected]>
++ * Copyright (C) 2004 José María Casanova Crespo <[email protected]>
+ * Copyright (C) 2004 Julio M. Merino Vidal <[email protected]>
+ * Copyright (C) 2005 - 2009 Bas Driessen <[email protected]>
+- * Copyright (C) 2005 �lvaro Pe�a <[email protected]>
++ * Copyright (C) 2005 Álvaro Peña <[email protected]>
+ * Copyright (C) 2006 - 2010 Murray Cumming <[email protected]>
+ * Copyright (C) 2007 Armin Burgmeier <[email protected]>
+ * Copyright (C) 2010 David King <[email protected]>
+--- a/providers/postgres/gda-postgres-recordset.c
++++ b/providers/postgres/gda-postgres-recordset.c
+@@ -9,7 +9,7 @@
+ * Copyright (C) 2004 Szalai Ferenc <[email protected]>
+ * Copyright (C) 2004 - 2013 Vivien Malerba <[email protected]>
+ * Copyright (C) 2005 Alex <[email protected]>
+- * Copyright (C) 2005 �lvaro Pe�a <[email protected]>
++ * Copyright (C) 2005 Álvaro Peña <[email protected]>
+ * Copyright (C) 2006 - 2011 Murray Cumming <[email protected]>
+ * Copyright (C) 2007 Armin Burgmeier <[email protected]>
+ * Copyright (C) 2010 David King <[email protected]>
+--- a/providers/postgres/gda-postgres-recordset.h
++++ b/providers/postgres/gda-postgres-recordset.h
+@@ -1,7 +1,7 @@
+ /*
+ * Copyright (C) 2000 Reinhard Müller <[email protected]>
+ * Copyright (C) 2000 - 2004 Rodrigo Moya <[email protected]>
+- * Copyright (C) 2001 Carlos Perell� Mar�n <[email protected]>
++ * Copyright (C) 2001 Carlos Perelló Marín <[email protected]>
+ * Copyright (C) 2001 - 2011 Vivien Malerba <[email protected]>
+ * Copyright (C) 2002 Gonzalo Paniagua Javier <[email protected]>
+ *
+--- a/providers/sqlcipher/libmain.c
++++ b/providers/sqlcipher/libmain.c
+@@ -1,7 +1,7 @@
+ /*
+ * Copyright (C) 2001 - 2002 Gonzalo Paniagua Javier <[email protected]>
+ * Copyright (C) 2001 - 2004 Rodrigo Moya <[email protected]>
+- * Copyright (C) 2002 Carlos Perell� Mar�n <[email protected]>
++ * Copyright (C) 2002 Carlos Perelló Marín <[email protected]>
+ * Copyright (C) 2005 Bas Driessen <[email protected]>
+ * Copyright (C) 2005 Stanislav Brabec <[email protected]>
+ * Copyright (C) 2005 - 2011 Vivien Malerba <[email protected]>
+--- a/providers/sqlite/libmain.c
++++ b/providers/sqlite/libmain.c
+@@ -1,7 +1,7 @@
+ /*
+ * Copyright (C) 2001 - 2002 Gonzalo Paniagua Javier <[email protected]>
+ * Copyright (C) 2001 - 2004 Rodrigo Moya <[email protected]>
+- * Copyright (C) 2002 Carlos Perell� Mar�n <[email protected]>
++ * Copyright (C) 2002 Carlos Perelló Marín <[email protected]>
+ * Copyright (C) 2005 Bas Driessen <[email protected]>
+ * Copyright (C) 2005 Stanislav Brabec <[email protected]>
+ * Copyright (C) 2005 - 2011 Vivien Malerba <[email protected]>
+--- a/tools/browser/dnd.c
++++ b/tools/browser/dnd.c
+@@ -1,7 +1,7 @@
+ /*
+ * Copyright (C) 2000 Reinhard Müller <[email protected]>
+ * Copyright (C) 2000 - 2002 Rodrigo Moya <[email protected]>
+- * Copyright (C) 2001 Carlos Perell� Mar�n <[email protected]>
++ * Copyright (C) 2001 Carlos Perelló Marín <[email protected]>
+ * Copyright (C) 2001 - 2011 Vivien Malerba <[email protected]>
+ * Copyright (C) 2002 Gonzalo Paniagua Javier <[email protected]>
+ *
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libgda5.git/commitdiff/e1484304eccfa26542f51f8110d7a8e78480b27e
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit