summaryrefslogtreecommitdiff
path: root/chess-chat.el
diff options
context:
space:
mode:
Diffstat (limited to 'chess-chat.el')
-rw-r--r--chess-chat.el27
1 files changed, 24 insertions, 3 deletions
diff --git a/chess-chat.el b/chess-chat.el
index dd6f694..339a73d 100644
--- a/chess-chat.el
+++ b/chess-chat.el
@@ -1,8 +1,29 @@
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+;;; chess-chat.el --- Very much like kibitzing, but not saved.
+
+;; 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.
;;
-;; Implements chess chat, which is very much like kibitzing, but not
-;; saved. RET is used to send each chat line.
+;; 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:
+
+;; RET is used to send each chat line.
+
+;;; Code:
(require 'chess-module)