From b957ef47bde14987935470fece21a3e9e47d8f6f Mon Sep 17 00:00:00 2001 From: Mario Lang Date: Wed, 14 Jan 2004 11:42:57 +0000 Subject: elisp header + homepage link --- chess-sjeng.el | 30 +++++++++++++++++++++++++----- 1 file changed, 25 insertions(+), 5 deletions(-) diff --git a/chess-sjeng.el b/chess-sjeng.el index cd0e73f..298d3e7 100644 --- a/chess-sjeng.el +++ b/chess-sjeng.el @@ -1,13 +1,33 @@ -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;; -;; Play against sjeng! -;; +;;; chess-sjeng.el --- Play against sjeng! + +;; Copyright (C) 2004 Free Software Foundation, Inc. + +;; Author: Mario Lang +;; Keywords: games + +;; This file 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 2, or (at your option) +;; any later version. + +;; This file 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; see the file COPYING. If not, write to +;; the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +;; Boston, MA 02111-1307, USA. + +;;; Code: (require 'chess-common) (defgroup chess-sjeng nil "The publically available chess engine 'sjeng'." - :group 'chess-engine) + :group 'chess-engine + :link '(url-link "http://sjeng.sourceforge.net")) (defcustom chess-sjeng-path (executable-find "sjeng") "*The path to the sjeng executable." -- cgit v1.2.3