summaryrefslogtreecommitdiff
path: root/chess-kibitz.el
diff options
context:
space:
mode:
Diffstat (limited to 'chess-kibitz.el')
-rw-r--r--chess-kibitz.el26
1 files changed, 24 insertions, 2 deletions
diff --git a/chess-kibitz.el b/chess-kibitz.el
index 07b5600..ff02265 100644
--- a/chess-kibitz.el
+++ b/chess-kibitz.el
@@ -1,8 +1,30 @@
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+;;; chess-kibitz.el --- Chess kibitzing, stored as annotations
+
+;; Copyright (C) 2002, 2014 Free Software Foundation, Inc.
+
+;; Author: John Wiegley <johnw@gnu.org>
+;; Maintainer: Mario Lang <mlang@delysid.org>
+;; Keywords: games
+
+;; 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:
+
;; Implements chess kibitzing, stored as annotations to the game being
;; viewed or played. C-c C-c is used to save a kibitzing comment.
-;;
+
+;;; Code:
(require 'chess-game)