From 23a506b1f175342b0f272fd6507c178d783c2262 Mon Sep 17 00:00:00 2001 From: Mario Lang Date: Tue, 20 May 2014 01:31:21 +0200 Subject: Add a proper file header. --- chess-scid.el | 33 ++++++++++++++++++++++++++++----- 1 file changed, 28 insertions(+), 5 deletions(-) diff --git a/chess-scid.el b/chess-scid.el index 045a37a..91c502b 100644 --- a/chess-scid.el +++ b/chess-scid.el @@ -1,10 +1,33 @@ -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;; -;; A game database that uses SCID for storage/retrieval -;; -;; The advantage is that it's much faster than PGN, and far, far more +;;; chess-scid.el --- A game database that uses SCID for storage/retrieval + +;; Copyright (C) 2002, 2004, 2008 Free Software Foundation, Inc. + +;; Author: John Wiegley +;; Maintainer: Mario Lang +;; Keywords: games, processes + +;; 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: + +;; The advantage of SCID is that it's much faster than PGN, and far, far more ;; compact. ;; +;; SCID offers a Tcl-based command-line interface, tcscid, which is what +;; this module uses to query SCID databases. + +;;; Code: (chess-message-catalog 'english '((failed-load . "Failed to load game %d from ChessDB") -- cgit v1.2.3