diff options
| author | Mario Lang <mlang@delysid.org> | 2014-05-20 21:08:15 +0200 |
|---|---|---|
| committer | Mario Lang <mlang@delysid.org> | 2014-05-20 21:08:15 +0200 |
| commit | a86bdeed7e854bad2d37fc74965ef988c87d0d66 (patch) | |
| tree | f1c82513e13cbb34b71ee00d440979df088215e3 /chess-log.el | |
| parent | 5b5227a8a9a7aad02d5d8791323ad9fda3a64a1d (diff) | |
Add remaining file headers, synced from ELPA.
Diffstat (limited to 'chess-log.el')
| -rw-r--r-- | chess-log.el | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/chess-log.el b/chess-log.el index 383da10..c13ff27 100644 --- a/chess-log.el +++ b/chess-log.el @@ -1,10 +1,24 @@ -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; chess-log.el --- Log chess events, as an aid to debugging + +;; Copyright (C) 2014 Free Software Foundation, Inc. + +;; 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. ;; -;; Log chess events, as an aid to debugging +;; 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: +;;; Code: + (require 'chess-module) (defgroup chess-log nil |
