Mercurial > hg > early-roguelike
comparison rogue3/LICENSE.TXT @ 0:527e2150eaf0
Import Rogue 3.6 from the Roguelike Restoration Project (r1490)
author | edwarj4 |
---|---|
date | Tue, 13 Oct 2009 13:33:34 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:527e2150eaf0 |
---|---|
1 Rogue: Exploring the Dungeons of Doom | |
2 Copyright (C) 1980, 1981 Michael Toy, Ken Arnold and Glenn Wichman | |
3 All rights reserved. | |
4 | |
5 Redistribution and use in source and binary forms, with or without | |
6 modification, are permitted provided that the following conditions | |
7 are met: | |
8 1. Redistributions of source code must retain the above copyright | |
9 notice, this list of conditions and the following disclaimer. | |
10 2. Redistributions in binary form must reproduce the above copyright | |
11 notice, this list of conditions and the following disclaimer in the | |
12 documentation and/or other materials provided with the distribution. | |
13 3. Neither the name(s) of the author(s) nor the names of other contributors | |
14 may be used to endorse or promote products derived from this software | |
15 without specific prior written permission. | |
16 | |
17 THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) AND CONTRIBUTORS ``AS IS'' AND | |
18 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | |
19 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | |
20 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR(S) OR CONTRIBUTORS BE LIABLE | |
21 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | |
22 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | |
23 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | |
24 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | |
25 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | |
26 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | |
27 SUCH DAMAGE. | |
28 | |
29 =========================================================================== | |
30 | |
31 Portions of this software (state.c/mdport.c/mdport.h) are based on the work | |
32 of Nicholas J. Kisseberth. Used under license: | |
33 | |
34 Copyright (C) 1999, 2000, 2006, 2007, 2008 Nicholas J. Kisseberth | |
35 | |
36 Redistribution and use in source and binary forms, with or without | |
37 modification, are permitted provided that the following conditions | |
38 are met: | |
39 1. Redistributions of source code must retain the above copyright | |
40 notice, this list of conditions and the following disclaimer. | |
41 2. Redistributions in binary form must reproduce the above copyright | |
42 notice, this list of conditions and the following disclaimer in the | |
43 documentation and/or other materials provided with the distribution. | |
44 3. Neither the name(s) of the author(s) nor the names of other contributors | |
45 may be used to endorse or promote products derived from this software | |
46 without specific prior written permission. | |
47 | |
48 THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) AND CONTRIBUTORS ``AS IS'' AND | |
49 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | |
50 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | |
51 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR(S) OR CONTRIBUTORS BE LIABLE | |
52 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | |
53 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | |
54 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | |
55 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | |
56 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | |
57 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | |
58 SUCH DAMAGE. | |
59 | |
60 =========================================================================== | |
61 | |
62 Portions of this software (xcrypt.c) are based on the work | |
63 of David Burren. Used under license: | |
64 | |
65 FreeSec: libcrypt | |
66 | |
67 Copyright (C) 1994 David Burren | |
68 All rights reserved. | |
69 | |
70 Redistribution and use in source and binary forms, with or without | |
71 modification, are permitted provided that the following conditions | |
72 are met: | |
73 1. Redistributions of source code must retain the above copyright | |
74 notice, this list of conditions and the following disclaimer. | |
75 2. Redistributions in binary form must reproduce the above copyright | |
76 notice, this list of conditions and the following disclaimer in the | |
77 documentation and/or other materials provided with the distribution. | |
78 3. Neither the name(s) of the author(s) nor the names of other contributors | |
79 may be used to endorse or promote products derived from this software | |
80 without specific prior written permission. | |
81 | |
82 THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) AND CONTRIBUTORS ``AS IS'' AND | |
83 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | |
84 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | |
85 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR(S) OR CONTRIBUTORS BE LIABLE | |
86 ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | |
87 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | |
88 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | |
89 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | |
90 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | |
91 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | |
92 SUCH DAMAGE. |