diff options
| author | Mario Lang <mlang@delysid.org> | 2014-05-20 02:07:07 +0200 |
|---|---|---|
| committer | Mario Lang <mlang@delysid.org> | 2014-05-20 02:07:07 +0200 |
| commit | eb3693c309a376366b574da9ba6fe6e1abc199e7 (patch) | |
| tree | 262fa3563411ca6ec9e31cc2a887adb583dd479d /chess-database.el | |
| parent | b9ff1507276d40a1d68d2569f5b80d36cbbb184a (diff) | |
Add a proper file header.
Diffstat (limited to 'chess-database.el')
| -rw-r--r-- | chess-database.el | 26 |
1 files changed, 22 insertions, 4 deletions
diff --git a/chess-database.el b/chess-database.el index 6b0b1cd..c801947 100644 --- a/chess-database.el +++ b/chess-database.el @@ -1,7 +1,25 @@ -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;; -;; Basic code for manipulating game databases -;; +;;; chess-database.el --- Basic code for manipulating game databases + +;; Copyright (C) 2002, 2004, 2008 Free Software Foundation, Inc. + +;; Author: John Wiegley <johnw@gnu.org> +;; Maintainer: Mario Lang <mlang@delysid.org> +;; Keywords: data, 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 <http://www.gnu.org/licenses/>. + +;;; Code: (require 'chess-message) |
