COPYING 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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. The distribution includes a number of contributions by permission:
  28. - This distribution includes a bignum arithmetic implementation (files
  29. c/bignum.c, c/bignum.h, c/bignumint.h) obtained from MIT Scheme.
  30. See the file contents for license information.
  31. - This distribution contains code for printing floating-point numbers
  32. by Robert G. Burger, in file c/free.c. See the file contents for
  33. license information.
  34. - This distribution includes files 'configure', 'aclocal.m4',
  35. 'config.sub', 'sysdep.h.in' which are output of the 'autoconf' program.
  36. The Free Software Foundation gives unlimited permission to copy,
  37. distribute and modify 'autoconf' output.
  38. - This distribution includes file 'mkinstalldirs' by Noah Friedman, in
  39. the public domain.
  40. - File INSTALL includes text taken from the 'autoconf' distribution
  41. from the Free Software Foundation. See the file contents for
  42. license information.
  43. - File install-sh is part of X11R6 from the X Consortium. See the file
  44. contents for license information.
  45. - This distribution includes code from SRFI reference implementations
  46. in directory scheme/srfi and in file c/srfi-27.c, all under the
  47. public domain or available under open-source licenses; see the
  48. individual files from this directory for license information.
  49. - This distribution includes code for sorting in directory scheme/sort
  50. by Olin Shivers, under the public domain.
  51. - This distribution includes code for processing Unicode text
  52. contributed by Basis Technology Corporation, otherwise distributed
  53. under the license above.
  54. - This distributes includes code from the tex2page distribution by
  55. Dorai Sitaram. See the files doc/src/css.t2p and doc/src/manual.t2p
  56. for license information.