summaryrefslogtreecommitdiff
path: root/chess-test.el
diff options
context:
space:
mode:
Diffstat (limited to 'chess-test.el')
-rw-r--r--chess-test.el23
1 files changed, 22 insertions, 1 deletions
diff --git a/chess-test.el b/chess-test.el
index cdbf335..ddd4a64 100644
--- a/chess-test.el
+++ b/chess-test.el
@@ -1,4 +1,25 @@
-;; Soon: Put Emacs Chess through an enormous battery of tests.
+;;; chess-test.el --- Put Emacs Chess through an enormous battery of tests
+
+;; Copyright (C) 2014 Free Software Foundation, Inc.
+
+;; 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/>.
+
+;;; Commentary:
+
+;; Soon.
+
+;;; Code:
(eval-when-compile
(require 'cl))