racket/collects/scribblings/license/license.scrbl

123 lines
2.9 KiB
Racket

#lang scribble/doc
@(require scribble/manual)
@(define (copyright . strs)
(verbatim (apply string-append
" "
(map (lambda (s)
(if (string=? s "\n")
"\n "
s))
strs))))
@title{License}
PLT software and documentation is distributed under the GNU Lesser
General Public License (LGPL). This means
@itemize{
@item{You can link PLT software (such as MzScheme or MrEd) into
proprietary applications, provided you follow the specific
rules stated in the LGPL.}
@item{You can modify PLT software. If you distribute a modified
version, you must distribute it under the terms of the LGPL,
which in particular means that you must release the source code
for the modified software.}
}
See @filepath{doc/release-notes/COPYING.LIB} in your PLT installation
for more information.
@copyright{
PLT Scheme
Copyright (c) 1995-2003 PLT
Copyright (c) 2004-2008 PLT Scheme Inc.}
PLT software includes or extends the following copyrighted material:
@copyright{
DrScheme
Copyright (c) 1995-2003 PLT
Copyright (c) 2004-2008 PLT Scheme Inc.
All rights reserved.}
@copyright{
MrEd
Copyright (c) 1995-2003 PLT
Copyright (c) 2004-2008 PLT Scheme Inc.
All rights reserved.}
@copyright{
MzScheme
Copyright (c) 1995-2003 PLT
Copyright (c) 2004-2008 PLT Scheme Inc.
All rights reserved.}
@copyright{
libscheme
Copyright (c) 1994 Brent Benson
All rights reserved.}
@copyright{
wxWindows
Copyright (c) 1994 Artificial Intelligence Applications Institute,
The University of Edinburgh
All rights reserved.}
@copyright{
wxWindows Xt
Copyright (c) 1994 Artificial Intelligence Applications Institute,
The University of Edinburgh
Copyright (c) 1995 GNU (Markus Holzem)
All rights reserved.}
@copyright{
Conservative garbage collector
Copyright (c) 1988, 1989 Hans-J. Boehm, Alan J. Demers
Copyright (c) 1991-1996 Xerox Corporation
Copyright (c) 1996-1999 Silicon Graphics
Copyright (c) 1999-2001 by Hewlett-Packard Company
All rights reserved.}
@copyright{
Collector C++ extension by Jesse Hull and John Ellis
Copyright (c) 1994 Xerox Corporation
All rights reserved.}
@copyright{
The A List
Copyright (c) 1997-2000 Kyle Hammond.
All rights reserved.}
@copyright{
Independent JPEG Group library
Copyright (c) 1991-1998 Thomas G. Lane.
All rights reserved.}
@copyright{
libpng
Copyright (c) 2000-2002 Glenn Randers-Pehrson
All rights reserved.}
@copyright{
zlib
Copyright (c) 1995-2002 Jean-loup Gailly and Mark Adler
All rights reserved.}
@copyright{
GNU MP Library
Copyright (c) 1992, 1993, 1994, 1996 by Free Software
Foundation, Inc.}
@copyright{
GNU lightning
Copyright (c) 1994, 1995, 1996, 1999, 2000, 2001, 2002
Free Software Foundation, Inc.}
@copyright{
GNU Classpath
GNU Public License with special exception}