+/* $NetBSD: morg.c,v 1.4 1995/03/23 08:35:02 cgd Exp $ */
+
/*
- * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 1993
+ * The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
*/
#ifndef lint
-static char sccsid[] = "@(#)morg.c 5.3 (Berkeley) 6/1/90";
+#if 0
+static char sccsid[] = "@(#)morg.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: morg.c,v 1.4 1995/03/23 08:35:02 cgd Exp $";
+#endif
#endif /* not lint */
# include "monop.ext"
"where", /* 2 */
"own holdings", /* 3 */
"holdings", /* 4 */
- "shell", /* 5 */
- "mortgage", /* 6 */
- "unmortgage", /* 7 */
- "buy", /* 8 */
- "sell", /* 9 */
- "card", /* 10 */
- "pay", /* 11 */
- "trade", /* 12 */
- "resign", /* 13 */
- "save game", /* 14 */
- "restore game", /* 15 */
+ "mortgage", /* 5 */
+ "unmortgage", /* 6 */
+ "buy", /* 7 */
+ "sell", /* 8 */
+ "card", /* 9 */
+ "pay", /* 10 */
+ "trade", /* 11 */
+ "resign", /* 12 */
+ "save game", /* 13 */
+ "restore game", /* 14 */
0
};