X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=io.lisp;h=1837c18027bd413277828fc33b97d3b286cea2f8;hb=5db70caccaeace444f36fae1cbe4ad4b6860df5c;hp=6a61dba21885ca3245a21e74c9182f47a20911b2;hpb=b29c5d666cbd1d0c08d4da49b32e4ed41c6dabba;p=reversi.git diff --git a/io.lisp b/io.lisp index 6a61dba..1837c18 100644 --- a/io.lisp +++ b/io.lisp @@ -1,13 +1,21 @@ +;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Base: 10; Package: reversi -*- ;;;;*************************************************************************** ;;;; ;;;; FILE IDENTIFICATION ;;;; -;;;; Name: io.cl +;;;; Name: io.lisp ;;;; Purpose: Basic Input-Output 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: io.lisp,v 1.1 2002/10/25 08:36:42 kevin Exp $ ;;;; +;;;; $Id: io.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)