From a86bdeed7e854bad2d37fc74965ef988c87d0d66 Mon Sep 17 00:00:00 2001 From: Mario Lang Date: Tue, 20 May 2014 21:08:15 +0200 Subject: Add remaining file headers, synced from ELPA. --- chess-transport.el | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) (limited to 'chess-transport.el') diff --git a/chess-transport.el b/chess-transport.el index 12dce9a..d5a80e7 100644 --- a/chess-transport.el +++ b/chess-transport.el @@ -1,10 +1,28 @@ -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; chess-transport.el --- Example generic transport + +;; 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 . + +;;; Commentary: + ;; An example of a generic transport engine, based on the protocol ;; used by chess-network.el. The only parts missing are send and ;; receive. This could be used for transmitting chess.el protocol ;; over CTCP, for example. -;; + +;;; Code: (require 'chess-network) -- cgit v1.2.3