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

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

1.1     ! rubenllo    1: Copyright (C) 1985, 1986, 1992, 1993, 1995 Herb Chong
        !             2: Portions Copyright (C) 1985 Michael Morgan, Ken Dalka
        !             3: Portions Copyright (C) 1981 Michael Toy, Ken Arnold and Glenn Wichman
        !             4: Portions Copyright (C) 1993, 1995  Nicholas J. Kisseberth
        !             5: All rights reserved.
        !             6:
        !             7: ===========================================================================
        !             8:
        !             9: UltaRogue: The Ultimate Adventure in the Dungeons of Doom
        !            10: Copyright (C) 1985, 1986, 1992, 1993, 1995 Herb Chong
        !            11: All rights reserved.
        !            12:
        !            13: Redistribution and use in source and binary forms, with or without
        !            14: modification, are permitted provided that the following conditions
        !            15: are met:
        !            16: 1. Redistributions of source code must retain the above copyright
        !            17:    notice, this list of conditions and the following disclaimer.
        !            18: 2. Redistributions in binary form must reproduce the above copyright
        !            19:    notice, this list of conditions and the following disclaimer in the
        !            20:    documentation and/or other materials provided with the distribution.
        !            21: 3. Neither the name(s) of the author(s) nor the names of other contributors
        !            22:    may be used to endorse or promote products derived from this software
        !            23:    without specific prior written permission.
        !            24: 4. The name "UltraRogue" and "urogue" must not be used to endorse or
        !            25:    promote products derived from this software without prior written
        !            26:    permission.
        !            27: 5. Products derived from this software may not be called "UltraRogue" or
        !            28:    "urogue", nor may "UltraRogue" or "urogue" appear in their name,
        !            29:    without prior written 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
        !            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:
        !            64: THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) AND CONTRIBUTORS ``AS IS'' AND
        !            65: ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
        !            66: IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
        !            67: ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR(S) OR CONTRIBUTORS BE LIABLE
        !            68: FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
        !            69: DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
        !            70: OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
        !            71: HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
        !            72: LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
        !            73: OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
        !            74: SUCH DAMAGE.
        !            75:
        !            76: ===========================================================================
        !            77:
        !            78: Portions of this software are based on the work of Michael Toy, Ken Arnold
        !            79: and Glenn Wichman. Used under license:
        !            80:
        !            81: Rogue: Exploring the Dungeons of Doom
        !            82: Copyright (C) 1980, 1981 Michael Toy, Ken Arnold and Glenn Wichman
        !            83: All rights reserved.
        !            84:
        !            85: Redistribution and use in source and binary forms, with or without
        !            86: modification, are permitted provided that the following conditions
        !            87: are met:
        !            88: 1. Redistributions of source code must retain the above copyright
        !            89:    notice, this list of conditions and the following disclaimer.
        !            90: 2. Redistributions in binary form must reproduce the above copyright
        !            91:    notice, this list of conditions and the following disclaimer in the
        !            92:    documentation and/or other materials provided with the distribution.
        !            93: 3. Neither the name(s) of the author(s) nor the names of other contributors
        !            94:    may be used to endorse or promote products derived from this software
        !            95:    without specific prior written permission.
        !            96:
        !            97: THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) AND CONTRIBUTORS ``AS IS'' AND
        !            98: ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
        !            99: IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
        !           100: ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR(S) OR CONTRIBUTORS BE LIABLE
        !           101: FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
        !           102: DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
        !           103: OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
        !           104: HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
        !           105: LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
        !           106: OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
        !           107: SUCH DAMAGE.
        !           108:
        !           109: ===========================================================================
        !           110:
        !           111: Portions of this software (save/restore game state) are based on the work
        !           112: of Nicholas J. Kisseberth. Used under license:
        !           113:
        !           114: Copyright (C) 1993, 1995 Nicholas J. Kisseberth
        !           115:
        !           116: Redistribution and use in source and binary forms, with or without
        !           117: modification, are permitted provided that the following conditions
        !           118: are met:
        !           119: 1. Redistributions of source code must retain the above copyright
        !           120:    notice, this list of conditions and the following disclaimer.
        !           121: 2. Redistributions in binary form must reproduce the above copyright
        !           122:    notice, this list of conditions and the following disclaimer in the
        !           123:    documentation and/or other materials provided with the distribution.
        !           124: 3. Neither the name(s) of the author(s) nor the names of other contributors
        !           125:    may be used to endorse or promote products derived from this software
        !           126:    without specific prior written permission.
        !           127:
        !           128: THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) AND CONTRIBUTORS ``AS IS'' AND
        !           129: ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
        !           130: IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
        !           131: ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR(S) OR CONTRIBUTORS BE LIABLE
        !           132: FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
        !           133: DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
        !           134: OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
        !           135: HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
        !           136: LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
        !           137: OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
        !           138: SUCH DAMAGE.

CVSweb