From 77ae4d697fd87d30160867ad2dd00393721a80bf Mon Sep 17 00:00:00 2001 From: Mario Lang Date: Tue, 20 May 2014 02:15:01 +0200 Subject: Add a proper file header. --- chess-file.el | 31 ++++++++++++++++++++++++++----- 1 file changed, 26 insertions(+), 5 deletions(-) (limited to 'chess-file.el') diff --git a/chess-file.el b/chess-file.el index 9ea516d..84e6c1f 100644 --- a/chess-file.el +++ b/chess-file.el @@ -1,10 +1,31 @@ -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;; -;; A game database that stores PGN format games or EPD format positions in -;; a single file. +;;; chess-file.el --- Handle chess databases stored in PGN or EPD files + +;; Copyright (C) 2002, 2004, 2014 Free Software Foundation, Inc. + +;; Author: John Wiegley +;; Maintainer: Mario Lang +;; Keywords: files, games + +;; This program 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 of the License, or +;; (at your option) any later version. + +;; This program 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 this program. If not, see . + +;;; Commentary: + +;; A game database that stores PGN or EPD format positions in a single file. ;; ;; This is basically what you expect from a file ending in .pgn or .epd. -;; + +;;; Code: (defvar chess-file-locations nil "A list of starting positions of individual records of this collection.") -- cgit v1.2.3