X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=strategies.lisp;h=785009ace75234352ad20d8a24bb0e57ef98716b;hb=1758cfb593196dd65c70199aa1ebd90cbd6e7ee5;hp=3d0570b1052bfa8b9b585866af67ee8fe89e142b;hpb=b29c5d666cbd1d0c08d4da49b32e4ed41c6dabba;p=reversi.git diff --git a/strategies.lisp b/strategies.lisp index 3d0570b..785009a 100644 --- a/strategies.lisp +++ b/strategies.lisp @@ -1,13 +1,21 @@ +;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Base: 10; Package: reversi -*- ;;;;*************************************************************************** ;;;; ;;;; FILE IDENTIFICATION ;;;; -;;;; Name: strategies.cl +;;;; Name: strategies.lisp ;;;; Purpose: Strategy routines for reversi -;;;; Programer: Kevin M. Rosenberg, M.D. +;;;; Programer: Kevin Rosenberg based on code by Peter Norvig ;;;; Date Started: 1 Nov 2001 -;;;; CVS Id: $Id: strategies.lisp,v 1.1 2002/10/25 08:36:42 kevin Exp $ ;;;; +;;;; $Id: strategies.lisp,v 1.2 2002/10/25 09:23:39 kevin Exp $ +;;;; +;;;; This file is Copyright (c) 2001-2002 by Kevin M. Rosenberg +;;;; and Copyright (c) 1998-2002 Peter Norvig +;;;; +;;;; Reversi users are granted the rights to distribute and use this software +;;;; as governed by the terms of the Lisp Lesser GNU Public License +;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL. ;;;;*************************************************************************** (in-package :reversi)