summaryrefslogtreecommitdiff
path: root/chess-autosave.el
diff options
context:
space:
mode:
authorMario Lang <mlang@delysid.org>2014-05-20 17:42:46 +0200
committerMario Lang <mlang@delysid.org>2014-05-20 17:42:46 +0200
commit92ca978e21fc6727c3c03233bedeaf86e364c058 (patch)
tree4a00f10dc1d73f15f9845beb67ab6d08073d84e3 /chess-autosave.el
parent522b0031f67d6e9398afb8f870e0172520a8b9e2 (diff)
Add proper file headers, partly merged from ELPA.
Diffstat (limited to 'chess-autosave.el')
-rw-r--r--chess-autosave.el22
1 files changed, 20 insertions, 2 deletions
diff --git a/chess-autosave.el b/chess-autosave.el
index 96dbdf2..2708d24 100644
--- a/chess-autosave.el
+++ b/chess-autosave.el
@@ -1,7 +1,25 @@
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+;;; chess-autosave.el --- A special kind of display that merely autosaves the game
;;
-;; A special kind of display that merely autosaves the game
+;; Copyright (C) 2002, 2004, 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/>.
+
+;;; Code:
(require 'chess-game)
(require 'chess-database)