Skip to content

Commit

Permalink
Revert $FreeBSD$ to $Id$
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkHelmet433 committed Feb 22, 1997
1 parent d83a222 commit a794df8
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion games/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# @(#)Makefile 8.2 (Berkeley) 3/31/94
# $FreeBSD$
# $Id$

# XXX missing: chess ching monop [copyright]
SUBDIR= adventure arithmetic atc backgammon battlestar bcd boggle bs caesar \
Expand Down
2 changes: 1 addition & 1 deletion games/bs/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $FreeBSD$
# $Id$

PROG= bs
MAN6= bs.6
Expand Down
2 changes: 1 addition & 1 deletion games/fortune/fortune/fortune.6
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)fortune.6 8.3 (Berkeley) 4/19/94
.\" $FreeBSD$
.\" $Id$
.\"
.Dd April 19, 1994
.Dt FORTUNE 6
Expand Down
2 changes: 1 addition & 1 deletion games/grdc/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $FreeBSD$
# $Id$

PROG= grdc
MAN6= grdc.6
Expand Down
2 changes: 1 addition & 1 deletion games/phantasia/phantasia.6
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.\" $FreeBSD$
.\" $Id$
.\"
.de sh
.br
Expand Down
2 changes: 1 addition & 1 deletion games/piano/piano.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* piano.c - a piano emulator
*/
static char rcsid[] = "$FreeBSD$";
static char rcsid[] = "$Id$";
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Expand Down
2 changes: 1 addition & 1 deletion games/sail/sail.6
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)sail.6 8.2 (Berkeley) 12/30/93
.\" $FreeBSD$
.\" $Id$
.\"
.TH SAIL 6 "December 30, 1993"
.UC 4
Expand Down

0 comments on commit a794df8

Please sign in to comment.