summaryrefslogtreecommitdiff
path: root/source3/smbwrapper
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
commitcd68afe31256ad60748b34f7318a180cfc2127cc (patch)
tree159a313fd4122e3fe94c0af624e00e06e9f0eb0b /source3/smbwrapper
parentd2480063574dee66a336d743ba92e351e320698e (diff)
downloadsamba-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/smbwrapper')
-rw-r--r--source3/smbwrapper/realcalls.c3
-rw-r--r--source3/smbwrapper/realcalls.h3
-rw-r--r--source3/smbwrapper/shared.c3
-rw-r--r--source3/smbwrapper/smbsh.c3
-rw-r--r--source3/smbwrapper/smbw.c3
-rw-r--r--source3/smbwrapper/smbw.h3
-rw-r--r--source3/smbwrapper/smbw_cache.c3
-rw-r--r--source3/smbwrapper/smbw_dir.c3
-rw-r--r--source3/smbwrapper/smbw_stat.c3
-rw-r--r--source3/smbwrapper/wrapped.c3
10 files changed, 10 insertions, 20 deletions
diff --git a/source3/smbwrapper/realcalls.c b/source3/smbwrapper/realcalls.c
index aabde7fa87..b64f4a43db 100644
--- a/source3/smbwrapper/realcalls.c
+++ b/source3/smbwrapper/realcalls.c
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 2.0
+ Unix SMB/CIFS implementation.
SMB wrapper functions for calls that syscall() can't do
Copyright (C) Andrew Tridgell 1998
diff --git a/source3/smbwrapper/realcalls.h b/source3/smbwrapper/realcalls.h
index 251c267337..6c230dba05 100644
--- a/source3/smbwrapper/realcalls.h
+++ b/source3/smbwrapper/realcalls.h
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 2.0
+ Unix SMB/CIFS implementation.
defintions of syscall entries
Copyright (C) Andrew Tridgell 1998
diff --git a/source3/smbwrapper/shared.c b/source3/smbwrapper/shared.c
index 90accbb503..00dd30b70e 100644
--- a/source3/smbwrapper/shared.c
+++ b/source3/smbwrapper/shared.c
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 2.0
+ Unix SMB/CIFS implementation.
SMB wrapper functions - shared variables
Copyright (C) Andrew Tridgell 1998
diff --git a/source3/smbwrapper/smbsh.c b/source3/smbwrapper/smbsh.c
index 694c6dd799..0d705ddcfa 100644
--- a/source3/smbwrapper/smbsh.c
+++ b/source3/smbwrapper/smbsh.c
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 2.0
+ Unix SMB/CIFS implementation.
SMB wrapper functions - frontend
Copyright (C) Andrew Tridgell 1998
diff --git a/source3/smbwrapper/smbw.c b/source3/smbwrapper/smbw.c
index 047db9bb96..2dd7c4ea6d 100644
--- a/source3/smbwrapper/smbw.c
+++ b/source3/smbwrapper/smbw.c
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 2.0
+ Unix SMB/CIFS implementation.
SMB wrapper functions
Copyright (C) Andrew Tridgell 1998
diff --git a/source3/smbwrapper/smbw.h b/source3/smbwrapper/smbw.h
index d059b20c78..3f0b1cbb44 100644
--- a/source3/smbwrapper/smbw.h
+++ b/source3/smbwrapper/smbw.h
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 2.0
+ Unix SMB/CIFS implementation.
SMB wrapper functions - definitions
Copyright (C) Andrew Tridgell 1998
diff --git a/source3/smbwrapper/smbw_cache.c b/source3/smbwrapper/smbw_cache.c
index 13a68e7454..fcb0eda805 100644
--- a/source3/smbwrapper/smbw_cache.c
+++ b/source3/smbwrapper/smbw_cache.c
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 2.0
+ Unix SMB/CIFS implementation.
SMB wrapper directory functions
Copyright (C) Tim Potter 2000
diff --git a/source3/smbwrapper/smbw_dir.c b/source3/smbwrapper/smbw_dir.c
index 6be88e4df3..31d81a1e7e 100644
--- a/source3/smbwrapper/smbw_dir.c
+++ b/source3/smbwrapper/smbw_dir.c
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 2.0
+ Unix SMB/CIFS implementation.
SMB wrapper directory functions
Copyright (C) Andrew Tridgell 1998
diff --git a/source3/smbwrapper/smbw_stat.c b/source3/smbwrapper/smbw_stat.c
index 40fb191e02..6c476a8a67 100644
--- a/source3/smbwrapper/smbw_stat.c
+++ b/source3/smbwrapper/smbw_stat.c
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 2.0
+ Unix SMB/CIFS implementation.
SMB wrapper stat functions
Copyright (C) Andrew Tridgell 1998
diff --git a/source3/smbwrapper/wrapped.c b/source3/smbwrapper/wrapped.c
index b8787a00c0..338ee0d5b1 100644
--- a/source3/smbwrapper/wrapped.c
+++ b/source3/smbwrapper/wrapped.c
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 2.0
+ Unix SMB/CIFS implementation.
SMB wrapper functions
Copyright (C) Andrew Tridgell 1998