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 | 6a58c9bd06d0d7502a24bf5ce5a2faf0a146edfa (patch) | |
tree | 7f606069acd90c6178e42f0efecd061ae4840229 /source/tdb | |
parent | 78013c0eccc1fed356781cf2fbba3025fcbb080c (diff) | |
download | samba-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/tdb')
-rw-r--r-- | source/tdb/spinlock.c | 3 | ||||
-rw-r--r-- | source/tdb/tdb.c | 3 | ||||
-rw-r--r-- | source/tdb/tdb.h | 3 | ||||
-rw-r--r-- | source/tdb/tdbdump.c | 3 | ||||
-rw-r--r-- | source/tdb/tdbtool.c | 3 | ||||
-rw-r--r-- | source/tdb/tdbutil.c | 3 |
6 files changed, 6 insertions, 12 deletions
diff --git a/source/tdb/spinlock.c b/source/tdb/spinlock.c index 0b2994f8f58..74472854cf2 100644 --- a/source/tdb/spinlock.c +++ b/source/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/source/tdb/tdb.c b/source/tdb/tdb.c index ea39b32dbf6..36b90ef6fcd 100644 --- a/source/tdb/tdb.c +++ b/source/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/source/tdb/tdb.h b/source/tdb/tdb.h index 9335725a2ac..523c617bdc0 100644 --- a/source/tdb/tdb.h +++ b/source/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/source/tdb/tdbdump.c b/source/tdb/tdbdump.c index ddaff162091..66642132093 100644 --- a/source/tdb/tdbdump.c +++ b/source/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/source/tdb/tdbtool.c b/source/tdb/tdbtool.c index d1c199849b3..caa29401418 100644 --- a/source/tdb/tdbtool.c +++ b/source/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/source/tdb/tdbutil.c b/source/tdb/tdbutil.c index 5f94633d26e..0c816735b7c 100644 --- a/source/tdb/tdbutil.c +++ b/source/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 |