cleanup, add manual page
[unix-history] / usr / src / games / backgammon / common_source / message.c
CommitLineData
d57a4137
DS
1/*
2 * Copyright (c) 1980 Regents of the University of California.
3 * All rights reserved. The Berkeley software License Agreement
4 * specifies the terms and conditions for redistribution.
5 */
6
7#ifndef lint
bfdb5c62
KM
8static char Msccsid[] = "@(#)Mesgfix 5.2 (Berkeley) 1/8/86";
9static char sccsid[] = "@(#)message.c 4.3 (Berkeley) %G%";
d57a4137 10#endif not lint
362c56f2
RH
11
12char *message[] = {
bfdb5c62 13 "Last update on Saturday, January 11, 1986.",
362c56f2
RH
14 0
15};