home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / D / CLISP / CLISPSRC.TAR / clisp-1995-01-01 / src / wincopyr.c < prev    next >
Encoding:
Text File  |  1994-09-20  |  5.0 KB  |  92 lines

  1. "         Copyright (c) 1992, 1993, 1994 Bruno Haible and Michael Stoll" CRLFstring
  2. "                           All Rights Reserved" CRLFstring
  3. "" CRLFstring
  4. "" CRLFstring
  5. "Summary:" CRLFstring
  6. "" CRLFstring
  7. "  Permission is granted to use, copy, modify this program," CRLFstring
  8. "  EXCEPT that the copyright notice must be reproduced on copies, and" CRLFstring
  9. "  credit should be given to the authors where it is due." CRLFstring
  10. "  WE MAKE NO WARRANTY AND ACCEPT NO LIABILITY FOR THIS PROGRAM." CRLFstring
  11. "" CRLFstring
  12. "" CRLFstring
  13. "In detail:" CRLFstring
  14. "" CRLFstring
  15. "  1. Permission to use, copy, modify this software and its documentation" CRLFstring
  16. "     for any purpose is hereby granted without fee, provided that" CRLFstring
  17. "     - the above copyright notice appear in all copies," CRLFstring
  18. "     - both that copyright notice and this permission notice appear in" CRLFstring
  19. "       supporting documentation, and that" CRLFstring
  20. "     - you cause modified files to carry prominent notices stating that" CRLFstring
  21. "       you changed the files and the date of any change." CRLFstring
  22. "" CRLFstring
  23. "  2. Please notify us if you are going to sell this software or its" CRLFstring
  24. "     documentation for profit." CRLFstring
  25. "" CRLFstring
  26. "  3. WE DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL" CRLFstring
  27. "     IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL" CRLFstring
  28. "     WE BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR" CRLFstring
  29. "     ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS," CRLFstring
  30. "     WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION," CRLFstring
  31. "     ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS" CRLFstring
  32. "     SOFTWARE." CRLFstring
  33. "" CRLFstring
  34. "" CRLFstring
  35. "Additionally:" CRLFstring
  36. "" CRLFstring
  37. "  This program is free software; you can redistribute it and/or modify" CRLFstring
  38. "  it under the terms of the GNU General Public License version 2 as" CRLFstring
  39. "  published by the Free Software Foundation; see file GNU-GPL." CRLFstring
  40. "" CRLFstring
  41. "  This program is distributed in the hope that it will be useful," CRLFstring
  42. "  but WITHOUT ANY WARRANTY; without even the implied warranty of" CRLFstring
  43. "  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the" CRLFstring
  44. "  GNU General Public License for more details." CRLFstring
  45. "" CRLFstring
  46. "  You should have received a copy of the GNU General Public License" CRLFstring
  47. "  along with this program; if not, write to the Free Software" CRLFstring
  48. "  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA." CRLFstring
  49. "" CRLFstring
  50. "" CRLFstring
  51. "Note:" CRLFstring
  52. "" CRLFstring
  53. "  This copyright does *not* cover user programs that run in CLISP, if" CRLFstring
  54. "  they don't reference symbols in CLISP's built-in packages (except" CRLFstring
  55. "  the packages LISP, USER, COMMON-LISP, COMMON-LISP-USER, KEYWORD)," CRLFstring
  56. "  i.e. if they don't rely on CLISP internals and would as well run in any" CRLFstring
  57. "  other Common Lisp implementation. Such user programs are not covered" CRLFstring
  58. "  by the term \"derived work\" used in the GNU GPL. Neither is their" CRLFstring
  59. "  compiled code, i.e. the result of compiling them by use of the function" CRLFstring
  60. "  COMPILE-FILE. We refer to such user programs as \"independent work\"." CRLFstring
  61. "" CRLFstring
  62. "  You may copy and distribute memory image files generated by the" CRLFstring
  63. "  function SAVEINITMEM, if is was generated only from CLISP and independent" CRLFstring
  64. "  work, and provided that you accompany them, in the sense of section 3" CRLFstring
  65. "  of the GNU GPL, with the source code of CLISP - precisely the same CLISP" CRLFstring
  66. "  version that was used to build the memory image -, the source or compiled" CRLFstring
  67. "  code of the user programs needed to rebuild the memory image (source" CRLFstring
  68. "  code for all the parts that are not independent work, see above), and" CRLFstring
  69. "  a precise description how to rebuild the memory image from these." CRLFstring
  70. "" CRLFstring
  71. "" CRLFstring
  72. "Authors:" CRLFstring
  73. "  Generic CLISP: Bruno Haible, Michael Stoll" CRLFstring
  74. "  Atari version: Bruno Haible, Michael Stoll" CRLFstring
  75. "  Amiga version: Bruno Haible, J÷rg H÷hle" CRLFstring
  76. "  DOS version:   Bruno Haible, Bernhard Degel, Jⁿrgen Weber" CRLFstring
  77. "  OS/2 version:  Bruno Haible" CRLFstring
  78. "  Unix version:  Bruno Haible" CRLFstring
  79. "  PCL:           Richard Harris, ported by Bruno Haible" CRLFstring
  80. "  Punimax:       Bill Schelter, ported by Bruno Haible" CRLFstring
  81. "" CRLFstring
  82. "Maintenance:     Bruno Haible, Marcus Daniels" CRLFstring
  83. "" CRLFstring
  84. "Email addresses (September 1992):" CRLFstring
  85. "  Bruno Haible     haible@ma2s2.mathematik.uni-karlsruhe.de" CRLFstring
  86. "  Michael Stoll    michael@rhein.iam.uni-bonn.de" CRLFstring
  87. "  J÷rg H÷hle       hoehle@inf-wiss.uni-konstanz.de" CRLFstring
  88. "  Marcus Daniels   marcus@ee.pdx.edu" CRLFstring
  89. "  Richard Harris   harrisr@cs.rpi.edu" CRLFstring
  90. "  Bill Schelter    wfs@rascal.ics.utexas.edu" CRLFstring
  91. "" CRLFstring
  92.