summaryrefslogtreecommitdiffstats
path: root/source/include
diff options
context:
space:
mode:
Diffstat (limited to 'source/include')
-rw-r--r--source/include/MacExtensions.h3
-rw-r--r--source/include/asn_1.h3
-rw-r--r--source/include/auth.h3
-rw-r--r--source/include/byteorder.h3
-rw-r--r--source/include/charset.h3
-rw-r--r--source/include/client.h3
-rw-r--r--source/include/clitar.h3
-rw-r--r--source/include/debug.h3
-rw-r--r--source/include/dlinklist.h3
-rw-r--r--source/include/doserr.h3
-rw-r--r--source/include/dynconfig.h2
-rw-r--r--source/include/hash.h3
-rw-r--r--source/include/hmacmd5.h3
-rw-r--r--source/include/includes.h2
-rw-r--r--source/include/intl.h3
-rw-r--r--source/include/libsmbclient.h3
-rw-r--r--source/include/mapping.h3
-rw-r--r--source/include/messages.h3
-rw-r--r--source/include/msdfs.h3
-rw-r--r--source/include/nameserv.h3
-rw-r--r--source/include/nt_printing.h3
-rw-r--r--source/include/ntdomain.h3
-rw-r--r--source/include/nterr.h3
-rw-r--r--source/include/passdb.h3
-rw-r--r--source/include/printing.h3
-rw-r--r--source/include/pstring.h2
-rwxr-xr-xsource/include/rap.h1
-rw-r--r--source/include/rpc_brs.h3
-rw-r--r--source/include/rpc_client.h3
-rw-r--r--source/include/rpc_creds.h3
-rw-r--r--source/include/rpc_dce.h3
-rw-r--r--source/include/rpc_dfs.h3
-rw-r--r--source/include/rpc_lsa.h2
-rw-r--r--source/include/rpc_misc.h3
-rw-r--r--source/include/rpc_netlogon.h3
-rw-r--r--source/include/rpc_parse.h3
-rw-r--r--source/include/rpc_reg.h3
-rw-r--r--source/include/rpc_samr.h3
-rw-r--r--source/include/rpc_secdes.h3
-rwxr-xr-xsource/include/rpc_spoolss.h3
-rw-r--r--source/include/rpc_srvsvc.h3
-rw-r--r--source/include/rpc_wkssvc.h3
-rw-r--r--source/include/safe_string.h2
-rw-r--r--source/include/secrets.h3
-rw-r--r--source/include/session.h3
-rw-r--r--source/include/sids.h3
-rw-r--r--source/include/smb.h2
-rw-r--r--source/include/smb_acls.h3
-rw-r--r--source/include/smb_macros.h2
-rw-r--r--source/include/smbprofile.h3
-rw-r--r--source/include/talloc.h3
-rw-r--r--source/include/trans2.h3
-rw-r--r--source/include/util_getent.h3
-rw-r--r--source/include/util_list.h3
-rw-r--r--source/include/vfs.h3
-rw-r--r--source/include/xfile.h3
56 files changed, 55 insertions, 104 deletions
diff --git a/source/include/MacExtensions.h b/source/include/MacExtensions.h
index 1c57690ba47..f104d19764e 100644
--- a/source/include/MacExtensions.h
+++ b/source/include/MacExtensions.h
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 1.9.
+ Unix SMB/CIFS implementation.
SMB parameters and setup
Copyright (C) Andrew Tridgell 1992-1998
Copyright (C) John H Terpstra 1996-1998
diff --git a/source/include/asn_1.h b/source/include/asn_1.h
index 5b264edec34..090c5459d18 100644
--- a/source/include/asn_1.h
+++ b/source/include/asn_1.h
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 3.0
+ Unix SMB/CIFS implementation.
simple ASN1 code
Copyright (C) Andrew Tridgell 2001
diff --git a/source/include/auth.h b/source/include/auth.h
index a61576fd210..5c8bc8edfe6 100644
--- a/source/include/auth.h
+++ b/source/include/auth.h
@@ -1,8 +1,7 @@
#ifndef _SMBAUTH_H_
#define _SMBAUTH_H_
/*
- Unix SMB/Netbios implementation.
- Version 2.2
+ Unix SMB/CIFS implementation.
Standardised Authentication types
Copyright (C) Andrew Bartlett 2001
diff --git a/source/include/byteorder.h b/source/include/byteorder.h
index fab77060be0..719b3e9b447 100644
--- a/source/include/byteorder.h
+++ b/source/include/byteorder.h
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 1.9.
+ Unix SMB/CIFS implementation.
SMB Byte handling
Copyright (C) Andrew Tridgell 1992-1998
diff --git a/source/include/charset.h b/source/include/charset.h
index 3221349f4a8..b942594d04d 100644
--- a/source/include/charset.h
+++ b/source/include/charset.h
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 3.0
+ Unix SMB/CIFS implementation.
charset defines
Copyright (C) Andrew Tridgell 2001
diff --git a/source/include/client.h b/source/include/client.h
index a8be1d16e1a..e6d1f429a1d 100644
--- a/source/include/client.h
+++ b/source/include/client.h
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 1.9.
+ Unix SMB/CIFS implementation.
SMB parameters and setup
Copyright (C) Andrew Tridgell 1992-1998
Copyright (C) Luke Kenneth Casson Leighton 1996-1998
diff --git a/source/include/clitar.h b/source/include/clitar.h
index ad76191fb75..b7731172d61 100644
--- a/source/include/clitar.h
+++ b/source/include/clitar.h
@@ -1,6 +1,5 @@
/*
- * Unix SMB/Netbios implementation.
- * Version 3.0
+ * Unix SMB/CIFS implementation.
* clitar file format
* Copyright (C) Andrew Tridgell 2000
*
diff --git a/source/include/debug.h b/source/include/debug.h
index 37eaed2b124..235fbf70c4e 100644
--- a/source/include/debug.h
+++ b/source/include/debug.h
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 1.9.
+ Unix SMB/CIFS implementation.
SMB debug stuff
Copyright (C) Andrew Tridgell 1992-1998
Copyright (C) John H Terpstra 1996-1998
diff --git a/source/include/dlinklist.h b/source/include/dlinklist.h
index cf75404c561..794aea75766 100644
--- a/source/include/dlinklist.h
+++ b/source/include/dlinklist.h
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 1.9.
+ Unix SMB/CIFS implementation.
some simple double linked list macros
Copyright (C) Andrew Tridgell 1998
diff --git a/source/include/doserr.h b/source/include/doserr.h
index 3262370dfd8..92b441f38fe 100644
--- a/source/include/doserr.h
+++ b/source/include/doserr.h
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 1.9.
+ Unix SMB/CIFS implementation.
DOS error code constants
Copyright (C) Andrew Tridgell 1992-2000
Copyright (C) John H Terpstra 1996-2000
diff --git a/source/include/dynconfig.h b/source/include/dynconfig.h
index 5ce858f1c4a..eaa3a0568d3 100644
--- a/source/include/dynconfig.h
+++ b/source/include/dynconfig.h
@@ -1,5 +1,5 @@
/*
- Unix SMB/Netbios implementation.
+ Unix SMB/CIFS implementation.
Copyright (C) 2001 by Martin Pool <mbp@samba.org>
This program is free software; you can redistribute it and/or modify
diff --git a/source/include/hash.h b/source/include/hash.h
index 80a1aaae50e..c327c971ab8 100644
--- a/source/include/hash.h
+++ b/source/include/hash.h
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 2.0
+ Unix SMB/CIFS implementation.
Copyright (C) Ying Chen 2000.
diff --git a/source/include/hmacmd5.h b/source/include/hmacmd5.h
index adb52058a89..6b53a6fd074 100644
--- a/source/include/hmacmd5.h
+++ b/source/include/hmacmd5.h
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 1.9.
+ Unix SMB/CIFS implementation.
Interface header: Scheduler service
Copyright (C) Luke Kenneth Casson Leighton 1996-1999
Copyright (C) Andrew Tridgell 1992-1999
diff --git a/source/include/includes.h b/source/include/includes.h
index 7f913ba830f..2037b5ae05b 100644
--- a/source/include/includes.h
+++ b/source/include/includes.h
@@ -1,7 +1,7 @@
#ifndef _INCLUDES_H
#define _INCLUDES_H
/*
- Unix SMB/Netbios implementation.
+ Unix SMB/CIFS implementation.
Machine customisation and include handling
Copyright (C) Andrew Tridgell 1994-1998
Copyright (C) 2002 by Martin Pool <mbp@samba.org>
diff --git a/source/include/intl.h b/source/include/intl.h
index 6bde64f0908..5b56d9aa2c9 100644
--- a/source/include/intl.h
+++ b/source/include/intl.h
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 3.0
+ Unix SMB/CIFS implementation.
internationalisation headers
Copyright (C) Andrew Tridgell 2001
diff --git a/source/include/libsmbclient.h b/source/include/libsmbclient.h
index 98701b2693e..e343b876d33 100644
--- a/source/include/libsmbclient.h
+++ b/source/include/libsmbclient.h
@@ -1,6 +1,5 @@
/*=====================================================================
- Unix SMB/Netbios implementation.
- Version 2.0
+ Unix SMB/CIFS implementation.
SMB client library API definitions
Copyright (C) Andrew Tridgell 1998
Copyright (C) Richard Sharpe 2000
diff --git a/source/include/mapping.h b/source/include/mapping.h
index 9b46989ccb7..5ef5c19dd27 100644
--- a/source/include/mapping.h
+++ b/source/include/mapping.h
@@ -1,6 +1,5 @@
/*
- * Unix SMB/Netbios implementation.
- * Version 1.9.
+ * Unix SMB/CIFS implementation.
* RPC Pipe client / server routines
* Copyright (C) Andrew Tridgell 1992-2000,
* Copyright (C) Jean François Micouleau 1998-2001.
diff --git a/source/include/messages.h b/source/include/messages.h
index cec4c13a1c3..f5dbb1c4b85 100644
--- a/source/include/messages.h
+++ b/source/include/messages.h
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 3.0
+ Unix SMB/CIFS implementation.
messages.c header
Copyright (C) Andrew Tridgell 2000
Copyright (C) 2001, 2002 by Martin Pool
diff --git a/source/include/msdfs.h b/source/include/msdfs.h
index df2ea5a6e4a..ab56ae4af44 100644
--- a/source/include/msdfs.h
+++ b/source/include/msdfs.h
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 3.0
+ Unix SMB/CIFS implementation.
MSDfs services for Samba
Copyright (C) Shirish Kalele 2000
diff --git a/source/include/nameserv.h b/source/include/nameserv.h
index 9e62603594a..53a5a3b5d8a 100644
--- a/source/include/nameserv.h
+++ b/source/include/nameserv.h
@@ -1,8 +1,7 @@
#ifndef _NAMESERV_H_
#define _NAMESERV_H_
/*
- Unix SMB/Netbios implementation.
- Version 1.9.
+ Unix SMB/CIFS implementation.
NBT netbios header - version 2
Copyright (C) Andrew Tridgell 1994-1998
diff --git a/source/include/nt_printing.h b/source/include/nt_printing.h
index 4c9265f09fa..90ac45412d9 100644
--- a/source/include/nt_printing.h
+++ b/source/include/nt_printing.h
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 1.9.
+ Unix SMB/CIFS implementation.
SMB parameters and setup
Copyright (C) Andrew Tridgell 1992-2000,
Copyright (C) Jean Francois Micouleau 1998-2000.
diff --git a/source/include/ntdomain.h b/source/include/ntdomain.h
index a2f7de0c2ab..a784fd2eba0 100644
--- a/source/include/ntdomain.h
+++ b/source/include/ntdomain.h
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 1.9.
+ Unix SMB/CIFS implementation.
SMB parameters and setup
Copyright (C) Andrew Tridgell 1992-1997
Copyright (C) Luke Kenneth Casson Leighton 1996-1997
diff --git a/source/include/nterr.h b/source/include/nterr.h
index e6d536d753c..1bc5a1dd898 100644
--- a/source/include/nterr.h
+++ b/source/include/nterr.h
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 1.9.
+ Unix SMB/CIFS implementation.
NT error code constants
Copyright (C) Andrew Tridgell 1992-2000
Copyright (C) John H Terpstra 1996-2000
diff --git a/source/include/passdb.h b/source/include/passdb.h
index 071ebdbfe55..dfcbd46ecf9 100644
--- a/source/include/passdb.h
+++ b/source/include/passdb.h
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 1.9.
+ Unix SMB/CIFS implementation.
passdb structures and parameters
Copyright (C) Gerald Carter 2001
Copyright (C) Luke Kenneth Casson Leighton 1998 - 2000
diff --git a/source/include/printing.h b/source/include/printing.h
index ee0b25d63fd..f347bd0dda8 100644
--- a/source/include/printing.h
+++ b/source/include/printing.h
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 3.0
+ Unix SMB/CIFS implementation.
printing definitions
Copyright (C) Andrew Tridgell 1992-2000
diff --git a/source/include/pstring.h b/source/include/pstring.h
index 5f3f21cb1df..92870e4cae5 100644
--- a/source/include/pstring.h
+++ b/source/include/pstring.h
@@ -1,5 +1,5 @@
/*
- samba -- Unix SMB/Netbios implementation.
+ samba -- Unix SMB/CIFS implementation.
Safe standardized string types
Copyright (C) Andrew Tridgell 1992-2000
diff --git a/source/include/rap.h b/source/include/rap.h
index 24b70251b77..993dfa7e335 100755
--- a/source/include/rap.h
+++ b/source/include/rap.h
@@ -1,6 +1,5 @@
/*
Samba Unix/Linux SMB client library
- Version 3.0
RAP (SMB Remote Procedure Calls) defines and structures
Copyright (C) Steve French 2001 (sfrench@us.ibm.com)
Copyright (C) Jim McDonough 2001 (jmcd@us.ibm.com)
diff --git a/source/include/rpc_brs.h b/source/include/rpc_brs.h
index 99ba8f2dd07..cd0928d470f 100644
--- a/source/include/rpc_brs.h
+++ b/source/include/rpc_brs.h
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 1.9.
+ Unix SMB/CIFS implementation.
SMB parameters and setup
Copyright (C) Andrew Tridgell 1992-1999
Copyright (C) Luke Kenneth Casson Leighton 1996-1999
diff --git a/source/include/rpc_client.h b/source/include/rpc_client.h
index 270545c2a3f..bce9ec7f273 100644
--- a/source/include/rpc_client.h
+++ b/source/include/rpc_client.h
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 1.9.
+ Unix SMB/CIFS implementation.
SMB parameters and setup
Copyright (C) Elrond 2000
diff --git a/source/include/rpc_creds.h b/source/include/rpc_creds.h
index 0ab508ffe70..3022b172899 100644
--- a/source/include/rpc_creds.h
+++ b/source/include/rpc_creds.h
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 1.9.
+ Unix SMB/CIFS implementation.
SMB parameters and setup
Copyright (C) Andrew Tridgell 1992-1999
Copyright (C) Luke Kenneth Casson Leighton 1996-1999
diff --git a/source/include/rpc_dce.h b/source/include/rpc_dce.h
index f9ebaae0b81..01d974d41dd 100644
--- a/source/include/rpc_dce.h
+++ b/source/include/rpc_dce.h
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 1.9.
+ Unix SMB/CIFS implementation.
SMB parameters and setup
Copyright (C) Andrew Tridgell 1992-1997
Copyright (C) Luke Kenneth Casson Leighton 1996-1997
diff --git a/source/include/rpc_dfs.h b/source/include/rpc_dfs.h
index 5222d6b3565..39316a5d541 100644
--- a/source/include/rpc_dfs.h
+++ b/source/include/rpc_dfs.h
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 3.0
+ Unix SMB/CIFS implementation.
Samba parameters and setup
Copyright (C) Andrew Tridgell 1992-2000
Copyright (C) Luke Kenneth Casson Leighton 1996 - 2000
diff --git a/source/include/rpc_lsa.h b/source/include/rpc_lsa.h
index 8388877dd1d..ccdce6f2636 100644
--- a/source/include/rpc_lsa.h
+++ b/source/include/rpc_lsa.h
@@ -1,5 +1,5 @@
/*
- Unix SMB/Netbios implementation.
+ Unix SMB/CIFS implementation.
SMB parameters and setup
Copyright (C) Andrew Tridgell 1992-1997
Copyright (C) Luke Kenneth Casson Leighton 1996-1997
diff --git a/source/include/rpc_misc.h b/source/include/rpc_misc.h
index 558c28459e3..686f8e97e9e 100644
--- a/source/include/rpc_misc.h
+++ b/source/include/rpc_misc.h
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 1.9.
+ Unix SMB/CIFS implementation.
SMB parameters and setup
Copyright (C) Andrew Tridgell 1992-1997
Copyright (C) Luke Kenneth Casson Leighton 1996-1997
diff --git a/source/include/rpc_netlogon.h b/source/include/rpc_netlogon.h
index e221db271f2..80b00fbaad4 100644
--- a/source/include/rpc_netlogon.h
+++ b/source/include/rpc_netlogon.h
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 1.9.
+ Unix SMB/CIFS implementation.
SMB parameters and setup
Copyright (C) Andrew Tridgell 1992-1997
Copyright (C) Luke Kenneth Casson Leighton 1996-1997
diff --git a/source/include/rpc_parse.h b/source/include/rpc_parse.h
index 5a302b1af33..73fbcb2b1be 100644
--- a/source/include/rpc_parse.h
+++ b/source/include/rpc_parse.h
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 1.9.
+ Unix SMB/CIFS implementation.
SMB parameters and setup
Copyright (C) Andrew Tridgell 1992-2000
Copyright (C) Luke Kenneth Casson Leighton 1996-2000
diff --git a/source/include/rpc_reg.h b/source/include/rpc_reg.h
index b635f8bea47..a5aa6061207 100644
--- a/source/include/rpc_reg.h
+++ b/source/include/rpc_reg.h
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 1.9.
+ Unix SMB/CIFS implementation.
SMB parameters and setup
Copyright (C) Andrew Tridgell 1992-1997
Copyright (C) Luke Kenneth Casson Leighton 1996-1997
diff --git a/source/include/rpc_samr.h b/source/include/rpc_samr.h
index 59325ca88d4..191a3695fbf 100644
--- a/source/include/rpc_samr.h
+++ b/source/include/rpc_samr.h
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 1.9.
+ Unix SMB/CIFS implementation.
SMB parameters and setup
Copyright (C) Andrew Tridgell 1992-2000
Copyright (C) Luke Kenneth Casson Leighton 1996-2000
diff --git a/source/include/rpc_secdes.h b/source/include/rpc_secdes.h
index 259c1567675..be5b120c2e2 100644
--- a/source/include/rpc_secdes.h
+++ b/source/include/rpc_secdes.h
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 1.9.
+ Unix SMB/CIFS implementation.
SMB parameters and setup
Copyright (C) Andrew Tridgell 1992-2000
Copyright (C) Luke Kenneth Casson Leighton 1996-2000
diff --git a/source/include/rpc_spoolss.h b/source/include/rpc_spoolss.h
index eec58b1132e..3975f3580f5 100755
--- a/source/include/rpc_spoolss.h
+++ b/source/include/rpc_spoolss.h
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 1.9.
+ Unix SMB/CIFS implementation.
SMB parameters and setup
Copyright (C) Andrew Tridgell 1992-2000,
Copyright (C) Luke Kenneth Casson Leighton 1996-2000,
diff --git a/source/include/rpc_srvsvc.h b/source/include/rpc_srvsvc.h
index 651c0b97673..10dbc102e00 100644
--- a/source/include/rpc_srvsvc.h
+++ b/source/include/rpc_srvsvc.h
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 1.9.
+ Unix SMB/CIFS implementation.
SMB parameters and setup
Copyright (C) Andrew Tridgell 1992-1997
Copyright (C) Luke Kenneth Casson Leighton 1996-1997
diff --git a/source/include/rpc_wkssvc.h b/source/include/rpc_wkssvc.h
index 57a70b4798e..adc37c255b2 100644
--- a/source/include/rpc_wkssvc.h
+++ b/source/include/rpc_wkssvc.h
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 1.9.
+ Unix SMB/CIFS implementation.
SMB parameters and setup
Copyright (C) Andrew Tridgell 1992-1997
Copyright (C) Luke Kenneth Casson Leighton 1996-1997
diff --git a/source/include/safe_string.h b/source/include/safe_string.h
index a086d7495c7..9f64bc44e3e 100644
--- a/source/include/safe_string.h
+++ b/source/include/safe_string.h
@@ -1,5 +1,5 @@
/*
- Unix SMB/Netbios implementation.
+ Unix SMB/CIFS implementation.
Safe string handling routines.
Copyright (C) Andrew Tridgell 1994-1998
diff --git a/source/include/secrets.h b/source/include/secrets.h
index 5990170ccc9..53d9c8ab886 100644
--- a/source/include/secrets.h
+++ b/source/include/secrets.h
@@ -1,6 +1,5 @@
/*
- * Unix SMB/Netbios implementation.
- * Version 3.0
+ * Unix SMB/CIFS implementation.
* secrets.tdb file format info
* Copyright (C) Andrew Tridgell 2000
*
diff --git a/source/include/session.h b/source/include/session.h
index 9091223e99e..f613afee09a 100644
--- a/source/include/session.h
+++ b/source/include/session.h
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 2.0
+ Unix SMB/CIFS implementation.
session handling for recording currently vailid vuids
Copyright (C) tridge@samba.org 2001
Copyright (C) Andew Bartlett <abartlet@samba.org> 2001
diff --git a/source/include/sids.h b/source/include/sids.h
index 86aa58b6218..860d96b193f 100644
--- a/source/include/sids.h
+++ b/source/include/sids.h
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 1.9.
+ Unix SMB/CIFS implementation.
SMB parameters and setup
Copyright (C) Andrew Tridgell 1992-2000
Copyright (C) Luke Kenneth Casson Leighton 1996-2000
diff --git a/source/include/smb.h b/source/include/smb.h
index 4168e34d3f6..432249272b1 100644
--- a/source/include/smb.h
+++ b/source/include/smb.h
@@ -1,5 +1,5 @@
/*
- Unix SMB/Netbios implementation.
+ Unix SMB/CIFS implementation.
SMB parameters and setup, plus a whole lot more.
Copyright (C) Andrew Tridgell 1992-2000
diff --git a/source/include/smb_acls.h b/source/include/smb_acls.h
index 53adf39dbc5..3ed670d38ba 100644
--- a/source/include/smb_acls.h
+++ b/source/include/smb_acls.h
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 2.2.x
+ Unix SMB/CIFS implementation.
Portable SMB ACL interface
Copyright (C) Jeremy Allison 2000
diff --git a/source/include/smb_macros.h b/source/include/smb_macros.h
index 15a10f01047..3fdd90f5109 100644
--- a/source/include/smb_macros.h
+++ b/source/include/smb_macros.h
@@ -1,5 +1,5 @@
/*
- Unix SMB/Netbios implementation.
+ Unix SMB/CIFS implementation.
SMB parameters and setup
Copyright (C) Andrew Tridgell 1992-1999
Copyright (C) John H Terpstra 1996-1999
diff --git a/source/include/smbprofile.h b/source/include/smbprofile.h
index 719318195e0..3b18b9614e8 100644
--- a/source/include/smbprofile.h
+++ b/source/include/smbprofile.h
@@ -1,8 +1,7 @@
#ifndef _PROFILE_H_
#define _PROFILE_H_
/*
- Unix SMB/Netbios implementation.
- Version 1.9.
+ Unix SMB/CIFS implementation.
store smbd profiling information in shared memory
Copyright (C) Andrew Tridgell 1999
diff --git a/source/include/talloc.h b/source/include/talloc.h
index 3f5b85c0b22..64a58830413 100644
--- a/source/include/talloc.h
+++ b/source/include/talloc.h
@@ -1,8 +1,7 @@
#ifndef _TALLOC_H_
#define _TALLOC_H_
/*
- Unix SMB/Netbios implementation.
- Version 3.0
+ Unix SMB/CIFS implementation.
Samba temporary memory allocation functions
Copyright (C) Andrew Tridgell 2000
Copyright (C) 2001 by Martin Pool <mbp@samba.org>
diff --git a/source/include/trans2.h b/source/include/trans2.h
index 7d35e9a5b61..3a6fe6e9ee1 100644
--- a/source/include/trans2.h
+++ b/source/include/trans2.h
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 1.9.
+ Unix SMB/CIFS implementation.
SMB transaction2 handling
Copyright (C) Jeremy Allison 1994-2002.
diff --git a/source/include/util_getent.h b/source/include/util_getent.h
index 5d4674ddefa..b67758ba230 100644
--- a/source/include/util_getent.h
+++ b/source/include/util_getent.h
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 3.0
+ Unix SMB/CIFS implementation.
Samba utility functions
Copyright (C) Simo Sorce 2001
diff --git a/source/include/util_list.h b/source/include/util_list.h
index 4ccb1667f01..8761a7bb7d2 100644
--- a/source/include/util_list.h
+++ b/source/include/util_list.h
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 1.9.
+ Unix SMB/CIFS implementation.
Samba utility functions
Copyright (C) Andrew Tridgell 1992-1999
Copyright (C) Gerald Carter <jerry@samba.org> 2000
diff --git a/source/include/vfs.h b/source/include/vfs.h
index 18562553853..58b5f0d396a 100644
--- a/source/include/vfs.h
+++ b/source/include/vfs.h
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 1.9.
+ Unix SMB/CIFS implementation.
VFS structures and parameters
Copyright (C) Tim Potter 1999
diff --git a/source/include/xfile.h b/source/include/xfile.h
index fa4752fe30b..a573b59a4a7 100644
--- a/source/include/xfile.h
+++ b/source/include/xfile.h
@@ -1,6 +1,5 @@
/*
- Unix SMB/Netbios implementation.
- Version 3.0
+ Unix SMB/CIFS implementation.
stdio replacement
Copyright (C) Andrew Tridgell 2001