diff options
| author | Mario Lang <mlang@delysid.org> | 2014-05-20 17:42:46 +0200 |
|---|---|---|
| committer | Mario Lang <mlang@delysid.org> | 2014-05-20 17:42:46 +0200 |
| commit | 92ca978e21fc6727c3c03233bedeaf86e364c058 (patch) | |
| tree | 4a00f10dc1d73f15f9845beb67ab6d08073d84e3 /chess-chat.el | |
| parent | 522b0031f67d6e9398afb8f870e0172520a8b9e2 (diff) | |
Add proper file headers, partly merged from ELPA.
Diffstat (limited to 'chess-chat.el')
| -rw-r--r-- | chess-chat.el | 27 |
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) |
