summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
Diffstat (limited to 'source3')
-rw-r--r--source3/include/smb.h1
-rw-r--r--source3/nameannounce.c3
-rw-r--r--source3/smbd/ipc.c4
3 files changed, 7 insertions, 1 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index 463dcb1373..1d53942fa7 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -3,6 +3,7 @@
Version 1.9.
SMB parameters and setup
Copyright (C) Andrew Tridgell 1992-1997
+ Copyright (C) John H Terpstra 1996-1997
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/source3/nameannounce.c b/source3/nameannounce.c
index 6e7e445e4b..6d87cb3416 100644
--- a/source3/nameannounce.c
+++ b/source3/nameannounce.c
@@ -3,6 +3,9 @@
Version 1.9.
NBT netbios routines and daemon - version 2
Copyright (C) Andrew Tridgell 1994-1997
+
+ SMB Version handling
+ Copyright (C) John H Terpstra 1995-1997
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/source3/smbd/ipc.c b/source3/smbd/ipc.c
index 7922e41623..17bdd3ca66 100644
--- a/source3/smbd/ipc.c
+++ b/source3/smbd/ipc.c
@@ -1,9 +1,11 @@
-
/*
Unix SMB/Netbios implementation.
Version 1.9.
Inter-process communication and named pipe handling
Copyright (C) Andrew Tridgell 1992-1997
+
+ SMB Version handling
+ Copyright (C) John H Terpstra 1995-1997
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by