From: Simo Sorce Date: Mon, 7 May 2018 12:04:17 +0000 (-0400) Subject: Fix Jean François name to be UTF-8 X-Git-Tag: ldb-1.4.0~378 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4b793d97642c9831e7f80dfed1d4ec8169a184ff;p=thirdparty%2Fsamba.git Fix Jean François name to be UTF-8 Signed-off-by: Simo Sorce Reviewed-by: Ralph Boehme Autobuild-User(master): Ralph Böhme Autobuild-Date(master): Wed May 9 10:38:57 CEST 2018 on sn-devel-144 --- diff --git a/source3/groupdb/mapping.c b/source3/groupdb/mapping.c index 1a8670e66b0..dd04bef9487 100644 --- a/source3/groupdb/mapping.c +++ b/source3/groupdb/mapping.c @@ -2,7 +2,7 @@ * Unix SMB/CIFS implementation. * RPC Pipe client / server routines * Copyright (C) Andrew Tridgell 1992-2000, - * Copyright (C) Jean François Micouleau 1998-2001. + * Copyright (C) Jean François Micouleau 1998-2001. * Copyright (C) Volker Lendecke 2006. * Copyright (C) Gerald Carter 2006. * diff --git a/source3/groupdb/mapping_tdb.c b/source3/groupdb/mapping_tdb.c index 33d4e6d3cb9..adc7d0b9d47 100644 --- a/source3/groupdb/mapping_tdb.c +++ b/source3/groupdb/mapping_tdb.c @@ -2,7 +2,7 @@ * Unix SMB/CIFS implementation. * RPC Pipe client / server routines * Copyright (C) Andrew Tridgell 1992-2006, - * Copyright (C) Jean François Micouleau 1998-2001. + * Copyright (C) Jean François Micouleau 1998-2001. * Copyright (C) Volker Lendecke 2006. * Copyright (C) Gerald Carter 2006. * diff --git a/source3/passdb/account_pol.c b/source3/passdb/account_pol.c index 1a3ecc1bfbd..421a054f83b 100644 --- a/source3/passdb/account_pol.c +++ b/source3/passdb/account_pol.c @@ -1,7 +1,7 @@ /* * Unix SMB/CIFS implementation. * account policy storage - * Copyright (C) Jean François Micouleau 1998-2001. + * Copyright (C) Jean François Micouleau 1998-2001 * Copyright (C) Andrew Bartlett 2002 * Copyright (C) Guenther Deschner 2004-2005 * diff --git a/source3/passdb/pdb_ldap.c b/source3/passdb/pdb_ldap.c index 39c7a064454..1ac6c500573 100644 --- a/source3/passdb/pdb_ldap.c +++ b/source3/passdb/pdb_ldap.c @@ -1,7 +1,7 @@ /* Unix SMB/CIFS implementation. LDAP protocol helper functions for SAMBA - Copyright (C) Jean François Micouleau 1998 + Copyright (C) Jean François Micouleau 1998 Copyright (C) Gerald Carter 2001-2003 Copyright (C) Shahms King 2001 Copyright (C) Andrew Bartlett 2002-2003 diff --git a/source3/passdb/pdb_ldap_util.c b/source3/passdb/pdb_ldap_util.c index 35a379c577d..dc222031418 100644 --- a/source3/passdb/pdb_ldap_util.c +++ b/source3/passdb/pdb_ldap_util.c @@ -1,7 +1,7 @@ /* Unix SMB/CIFS mplementation. LDAP protocol helper functions for SAMBA - Copyright (C) Jean François Micouleau 1998 + Copyright (C) Jean François Micouleau 1998 Copyright (C) Gerald Carter 2001-2003 Copyright (C) Shahms King 2001 Copyright (C) Andrew Bartlett 2002-2003 diff --git a/source3/utils/net_groupmap.c b/source3/utils/net_groupmap.c index 2b75dd21a90..6559cd7f0b9 100644 --- a/source3/utils/net_groupmap.c +++ b/source3/utils/net_groupmap.c @@ -2,7 +2,7 @@ * Unix SMB/CIFS implementation. * RPC Pipe client / server routines * Copyright (C) Andrew Tridgell 1992-2000, - * Copyright (C) Jean François Micouleau 1998-2001. + * Copyright (C) Jean François Micouleau 1998-2001. * Copyright (C) Gerald Carter 2003, * Copyright (C) Volker Lendecke 2004 *