summaryrefslogtreecommitdiff
path: root/source3/smbd
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-01-22 13:27:43 +0000
committerJeremy Allison <jra@samba.org>1998-01-22 13:27:43 +0000
commit55f400bd84f26027f5ec9b7fa06b22895de7557c (patch)
tree645325e07b2704b4b1a028fe0bc9b273db9f6ba3 /source3/smbd
parent118213c059501d384be9a6dcaf02d13a681bedc3 (diff)
downloadsamba-55f400bd84f26027f5ec9b7fa06b22895de7557c.tar.gz
samba-55f400bd84f26027f5ec9b7fa06b22895de7557c.tar.bz2
samba-55f400bd84f26027f5ec9b7fa06b22895de7557c.zip
This is *not* a big change (although it looks like one).
This is merely updating the Copyright statements from 1997 to 1998. It's a once a year thing :-). NO OTHER CHANGES WERE MADE. Jeremy. (This used to be commit b9c16977231efb274e08856f7f3f4408dad6d96c)
Diffstat (limited to 'source3/smbd')
-rw-r--r--source3/smbd/chgpasswd.c2
-rw-r--r--source3/smbd/dir.c2
-rw-r--r--source3/smbd/ipc.c4
-rw-r--r--source3/smbd/mangle.c2
-rw-r--r--source3/smbd/message.c2
-rw-r--r--source3/smbd/password.c2
-rw-r--r--source3/smbd/pipes.c6
-rw-r--r--source3/smbd/predict.c2
-rw-r--r--source3/smbd/quotas.c2
-rw-r--r--source3/smbd/reply.c2
-rw-r--r--source3/smbd/server.c2
-rw-r--r--source3/smbd/smbrun.c2
-rw-r--r--source3/smbd/trans2.c2
-rw-r--r--source3/smbd/uid.c2
-rw-r--r--source3/smbd/vt_mode.c2
15 files changed, 18 insertions, 18 deletions
diff --git a/source3/smbd/chgpasswd.c b/source3/smbd/chgpasswd.c
index 1502cd1219..b516ec8ac8 100644
--- a/source3/smbd/chgpasswd.c
+++ b/source3/smbd/chgpasswd.c
@@ -2,7 +2,7 @@
Unix SMB/Netbios implementation.
Version 1.9.
Samba utility functions
- Copyright (C) Andrew Tridgell 1992-1997
+ Copyright (C) Andrew Tridgell 1992-1998
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/dir.c b/source3/smbd/dir.c
index c12305499a..d751653263 100644
--- a/source3/smbd/dir.c
+++ b/source3/smbd/dir.c
@@ -2,7 +2,7 @@
Unix SMB/Netbios implementation.
Version 1.9.
Directory handling routines
- Copyright (C) Andrew Tridgell 1992-1997
+ Copyright (C) Andrew Tridgell 1992-1998
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 e3db823a9d..048dab8b3e 100644
--- a/source3/smbd/ipc.c
+++ b/source3/smbd/ipc.c
@@ -2,10 +2,10 @@
Unix SMB/Netbios implementation.
Version 1.9.
Inter-process communication and named pipe handling
- Copyright (C) Andrew Tridgell 1992-1997
+ Copyright (C) Andrew Tridgell 1992-1998
SMB Version handling
- Copyright (C) John H Terpstra 1995-1997
+ Copyright (C) John H Terpstra 1995-1998
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/mangle.c b/source3/smbd/mangle.c
index bf26475715..7b6a563511 100644
--- a/source3/smbd/mangle.c
+++ b/source3/smbd/mangle.c
@@ -2,7 +2,7 @@
Unix SMB/Netbios implementation.
Version 1.9.
Name mangling
- Copyright (C) Andrew Tridgell 1992-1997
+ Copyright (C) Andrew Tridgell 1992-1998
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/message.c b/source3/smbd/message.c
index 64253932ab..8c3f6f6630 100644
--- a/source3/smbd/message.c
+++ b/source3/smbd/message.c
@@ -2,7 +2,7 @@
Unix SMB/Netbios implementation.
Version 1.9.
SMB messaging
- Copyright (C) Andrew Tridgell 1992-1997
+ Copyright (C) Andrew Tridgell 1992-1998
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/password.c b/source3/smbd/password.c
index c2b916a0af..567b8f54f2 100644
--- a/source3/smbd/password.c
+++ b/source3/smbd/password.c
@@ -2,7 +2,7 @@
Unix SMB/Netbios implementation.
Version 1.9.
Password and authentication handling
- Copyright (C) Andrew Tridgell 1992-1997
+ Copyright (C) Andrew Tridgell 1992-1998
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/pipes.c b/source3/smbd/pipes.c
index e2f704e6af..b5f9700f33 100644
--- a/source3/smbd/pipes.c
+++ b/source3/smbd/pipes.c
@@ -2,9 +2,9 @@
Unix SMB/Netbios implementation.
Version 1.9.
Pipe SMB reply routines
- Copyright (C) Andrew Tridgell 1992-1997,
- Copyright (C) Luke Kenneth Casson Leighton 1996-1997.
- Copyright (C) Paul Ashton 1997.
+ Copyright (C) Andrew Tridgell 1992-1998
+ Copyright (C) Luke Kenneth Casson Leighton 1996-1998
+ Copyright (C) Paul Ashton 1997-1998.
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/predict.c b/source3/smbd/predict.c
index f5f0a2102e..862ba97f7e 100644
--- a/source3/smbd/predict.c
+++ b/source3/smbd/predict.c
@@ -2,7 +2,7 @@
Unix SMB/Netbios implementation.
Version 1.9.
file read prediction routines
- Copyright (C) Andrew Tridgell 1992-1997
+ Copyright (C) Andrew Tridgell 1992-1998
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/quotas.c b/source3/smbd/quotas.c
index 8333fa7cf2..0a366e5ee6 100644
--- a/source3/smbd/quotas.c
+++ b/source3/smbd/quotas.c
@@ -3,7 +3,7 @@
Unix SMB/Netbios implementation.
Version 1.9.
support for quotas
- Copyright (C) Andrew Tridgell 1992-1997
+ Copyright (C) Andrew Tridgell 1992-1998
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/reply.c b/source3/smbd/reply.c
index 847f6e68f2..746c79db21 100644
--- a/source3/smbd/reply.c
+++ b/source3/smbd/reply.c
@@ -2,7 +2,7 @@
Unix SMB/Netbios implementation.
Version 1.9.
Main SMB reply routines
- Copyright (C) Andrew Tridgell 1992-1997
+ Copyright (C) Andrew Tridgell 1992-1998
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/server.c b/source3/smbd/server.c
index b5408a2903..447a9a5469 100644
--- a/source3/smbd/server.c
+++ b/source3/smbd/server.c
@@ -2,7 +2,7 @@
Unix SMB/Netbios implementation.
Version 1.9.
Main SMB server routines
- Copyright (C) Andrew Tridgell 1992-1997
+ Copyright (C) Andrew Tridgell 1992-1998
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/smbrun.c b/source3/smbd/smbrun.c
index 42ce7f60ad..1b1802c95f 100644
--- a/source3/smbd/smbrun.c
+++ b/source3/smbd/smbrun.c
@@ -2,7 +2,7 @@
Unix SMB/Netbios implementation.
Version 1.9.
external program running routine
- Copyright (C) Andrew Tridgell 1992-1997
+ Copyright (C) Andrew Tridgell 1992-1998
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/trans2.c b/source3/smbd/trans2.c
index b52169a66b..56843e0423 100644
--- a/source3/smbd/trans2.c
+++ b/source3/smbd/trans2.c
@@ -2,7 +2,7 @@
Unix SMB/Netbios implementation.
Version 1.9.
SMB transaction2 handling
- Copyright (C) Jeremy Allison 1994-1997
+ Copyright (C) Jeremy Allison 1994-1998
Extensively modified by Andrew Tridgell, 1995
diff --git a/source3/smbd/uid.c b/source3/smbd/uid.c
index 46a2de4f17..176f6ca240 100644
--- a/source3/smbd/uid.c
+++ b/source3/smbd/uid.c
@@ -2,7 +2,7 @@
Unix SMB/Netbios implementation.
Version 1.9.
uid/user handling
- Copyright (C) Andrew Tridgell 1992-1997
+ Copyright (C) Andrew Tridgell 1992-1998
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/vt_mode.c b/source3/smbd/vt_mode.c
index 07558274a5..dcb6ce831d 100644
--- a/source3/smbd/vt_mode.c
+++ b/source3/smbd/vt_mode.c
@@ -2,7 +2,7 @@
/*
support vtp-sessions
-written by Christian A. Lademann <cal@zls.com>
+(C) written by Christian A. Lademann <cal@zls.com>
*/
/*