document DECIDE
[screamer.git] / LICENSE
blob6b62859a57734d945a534612f077e05b7885e8f7
1 Screamer
2 A portable efficient implementation of nondeterministic Common Lisp
4 Written by:
6   Jeffrey Mark Siskind (Department of Computer Science, University of Toronto)
7   David Allen McAllester (MIT Artificial Intelligence Laboratory)
9 Copyright 1991 Massachusetts Institute of Technology. All rights reserved.
10 Copyright 1992, 1993 University of Pennsylvania. All rights reserved.
11 Copyright 1993 University of Toronto. All rights reserved.
13 Permission is hereby granted, free of charge, to any person obtaining a copy of
14 this software and associated documentation files (the "Software"), to deal in
15 the Software without restriction, including without limitation the rights to
16 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
17 the Software, and to permit persons to whom the Software is furnished to do so,
18 subject to the following conditions:
20 The above copyright and authorship notice and this permission notice shall be
21 included in all copies or substantial portions of the Software.
23 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
24 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
25 FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
26 COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
27 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
28 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
30 HISTORICAL NOTE: Screamer was originally licensed under the following terms, but
31 Jeffrey Siskind kindly gave permission to relicense and distribute it under the
32 above 1-clause MIT license -- which is a good thing especially since the mailing
33 lists mentioned below are long since defunct:
35  --old license term start--
36  You are free to use, copy and distribute this software provided that:
37   1. You report *ALL* bugs to Bug-Screamer@AI.MIT.EDU whether or not you need
38      them fixed. Include the version number (3.20) in the message.
39   2. You report *ALL* bugs that you fixed to Bug-Screamer@AI.MIT.EDU. Include
40      the version number (3.20) in the message.
41   3. Every time you run Screamer on a machine or using a Lisp compiler not
42      mentioned below, you send a message stating the new environment and the
43      version number (3.20) to Bug-Screamer@AI.MIT.EDU.
44   4. You inform us that you obtained a copy of Screamer by sending a message to
45      Info-Screamer-Request@AI.MIT.EDU to be put on the Info-Screamer@AI.MIT.EDU
46      mailing list.
47   --old license terms end--
49 Happy Constraining!