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/web | |
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/web')
-rw-r--r-- | source3/web/diagnose.c | 3 | ||||
-rw-r--r-- | source3/web/neg_lang.c | 3 | ||||
-rw-r--r-- | source3/web/startstop.c | 3 | ||||
-rw-r--r-- | source3/web/statuspage.c | 3 | ||||
-rw-r--r-- | source3/web/swat.c | 2 |
5 files changed, 5 insertions, 9 deletions
diff --git a/source3/web/diagnose.c b/source3/web/diagnose.c index bf2e6da17d..73c23ea2bb 100644 --- a/source3/web/diagnose.c +++ b/source3/web/diagnose.c @@ -1,6 +1,5 @@ /* - Unix SMB/Netbios implementation. - Version 1.9. + Unix SMB/CIFS implementation. diagnosis tools for web admin Copyright (C) Andrew Tridgell 1998 diff --git a/source3/web/neg_lang.c b/source3/web/neg_lang.c index 8a5b60d99f..fc115bfd61 100644 --- a/source3/web/neg_lang.c +++ b/source3/web/neg_lang.c @@ -1,6 +1,5 @@ /* - Unix SMB/Netbios implementation. - Version 3.0 + Unix SMB/CIFS implementation. SWAT language handling This program is free software; you can redistribute it and/or modify diff --git a/source3/web/startstop.c b/source3/web/startstop.c index 80b5ce7444..27ee7dd96e 100644 --- a/source3/web/startstop.c +++ b/source3/web/startstop.c @@ -1,6 +1,5 @@ /* - Unix SMB/Netbios implementation. - Version 1.9. + Unix SMB/CIFS implementation. start/stop nmbd and smbd Copyright (C) Andrew Tridgell 1998 diff --git a/source3/web/statuspage.c b/source3/web/statuspage.c index 6af7674dc9..62158a5f32 100644 --- a/source3/web/statuspage.c +++ b/source3/web/statuspage.c @@ -1,6 +1,5 @@ /* - Unix SMB/Netbios implementation. - Version 2.2. + Unix SMB/CIFS implementation. web status page Copyright (C) Andrew Tridgell 1997-1998 diff --git a/source3/web/swat.c b/source3/web/swat.c index 506a6263e9..955cbb0748 100644 --- a/source3/web/swat.c +++ b/source3/web/swat.c @@ -1,5 +1,5 @@ /* - Unix SMB/Netbios implementation. + Unix SMB/CIFS implementation. Samba Web Administration Tool Copyright (C) Andrew Tridgell 1997-1998 |