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/tdb | |
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/tdb')
-rw-r--r-- | source3/tdb/spinlock.c | 3 | ||||
-rw-r--r-- | source3/tdb/tdb.c | 3 | ||||
-rw-r--r-- | source3/tdb/tdb.h | 3 | ||||
-rw-r--r-- | source3/tdb/tdbdump.c | 3 | ||||
-rw-r--r-- | source3/tdb/tdbtool.c | 3 | ||||
-rw-r--r-- | source3/tdb/tdbutil.c | 3 |
6 files changed, 6 insertions, 12 deletions
diff --git a/source3/tdb/spinlock.c b/source3/tdb/spinlock.c index 0b2994f8f5..74472854cf 100644 --- a/source3/tdb/spinlock.c +++ b/source3/tdb/spinlock.c @@ -1,6 +1,5 @@ /* - Unix SMB/Netbios implementation. - Version 3.0 + Unix SMB/CIFS implementation. Samba database functions Copyright (C) Anton Blanchard 2001 diff --git a/source3/tdb/tdb.c b/source3/tdb/tdb.c index ea39b32dbf..36b90ef6fc 100644 --- a/source3/tdb/tdb.c +++ b/source3/tdb/tdb.c @@ -1,6 +1,5 @@ /* - Unix SMB/Netbios implementation. - Version 3.0 + Unix SMB/CIFS implementation. Samba database functions Copyright (C) Andrew Tridgell 1999-2000 Copyright (C) Luke Kenneth Casson Leighton 2000 diff --git a/source3/tdb/tdb.h b/source3/tdb/tdb.h index 9335725a2a..523c617bdc 100644 --- a/source3/tdb/tdb.h +++ b/source3/tdb/tdb.h @@ -2,8 +2,7 @@ #define __TDB_H__ /* - Unix SMB/Netbios implementation. - Version 3.0 + Unix SMB/CIFS implementation. Samba database functions Copyright (C) Andrew Tridgell 1999 diff --git a/source3/tdb/tdbdump.c b/source3/tdb/tdbdump.c index ddaff16209..6664213209 100644 --- a/source3/tdb/tdbdump.c +++ b/source3/tdb/tdbdump.c @@ -1,6 +1,5 @@ /* - Unix SMB/Netbios implementation. - Version 3.0 + Unix SMB/CIFS implementation. simple tdb dump util Copyright (C) Andrew Tridgell 2001 diff --git a/source3/tdb/tdbtool.c b/source3/tdb/tdbtool.c index d1c199849b..caa2940141 100644 --- a/source3/tdb/tdbtool.c +++ b/source3/tdb/tdbtool.c @@ -1,6 +1,5 @@ /* - Unix SMB/Netbios implementation. - Version 3.0 + Unix SMB/CIFS implementation. Samba database functions Copyright (C) Andrew Tridgell 1999-2000 Copyright (C) Paul `Rusty' Russell 2000 diff --git a/source3/tdb/tdbutil.c b/source3/tdb/tdbutil.c index 5f94633d26..0c816735b7 100644 --- a/source3/tdb/tdbutil.c +++ b/source3/tdb/tdbutil.c @@ -1,6 +1,5 @@ /* - Unix SMB/Netbios implementation. - Version 3.0 + Unix SMB/CIFS implementation. tdb utility functions Copyright (C) Andrew Tridgell 1992-1998 |