diff options
author | Tim Potter <tpot@samba.org> | 2002-01-30 06:08:46 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-01-30 06:08:46 +0000 |
commit | cd68afe31256ad60748b34f7318a180cfc2127cc (patch) | |
tree | 159a313fd4122e3fe94c0af624e00e06e9f0eb0b /source3/client | |
parent | d2480063574dee66a336d743ba92e351e320698e (diff) | |
download | samba-cd68afe31256ad60748b34f7318a180cfc2127cc.tar.gz samba-cd68afe31256ad60748b34f7318a180cfc2127cc.tar.bz2 samba-cd68afe31256ad60748b34f7318a180cfc2127cc.zip |
Removed version number from file header.
Changed "SMB/Netbios" to "SMB/CIFS" in file header.
(This used to be commit 6a58c9bd06d0d7502a24bf5ce5a2faf0a146edfa)
Diffstat (limited to 'source3/client')
-rw-r--r-- | source3/client/client.c | 3 | ||||
-rw-r--r-- | source3/client/clitar.c | 3 | ||||
-rw-r--r-- | source3/client/smbmount.c | 3 | ||||
-rw-r--r-- | source3/client/smbspool.c | 3 | ||||
-rw-r--r-- | source3/client/testsmbc.c | 3 | ||||
-rw-r--r-- | source3/client/tree.c | 3 |
6 files changed, 6 insertions, 12 deletions
diff --git a/source3/client/client.c b/source3/client/client.c index 1e8d42d0b6..c491efd194 100644 --- a/source3/client/client.c +++ b/source3/client/client.c @@ -1,6 +1,5 @@ /* - Unix SMB/Netbios implementation. - Version 3.0. + Unix SMB/CIFS implementation. SMB client Copyright (C) Andrew Tridgell 1994-1998 Copyright (C) Simo Sorce 2001 diff --git a/source3/client/clitar.c b/source3/client/clitar.c index 64b035a89e..9fa3750b0c 100644 --- a/source3/client/clitar.c +++ b/source3/client/clitar.c @@ -1,6 +1,5 @@ /* - Unix SMB/Netbios implementation. - Version 1.9. + Unix SMB/CIFS implementation. Tar Extensions Copyright (C) Ricky Poulten 1995-1998 Copyright (C) Richard Sharpe 1998 diff --git a/source3/client/smbmount.c b/source3/client/smbmount.c index 8b56d21bec..35c040feaa 100644 --- a/source3/client/smbmount.c +++ b/source3/client/smbmount.c @@ -1,6 +1,5 @@ /* - Unix SMB/Netbios implementation. - Version 2.0. + Unix SMB/CIFS implementation. SMBFS mount program Copyright (C) Andrew Tridgell 1999 diff --git a/source3/client/smbspool.c b/source3/client/smbspool.c index 3e583e855e..2a2d5cbaf5 100644 --- a/source3/client/smbspool.c +++ b/source3/client/smbspool.c @@ -1,6 +1,5 @@ /* - Unix SMB/Netbios implementation. - Version 2.0. + Unix SMB/CIFS implementation. SMB backend for the Common UNIX Printing System ("CUPS") Copyright 1999 by Easy Software Products Copyright Andrew Tridgell 1994-1998 diff --git a/source3/client/testsmbc.c b/source3/client/testsmbc.c index 7aae9d8561..ec98774dcf 100644 --- a/source3/client/testsmbc.c +++ b/source3/client/testsmbc.c @@ -1,6 +1,5 @@ /* - Unix SMB/Netbios implementation. - Version 2.0 + Unix SMB/CIFS implementation. SMB client library test program Copyright (C) Andrew Tridgell 1998 Copyright (C) Richard Sharpe 2000 diff --git a/source3/client/tree.c b/source3/client/tree.c index d4f286ef56..94fd93c210 100644 --- a/source3/client/tree.c +++ b/source3/client/tree.c @@ -1,6 +1,5 @@ /* - Unix SMB/Netbios implementation. - Version 2.0 + Unix SMB/CIFS implementation. SMB client GTK+ tree-based application Copyright (C) Andrew Tridgell 1998 Copyright (C) Richard Sharpe 2001 |