Mercurial > hg > early-roguelike
changeset 256:c495a4f288c6
Import UltraRogue from the Roguelike Restoration Project (r1490)
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/urogue/LICENSE.TXT Tue Jan 31 19:56:04 2017 -0500 @@ -0,0 +1,138 @@ +Copyright (C) 1985, 1986, 1992, 1993, 1995 Herb Chong +Portions Copyright (C) 1985 Michael Morgan, Ken Dalka +Portions Copyright (C) 1981 Michael Toy, Ken Arnold and Glenn Wichman +Portions Copyright (C) 1993, 1995 Nicholas J. Kisseberth +All rights reserved. + +=========================================================================== + +UltaRogue: The Ultimate Adventure in the Dungeons of Doom +Copyright (C) 1985, 1986, 1992, 1993, 1995 Herb Chong +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. +3. Neither the name(s) of the author(s) nor the names of other contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. +4. The name "UltraRogue" and "urogue" must not be used to endorse or + promote products derived from this software without prior written + permission. +5. Products derived from this software may not be called "UltraRogue" or + "urogue", nor may "UltraRogue" or "urogue" appear in their name, + without prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) AND CONTRIBUTORS ``AS IS'' AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
