From 55f400bd84f26027f5ec9b7fa06b22895de7557c Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Thu, 22 Jan 1998 13:27:43 +0000 Subject: 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) --- source3/cgi.c | 2 +- source3/client/client.c | 2 +- source3/client/clientutil.c | 2 +- source3/client/clitar.c | 2 +- source3/client/ntclient.c | 2 +- source3/client/smbmnt.c | 2 +- source3/client/smbmount.c | 2 +- source3/client/smbumount.c | 2 +- source3/include/byteorder.h | 2 +- source3/include/charset.h | 2 +- source3/include/includes.h | 2 +- source3/include/kanji.h | 2 +- source3/include/nameserv.h | 2 +- source3/include/smb.h | 8 ++++---- source3/include/trans2.h | 2 +- source3/lib/charcnv.c | 2 +- source3/lib/charset.c | 2 +- source3/lib/fault.c | 2 +- source3/lib/getsmbpass.c | 2 +- source3/lib/interface.c | 2 +- source3/lib/kanji.c | 2 +- source3/lib/md4.c | 2 +- source3/lib/replace.c | 2 +- source3/lib/system.c | 2 +- source3/lib/time.c | 2 +- source3/lib/ufc.c | 2 +- source3/lib/username.c | 2 +- source3/lib/util.c | 2 +- source3/libsmb/clientgen.c | 2 +- source3/libsmb/credentials.c | 2 +- source3/libsmb/namequery.c | 2 +- source3/libsmb/nmblib.c | 2 +- source3/libsmb/smbdes.c | 2 +- source3/libsmb/smbencrypt.c | 2 +- source3/libsmb/smberr.c | 2 +- source3/locking/locking.c | 2 +- source3/locking/locking_shm.c | 2 +- source3/locking/locking_slow.c | 2 +- source3/locking/shmem.c | 2 +- source3/locking/shmem_sysv.c | 2 +- source3/nameconf.c | 2 +- source3/nmbd/asyncdns.c | 2 +- source3/nmbd/nmbd.c | 2 +- source3/nmbd/nmbd_become_dmb.c | 6 +++--- source3/nmbd/nmbd_become_lmb.c | 6 +++--- source3/nmbd/nmbd_browserdb.c | 6 +++--- source3/nmbd/nmbd_browsesync.c | 6 +++--- source3/nmbd/nmbd_elections.c | 6 +++--- source3/nmbd/nmbd_incomingdgrams.c | 6 +++--- source3/nmbd/nmbd_incomingrequests.c | 6 +++--- source3/nmbd/nmbd_lmhosts.c | 2 +- source3/nmbd/nmbd_logonnames.c | 6 +++--- source3/nmbd/nmbd_mynames.c | 6 +++--- source3/nmbd/nmbd_namelistdb.c | 6 +++--- source3/nmbd/nmbd_namequery.c | 6 +++--- source3/nmbd/nmbd_nameregister.c | 6 +++--- source3/nmbd/nmbd_namerelease.c | 6 +++--- source3/nmbd/nmbd_nodestatus.c | 6 +++--- source3/nmbd/nmbd_packets.c | 6 +++--- source3/nmbd/nmbd_processlogon.c | 6 +++--- source3/nmbd/nmbd_responserecordsdb.c | 6 +++--- source3/nmbd/nmbd_sendannounce.c | 8 ++++---- source3/nmbd/nmbd_serverlistdb.c | 6 +++--- source3/nmbd/nmbd_subnetdb.c | 6 +++--- source3/nmbd/nmbd_winsproxy.c | 2 +- source3/nmbd/nmbd_winsserver.c | 2 +- source3/nmbd/nmbd_workgroupdb.c | 6 +++--- source3/param/loadparm.c | 2 +- source3/param/params.c | 4 ++-- source3/passdb/smbpass.c | 2 +- source3/printing/pcap.c | 2 +- source3/printing/print_svid.c | 4 ++-- source3/printing/printing.c | 2 +- source3/smbd/chgpasswd.c | 2 +- source3/smbd/dir.c | 2 +- source3/smbd/ipc.c | 4 ++-- source3/smbd/mangle.c | 2 +- source3/smbd/message.c | 2 +- source3/smbd/password.c | 2 +- source3/smbd/pipes.c | 6 +++--- source3/smbd/predict.c | 2 +- source3/smbd/quotas.c | 2 +- source3/smbd/reply.c | 2 +- source3/smbd/server.c | 2 +- source3/smbd/smbrun.c | 2 +- source3/smbd/trans2.c | 2 +- source3/smbd/uid.c | 2 +- source3/smbd/vt_mode.c | 2 +- source3/utils/make_printerdef.c | 2 +- source3/utils/make_smbcodepage.c | 2 +- source3/utils/nmblookup.c | 2 +- source3/utils/smbpasswd.c | 2 +- source3/utils/status.c | 2 +- source3/utils/testparm.c | 2 +- source3/utils/testprns.c | 2 +- source3/utils/torture.c | 2 +- source3/web/cgi.c | 2 +- source3/wsmbconf.c | 2 +- source3/wsmbstatus.c | 2 +- 99 files changed, 150 insertions(+), 150 deletions(-) (limited to 'source3') diff --git a/source3/cgi.c b/source3/cgi.c index e697f5537a3..ae60d72b7b7 100644 --- a/source3/cgi.c +++ b/source3/cgi.c @@ -1,6 +1,6 @@ /* some simple CGI helper routines - Copyright (C) Andrew Tridgell 1997 + Copyright (C) Andrew Tridgell 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/client/client.c b/source3/client/client.c index 49982760e1d..d5b6f4bdcb8 100644 --- a/source3/client/client.c +++ b/source3/client/client.c @@ -2,7 +2,7 @@ Unix SMB/Netbios implementation. Version 1.9. SMB client - Copyright (C) Andrew Tridgell 1994-1997 + Copyright (C) Andrew Tridgell 1994-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/client/clientutil.c b/source3/client/clientutil.c index e3786d60297..b945edf87f2 100644 --- a/source3/client/clientutil.c +++ b/source3/client/clientutil.c @@ -2,7 +2,7 @@ Unix SMB/Netbios implementation. Version 1.9. SMB client - Copyright (C) Andrew Tridgell 1994-1997 + Copyright (C) Andrew Tridgell 1994-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/client/clitar.c b/source3/client/clitar.c index 05cb13656aa..6763d221cea 100644 --- a/source3/client/clitar.c +++ b/source3/client/clitar.c @@ -2,7 +2,7 @@ Unix SMB/Netbios implementation. Version 1.9. Tar Extensions - Copyright (C) Ricky Poulten 1995-1997 + Copyright (C) Ricky Poulten 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/client/ntclient.c b/source3/client/ntclient.c index 7e360981c02..54ab49e3a65 100644 --- a/source3/client/ntclient.c +++ b/source3/client/ntclient.c @@ -3,7 +3,7 @@ Version 1.9. NT Domain Authentication SMB / MSRPC client Copyright (C) Andrew Tridgell 1994-1997 - Copyright (C) Luke Kenneth Casson Leighton 1996-1997 + Copyright (C) Luke Kenneth Casson Leighton 1996-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/client/smbmnt.c b/source3/client/smbmnt.c index 2891ea709cd..9f8eea1cac5 100644 --- a/source3/client/smbmnt.c +++ b/source3/client/smbmnt.c @@ -1,7 +1,7 @@ /* * smbmount.c * - * Copyright (C) 1995, 1996 by Paal-Kr. Engstad and Volker Lendecke + * Copyright (C) 1995-1998 by Paal-Kr. Engstad and Volker Lendecke * */ diff --git a/source3/client/smbmount.c b/source3/client/smbmount.c index abf00e2b785..847c4b1f3dd 100644 --- a/source3/client/smbmount.c +++ b/source3/client/smbmount.c @@ -2,7 +2,7 @@ Unix SMB/Netbios implementation. Version 1.9. SMB client - Copyright (C) Andrew Tridgell 1994-1997 + Copyright (C) Andrew Tridgell 1994-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/client/smbumount.c b/source3/client/smbumount.c index 304da24ff6c..8d76aefc5ff 100644 --- a/source3/client/smbumount.c +++ b/source3/client/smbumount.c @@ -1,7 +1,7 @@ /* * smbumount.c * - * Copyright (C) 1995 by Volker Lendecke + * Copyright (C) 1995-1998 by Volker Lendecke * */ diff --git a/source3/include/byteorder.h b/source3/include/byteorder.h index 4d972a5cac2..3371fd24cbc 100644 --- a/source3/include/byteorder.h +++ b/source3/include/byteorder.h @@ -2,7 +2,7 @@ Unix SMB/Netbios implementation. Version 1.9. SMB Byte 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/include/charset.h b/source3/include/charset.h index fb184897c07..b6f79c03dde 100644 --- a/source3/include/charset.h +++ b/source3/include/charset.h @@ -2,7 +2,7 @@ Unix SMB/Netbios implementation. Version 1.9. Character set 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/include/includes.h b/source3/include/includes.h index 2d2ff63f888..f021fa952e7 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -4,7 +4,7 @@ Unix SMB/Netbios implementation. Version 1.9. Machine customisation and include handling - Copyright (C) Andrew Tridgell 1994-1997 + Copyright (C) Andrew Tridgell 1994-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/include/kanji.h b/source3/include/kanji.h index 5e8173ee14c..101b98cfa34 100644 --- a/source3/include/kanji.h +++ b/source3/include/kanji.h @@ -2,7 +2,7 @@ Unix SMB/Netbios implementation. Version 1.9. Kanji Extensions - 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/include/nameserv.h b/source3/include/nameserv.h index 98a6cb330ac..7faad9aff4d 100644 --- a/source3/include/nameserv.h +++ b/source3/include/nameserv.h @@ -4,7 +4,7 @@ Unix SMB/Netbios implementation. Version 1.9. NBT netbios header - version 2 - Copyright (C) Andrew Tridgell 1994-1997 + Copyright (C) Andrew Tridgell 1994-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/include/smb.h b/source3/include/smb.h index e6c0565b056..9c55e3f8be4 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -2,10 +2,10 @@ Unix SMB/Netbios implementation. Version 1.9. SMB parameters and setup - Copyright (C) Andrew Tridgell 1992-1997 - Copyright (C) John H Terpstra 1996-1997 - Copyright (C) Luke Kenneth Casson Leighton 1996-1997 - Copyright (C) Paul Ashton 1997 + Copyright (C) Andrew Tridgell 1992-1998 + Copyright (C) John H Terpstra 1996-1998 + Copyright (C) Luke Kenneth Casson Leighton 1996-1998 + Copyright (C) Paul Ashton 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/include/trans2.h b/source3/include/trans2.h index 5218604e0e1..62b6a1a9bf7 100644 --- a/source3/include/trans2.h +++ b/source3/include/trans2.h @@ -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/lib/charcnv.c b/source3/lib/charcnv.c index f5d28baee46..f02fcb2f927 100644 --- a/source3/lib/charcnv.c +++ b/source3/lib/charcnv.c @@ -2,7 +2,7 @@ Unix SMB/Netbios implementation. Version 1.9. Character set conversion Extensions - 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/lib/charset.c b/source3/lib/charset.c index 95b3d01627e..74e3a8f358b 100644 --- a/source3/lib/charset.c +++ b/source3/lib/charset.c @@ -2,7 +2,7 @@ Unix SMB/Netbios implementation. Version 1.9. Character set 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/lib/fault.c b/source3/lib/fault.c index 61715a4f225..e3299c50dbd 100644 --- a/source3/lib/fault.c +++ b/source3/lib/fault.c @@ -2,7 +2,7 @@ Unix SMB/Netbios implementation. Version 1.9. Critical Fault 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/lib/getsmbpass.c b/source3/lib/getsmbpass.c index e8cb683d0b1..3996c452696 100644 --- a/source3/lib/getsmbpass.c +++ b/source3/lib/getsmbpass.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1992-1997 Free Software Foundation, Inc. +/* Copyright (C) 1992-1998 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/source3/lib/interface.c b/source3/lib/interface.c index ff7c6ee816f..9687e1336c6 100644 --- a/source3/lib/interface.c +++ b/source3/lib/interface.c @@ -2,7 +2,7 @@ Unix SMB/Netbios implementation. Version 1.9. multiple interface 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/lib/kanji.c b/source3/lib/kanji.c index f6aace84116..2027a344c26 100644 --- a/source3/lib/kanji.c +++ b/source3/lib/kanji.c @@ -2,7 +2,7 @@ Unix SMB/Netbios implementation. Version 1.9. Kanji Extensions - 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/lib/md4.c b/source3/lib/md4.c index 1c9c2e6ecd5..812566dbd38 100644 --- a/source3/lib/md4.c +++ b/source3/lib/md4.c @@ -2,7 +2,7 @@ Unix SMB/Netbios implementation. Version 1.9. a implementation of MD4 designed for use in the SMB authentication protocol - Copyright (C) Andrew Tridgell 1997 + Copyright (C) Andrew Tridgell 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/lib/replace.c b/source3/lib/replace.c index b27909db034..a08d3d240e4 100644 --- a/source3/lib/replace.c +++ b/source3/lib/replace.c @@ -2,7 +2,7 @@ Unix SMB/Netbios implementation. Version 1.9. replacement routines for broken systems - 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/lib/system.c b/source3/lib/system.c index 1486600339a..f5fbae53abe 100644 --- a/source3/lib/system.c +++ b/source3/lib/system.c @@ -2,7 +2,7 @@ Unix SMB/Netbios implementation. Version 1.9. Samba system utilities - 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/lib/time.c b/source3/lib/time.c index 5fc6595b6f1..5e6d01215f7 100644 --- a/source3/lib/time.c +++ b/source3/lib/time.c @@ -2,7 +2,7 @@ Unix SMB/Netbios implementation. Version 1.9. time handling 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/lib/ufc.c b/source3/lib/ufc.c index 3330111c2f5..17fd970c5b8 100644 --- a/source3/lib/ufc.c +++ b/source3/lib/ufc.c @@ -21,7 +21,7 @@ /* * UFC-crypt: ultra fast crypt(3) implementation * - * Copyright (C) 1991-1997, Free Software Foundation, Inc. + * Copyright (C) 1991-1998, Free Software Foundation, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/source3/lib/username.c b/source3/lib/username.c index a7241d309f4..751b0e53363 100644 --- a/source3/lib/username.c +++ b/source3/lib/username.c @@ -2,7 +2,7 @@ Unix SMB/Netbios implementation. Version 1.9. Username 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/lib/util.c b/source3/lib/util.c index 12d7adcb56d..1b9ed00c31a 100644 --- a/source3/lib/util.c +++ b/source3/lib/util.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/libsmb/clientgen.c b/source3/libsmb/clientgen.c index 4185c19feac..319a77beb65 100644 --- a/source3/libsmb/clientgen.c +++ b/source3/libsmb/clientgen.c @@ -2,7 +2,7 @@ Unix SMB/Netbios implementation. Version 1.9. SMB client generic functions - Copyright (C) Andrew Tridgell 1994-1997 + Copyright (C) Andrew Tridgell 1994-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/libsmb/credentials.c b/source3/libsmb/credentials.c index b06ca6ffc6d..9f5c70e5e4a 100644 --- a/source3/libsmb/credentials.c +++ b/source3/libsmb/credentials.c @@ -2,7 +2,7 @@ Unix SMB/Netbios implementation. Version 1.9. code to manipulate domain credentials - Copyright (C) Andrew Tridgell 1997 + Copyright (C) Andrew Tridgell 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/libsmb/namequery.c b/source3/libsmb/namequery.c index 9915ee92a85..207f064670c 100644 --- a/source3/libsmb/namequery.c +++ b/source3/libsmb/namequery.c @@ -2,7 +2,7 @@ Unix SMB/Netbios implementation. Version 1.9. name query routines - Copyright (C) Andrew Tridgell 1994-1997 + Copyright (C) Andrew Tridgell 1994-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/libsmb/nmblib.c b/source3/libsmb/nmblib.c index 0335f01833b..1400b884342 100644 --- a/source3/libsmb/nmblib.c +++ b/source3/libsmb/nmblib.c @@ -2,7 +2,7 @@ Unix SMB/Netbios implementation. Version 1.9. NBT netbios library routines - Copyright (C) Andrew Tridgell 1994-1997 + Copyright (C) Andrew Tridgell 1994-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/libsmb/smbdes.c b/source3/libsmb/smbdes.c index 7446f31e152..c345d051bd8 100644 --- a/source3/libsmb/smbdes.c +++ b/source3/libsmb/smbdes.c @@ -5,7 +5,7 @@ a partial implementation of DES designed for use in the SMB authentication protocol - Copyright (C) Andrew Tridgell 1997 + Copyright (C) Andrew Tridgell 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/libsmb/smbencrypt.c b/source3/libsmb/smbencrypt.c index 38d414cf23d..052dae06f10 100644 --- a/source3/libsmb/smbencrypt.c +++ b/source3/libsmb/smbencrypt.c @@ -2,7 +2,7 @@ Unix SMB/Netbios implementation. Version 1.9. SMB parameters and setup - Copyright (C) Andrew Tridgell 1992-1997 + Copyright (C) Andrew Tridgell 1992-1998 Modified by Jeremy Allison 1995. This program is free software; you can redistribute it and/or modify diff --git a/source3/libsmb/smberr.c b/source3/libsmb/smberr.c index 5149568c045..e8c4544394e 100644 --- a/source3/libsmb/smberr.c +++ b/source3/libsmb/smberr.c @@ -1,7 +1,7 @@ /* Unix SMB/Netbios implementation. Version 1.9. - Copyright (C) Andrew Tridgell 1997 + Copyright (C) Andrew Tridgell 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/locking/locking.c b/source3/locking/locking.c index d654d038c81..189ac0bcfe7 100644 --- a/source3/locking/locking.c +++ b/source3/locking/locking.c @@ -2,7 +2,7 @@ Unix SMB/Netbios implementation. Version 1.9. Locking 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/locking/locking_shm.c b/source3/locking/locking_shm.c index 2e3278d3ddd..e3c65ce2863 100644 --- a/source3/locking/locking_shm.c +++ b/source3/locking/locking_shm.c @@ -2,7 +2,7 @@ Unix SMB/Netbios implementation. Version 1.9. shared memory locking implementation - 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/locking/locking_slow.c b/source3/locking/locking_slow.c index 935ed09f60d..de2bb1701c1 100644 --- a/source3/locking/locking_slow.c +++ b/source3/locking/locking_slow.c @@ -2,7 +2,7 @@ Unix SMB/Netbios implementation. Version 1.9. slow (lockfile) locking implementation - 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/locking/shmem.c b/source3/locking/shmem.c index 864f7c298b6..63d7ebd3d41 100644 --- a/source3/locking/shmem.c +++ b/source3/locking/shmem.c @@ -2,7 +2,7 @@ Unix SMB/Netbios implementation. Version 1.9. Shared memory functions - Copyright (C) Erik Devriendt 1996-1997 + Copyright (C) Erik Devriendt 1996-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/locking/shmem_sysv.c b/source3/locking/shmem_sysv.c index 6b5d9b1ea68..e415c2ebc5f 100644 --- a/source3/locking/shmem_sysv.c +++ b/source3/locking/shmem_sysv.c @@ -2,7 +2,7 @@ Unix SMB/Netbios implementation. Version 1.9. Shared memory functions - SYSV IPC implementation - Copyright (C) Andrew Tridgell 1997 + Copyright (C) Andrew Tridgell 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/nameconf.c b/source3/nameconf.c index 19068780611..331ec13a95e 100644 --- a/source3/nameconf.c +++ b/source3/nameconf.c @@ -2,7 +2,7 @@ Unix SMB/Netbios implementation. Version 1.9. NBT netbios routines and daemon - version 2 - Copyright (C) David Chappell 1996-1997 + Copyright (C) David Chappell 1996-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/nmbd/asyncdns.c b/source3/nmbd/asyncdns.c index e0d262f72ca..ee3fdfcd17c 100644 --- a/source3/nmbd/asyncdns.c +++ b/source3/nmbd/asyncdns.c @@ -1,7 +1,7 @@ /* Unix SMB/Netbios implementation. a async DNS handler - Copyright (C) Andrew Tridgell 1997 + Copyright (C) Andrew Tridgell 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/nmbd/nmbd.c b/source3/nmbd/nmbd.c index 744942ba464..4497e0b15d0 100644 --- a/source3/nmbd/nmbd.c +++ b/source3/nmbd/nmbd.c @@ -2,7 +2,7 @@ Unix SMB/Netbios implementation. Version 1.9. NBT netbios routines and daemon - version 2 - Copyright (C) Andrew Tridgell 1994-1997 + Copyright (C) Andrew Tridgell 1994-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/nmbd/nmbd_become_dmb.c b/source3/nmbd/nmbd_become_dmb.c index d8788b73147..52065758bcd 100644 --- a/source3/nmbd/nmbd_become_dmb.c +++ b/source3/nmbd/nmbd_become_dmb.c @@ -2,9 +2,9 @@ Unix SMB/Netbios implementation. Version 1.9. NBT netbios routines and daemon - version 2 - Copyright (C) Andrew Tridgell 1994-1997 - Copyright (C) Luke Kenneth Casson Leighton 1994-1997 - Copyright (C) Jeremy Allison 1994-1997 + Copyright (C) Andrew Tridgell 1994-1998 + Copyright (C) Luke Kenneth Casson Leighton 1994-1998 + Copyright (C) Jeremy Allison 1994-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/nmbd/nmbd_become_lmb.c b/source3/nmbd/nmbd_become_lmb.c index 7bfd558003a..2420b2ec4b7 100644 --- a/source3/nmbd/nmbd_become_lmb.c +++ b/source3/nmbd/nmbd_become_lmb.c @@ -2,9 +2,9 @@ Unix SMB/Netbios implementation. Version 1.9. NBT netbios routines and daemon - version 2 - Copyright (C) Andrew Tridgell 1994-1997 - Copyright (C) Luke Kenneth Casson Leighton 1994-1997 - Copyright (C) Jeremy Allison 1994-1997 + Copyright (C) Andrew Tridgell 1994-1998 + Copyright (C) Luke Kenneth Casson Leighton 1994-1998 + Copyright (C) Jeremy Allison 1994-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/nmbd/nmbd_browserdb.c b/source3/nmbd/nmbd_browserdb.c index b2db7443707..ee3e4e4bde1 100644 --- a/source3/nmbd/nmbd_browserdb.c +++ b/source3/nmbd/nmbd_browserdb.c @@ -2,9 +2,9 @@ Unix SMB/Netbios implementation. Version 1.9. NBT netbios routines and daemon - version 2 - Copyright (C) Andrew Tridgell 1994-1997 - Copyright (C) Luke Kenneth Casson Leighton 1994-1997 - Copyright (C) Jeremy Allison 1994-1997 + Copyright (C) Andrew Tridgell 1994-1998 + Copyright (C) Luke Kenneth Casson Leighton 1994-1998 + Copyright (C) Jeremy Allison 1994-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/nmbd/nmbd_browsesync.c b/source3/nmbd/nmbd_browsesync.c index 3ee85a47584..94bdecb8fcb 100644 --- a/source3/nmbd/nmbd_browsesync.c +++ b/source3/nmbd/nmbd_browsesync.c @@ -2,9 +2,9 @@ Unix SMB/Netbios implementation. Version 1.9. NBT netbios routines and daemon - version 2 - Copyright (C) Andrew Tridgell 1994-1997 - Copyright (C) Luke Kenneth Casson Leighton 1994-1997 - Copyright (C) Jeremy Allison 1994-1997 + Copyright (C) Andrew Tridgell 1994-1998 + Copyright (C) Luke Kenneth Casson Leighton 1994-1998 + Copyright (C) Jeremy Allison 1994-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/nmbd/nmbd_elections.c b/source3/nmbd/nmbd_elections.c index 8081de8382d..fa1e5986a8a 100644 --- a/source3/nmbd/nmbd_elections.c +++ b/source3/nmbd/nmbd_elections.c @@ -2,9 +2,9 @@ Unix SMB/Netbios implementation. Version 1.9. NBT netbios routines and daemon - version 2 - Copyright (C) Andrew Tridgell 1994-1997 - Copyright (C) Luke Kenneth Casson Leighton 1994-1997 - Copyright (C) Jeremy Allison 1994-1997 + Copyright (C) Andrew Tridgell 1994-1998 + Copyright (C) Luke Kenneth Casson Leighton 1994-1998 + Copyright (C) Jeremy Allison 1994-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/nmbd/nmbd_incomingdgrams.c b/source3/nmbd/nmbd_incomingdgrams.c index b1de27f1817..46d988e89af 100644 --- a/source3/nmbd/nmbd_incomingdgrams.c +++ b/source3/nmbd/nmbd_incomingdgrams.c @@ -2,9 +2,9 @@ Unix SMB/Netbios implementation. Version 1.9. NBT netbios routines and daemon - version 2 - Copyright (C) Andrew Tridgell 1994-1997 - Copyright (C) Luke Kenneth Casson Leighton 1994-1997 - Copyright (C) Jeremy Allison 1994-1997 + Copyright (C) Andrew Tridgell 1994-1998 + Copyright (C) Luke Kenneth Casson Leighton 1994-1998 + Copyright (C) Jeremy Allison 1994-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/nmbd/nmbd_incomingrequests.c b/source3/nmbd/nmbd_incomingrequests.c index 73abdf00504..57517c37345 100644 --- a/source3/nmbd/nmbd_incomingrequests.c +++ b/source3/nmbd/nmbd_incomingrequests.c @@ -2,9 +2,9 @@ Unix SMB/Netbios implementation. Version 1.9. NBT netbios routines and daemon - version 2 - Copyright (C) Andrew Tridgell 1994-1997 - Copyright (C) Luke Kenneth Casson Leighton 1994-1997 - Copyright (C) Jeremy Allison 1994-1997 + Copyright (C) Andrew Tridgell 1994-1998 + Copyright (C) Luke Kenneth Casson Leighton 1994-1998 + Copyright (C) Jeremy Allison 1994-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/nmbd/nmbd_lmhosts.c b/source3/nmbd/nmbd_lmhosts.c index 2dd1db81cd5..722c3681f55 100644 --- a/source3/nmbd/nmbd_lmhosts.c +++ b/source3/nmbd/nmbd_lmhosts.c @@ -2,7 +2,7 @@ Unix SMB/Netbios implementation. Version 1.9. NBT netbios routines and daemon - version 2 - Copyright (C) Jeremy Allison 1994-1997 + Copyright (C) Jeremy Allison 1994-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/nmbd/nmbd_logonnames.c b/source3/nmbd/nmbd_logonnames.c index b2431ec0a76..4128213f97c 100644 --- a/source3/nmbd/nmbd_logonnames.c +++ b/source3/nmbd/nmbd_logonnames.c @@ -2,9 +2,9 @@ Unix SMB/Netbios implementation. Version 1.9. NBT netbios routines and daemon - version 2 - Copyright (C) Andrew Tridgell 1994-1997 - Copyright (C) Luke Kenneth Casson Leighton 1994-1997 - Copyright (C) Jeremy Allison 1994-1997 + Copyright (C) Andrew Tridgell 1994-1998 + Copyright (C) Luke Kenneth Casson Leighton 1994-1998 + Copyright (C) Jeremy Allison 1994-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/nmbd/nmbd_mynames.c b/source3/nmbd/nmbd_mynames.c index 660b5450699..035d1e6d3f0 100644 --- a/source3/nmbd/nmbd_mynames.c +++ b/source3/nmbd/nmbd_mynames.c @@ -2,9 +2,9 @@ Unix SMB/Netbios implementation. Version 1.9. NBT netbios routines and daemon - version 2 - Copyright (C) Andrew Tridgell 1994-1997 - Copyright (C) Luke Kenneth Casson Leighton 1994-1997 - Copyright (C) Jeremy Allison 1994-1997 + Copyright (C) Andrew Tridgell 1994-1998 + Copyright (C) Luke Kenneth Casson Leighton 1994-1998 + Copyright (C) Jeremy Allison 1994-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/nmbd/nmbd_namelistdb.c b/source3/nmbd/nmbd_namelistdb.c index dfd8a80baa1..2237fc504d3 100644 --- a/source3/nmbd/nmbd_namelistdb.c +++ b/source3/nmbd/nmbd_namelistdb.c @@ -2,9 +2,9 @@ Unix SMB/Netbios implementation. Version 1.9. NBT netbios routines and daemon - version 2 - Copyright (C) Andrew Tridgell 1994-1997 - Copyright (C) Luke Kenneth Casson Leighton 1994-1997 - Copyright (C) Jeremy Allison 1994-1997 + Copyright (C) Andrew Tridgell 1994-1998 + Copyright (C) Luke Kenneth Casson Leighton 1994-1998 + Copyright (C) Jeremy Allison 1994-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/nmbd/nmbd_namequery.c b/source3/nmbd/nmbd_namequery.c index 5d98935fec7..bbd831cac8e 100644 --- a/source3/nmbd/nmbd_namequery.c +++ b/source3/nmbd/nmbd_namequery.c @@ -2,9 +2,9 @@ Unix SMB/Netbios implementation. Version 1.9. NBT netbios routines and daemon - version 2 - Copyright (C) Andrew Tridgell 1994-1997 - Copyright (C) Luke Kenneth Casson Leighton 1994-1997 - Copyright (C) Jeremy Allison 1994-1997 + Copyright (C) Andrew Tridgell 1994-1998 + Copyright (C) Luke Kenneth Casson Leighton 1994-1998 + Copyright (C) Jeremy Allison 1994-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/nmbd/nmbd_nameregister.c b/source3/nmbd/nmbd_nameregister.c index 3223159ace6..a3e4208cdcd 100644 --- a/source3/nmbd/nmbd_nameregister.c +++ b/source3/nmbd/nmbd_nameregister.c @@ -2,9 +2,9 @@ Unix SMB/Netbios implementation. Version 1.9. NBT netbios routines and daemon - version 2 - Copyright (C) Andrew Tridgell 1994-1997 - Copyright (C) Luke Kenneth Casson Leighton 1994-1997 - Copyright (C) Jeremy Allison 1994-1997 + Copyright (C) Andrew Tridgell 1994-1998 + Copyright (C) Luke Kenneth Casson Leighton 1994-1998 + Copyright (C) Jeremy Allison 1994-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/nmbd/nmbd_namerelease.c b/source3/nmbd/nmbd_namerelease.c index 8632dd76553..b2f9b478787 100644 --- a/source3/nmbd/nmbd_namerelease.c +++ b/source3/nmbd/nmbd_namerelease.c @@ -2,9 +2,9 @@ Unix SMB/Netbios implementation. Version 1.9. NBT netbios routines and daemon - version 2 - Copyright (C) Andrew Tridgell 1994-1997 - Copyright (C) Luke Kenneth Casson Leighton 1994-1997 - Copyright (C) Jeremy Allison 1994-1997 + Copyright (C) Andrew Tridgell 1994-1998 + Copyright (C) Luke Kenneth Casson Leighton 1994-1998 + Copyright (C) Jeremy Allison 1994-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/nmbd/nmbd_nodestatus.c b/source3/nmbd/nmbd_nodestatus.c index 267446c69dc..196c0f0ba72 100644 --- a/source3/nmbd/nmbd_nodestatus.c +++ b/source3/nmbd/nmbd_nodestatus.c @@ -2,9 +2,9 @@ Unix SMB/Netbios implementation. Version 1.9. NBT netbios routines and daemon - version 2 - Copyright (C) Andrew Tridgell 1994-1997 - Copyright (C) Luke Kenneth Casson Leighton 1994-1997 - Copyright (C) Jeremy Allison 1994-1997 + Copyright (C) Andrew Tridgell 1994-1998 + Copyright (C) Luke Kenneth Casson Leighton 1994-1998 + Copyright (C) Jeremy Allison 1994-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/nmbd/nmbd_packets.c b/source3/nmbd/nmbd_packets.c index a40b4d426df..9dad5ddaa99 100644 --- a/source3/nmbd/nmbd_packets.c +++ b/source3/nmbd/nmbd_packets.c @@ -2,9 +2,9 @@ Unix SMB/Netbios implementation. Version 1.9. NBT netbios routines and daemon - version 2 - Copyright (C) Andrew Tridgell 1994-1997 - Copyright (C) Luke Kenneth Casson Leighton 1994-1997 - Copyright (C) Jeremy Allison 1994-1997 + Copyright (C) Andrew Tridgell 1994-1998 + Copyright (C) Luke Kenneth Casson Leighton 1994-1998 + Copyright (C) Jeremy Allison 1994-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/nmbd/nmbd_processlogon.c b/source3/nmbd/nmbd_processlogon.c index cd2fbfd0a56..64f66038e03 100644 --- a/source3/nmbd/nmbd_processlogon.c +++ b/source3/nmbd/nmbd_processlogon.c @@ -2,9 +2,9 @@ Unix SMB/Netbios implementation. Version 1.9. NBT netbios routines and daemon - version 2 - Copyright (C) Andrew Tridgell 1994-1997 - Copyright (C) Luke Kenneth Casson Leighton 1994-1997 - Copyright (C) Jeremy Allison 1994-1997 + Copyright (C) Andrew Tridgell 1994-1998 + Copyright (C) Luke Kenneth Casson Leighton 1994-1998 + Copyright (C) Jeremy Allison 1994-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/nmbd/nmbd_responserecordsdb.c b/source3/nmbd/nmbd_responserecordsdb.c index 031853271b8..a075284a4af 100644 --- a/source3/nmbd/nmbd_responserecordsdb.c +++ b/source3/nmbd/nmbd_responserecordsdb.c @@ -2,9 +2,9 @@ Unix SMB/Netbios implementation. Version 1.9. NBT netbios library routines - Copyright (C) Andrew Tridgell 1994-1997 - Copyright (C) Luke Kenneth Casson Leighton 1994-1997 - Copyright (C) Jeremy Allison 1994-1997 + Copyright (C) Andrew Tridgell 1994-1998 + Copyright (C) Luke Kenneth Casson Leighton 1994-1998 + Copyright (C) Jeremy Allison 1994-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/nmbd/nmbd_sendannounce.c b/source3/nmbd/nmbd_sendannounce.c index e859ff6bb70..62e5f02d8c8 100644 --- a/source3/nmbd/nmbd_sendannounce.c +++ b/source3/nmbd/nmbd_sendannounce.c @@ -2,12 +2,12 @@ Unix SMB/Netbios implementation. Version 1.9. NBT netbios routines and daemon - version 2 - Copyright (C) Andrew Tridgell 1994-1997 - Copyright (C) Luke Kenneth Casson Leighton 1994-1997 - Copyright (C) Jeremy Allison 1994-1997 + Copyright (C) Andrew Tridgell 1994-1998 + Copyright (C) Luke Kenneth Casson Leighton 1994-1998 + Copyright (C) Jeremy Allison 1994-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/nmbd/nmbd_serverlistdb.c b/source3/nmbd/nmbd_serverlistdb.c index 6a6998f81dc..e94cb1da6e9 100644 --- a/source3/nmbd/nmbd_serverlistdb.c +++ b/source3/nmbd/nmbd_serverlistdb.c @@ -2,9 +2,9 @@ Unix SMB/Netbios implementation. Version 1.9. NBT netbios routines and daemon - version 2 - Copyright (C) Andrew Tridgell 1994-1997 - Copyright (C) Luke Kenneth Casson Leighton 1994-1997 - Copyright (C) Jeremy Allison 1994-1997 + Copyright (C) Andrew Tridgell 1994-1998 + Copyright (C) Luke Kenneth Casson Leighton 1994-1998 + Copyright (C) Jeremy Allison 1994-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/nmbd/nmbd_subnetdb.c b/source3/nmbd/nmbd_subnetdb.c index 93aecc21f29..5e18fe9cc0c 100644 --- a/source3/nmbd/nmbd_subnetdb.c +++ b/source3/nmbd/nmbd_subnetdb.c @@ -2,9 +2,9 @@ Unix SMB/Netbios implementation. Version 1.9. NBT netbios routines and daemon - version 2 - Copyright (C) Andrew Tridgell 1994-1997 - Copyright (C) Luke Kenneth Casson Leighton 1994-1997 - Copyright (C) Jeremy Allison 1994-1997 + Copyright (C) Andrew Tridgell 1994-1998 + Copyright (C) Luke Kenneth Casson Leighton 1994-1998 + Copyright (C) Jeremy Allison 1994-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/nmbd/nmbd_winsproxy.c b/source3/nmbd/nmbd_winsproxy.c index 36b9e7843ce..ded37ebf308 100644 --- a/source3/nmbd/nmbd_winsproxy.c +++ b/source3/nmbd/nmbd_winsproxy.c @@ -3,7 +3,7 @@ Version 1.9. NBT netbios routines and daemon - version 2 - Copyright (C) Jeremy Allison 1994-1997 + Copyright (C) Jeremy Allison 1994-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/nmbd/nmbd_winsserver.c b/source3/nmbd/nmbd_winsserver.c index 4a631a79b71..eb120e09188 100644 --- a/source3/nmbd/nmbd_winsserver.c +++ b/source3/nmbd/nmbd_winsserver.c @@ -3,7 +3,7 @@ Version 1.9. NBT netbios routines and daemon - version 2 - Copyright (C) Jeremy Allison 1994-1997 + Copyright (C) Jeremy Allison 1994-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/nmbd/nmbd_workgroupdb.c b/source3/nmbd/nmbd_workgroupdb.c index 1b97b92721e..b8345257474 100644 --- a/source3/nmbd/nmbd_workgroupdb.c +++ b/source3/nmbd/nmbd_workgroupdb.c @@ -2,9 +2,9 @@ Unix SMB/Netbios implementation. Version 1.9. NBT netbios routines and daemon - version 2 - Copyright (C) Andrew Tridgell 1994-1997 - Copyright (C) Luke Kenneth Casson Leighton 1994-1997 - Copyright (C) Jeremy Allison 1994-1997 + Copyright (C) Andrew Tridgell 1994-1998 + Copyright (C) Luke Kenneth Casson Leighton 1994-1998 + Copyright (C) Jeremy Allison 1994-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/param/loadparm.c b/source3/param/loadparm.c index 61a14c92492..ac0f932faed 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -2,7 +2,7 @@ Unix SMB/Netbios implementation. Version 1.9. Parameter loading functions - Copyright (C) Karl Auer 1993,1997 + Copyright (C) Karl Auer 1993-1998 Largely re-written by Andrew Tridgell, September 1994 diff --git a/source3/param/params.c b/source3/param/params.c index a0a259c0070..2a0a253f208 100644 --- a/source3/param/params.c +++ b/source3/param/params.c @@ -1,11 +1,11 @@ /* -------------------------------------------------------------------------- ** * Microsoft Network Services for Unix, AKA., Andrew Tridgell's SAMBA. * - * This module Copyright (C) 1990, 1991, 1992, 1993, 1994 Karl Auer + * This module Copyright (C) 1990-1998 Karl Auer * * Rewritten almost completely by Christopher R. Hertel * at the University of Minnesota, September, 1997. - * This module Copyright (C) 1997 by the University of Minnesota + * This module Copyright (C) 1997-1998 by the University of Minnesota * -------------------------------------------------------------------------- ** * * This program is free software; you can redistribute it and/or modify diff --git a/source3/passdb/smbpass.c b/source3/passdb/smbpass.c index 188bf1b71d3..ea386bfa9df 100644 --- a/source3/passdb/smbpass.c +++ b/source3/passdb/smbpass.c @@ -1,6 +1,6 @@ /* * Unix SMB/Netbios implementation. Version 1.9. SMB parameters and setup - * Copyright (C) Andrew Tridgell 1992-1997 Modified by Jeremy Allison 1995. + * Copyright (C) Andrew Tridgell 1992-1998 Modified by Jeremy Allison 1995. * * 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 the Free diff --git a/source3/printing/pcap.c b/source3/printing/pcap.c index bff81b8661d..3698114a2f5 100644 --- a/source3/printing/pcap.c +++ b/source3/printing/pcap.c @@ -2,7 +2,7 @@ Unix SMB/Netbios implementation. Version 1.9. printcap parsing - Copyright (C) Karl Auer 1993-1997 + Copyright (C) Karl Auer 1993-1998 Re-working by Martin Kiff, 1994 diff --git a/source3/printing/print_svid.c b/source3/printing/print_svid.c index bf48954ec23..3340568b14d 100644 --- a/source3/printing/print_svid.c +++ b/source3/printing/print_svid.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 1997 by Norm Jacobs, Colorado Springs, Colorado, USA - * Copyright (C) 1997 by Sun Microsystem, Inc. + * Copyright (C) 1997-1998 by Norm Jacobs, Colorado Springs, Colorado, USA + * Copyright (C) 1997-1998 by Sun Microsystem, Inc. * All Rights Reserved * * This program is free software; you can redistribute it and/or modify diff --git a/source3/printing/printing.c b/source3/printing/printing.c index 629b3ad4960..71b89022e6e 100644 --- a/source3/printing/printing.c +++ b/source3/printing/printing.c @@ -2,7 +2,7 @@ Unix SMB/Netbios implementation. Version 1.9. printing 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/chgpasswd.c b/source3/smbd/chgpasswd.c index 1502cd1219f..b516ec8ac8e 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 c12305499a5..d7516532632 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 e3db823a9df..048dab8b3e4 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 bf264757155..7b6a5635110 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 64253932abb..8c3f6f66304 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 c2b916a0af8..567b8f54f2e 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 e2f704e6af9..b5f9700f339 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 f5f0a2102e3..862ba97f7ea 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 8333fa7cf22..0a366e5ee6d 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 847f6e68f23..746c79db21a 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 b5408a29034..447a9a5469e 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 42ce7f60ad0..1b1802c95f6 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 b52169a66b2..56843e04238 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 46a2de4f176..176f6ca2404 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 07558274a52..dcb6ce831d3 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 +(C) written by Christian A. Lademann */ /* diff --git a/source3/utils/make_printerdef.c b/source3/utils/make_printerdef.c index ce61f460ff3..a38b6b4285b 100644 --- a/source3/utils/make_printerdef.c +++ b/source3/utils/make_printerdef.c @@ -3,7 +3,7 @@ Version 1.9. Create printer definition files. - Copyright (C) Jean-Francois.Micouleau@utc.fr, 10/26/97 + Copyright (C) Jean-Francois.Micouleau@utc.fr, 10/26/97 - 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/utils/make_smbcodepage.c b/source3/utils/make_smbcodepage.c index 06bc694e208..409d1996406 100644 --- a/source3/utils/make_smbcodepage.c +++ b/source3/utils/make_smbcodepage.c @@ -3,7 +3,7 @@ Version 1.9. Create codepage files from codepage_def.XXX files. - Copyright (C) Jeremy Allison 1997 + Copyright (C) Jeremy Allison 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/utils/nmblookup.c b/source3/utils/nmblookup.c index b14887afabe..5cd5a869a99 100644 --- a/source3/utils/nmblookup.c +++ b/source3/utils/nmblookup.c @@ -2,7 +2,7 @@ Unix SMB/Netbios implementation. Version 1.9. NBT client - used to lookup netbios names - Copyright (C) Andrew Tridgell 1994-1997 + Copyright (C) Andrew Tridgell 1994-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/utils/smbpasswd.c b/source3/utils/smbpasswd.c index 225b7fde83d..598944baa5e 100644 --- a/source3/utils/smbpasswd.c +++ b/source3/utils/smbpasswd.c @@ -1,6 +1,6 @@ /* * Unix SMB/Netbios implementation. Version 1.9. smbpasswd module. Copyright - * (C) Jeremy Allison 1995-1997. + * (C) Jeremy Allison 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 the Free diff --git a/source3/utils/status.c b/source3/utils/status.c index 1a05f2b1afe..401dd25c895 100644 --- a/source3/utils/status.c +++ b/source3/utils/status.c @@ -2,7 +2,7 @@ Unix SMB/Netbios implementation. Version 1.9. status reporting - Copyright (C) Andrew Tridgell 1994-1997 + Copyright (C) Andrew Tridgell 1994-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/utils/testparm.c b/source3/utils/testparm.c index ca364cb8c94..cc35d2d530e 100644 --- a/source3/utils/testparm.c +++ b/source3/utils/testparm.c @@ -2,7 +2,7 @@ Unix SMB/Netbios implementation. Version 1.9. Test validity of smb.conf - Copyright (C) Karl Auer 1993, 1994-1997 + Copyright (C) Karl Auer 1993, 1994-1998 Extensively modified by Andrew Tridgell, 1995 diff --git a/source3/utils/testprns.c b/source3/utils/testprns.c index 4a2ddb7c635..caa9e2740a0 100644 --- a/source3/utils/testprns.c +++ b/source3/utils/testprns.c @@ -2,7 +2,7 @@ Unix SMB/Netbios implementation. Version 1.9. test printer setup - Copyright (C) Karl Auer 1993, 1994-1997 + Copyright (C) Karl Auer 1993, 1994-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/utils/torture.c b/source3/utils/torture.c index 8711af3fe1a..049a414eb94 100644 --- a/source3/utils/torture.c +++ b/source3/utils/torture.c @@ -2,7 +2,7 @@ Unix SMB/Netbios implementation. Version 1.9. SMB torture tester - Copyright (C) Andrew Tridgell 1997 + Copyright (C) Andrew Tridgell 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/web/cgi.c b/source3/web/cgi.c index e697f5537a3..ae60d72b7b7 100644 --- a/source3/web/cgi.c +++ b/source3/web/cgi.c @@ -1,6 +1,6 @@ /* some simple CGI helper routines - Copyright (C) Andrew Tridgell 1997 + Copyright (C) Andrew Tridgell 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/wsmbconf.c b/source3/wsmbconf.c index b3bfe6aa506..566b899c8fa 100644 --- a/source3/wsmbconf.c +++ b/source3/wsmbconf.c @@ -2,7 +2,7 @@ Unix SMB/Netbios implementation. Version 1.9. html smb.conf editing - prototype only - Copyright (C) Andrew Tridgell 1997 + Copyright (C) Andrew Tridgell 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/wsmbstatus.c b/source3/wsmbstatus.c index 2762b8610e7..fd576620623 100644 --- a/source3/wsmbstatus.c +++ b/source3/wsmbstatus.c @@ -2,7 +2,7 @@ Unix SMB/Netbios implementation. Version 1.9. html status reporting - Copyright (C) Andrew Tridgell 1997 + Copyright (C) Andrew Tridgell 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 -- cgit