summaryrefslogtreecommitdiffstats
path: root/source/client
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-01-30 06:08:46 +0000
committerTim Potter <tpot@samba.org>2002-01-30 06:08:46 +0000
commit6a58c9bd06d0d7502a24bf5ce5a2faf0a146edfa (patch)
tree7f606069acd90c6178e42f0efecd061ae4840229 /source/client
parent78013c0eccc1fed356781cf2fbba3025fcbb080c (diff)
downloadsamba-6a58c9bd06d0d7502a24bf5ce5a2faf0a146edfa.tar.gz
samba-6a58c9bd06d0d7502a24bf5ce5a2faf0a146edfa.tar.xz
samba-6a58c9bd06d0d7502a24bf5ce5a2faf0a146edfa.zip
Removed version number from file header.
Changed "SMB/Netbios" to "SMB/CIFS" in file header.
Diffstat (limited to 'source/client')
-rw-r--r--source/client/client.c3
-rw-r--r--source/client/clitar.c3
-rw-r--r--source/client/smbmount.c3
-rw-r--r--source/client/smbspool.c3
-rw-r--r--source/client/testsmbc.c3
-rw-r--r--source/client/tree.c3
6 files changed, 6 insertions, 12 deletions
diff --git a/source/client/client.c b/source/client/client.c
index 1e8d42d0b61..c491efd194b 100644
--- a/source/client/client.c
+++ b/source/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/source/client/clitar.c b/source/client/clitar.c
index 64b035a89ec..9fa3750b0c2 100644
--- a/source/client/clitar.c
+++ b/source/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/source/client/smbmount.c b/source/client/smbmount.c
index 8b56d21bec7..35c040feaac 100644
--- a/source/client/smbmount.c
+++ b/source/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/source/client/smbspool.c b/source/client/smbspool.c
index 3e583e855e9..2a2d5cbaf59 100644
--- a/source/client/smbspool.c
+++ b/source/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/source/client/testsmbc.c b/source/client/testsmbc.c
index 7aae9d85616..ec98774dcf5 100644
--- a/source/client/testsmbc.c
+++ b/source/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/source/client/tree.c b/source/client/tree.c
index d4f286ef563..94fd93c2106 100644
--- a/source/client/tree.c
+++ b/source/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