[BACK]Return to LICENSE.TXT CVS log [TXT][DIR] Up to [contributed] / early-roguelike / xrogue

Annotation of early-roguelike/xrogue/LICENSE.TXT, Revision 1.1

1.1     ! rubenllo    1: Copyright (C) 1991 Robert Pietkivitch
        !             2: Portions Copyright (C) 1985 Michael Morgan, Ken Dalka and AT&T
        !             3: Portions Copyright (C) 1981 Michael Toy, Ken Arnold and Glenn Wichman
        !             4: Portions Copyright (C) 2000 Nicholas J. Kisseberth
        !             5: Portions Copyright (C) 1994 David Burren
        !             6: All rights reserved.
        !             7:
        !             8: ===========================================================================
        !             9:
        !            10: XRogue: Expeditions into the Dungeons of Doom
        !            11: Copyright (C) 1991 Robert Pietkivitch
        !            12: All rights reserved.
        !            13:
        !            14: Redistribution and use in source and binary forms, with or without
        !            15: modification, are permitted provided that the following conditions
        !            16: are met:
        !            17: 1. Redistributions of source code must retain the above copyright
        !            18:    notice, this list of conditions and the following disclaimer.
        !            19: 2. Redistributions in binary form must reproduce the above copyright
        !            20:    notice, this list of conditions and the following disclaimer in the
        !            21:    documentation and/or other materials provided with the distribution.
        !            22: 3. Neither the name(s) of the author(s) nor the names of other contributors
        !            23:    may be used to endorse or promote products derived from this software
        !            24:    without specific prior written permission.
        !            25: 4. The name "XRogue" must not be used to endorse or promote products
        !            26:    derived from this software without prior written permission.
        !            27: 5. Products derived from this software may not be called "XRogue",
        !            28:    nor may "XRogue" appear in their name, without prior written
        !            29:    permission.
        !            30:
        !            31: THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) AND CONTRIBUTORS ``AS IS'' AND
        !            32: ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
        !            33: IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
        !            34: ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR(S) OR CONTRIBUTORS BE LIABLE
        !            35: FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
        !            36: DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
        !            37: OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
        !            38: HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
        !            39: LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
        !            40: OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
        !            41: SUCH DAMAGE.
        !            42:
        !            43: ===========================================================================
        !            44:
        !            45: Portions of this software are based on the work of Michael Morgan and
        !            46: Ken Dalka. Used under license:
        !            47:
        !            48: Advanced Rogue
        !            49: Copyright (C) 1984, 1985 Michael Morgan, Ken Dalka and AT&T
        !            50: All rights reserved.
        !            51:
        !            52: Redistribution and use in source and binary forms, with or without
        !            53: modification, are permitted provided that the following conditions
        !            54: are met:
        !            55: 1. Redistributions of source code must retain the above copyright
        !            56:    notice, this list of conditions and the following disclaimer.
        !            57: 2. Redistributions in binary form must reproduce the above copyright
        !            58:    notice, this list of conditions and the following disclaimer in the
        !            59:    documentation and/or other materials provided with the distribution.
        !            60: 3. Neither the name(s) of the author(s) nor the names of other contributors
        !            61:    may be used to endorse or promote products derived from this software
        !            62:    without specific prior written permission.
        !            63: 4. The name "Advanced Rogue" and "ARogue" must not be used to endorse or
        !            64:    promote products derived from this software without prior written
        !            65:    permission.
        !            66: 5. Products derived from this software may not be called "Advanced Rogue" or
        !            67:    "ARogue", nor may "Advanced Rogue" or "ARogue" appear in their name,
        !            68:    without prior written permission.
        !            69:
        !            70: THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) AND CONTRIBUTORS ``AS IS'' AND
        !            71: ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
        !            72: IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
        !            73: ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR(S) OR CONTRIBUTORS BE LIABLE
        !            74: FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
        !            75: DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
        !            76: OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
        !            77: HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
        !            78: LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
        !            79: OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
        !            80: SUCH DAMAGE.
        !            81:
        !            82: ===========================================================================
        !            83:
        !            84: Portions of this software are based on the work of Michael Toy, Ken Arnold
        !            85: and Glenn Wichman. Used under license:
        !            86:
        !            87: Rogue: Exploring the Dungeons of Doom
        !            88: Copyright (C) 1980, 1981 Michael Toy, Ken Arnold and Glenn Wichman
        !            89: All rights reserved.
        !            90:
        !            91: Redistribution and use in source and binary forms, with or without
        !            92: modification, are permitted provided that the following conditions
        !            93: are met:
        !            94: 1. Redistributions of source code must retain the above copyright
        !            95:    notice, this list of conditions and the following disclaimer.
        !            96: 2. Redistributions in binary form must reproduce the above copyright
        !            97:    notice, this list of conditions and the following disclaimer in the
        !            98:    documentation and/or other materials provided with the distribution.
        !            99: 3. Neither the name(s) of the author(s) nor the names of other contributors
        !           100:    may be used to endorse or promote products derived from this software
        !           101:    without specific prior written permission.
        !           102:
        !           103: THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) AND CONTRIBUTORS ``AS IS'' AND
        !           104: ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
        !           105: IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
        !           106: ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR(S) OR CONTRIBUTORS BE LIABLE
        !           107: FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
        !           108: DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
        !           109: OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
        !           110: HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
        !           111: LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
        !           112: OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
        !           113: SUCH DAMAGE.
        !           114:
        !           115: ===========================================================================
        !           116:
        !           117: Portions of this software (save/restore game state) are based on the work
        !           118: of Nicholas J. Kisseberth. Used under license:
        !           119:
        !           120: Copyright (C) 2000 Nicholas J. Kisseberth
        !           121:
        !           122: Redistribution and use in source and binary forms, with or without
        !           123: modification, are permitted provided that the following conditions
        !           124: are met:
        !           125: 1. Redistributions of source code must retain the above copyright
        !           126:    notice, this list of conditions and the following disclaimer.
        !           127: 2. Redistributions in binary form must reproduce the above copyright
        !           128:    notice, this list of conditions and the following disclaimer in the
        !           129:    documentation and/or other materials provided with the distribution.
        !           130: 3. Neither the name(s) of the author(s) nor the names of other contributors
        !           131:    may be used to endorse or promote products derived from this software
        !           132:    without specific prior written permission.
        !           133:
        !           134: THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) AND CONTRIBUTORS ``AS IS'' AND
        !           135: ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
        !           136: IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
        !           137: ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR(S) OR CONTRIBUTORS BE LIABLE
        !           138: FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
        !           139: DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
        !           140: OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
        !           141: HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
        !           142: LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
        !           143: OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
        !           144: SUCH DAMAGE.
        !           145:
        !           146: ===========================================================================
        !           147:
        !           148: Portions of this software (encryption) are based on the work
        !           149: of David Burren. Used under license:
        !           150:
        !           151: FreeSec: libcrypt
        !           152:
        !           153: Copyright (C) 1994 David Burren
        !           154: All rights reserved.
        !           155:
        !           156: Redistribution and use in source and binary forms, with or without
        !           157: modification, are permitted provided that the following conditions
        !           158: are met:
        !           159: 1. Redistributions of source code must retain the above copyright
        !           160:    notice, this list of conditions and the following disclaimer.
        !           161: 2. Redistributions in binary form must reproduce the above copyright
        !           162:    notice, this list of conditions and the following disclaimer in the
        !           163:    documentation and/or other materials provided with the distribution.
        !           164: 3. Neither the name(s) of the author(s) nor the names of other contributors
        !           165:    may be used to endorse or promote products derived from this software
        !           166:    without specific prior written permission.
        !           167:
        !           168: THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) AND CONTRIBUTORS ``AS IS'' AND
        !           169: ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
        !           170: IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
        !           171: ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR(S) OR CONTRIBUTORS BE LIABLE
        !           172: ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
        !           173: DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
        !           174: OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
        !           175: HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
        !           176: LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
        !           177: OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
        !           178: SUCH DAMAGE.

CVSweb