This package was originally debianized by Kevin Dalley on Thu, 22 May 1997 23:51:34 -0700. This package was redone from scratch by Matt Zimmerman on Sat, 11 Aug 2001 20:01:12 -0400. It was downloaded from clisp.sourceforge.net Copyright: On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'. A complete copy of the COPYRIGHT file from the original source distribution follows here: -*- coding: utf-8 -*- Copyright (c) 1992-2001 Bruno Haible and Michael Stoll All Rights Reserved Summary: Permission is granted to use, copy, modify this program, EXCEPT that the copyright notice must be reproduced on copies, and credit should be given to the authors where it is due. WE MAKE NO WARRANTY AND ACCEPT NO LIABILITY FOR THIS PROGRAM. In detail: 1. Permission to use, copy, modify this software and its documentation for any purpose is hereby granted without fee, provided that - the above copyright notice appear in all copies, - both that copyright notice and this permission notice appear in supporting documentation, and that - you cause modified files to carry prominent notices stating that you changed the files and the date of any change. 2. Please notify us if you are going to sell this software or its documentation for profit. 3. WE DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL WE BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. Additionally: This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation; see file GNU-GPL. 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA Note: This copyright does *not* cover user programs that run in CLISP and third-party packages not part of CLISP, if they only reference external symbols in CLISP's public packages (namely the packages COMMON-LISP, COMMON-LISP-USER, KEYWORD, EXT), i.e. if they don't rely on CLISP internals and would as well run in any other Common Lisp implementation. Such user programs are not covered by the term "derived work" used in the GNU GPL. Neither is their compiled code, i.e. the result of compiling them by use of the function COMPILE-FILE. We refer to such user programs as "independent work". You may copy and distribute memory image files generated by the function SAVEINITMEM, if it was generated only from CLISP and independent work, and provided that you accompany them, in the sense of section 3 of the GNU GPL, with the source code of CLISP - precisely the same CLISP version that was used to build the memory image -, the source or compiled code of the user programs needed to rebuild the memory image (source code for all the parts that are not independent work, see above), and a precise description how to rebuild the memory image from these. Authors: Generic CLISP: Bruno Haible, Michael Stoll Atari version: Bruno Haible, Michael Stoll Amiga version: Bruno Haible, Jörg Höhle Acorn version: Bruno Haible, Peter Burwood DOS version: Bruno Haible, Bernhard Degel, Jürgen Weber OS/2 version: Bruno Haible Unix version: Bruno Haible PCL: Richard Harris, ported by Bruno Haible Punimax: Bill Schelter, ported by Bruno Haible Maintenance: Bruno Haible, Michael Stoll 1992, 1993 Bruno Haible, Marcus Daniels 1994-1997 Bruno Haible, Pierpaolo Bernardi, Sam Steingold 1998 Bruno Haible, Sam Steingold 1999-2001 Email addresses (September 1992 or newer): Bruno Haible haible@clisp.cons.org Michael Stoll michael@rhein.iam.uni-bonn.de Jörg Höhle Joerg.Hoehle@gmd.de Peter Burwood clisp@arcangel.dircon.co.uk Marcus Daniels marcus@sysc.pdx.edu Richard Harris harrisr@cs.rpi.edu Bill Schelter wfs@rascal.ics.utexas.edu Pierpaolo Bernardi bernardp@cli.di.unipi.it Sam Steingold sds@gnu.org