From cd68afe31256ad60748b34f7318a180cfc2127cc Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Wed, 30 Jan 2002 06:08:46 +0000 Subject: Removed version number from file header. Changed "SMB/Netbios" to "SMB/CIFS" in file header. (This used to be commit 6a58c9bd06d0d7502a24bf5ce5a2faf0a146edfa) --- source3/groupdb/aliasdb.c | 5 ++--- source3/groupdb/aliasfile.c | 3 ++- source3/groupdb/groupdb.c | 3 +-- source3/groupdb/groupfile.c | 3 ++- source3/groupdb/mapping.c | 3 +-- 5 files changed, 8 insertions(+), 9 deletions(-) (limited to 'source3/groupdb') diff --git a/source3/groupdb/aliasdb.c b/source3/groupdb/aliasdb.c index 62513b2e33..718bf1d7ce 100644 --- a/source3/groupdb/aliasdb.c +++ b/source3/groupdb/aliasdb.c @@ -1,7 +1,6 @@ /* - Unix SMB/Netbios implementation. - Version 1.9. - Pasesword and authentication handling + Unix SMB/CIFS implementation. + Password and authentication handling Copyright (C) Jeremy Allison 1996-1998 Copyright (C) Luke Kenneth Caseson Leighton 1996-1998 diff --git a/source3/groupdb/aliasfile.c b/source3/groupdb/aliasfile.c index 21c8a1a500..77189fd822 100644 --- a/source3/groupdb/aliasfile.c +++ b/source3/groupdb/aliasfile.c @@ -1,5 +1,6 @@ /* - * Unix SMB/Netbios implementation. Version 1.9. SMB parameters and setup + * Unix SMB/CIFS implementation. + * SMB parameters and setup * Copyright (C) Andrew Tridgell 1992-1998 Modified by Jeremy Allison 1995. * * This program is free software; you can redistribute it and/or modify it under diff --git a/source3/groupdb/groupdb.c b/source3/groupdb/groupdb.c index 69b4137472..c18463741d 100644 --- a/source3/groupdb/groupdb.c +++ b/source3/groupdb/groupdb.c @@ -1,6 +1,5 @@ /* - Unix SMB/Netbios implementation. - Version 1.9. + Unix SMB/CIFS implementation. Password and authentication handling Copyright (C) Jeremy Allison 1996-1998 Copyright (C) Luke Kenneth Casson Leighton 1996-1998 diff --git a/source3/groupdb/groupfile.c b/source3/groupdb/groupfile.c index 557ae92530..4502b190aa 100644 --- a/source3/groupdb/groupfile.c +++ b/source3/groupdb/groupfile.c @@ -1,5 +1,6 @@ /* - * Unix SMB/Netbios implementation. Version 1.9. SMB parameters and setup + * Unix SMB/CIFS implementation. + * SMB parameters and setup * Copyright (C) Andrew Tridgell 1992-1998 Modified by Jeremy Allison 1995. * * This program is free software; you can redistribute it and/or modify it under diff --git a/source3/groupdb/mapping.c b/source3/groupdb/mapping.c index 2bff6e9699..99ccffb464 100644 --- a/source3/groupdb/mapping.c +++ b/source3/groupdb/mapping.c @@ -1,6 +1,5 @@ /* - * Unix SMB/Netbios implementation. - * Version 1.9. + * Unix SMB/CIFS implementation. * RPC Pipe client / server routines * Copyright (C) Andrew Tridgell 1992-2000, * Copyright (C) Jean François Micouleau 1998-2001. -- cgit