diff options
author | Stefan Metzmacher <metze@samba.org> | 2013-01-01 15:43:36 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2013-01-01 16:11:18 +0100 |
commit | 6f318483709fd1fecd1a1ee1f892eb1c7ca17b94 (patch) | |
tree | 3265849ece33761fb7311102439bba1e5f57b1e0 /source3 | |
parent | bcacd8fc80f8b366566d576fd654856930cfc4a4 (diff) | |
download | samba-6f318483709fd1fecd1a1ee1f892eb1c7ca17b94.tar.gz samba-6f318483709fd1fecd1a1ee1f892eb1c7ca17b94.tar.bz2 samba-6f318483709fd1fecd1a1ee1f892eb1c7ca17b94.zip |
Happy New Year 2013
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/smb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index 2aa2ab3054..a163e9e5ca 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -30,7 +30,7 @@ #include "libds/common/roles.h" /* logged when starting the various Samba daemons */ -#define COPYRIGHT_STARTUP_MESSAGE "Copyright Andrew Tridgell and the Samba Team 1992-2012" +#define COPYRIGHT_STARTUP_MESSAGE "Copyright Andrew Tridgell and the Samba Team 1992-2013" #define BUFFER_SIZE (128*1024) |