diff options
Diffstat (limited to 'games/fortune')
-rw-r--r-- | games/fortune/Notes | 1 | ||||
-rw-r--r-- | games/fortune/README | 1 | ||||
-rw-r--r-- | games/fortune/fortune/Makefile | 2 | ||||
-rw-r--r-- | games/fortune/fortune/fortune.c | 3 | ||||
-rw-r--r-- | games/fortune/fortune/pathnames.h | 1 | ||||
-rw-r--r-- | games/fortune/strfile/strfile.8 | 1 | ||||
-rw-r--r-- | games/fortune/strfile/strfile.c | 3 | ||||
-rw-r--r-- | games/fortune/strfile/strfile.h | 1 | ||||
-rw-r--r-- | games/fortune/tools/Do_spell | 1 | ||||
-rw-r--r-- | games/fortune/tools/Do_troff | 1 | ||||
-rw-r--r-- | games/fortune/tools/Troff.mac | 1 | ||||
-rw-r--r-- | games/fortune/tools/do_sort | 1 | ||||
-rw-r--r-- | games/fortune/unstr/Makefile | 2 | ||||
-rw-r--r-- | games/fortune/unstr/unstr.c | 1 |
14 files changed, 16 insertions, 4 deletions
diff --git a/games/fortune/Notes b/games/fortune/Notes index 717682f045f..9b759c1fdb0 100644 --- a/games/fortune/Notes +++ b/games/fortune/Notes @@ -1,3 +1,4 @@ +# $OpenBSD: Notes,v 1.2 2001/01/28 23:41:40 niklas Exp $ # $NetBSD: Notes,v 1.2 1995/03/23 08:28:26 cgd Exp $ # @(#)Notes 8.1 (Berkeley) 5/31/93 diff --git a/games/fortune/README b/games/fortune/README index 29de138b268..6d34ad4ee13 100644 --- a/games/fortune/README +++ b/games/fortune/README @@ -1,3 +1,4 @@ +# $OpenBSD: README,v 1.2 2001/01/28 23:41:40 niklas Exp $ # $NetBSD: README,v 1.2 1995/03/23 08:28:29 cgd Exp $ # @(#)README 8.1 (Berkeley) 5/31/93 diff --git a/games/fortune/fortune/Makefile b/games/fortune/fortune/Makefile index 51ba8d99479..274c997ca10 100644 --- a/games/fortune/fortune/Makefile +++ b/games/fortune/fortune/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 2001/01/28 23:41:40 niklas Exp $ # $NetBSD: Makefile,v 1.8 1995/03/23 08:28:36 cgd Exp $ -# @(#)Makefile 8.1 (Berkeley) 5/31/93 PROG= fortune MAN= fortune.6 diff --git a/games/fortune/fortune/fortune.c b/games/fortune/fortune/fortune.c index 780d99e4128..ad31f764259 100644 --- a/games/fortune/fortune/fortune.c +++ b/games/fortune/fortune/fortune.c @@ -1,3 +1,4 @@ +/* $OpenBSD: fortune.c,v 1.9 2001/01/28 23:41:40 niklas Exp $ */ /* $NetBSD: fortune.c,v 1.8 1995/03/23 08:28:40 cgd Exp $ */ /*- @@ -46,7 +47,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)fortune.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$NetBSD: fortune.c,v 1.8 1995/03/23 08:28:40 cgd Exp $"; +static char rcsid[] = "$OpenBSD: fortune.c,v 1.9 2001/01/28 23:41:40 niklas Exp $"; #endif #endif /* not lint */ diff --git a/games/fortune/fortune/pathnames.h b/games/fortune/fortune/pathnames.h index b74569f8cb5..6719cf28b9b 100644 --- a/games/fortune/fortune/pathnames.h +++ b/games/fortune/fortune/pathnames.h @@ -1,3 +1,4 @@ +/* $OpenBSD: pathnames.h,v 1.2 2001/01/28 23:41:40 niklas Exp $ */ /* $NetBSD: pathnames.h,v 1.3 1995/03/23 08:28:42 cgd Exp $ */ /*- diff --git a/games/fortune/strfile/strfile.8 b/games/fortune/strfile/strfile.8 index f472f22225f..3af346d7a1d 100644 --- a/games/fortune/strfile/strfile.8 +++ b/games/fortune/strfile/strfile.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: strfile.8,v 1.7 2001/01/28 23:41:41 niklas Exp $ .\" $NetBSD: strfile.8,v 1.3 1995/03/23 08:28:45 cgd Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 diff --git a/games/fortune/strfile/strfile.c b/games/fortune/strfile/strfile.c index 291499e2d7e..3528a7d750d 100644 --- a/games/fortune/strfile/strfile.c +++ b/games/fortune/strfile/strfile.c @@ -1,3 +1,4 @@ +/* $OpenBSD: strfile.c,v 1.8 2001/01/28 23:41:41 niklas Exp $ */ /* $NetBSD: strfile.c,v 1.4 1995/04/24 12:23:09 cgd Exp $ */ /*- @@ -46,7 +47,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)strfile.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$NetBSD: strfile.c,v 1.4 1995/04/24 12:23:09 cgd Exp $"; +static char rcsid[] = "$OpenBSD: strfile.c,v 1.8 2001/01/28 23:41:41 niklas Exp $"; #endif #endif /* not lint */ diff --git a/games/fortune/strfile/strfile.h b/games/fortune/strfile/strfile.h index 6be8240b666..6a2dd613935 100644 --- a/games/fortune/strfile/strfile.h +++ b/games/fortune/strfile/strfile.h @@ -1,3 +1,4 @@ +/* $OpenBSD: strfile.h,v 1.3 2001/01/28 23:41:41 niklas Exp $ */ /* $NetBSD: strfile.h,v 1.3 1995/03/23 08:28:49 cgd Exp $ */ /*- diff --git a/games/fortune/tools/Do_spell b/games/fortune/tools/Do_spell index 1961a112823..3f4a718207c 100644 --- a/games/fortune/tools/Do_spell +++ b/games/fortune/tools/Do_spell @@ -1,4 +1,5 @@ #!/bin/sh - +# $OpenBSD: Do_spell,v 1.2 2001/01/28 23:41:41 niklas Exp $ # $NetBSD: Do_spell,v 1.2 1995/03/23 08:28:50 cgd Exp $ # # @(#)Do_spell 8.1 (Berkeley) 5/31/93 diff --git a/games/fortune/tools/Do_troff b/games/fortune/tools/Do_troff index 6df4ee623de..39181b55a89 100644 --- a/games/fortune/tools/Do_troff +++ b/games/fortune/tools/Do_troff @@ -1,4 +1,5 @@ #!/bin/csh -f +# $OpenBSD: Do_troff,v 1.2 2001/01/28 23:41:41 niklas Exp $ # $NetBSD: Do_troff,v 1.2 1995/03/23 08:28:52 cgd Exp $ # # @(#)Do_troff 8.1 (Berkeley) 5/31/93 diff --git a/games/fortune/tools/Troff.mac b/games/fortune/tools/Troff.mac index 43231f3b7ee..3e82fa8ba6a 100644 --- a/games/fortune/tools/Troff.mac +++ b/games/fortune/tools/Troff.mac @@ -1,3 +1,4 @@ +.\" $OpenBSD: Troff.mac,v 1.2 2001/01/28 23:41:41 niklas Exp $ .\" $NetBSD: Troff.mac,v 1.2 1995/03/23 08:28:53 cgd Exp $ .\" .nr tp 8 diff --git a/games/fortune/tools/do_sort b/games/fortune/tools/do_sort index ddae1ace5df..f6b51e6d67a 100644 --- a/games/fortune/tools/do_sort +++ b/games/fortune/tools/do_sort @@ -1,4 +1,5 @@ #! /bin/sh +# $OpenBSD: do_sort,v 1.2 2001/01/28 23:41:41 niklas Exp $ # $NetBSD: do_sort,v 1.2 1995/03/23 08:28:54 cgd Exp $ # # @(#)do_sort 8.1 (Berkeley) 5/31/93 diff --git a/games/fortune/unstr/Makefile b/games/fortune/unstr/Makefile index 2619580a583..ea7464003be 100644 --- a/games/fortune/unstr/Makefile +++ b/games/fortune/unstr/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 2001/01/28 23:41:41 niklas Exp $ # $NetBSD: Makefile,v 1.3 1995/03/23 08:28:58 cgd Exp $ -# @(#)Makefile 8.1 (Berkeley) 5/31/93 PROG= unstr NOMAN= noman diff --git a/games/fortune/unstr/unstr.c b/games/fortune/unstr/unstr.c index 1a08390214e..2342a6ff548 100644 --- a/games/fortune/unstr/unstr.c +++ b/games/fortune/unstr/unstr.c @@ -1,3 +1,4 @@ +/* $OpenBSD: unstr.c,v 1.5 2001/01/28 23:41:41 niklas Exp $ */ /* $NetBSD: unstr.c,v 1.3 1995/03/23 08:29:00 cgd Exp $ */ /*- |