From 29ed5186b72bc6f8fe3286d919b6731f867c106c Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Fri, 11 Sep 2009 01:16:08 +0200 Subject: BSD relicensing: elisp code. --- elisp/geiser-connection.el | 25 +++++++------------------ 1 file changed, 7 insertions(+), 18 deletions(-) (limited to 'elisp/geiser-connection.el') diff --git a/elisp/geiser-connection.el b/elisp/geiser-connection.el index 4f8592b..af4c611 100644 --- a/elisp/geiser-connection.el +++ b/elisp/geiser-connection.el @@ -1,30 +1,19 @@ -;; geiser-connection.el -- talking to a guile process +;;; geiser-connection.el -- talking to a scheme process ;; Copyright (C) 2009 Jose Antonio Ortega Ruiz -;; Author: Jose Antonio Ortega Ruiz -;; Start date: Sat Feb 07, 2009 21:11 - -;; This file 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 file 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. +;; This program is free software; you can redistribute it and/or +;; modify it under the terms of the Modified BSD License. You should +;; have received a copy of the license along with this program. If +;; not, see . -;; You should have received a copy of the GNU General Public License -;; along with this program. If not, see . +;; Start date: Sat Feb 07, 2009 21:11 -;;; Comentary: + ;; Connection datatype and functions for managing request queues ;; between emacs and inferior guile processes. -;;; Code: - (require 'geiser-log) (require 'geiser-syntax) (require 'geiser-base) -- cgit v1.2.3