diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-07-08 17:30:27 -0400 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-07-08 17:30:27 -0400 |
commit | 50f22a7ad208a4b1a8819af7f64b97e18f1105ee (patch) | |
tree | 72729da6632525d5e3d18f8b02ecedbe13c0a62e | |
parent | 9f834757793a56a9e7078dc71b47d6a2d39dbb88 (diff) | |
download | tftp-hpa-50f22a7ad208a4b1a8819af7f64b97e18f1105ee.tar.gz |
Remove long since obsolete ID tags
-rw-r--r-- | common/tftpsubs.c | 11 | ||||
-rw-r--r-- | common/tftpsubs.h | 7 | ||||
-rw-r--r-- | tftp/extern.h | 7 | ||||
-rw-r--r-- | tftp/main.c | 11 | ||||
-rw-r--r-- | tftp/tftp.c | 11 | ||||
-rw-r--r-- | tftpd/tftpd.h | 1 |
6 files changed, 0 insertions, 48 deletions
diff --git a/common/tftpsubs.c b/common/tftpsubs.c index b266efe..ef05cc4 100644 --- a/common/tftpsubs.c +++ b/common/tftpsubs.c @@ -1,8 +1,3 @@ -/* tftp-hpa: $Id$ */ - -/* $OpenBSD: tftpsubs.c,v 1.2 1996/06/26 05:40:36 deraadt Exp $ */ -/* $NetBSD: tftpsubs.c,v 1.3 1994/12/08 09:51:31 jtc Exp $ */ - /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -38,12 +33,6 @@ #include "tftpsubs.h" -#ifndef lint -/* static char sccsid[] = "@(#)tftpsubs.c 8.1 (Berkeley) 6/6/93"; */ -/* static char rcsid[] = "$OpenBSD: tftpsubs.c,v 1.2 1996/06/26 05:40:36 deraadt Exp $"; */ -static const char *rcsid UNUSED = "tftp-hpa: $Id$"; -#endif /* not lint */ - /* Simple minded read-ahead/write-behind subroutines for tftp user and server. Written originally with multiple buffers in mind, but current implementation has two buffer logic wired in. diff --git a/common/tftpsubs.h b/common/tftpsubs.h index f1269fd..a5c88e3 100644 --- a/common/tftpsubs.h +++ b/common/tftpsubs.h @@ -1,8 +1,3 @@ -/* $Id$ */ - -/* $OpenBSD: tftpsubs.h,v 1.2 1996/06/26 05:40:37 deraadt Exp $ */ -/* $NetBSD: tftpsubs.h,v 1.2 1994/12/08 09:51:32 jtc Exp $ */ - /* * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. @@ -34,8 +29,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)tftpsubs.h 8.1 (Berkeley) 6/6/93 */ /* diff --git a/tftp/extern.h b/tftp/extern.h index bfe9a97..78474fc 100644 --- a/tftp/extern.h +++ b/tftp/extern.h @@ -1,8 +1,3 @@ -/* $Id$ */ - -/* $OpenBSD: extern.h,v 1.2 1996/06/26 05:40:33 deraadt Exp $ */ -/* $NetBSD: extern.h,v 1.2 1994/12/08 09:51:24 jtc Exp $ */ - /* * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. @@ -34,8 +29,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)extern.h 8.1 (Berkeley) 6/6/93 */ #ifndef RECVFILE_H diff --git a/tftp/main.c b/tftp/main.c index bd041a8..ec57bc2 100644 --- a/tftp/main.c +++ b/tftp/main.c @@ -1,6 +1,3 @@ -/* $OpenBSD: main.c,v 1.4 1997/01/17 07:13:30 millert Exp $ */ -/* $NetBSD: main.c,v 1.6 1995/05/21 16:54:10 mycroft Exp $ */ - /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -36,14 +33,6 @@ #include "common/tftpsubs.h" -#ifndef lint -static const char *copyright UNUSED = "@(#) Copyright (c) 1983, 1993\n\ - The Regents of the University of California. All rights reserved.\n"; -/* static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/6/93"; */ -/* static char rcsid[] = "$OpenBSD: main.c,v 1.4 1997/01/17 07:13:30 millert Exp $"; */ -static const char *rcsid UNUSED = "tftp-hpa $Id$"; -#endif /* not lint */ - /* Many bug fixes are from Jim Guyton <guyton@rand-unix> */ /* diff --git a/tftp/tftp.c b/tftp/tftp.c index 41c6fbd..2d26b4b 100644 --- a/tftp/tftp.c +++ b/tftp/tftp.c @@ -1,6 +1,3 @@ -/* $OpenBSD: tftp.c,v 1.4 1997/08/06 06:43:45 deraadt Exp $ */ -/* $NetBSD: tftp.c,v 1.5 1995/04/29 05:55:25 cgd Exp $ */ - /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -36,14 +33,6 @@ #include "common/tftpsubs.h" -#ifndef lint -/* static char sccsid[] = "@(#)tftp.c 8.1 (Berkeley) 6/6/93"; */ -/* static char rcsid[] = "$OpenBSD: tftp.c,v 1.4 1997/08/06 06:43:45 deraadt Exp $"; */ -static const char *rcsid UNUSED = "tftp-hpa $Id$"; -#endif /* not lint */ - -/* Many bug fixes are from Jim Guyton <guyton@rand-unix> */ - /* * TFTP User Program -- Protocol Machines */ diff --git a/tftpd/tftpd.h b/tftpd/tftpd.h index 4413729..e1d8bf0 100644 --- a/tftpd/tftpd.h +++ b/tftpd/tftpd.h @@ -1,4 +1,3 @@ -/* $Id$ */ /* ----------------------------------------------------------------------- * * * Copyright 2001 H. Peter Anvin - All Rights Reserved |