summaryrefslogtreecommitdiffstats
path: root/pom
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1995-03-23 08:28:00 +0000
committercgd <cgd@NetBSD.org>1995-03-23 08:28:00 +0000
commit94b5353c71e7246077d468afe68d51ce85fc213d (patch)
tree0b6f70b8110f5d6650a6083460424df854c415f8 /pom
parent1c0b80f0fe7a28cd947ace3e69f5fd2ac8ed47cb (diff)
downloadbsdgames-darwin-94b5353c71e7246077d468afe68d51ce85fc213d.tar.gz
bsdgames-darwin-94b5353c71e7246077d468afe68d51ce85fc213d.tar.zst
bsdgames-darwin-94b5353c71e7246077d468afe68d51ce85fc213d.zip
merge with Lite, new RCS id conventions, etc.
Diffstat (limited to 'pom')
-rw-r--r--pom/Makefile4
-rw-r--r--pom/pom.611
-rw-r--r--pom/pom.c19
3 files changed, 20 insertions, 14 deletions
diff --git a/pom/Makefile b/pom/Makefile
index ae49b458..7f251b62 100644
--- a/pom/Makefile
+++ b/pom/Makefile
@@ -1,5 +1,5 @@
-# from: @(#)Makefile 5.1 (Berkeley) 5/11/90
-# $Id: Makefile,v 1.3 1994/12/22 09:35:29 cgd Exp $
+# $NetBSD: Makefile,v 1.4 1995/03/23 08:35:33 cgd Exp $
+# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= pom
MAN= pom.6
diff --git a/pom/pom.6 b/pom/pom.6
index 17598fc1..3529a465 100644
--- a/pom/pom.6
+++ b/pom/pom.6
@@ -1,5 +1,7 @@
-.\" Copyright (c) 1989 The Regents of the University of California.
-.\" All rights reserved.
+.\" $NetBSD: pom.6,v 1.4 1995/03/23 08:35:35 cgd Exp $
+.\"
+.\" 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
@@ -29,10 +31,9 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" from: @(#)pom.6 5.2 (Berkeley) 6/23/90
-.\" $Id: pom.6,v 1.3 1993/08/05 01:46:54 jtc Exp $
+.\" @(#)pom.6 8.1 (Berkeley) 5/31/93
.\"
-.Dd June 23, 1990
+.Dd May 31, 1993
.Dt POM 6
.Os
.Sh NAME
diff --git a/pom/pom.c b/pom/pom.c
index 07198178..7b1ecc09 100644
--- a/pom/pom.c
+++ b/pom/pom.c
@@ -1,6 +1,8 @@
+/* $NetBSD: pom.c,v 1.4 1995/03/23 08:35:36 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.
*
* This code is derived from software posted to USENET.
*
@@ -34,14 +36,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: @(#)pom.c 5.3 (Berkeley) 2/28/91";*/
-static char rcsid[] = "$Id: pom.c,v 1.3 1995/02/03 18:15:02 jtc Exp $";
+#if 0
+static char sccsid[] = "@(#)pom.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: pom.c,v 1.4 1995/03/23 08:35:36 cgd Exp $";
+#endif
#endif /* not lint */
/*