diff options
author | Günther Deschner <gd@samba.org> | 2005-07-04 09:56:27 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:58:11 -0500 |
commit | 2c03a3cb52ec237c11e442431b75fe31e1e98981 (patch) | |
tree | 0baac219ddfab6a70eb8948d2fc8740a0f9ff240 | |
parent | 3a8af94424c8d60dd80f6b57806ef0b79465badc (diff) | |
download | samba-2c03a3cb52ec237c11e442431b75fe31e1e98981.tar.gz samba-2c03a3cb52ec237c11e442431b75fe31e1e98981.tar.bz2 samba-2c03a3cb52ec237c11e442431b75fe31e1e98981.zip |
r8133: Got approval from Luke Howard (PADL) to change the company copyright to
to a personal one.
Thanks Luke!
Guenther
(This used to be commit 892ef0bbc100e05ba3e683f4e08946f36627cc1a)
-rw-r--r-- | source3/sam/idmap_ad.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/source3/sam/idmap_ad.c b/source3/sam/idmap_ad.c index 840dff025e..5126246f6e 100644 --- a/source3/sam/idmap_ad.c +++ b/source3/sam/idmap_ad.c @@ -1,13 +1,6 @@ /* * idmap_ad: map between Active Directory and RFC 2307 or "Services for Unix" (SFU) Accounts - * Copyright (C) 2001-2004 PADL Software Pty Ltd. All rights reserved. * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - */ -/* * Unix SMB/CIFS implementation. * * Winbind ADS backend functions @@ -15,6 +8,7 @@ * Copyright (C) Andrew Tridgell 2001 * Copyright (C) Andrew Bartlett <abartlet@samba.org> 2003 * Copyright (C) Gerald (Jerry) Carter 2004 + * Copyright (C) Luke Howard 2001-2004 * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by |