chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] GNU readline egg


From: tonyg
Subject: Re: [Chicken-users] GNU readline egg
Date: Wed, 12 Nov 2003 23:43:14 +0000
User-agent: Mutt/1.5.4i

Hi Felix...

> I've added Tony Garnock-Jones GNU readline interface
> to the eggs collection:

Thanks for doing this!

> http://www.call-with-current-continuation.org/eggs/readline.html

There's a problem with the license. This egg is GPLed, because the
readline library is itself GPLed. I've cut-and-pasted the license from
the most recent revision of readline.scm, and I'll attach the most
recent revision too, since it support saving and loading of history,
plus a bit of documentation.

Cheers,
  Tony

; (Readline is GPLed, so that makes this file GPLed too, because this
; file will only run if it's linked against readline.)
;
; Copyright (c) 2002 Tony Garnock-Jones
;
; 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 2 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, write to the Free Software
; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

Attachment: readline.scm
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]