diff options
Diffstat (limited to 'chess-none.el')
| -rw-r--r-- | chess-none.el | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/chess-none.el b/chess-none.el index efc3afe..1d8977a 100644 --- a/chess-none.el +++ b/chess-none.el @@ -1,8 +1,26 @@ -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; chess-none.el --- Null engine + +;; Copyright (C) 2014 Free Software Foundation, Inc. + +;; This is free software; you can redistribute it and/or modify it under +;; the terms of the GNU General Public License as published by the Free +;; Software Foundation; either version 3, or (at your option) any later +;; version. ;; +;; This is distributed in the hope that it will be useful, but WITHOUT +;; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +;; FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +;; for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. + +;;; Commentary: + ;; A null engine, used when two humans play against each other on the ;; same display. -;; + +;;; Code: (require 'chess-engine) |
