From 91e8bf7c25f16721a2b11e84fe0d77ba69e81c84 Mon Sep 17 00:00:00 2001 From: cgd Date: Sat, 22 Apr 1995 08:19:45 +0000 Subject: clean up import. NetBSD RCS IDs --- wump/Makefile | 4 ++-- wump/pathnames.h | 9 +++++---- wump/wump.6 | 11 ++++++----- wump/wump.c | 19 ++++++++++++------- 4 files changed, 25 insertions(+), 18 deletions(-) (limited to 'wump') diff --git a/wump/Makefile b/wump/Makefile index 71255b91..58c65e7c 100644 --- a/wump/Makefile +++ b/wump/Makefile @@ -1,5 +1,5 @@ -# from: @(#)Makefile 5.4 (Berkeley) 5/11/90 -# $Id: Makefile,v 1.3 1994/12/22 09:36:38 cgd Exp $ +# $NetBSD: Makefile,v 1.4 1995/04/22 08:19:45 cgd Exp $ +# @(#)Makefile 8.1 (Berkeley) 5/31/93 PROG= wump MAN= wump.6 diff --git a/wump/pathnames.h b/wump/pathnames.h index 262ab2d3..8f534830 100644 --- a/wump/pathnames.h +++ b/wump/pathnames.h @@ -1,6 +1,8 @@ +/* $NetBSD: pathnames.h,v 1.3 1995/04/22 08:19:48 cgd Exp $ */ + /*- - * Copyright (c) 1989 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1989, 1993 + * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -30,8 +32,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * from: @(#)pathnames.h 5.1 (Berkeley) 6/1/90 - * $Id: pathnames.h,v 1.2 1993/08/01 18:49:22 mycroft Exp $ + * @(#)pathnames.h 8.1 (Berkeley) 5/31/93 */ #define _PATH_PAGER "/usr/bin/more" diff --git a/wump/wump.6 b/wump/wump.6 index d28b5900..4a5c26e7 100644 --- a/wump/wump.6 +++ b/wump/wump.6 @@ -1,5 +1,7 @@ -.\" Copyright (c) 1989 The Regents of the University of California. -.\" All rights reserved. +.\" $NetBSD: wump.6,v 1.4 1995/04/22 08:19:49 cgd Exp $ +.\" +.\" Copyright (c) 1989, 1993 +.\" The Regents of the University of California. All rights reserved. .\" .\" This code is derived from software contributed to Berkeley by .\" Dave Taylor, of Intuitive Systems. @@ -32,10 +34,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)wump.6 6.3 (Berkeley) 6/23/90 -.\" $Id: wump.6,v 1.3 1993/08/05 01:47:28 jtc Exp $ +.\" @(#)wump.6 8.1 (Berkeley) 5/31/93 .\" -.Dd June 23, 1990 +.Dd May 31, 1993 .Dt WUMP 6 .Os .Sh NAME diff --git a/wump/wump.c b/wump/wump.c index d316cf41..18e8401c 100644 --- a/wump/wump.c +++ b/wump/wump.c @@ -1,6 +1,8 @@ +/* $NetBSD: wump.c,v 1.3 1995/04/22 08:19:51 cgd Exp $ */ + /* - * Copyright (c) 1989 The Regents of the University of California. - * Copyright (c) 1989 Dave Taylor, Intuitive Systems. + * Copyright (c) 1989, 1993 + * The Regents of the University of California. All rights reserved. * All rights reserved. * * This code is derived from software contributed to Berkeley by @@ -36,14 +38,17 @@ */ #ifndef lint -char copyright[] = -"@(#) Copyright (c) 1989 The Regents of the University of California.\n\ - All rights reserved.\n"; +static char copyright[] = +"@(#) Copyright (c) 1989, 1993\n\ + The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ #ifndef lint -/*static char sccsid[] = "from: @(#)wump.c 4.3 (Berkeley) 6/1/90";*/ -static char rcsid[] = "$Id: wump.c,v 1.2 1993/08/01 18:49:20 mycroft Exp $"; +#if 0 +static char sccsid[] = "@(#)wump.c 8.1 (Berkeley) 5/31/93"; +#else +static char rcsid[] = "$NetBSD: wump.c,v 1.3 1995/04/22 08:19:51 cgd Exp $"; +#endif #endif /* not lint */ /* -- cgit v1.2.3-56-ge451