1*25770Sdonn /* 2*25770Sdonn * Copyright (c) 1980 Regents of the University of California. 3*25770Sdonn * All rights reserved. The Berkeley software License Agreement 4*25770Sdonn * specifies the terms and conditions for redistribution. 5*25770Sdonn */ 66761Srrh 7*25770Sdonn #ifndef lint 8*25770Sdonn static char Msccsid[] = "@(#)Mesgfix 5.1 (Berkeley) 5/29/85"; 9*25770Sdonn static char sccsid[] = "@(#)message.c 4.2 (Berkeley) 01/08/86"; 10*25770Sdonn #endif not lint 11*25770Sdonn 126761Srrh char *message[] = { 13*25770Sdonn "Last update on Saturday, March 30, 1985.", 146761Srrh "Check the file /usr/public/gammon.news for details.", 156761Srrh 0 166761Srrh }; 17