summaryrefslogtreecommitdiff
path: root/games/backgammon
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2003-06-01 23:50:03 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2003-06-01 23:50:03 +0000
commit5045716ffa63602e22f193075dba09b0ad68fe1a (patch)
treeea16f36cc8977507c960700a505acc02f46f7142 /games/backgammon
parent1e32403483184f6eb9d0bab6e850a60fddc98701 (diff)
Undo a misguided attempt to fix speling errors from long ago. UCB
copyrights say "acknowledgement", not "acknowledgment". You cannot just go changing the text of a license willy-nilly.
Diffstat (limited to 'games/backgammon')
-rw-r--r--games/backgammon/backgammon/text.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/backgammon/backgammon/text.c b/games/backgammon/backgammon/text.c
index 49f35823980..49bdc8bffaa 100644
--- a/games/backgammon/backgammon/text.c
+++ b/games/backgammon/backgammon/text.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: text.c,v 1.5 2001/06/23 23:49:54 pjanzen Exp $ */
+/* $OpenBSD: text.c,v 1.6 2003/06/01 23:50:02 millert Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -13,7 +13,7 @@
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* 3. All advertising materials mentioning features or use of this software
- * must display the following acknowledgment:
+ * must display the following acknowledgement:
* This product includes software developed by the University of
* California, Berkeley and its contributors.
* 4. Neither the name of the University nor the names of its contributors
@@ -37,7 +37,7 @@
#if 0
static char sccsid[] = "@(#)text.c 8.1 (Berkeley) 5/31/93";
#else
-static char rcsid[] = "$OpenBSD: text.c,v 1.5 2001/06/23 23:49:54 pjanzen Exp $";
+static char rcsid[] = "$OpenBSD: text.c,v 1.6 2003/06/01 23:50:02 millert Exp $";
#endif
#endif /* not lint */