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 | 892ef0bbc100e05ba3e683f4e08946f36627cc1a (patch) | |
tree | f5a75902b174d9c31ad227eb57d6bfdd22c748cf /source/sam | |
parent | 25cbcfba30f534f3fb31627ba43421c42ccd5b0f (diff) | |
download | samba-892ef0bbc100e05ba3e683f4e08946f36627cc1a.tar.gz samba-892ef0bbc100e05ba3e683f4e08946f36627cc1a.tar.xz samba-892ef0bbc100e05ba3e683f4e08946f36627cc1a.zip |
r8133: Got approval from Luke Howard (PADL) to change the company copyright to
to a personal one.
Thanks Luke!
Guenther
Diffstat (limited to 'source/sam')
-rw-r--r-- | source/sam/idmap_ad.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/source/sam/idmap_ad.c b/source/sam/idmap_ad.c index 840dff025e7..5126246f6e7 100644 --- a/source/sam/idmap_ad.c +++ b/source/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 |