From 236663351f0b4748020549e8884d820ec20cb0c9 Mon Sep 17 00:00:00 2001 From: Mario Lang Date: Mon, 19 May 2014 00:48:34 +0200 Subject: Add proper file header. --- chess-algebraic.el | 30 +++++++++++++++++++++++++----- 1 file changed, 25 insertions(+), 5 deletions(-) (limited to 'chess-algebraic.el') diff --git a/chess-algebraic.el b/chess-algebraic.el index 6af6a0c..d90bc11 100644 --- a/chess-algebraic.el +++ b/chess-algebraic.el @@ -1,7 +1,26 @@ -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;; -;; Convert a ply to/from standard chess algebraic notation -;; +;;; chess-algebraic.el --- Convert a ply to/from standard chess algebraic notation + +;; Copyright (C) 2002, 2004, 2008, 2014 Free Software Foundation, Inc. + +;; Author: John Wiegley +;; Maintainer: Mario Lang +;; Keywords: 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 thing to deal with in chess is algebraic move notation, such as ;; Nxf3+. (I leave description of this notation to better manuals ;; than this). This notation is a shorthand way of representing where @@ -30,7 +49,8 @@ ;; buffer: ;; ;; chess-algebraic-regexp -;; + +;;; Code: (eval-when-compile (require 'cl)) -- cgit v1.2.3