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