00001 00002 /* copyright.h */ 00003 00004 /* -*-C-*- */ 00005 00006 /* $Id: copyright.h,v 1.1 2005/06/13 20:50:47 murrayma Exp $ */ 00007 00008 /* 00009 * TinyMUX 1.0, 1.1 and 1.2 Source code is maintained by David Passmore 00010 * (Lauren@Children of the Atom). 00011 * Comments should be sent to lauren@ranger.range.orst.edu. 00012 * TinyMUX is Copyright (c) 1995 by David Passmore. 00013 * 00014 * Many parts of the source code, and the help text were derived from 00015 * TinyMUSH 2.2: 00016 * TinyMUSH 2.2 Source was written in part by 00017 * Jean Marie Diaz, Lydia Leong, and Devin Hooker 00018 * 2.2 initial alpha release 9/21/94. 00019 * final beta snapshot (hopefully) 3/4/95 00020 * 00021 * Many parts of the source code, and the help text were derived from 00022 * PennMUSH 1.50: 00023 * 00024 * Patchlevel 12 is based on PennMUSH pl10, the last version of PennMUSH 00025 * released by Amberyl. All copyright notices above continue to apply. 00026 * Versions of PennMUSH prior to pl10 are written in part by 00027 * Alan Schwartz 00028 * Thanks and praise are due to: 00029 * Ralph Melton (Rhyanna@Castle D'Image) for bugs reports, patches, ideas, 00030 * and extensions 00031 * T. Alexander Popiel for bug reports, patches, ideas, and extensions, too. 00032 * Al Brown (Kalkin@DarkZone) for many clever ideas 00033 * The many other people who've sent in bug reports 00034 * The admin and players of Dune II, who put up with a lot of broken code 00035 * Special thanks to Amberyl for all her help. 00036 * - Paul/Javelin (Alan Schwartz, alansz@mellers1.psych.berkeley.edu) 00037 * 00038 * Based on TinyMUSH 2.0 Source code 00039 * Copyright (c) 1991 Joseph Traub and Glenn Crocker 00040 * 00041 * Based on TinyMUD code 00042 * Copyright (c) 1989, 1990 by David Applegate, James Aspnes, Timothy Freeman, 00043 * and Bennet Yee. 00044 * 00045 * This material was developed by the above-mentioned authors. Permission to 00046 * copy this software, to redistribute it, and to use it for any purpose is 00047 * granted, subject to the following restrictions and understandings. 00048 * 00049 * 1. Any copy made of this software must include this copyright notice in 00050 * full. 00051 * 00052 * 2. Users of this software agree to make their best efforts 00053 * (a) to return to the above-mentioned authors any improvements or 00054 * extensions that they make, so that these may be included in future 00055 * releases; and 00056 * (b) to inform the authors of noteworthy uses of this software. 00057 * 00058 * 3. All materials developed as a consequence of the use of this software 00059 * shall duly acknowledge such use, in accordance with the usual standards 00060 * of acknowledging credit in academic research. 00061 * 00062 * 4. The authors have made no warrantee or representation that the operation 00063 * of this software will be error-free, and the authors are under no 00064 * obligation to provide any services, by way of maintenance, update, or 00065 * otherwise. 00066 * 00067 * 5. In conjunction with products arising from the use of this material, 00068 * there shall be no use of the names of the authors, of Carnegie-Mellon 00069 * University, nor of any adaptation thereof in any advertising, 00070 * promotional, or sales literature without prior written consent from 00071 * the authors and both Carnegie-Mellon University Case Wester Reserve 00072 * University in each case. 00073 * 00074 * Credits: 00075 * Lawrence Foard: 00076 * Wrote the original TinyMUSH 1.0 code from which this later derived. 00077 * Jin (and MicroMUSH): 00078 * Made many, many changes to the code that improved it immensely. 00079 * Lachesis: 00080 * Introduced the idea of property lists to TinyMUCK 00081 * Many others: 00082 * Many features borrowed from other muds. 00083 */ 00084 00085 /* 00086 * All of the following defined features are Copyright (c) 2004 by Kevin 00087 * Stevens (AKA Null, kevin@thinairit.com) and released under the same 00088 * license agreement as the rest of code in the /src directory : 00089 * SQL_SUPPORT 00090 * ARBITRARY_LOGFILES_MODE changes to use '2' as settings. 00091 * BT_ADVANCED_ECON 00092 * BT_FREETECHTIME 00093 * BT_COMPLEXREPAIRS 00094 * BT_MECHDEST_TRIGGER 00095 * 00096 * Under the /hcode, /hcode/btech, and hcode/btech/include tree all code 00097 * pertaining to Kevin Stevens copyright in any headers is related to the 00098 * following definitions and under the same license as the rest of the code 00099 * in those trees : 00100 * BT_ADVANCED_ECON 00101 * BT_ADVANCED_ECON_INIT 00102 * EXILE_FUNCS_SUPPORT 00103 * BT_CALCULATE_BV 00104 * BT_MECHDEST_TRIGGER 00105 * BT_EXILE_SKILLS 00106 * BT_EXILE_MW3STATS 00107 * BT_FREETECHTIME 00108 * BT_MOVEMENT_MODES 00109 * BT_CARRIERS 00110 * BT_COMPLEXREPAIRS 00111 */