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

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

1.1     ! rubenllo    1: Rogue: Exploring the Dungeons of Doom
        !             2: Copyright (C) 1980, 1981, 1982 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 (save/restore game state) are based on the work
        !            32: of Nicholas J. Kisseberth. Used under license:
        !            33:
        !            34: Copyright (C) 1999, 2000, 2005 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 (encryption) 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.

CVSweb