COPYING 3.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. This collection of files constitutes the Scheme 48 1.9 distribution.
  2. It is distributed under the following terms:
  3. Copyright © 1986-2001 Richard Kelsey and Jonathan Rees.
  4. Copyright © 2001-2007 Michael Sperber and Martin Gasbichler.
  5. Copyright © 2007-2012 Michael Sperber and Marcus Crestani.
  6. All rights reserved.
  7. Redistribution and use in source and binary forms, with or without
  8. modification, are permitted provided that the following conditions
  9. are met:
  10. 1. Redistributions of source code must retain the above copyright
  11. notices, this list of conditions and the following disclaimer.
  12. 2. Redistributions in binary form must reproduce the above copyright
  13. notices, this list of conditions and the following disclaimer in the
  14. documentation and/or other materials provided with the distribution.
  15. 3. The name of the authors may not be used to endorse or promote products
  16. derived from this software without specific prior written permission.
  17. THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR
  18. IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  19. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  20. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY DIRECT, INDIRECT,
  21. INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  22. NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  23. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  24. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  25. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  26. THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  27. Scheme 48 1.9 derives from Scheme 48 0.58, which was developed by
  28. Richard Kelsey and Jonathan Rees and incorporates PreScheme 0.5 by
  29. Richard Kelsey.
  30. The distribution includes a number of contributions by permission:
  31. - This distribution includes a bignum arithmetic implementation (files
  32. c/bignum.c, c/bignum.h, c/bignumint.h) obtained from MIT Scheme.
  33. See the file contents for license information.
  34. - This distribution contains code for printing floating-point numbers
  35. by Robert G. Burger, in file c/free.c. See the file contents for
  36. license information.
  37. - This distribution includes files 'configure', 'aclocal.m4',
  38. 'config.sub', 'sysdep.h.in' which are output of the 'autoconf' program.
  39. The Free Software Foundation gives unlimited permission to copy,
  40. distribute and modify 'autoconf' output.
  41. - This distribution includes file 'mkinstalldirs' by Noah Friedman, in
  42. the public domain.
  43. - File INSTALL includes text taken from the 'autoconf' distribution
  44. from the Free Software Foundation. See the file contents for
  45. license information.
  46. - File install-sh is part of X11R6 from the X Consortium. See the file
  47. contents for license information.
  48. - This distribution includes code from SRFI reference implementations
  49. in directory scheme/srfi and in file c/srfi-27.c, all under the
  50. public domain or available under open-source licenses; see the
  51. individual files from this directory for license information.
  52. - This distribution includes code for sorting in directory scheme/sort
  53. by Olin Shivers, under the public domain.
  54. - This distribution includes code for processing Unicode text
  55. contributed by Basis Technology Corporation, otherwise distributed
  56. under the license above.
  57. - This distributes includes code from the tex2page distribution by
  58. Dorai Sitaram. See the files doc/src/css.t2p and doc/src/manual.t2p
  59. for license information.