diff options
author | Gerald Carter <jerry@samba.org> | 2005-10-07 15:43:32 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:04:55 -0500 |
commit | 8ec32e008a2309e04d954bd7c6740740735628db (patch) | |
tree | 1213d5dd228440fc8d94f3e9a50c2fc73fe66bd0 /source3/include | |
parent | 01a1e5cdb0339a7cb3a85280b118985562bb2d7f (diff) | |
download | samba-8ec32e008a2309e04d954bd7c6740740735628db.tar.gz samba-8ec32e008a2309e04d954bd7c6740740735628db.tar.bz2 samba-8ec32e008a2309e04d954bd7c6740740735628db.zip |
r10822: updating copyright info
(This used to be commit ef3845366bc883e735b2008243b7c05a403f42ca)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/smb.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index 61d2237b2d..922864ecff 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -27,6 +27,10 @@ #ifndef _SMB_H #define _SMB_H +/* logged when starting the various Samba daemons */ +#define COPYRIGHT_STARTUP_MESSAGE "Copyright Andrew Tridgell and the Samba Team 1992-2005" + + #if defined(LARGE_SMB_OFF_T) #define BUFFER_SIZE (128*1024) #else /* no large readwrite possible */ |