summarylogtreecommitdiffstats
path: root/LICENSE
blob: d64913fa9aa5b95640548de97409659458da914a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# http://www.codeplex.com/moria/Wiki/View.aspx?title=original%20Moria%20license
#
/* UNIX Moria Version 5.x
   source/main.c: initialization, main() function and main loop
   Copyright (c) 1989-94 James E. Wilson, Robert A. Koeneke
 
   This software may be copied and distributed for educational, research, and
   not for profit purposes provided that this copyright and statement are
   included in all such copies. */
 
/* Original copyright message follows. */
 
/* Moria Version 4.8    COPYRIGHT (c) Robert Alan Koeneke               */
/*                                                                       */
/*       I lovingly dedicate this game to hackers and adventurers        */
/*       everywhere...                                                   */
/*                                                                       */
/*                                                                       */
/*       Designer and Programmer : Robert Alan Koeneke                   */
/*                                 University of Oklahoma                */
/*                                                                       */
/*       Assistant Programmers   : Jimmey Wayne Todd                     */
/*                                 University of Oklahoma                */
/*                                                                       */
/*                                 Gary D. McAdoo                        */
/*                                 University of Oklahoma                */
/*                                                                       */
/*       UNIX Port               : James E. Wilson                       */
/*                                 UC Berkeley                           */
/*                                 wilson@kithrup.com                    */
/*                                                                       */
/*       MSDOS Port              : Don Kneller                           */
/*                                 1349 - 10th ave                       */
/*                                 San Francisco, CA 94122               */
/*                                 kneller@cgl.ucsf.EDU                  */
/*                                 ...ucbvax!ucsfcgl!kneller             */
/*                                 kneller@ucsf-cgl.BITNET               */
/*                                                                       */
/*       BRUCE Moria             : Christopher Stuart                    */
/*                                 Monash University                     */
/*                                 Melbourne, Victoria, AUSTRALIA        */
/*                                 cjs@moncsbruce.oz                     */
/*                                                                       */
/*       Amiga Port              : Corey Gehman                          */
/*                                 Clemson University                    */
/*                                 cg377170@eng.clemson.edu              */
/*                                                                       */
/*       Version 5.5             : David Grabiner                        */
/*                                 Harvard University                    */
/*                                 grabiner@math.harvard.edu             */
/*                                                                       */
/*       Moria may be copied and modified freely as long as the above    */
/*       credits are retained.  No one who-so-ever may sell or market    */
/*       this software in any form without the expressed written consent */
/*       of the author Robert Alan Koeneke.                              */
/*                                                                       */