1 Micro Tetris, based on an obfuscated tetris, 1989 IOCCC Best Game
3 Copyright (c) 1989, John Tromp <john.tromp@gmail.com>
4 Copyright (c) 2009, Joachim Nilsson <troglobit@gmail.com>
6 Permission to use, copy, modify, and/or distribute this software for any
7 purpose with or without fee is hereby granted, provided that the above
8 copyright notice and this permission notice appear in all copies.
10 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
11 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
12 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
13 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
14 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
18 See the following URLs for more information, first John Tromp's page about
19 the game http://homepages.cwi.nl/~tromp/tetris.html then there's the entry
20 page at IOCCC http://www.ioccc.org/1989/tromp.hint
22 See the Git repository, http://git.vmlinux.org/tetris.git, for details on
23 the historical ancestry.
25 The email conversation with John about the license, slightly paraphrased.
27 On Mon, June 8, 2009, Joachim Nilsson wrote:
28 > Hi John, what's the license, can I redistribute it as part of a commercial
29 > (binary only) application, and/or change the source and publish it further?
30 > Personally I usually prefer the ISC Licence, it's brief and to the point.
32 > http://en.wikipedia.org/wiki/ISC_license
34 There is no license. Use as you see fit.
35 You're welcome to slap the ISC license on there.