summaryrefslogtreecommitdiffstats
path: root/wump/wump.c
diff options
context:
space:
mode:
Diffstat (limited to 'wump/wump.c')
-rw-r--r--wump/wump.c19
1 files changed, 12 insertions, 7 deletions
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 */
/*