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

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

1.1     ! rubenllo    1: Copyright (C) 1984, 1985 Michael Morgan, Ken Dalka and AT&T
        !             2: Portions Copyright (C) 1984 Robert D. Kindelberger
        !             3: Portions Copyright (C) 1980, 1981 Michael Toy, Ken Arnold and Glenn Wichman
        !             4: Portions Copyright (C) 2005 Nicholas J. Kisseberth
        !             5: Portions Copyright (C) 1994 David Burren
        !             6: All rights reserved.
        !             7:
        !             8: ===========================================================================
        !             9:
        !            10: Advanced Rogue
        !            11: Copyright (C) 1984, 1985 Michael Morgan, Ken Dalka and AT&T
        !            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 "Advanced Rogue" and "ARogue" must not be used to endorse or
        !            26:    promote products derived from this software without prior written
        !            27:    permission.
        !            28: 5. Products derived from this software may not be called "Advanced Rogue" or
        !            29:    "ARogue", nor may "Advanced Rogue" or "ARogue appear in their name,
        !            30:    without prior written permission.
        !            31:
        !            32: THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) AND CONTRIBUTORS ``AS IS'' AND
        !            33: ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
        !            34: IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
        !            35: ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR(S) OR CONTRIBUTORS BE LIABLE
        !            36: FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
        !            37: DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
        !            38: OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
        !            39: HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
        !            40: LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
        !            41: OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
        !            42: SUCH DAMAGE.
        !            43:
        !            44: ===========================================================================
        !            45:
        !            46: Portions of this software are based on the work of Robert D. Kindelberger.
        !            47: Used under license:
        !            48:
        !            49: Super-Rogue
        !            50: Copyright (C) 1984 Robert D. Kindelberger
        !            51: All rights reserved.
        !            52:
        !            53: Redistribution and use in source and binary forms, with or without
        !            54: modification, are permitted provided that the following conditions
        !            55: are met:
        !            56: 1. Redistributions of source code must retain the above copyright
        !            57:    notice, this list of conditions and the following disclaimer.
        !            58: 2. Redistributions in binary form must reproduce the above copyright
        !            59:    notice, this list of conditions and the following disclaimer in the
        !            60:    documentation and/or other materials provided with the distribution.
        !            61: 3. Neither the name(s) of the author(s) nor the names of other contributors
        !            62:    may be used to endorse or promote products derived from this software
        !            63:    without specific prior written permission.
        !            64: 4. The name "Super-Rogue" must not be used to endorse or promote products
        !            65:    derived from this software without prior written permission.
        !            66: 5. Products derived from this software may not be called "Super-Rogue",
        !            67:    nor may "Super-Rogue" appear in their name, without prior written
        !            68:    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) 2005 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