summaryrefslogtreecommitdiff
path: root/source3/sam
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2005-07-04 09:56:27 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:58:11 -0500
commit2c03a3cb52ec237c11e442431b75fe31e1e98981 (patch)
tree0baac219ddfab6a70eb8948d2fc8740a0f9ff240 /source3/sam
parent3a8af94424c8d60dd80f6b57806ef0b79465badc (diff)
downloadsamba-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)
Diffstat (limited to 'source3/sam')
-rw-r--r--source3/sam/idmap_ad.c8
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