]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - backgammon/common_source/odds.c
clean up import
[bsdgames-darwin.git] / backgammon / common_source / odds.c
index 02354d31a5ddd3d4291ddf714fbedf642038737c..4bf59ea6837430c09e0c8a72ef475df3eaa56813 100644 (file)
@@ -1,6 +1,8 @@
+/*     $NetBSD: odds.c,v 1.3 1995/03/21 15:05:47 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[] = "from: @(#)odds.c     5.4 (Berkeley) 6/1/90";*/
-static char rcsid[] = "$Id: odds.c,v 1.2 1993/08/01 18:56:42 mycroft Exp $";
+#if 0
+static char sccsid[] = "@(#)odds.c     8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: odds.c,v 1.3 1995/03/21 15:05:47 cgd Exp $";
+#endif
 #endif /* not lint */
 
 #include "back.h"