]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/chess/chess-link.el
Fix up copyright headers; add cl-lib requirement
[gnu-emacs-elpa] / packages / chess / chess-link.el
index 04fa439103d5ec3d0f780f4b94b44f755889ac66..afc5607d894818432db2c90221877c93987e410d 100644 (file)
@@ -1,10 +1,28 @@
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+;;; chess-link.el --- Connect two engines
+
+;; 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:
+
 ;; A module for connecting two engines.  If one is a protocol
 ;; transport (like chess-network), and the other is a computing engine
 ;; (like chess-gnuchess), this will allow you to expose a bot over the
 ;; channel.
-;;
+
+;;; Code:
 
 (require 'chess)
 (require 'chess-engine)