From f4744d6899f0847ec3f1c0f36404241e30b97815 Mon Sep 17 00:00:00 2001 From: Mario Lang Date: Tue, 20 May 2014 01:17:47 +0200 Subject: Add a peroper file header. --- chess-puzzle.el | 32 ++++++++++++++++++++++++++++---- 1 file changed, 28 insertions(+), 4 deletions(-) (limited to 'chess-puzzle.el') diff --git a/chess-puzzle.el b/chess-puzzle.el index 5a5ccb4..216aa30 100644 --- a/chess-puzzle.el +++ b/chess-puzzle.el @@ -1,7 +1,31 @@ -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;; -;; A special kind of display that merely autosaves the game -;; +;;; chess-puzzle.el --- Support for viewing and solving chess puzzles + +;; Copyright (C) 2002, 2004, 2008 Free Software Foundation, Inc. + +;; Author: John Wiegley +;; Maintainer: Mario Lang +;; Keywords: games + +;; This program 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 of the License, or +;; (at your option) any later version. + +;; This program 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 this program. If not, see . + +;;; Commentary: + +;; WARNING: While this module does handle *some* chess puzzle data, +;; it is not complete yet. In particular, PGN based puzzles inclusing +;; variation annotations are not properly handled yet. + +;;; Code: (require 'chess-game) (require 'chess-random) -- cgit v1.2.3