tinymush-2.2.4/conf/
tinymush-2.2.4/scripts/
tinymush-2.2.4/vms/
/* copyright.h */
/* -*-C-*- */
#ifndef _copyright_h
#define _copyright_h

/*
 * TinyMUSH 2.2 Source code
 * Copyright (c) 1995, 1996, 1997, Lydia Leong, Jean Marie Diaz, and Deborah
 * Wilson-Hooker.
 * All rights reserved.
 *
 * TinyMUSH 2.0 Source code
 * Copyright (c) 1991, Joseph Traub and Glenn Crocker. All rights reserved.
 *
 * Based on TinyMUD code
 * Copyright (c) 1995, David Applegate, James Aspnes, Timothy Freeman,
 *                     and Bennet Yee. All rights reserved.
 * (Modified by these authors from the original 1989, 1990 TinyMUD copyright.)
 *
 * ---
 *
 * TinyMUSH 2.2 is based upon TinyMUSH 2.0, which in turn was  loosely 
 * based upon TinyMUD. The copyright notices thus reflect all three
 * authorships. TinyMUSH 2.2 derives from TinyMUSH 2.0.5p10; its initial
 * alpha release was 9/21/94, final beta snapshot 3/4/95, and first
 * public release 4/1/95.
 * 
 * As of the 2.2.3 release, the copyright has been updated to include
 * the new TinyMUD and TinyMUSH 2.0 copyright notices, as well as adding
 * the TinyMUSH 2.2-specific copyright.
 *
 * ---
 *
 * Revised TinyMUD / TinyMUSH 2.0 copyright:
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that: (1) source code distributions
 * retain the above copyright notice and this paragraph in its entirety,
 * and (2) distributions including binary code include the above copyrigh
 * notice and this paragraph in its entirety in the documentation or othe
 * materials provided with the distribution.  The names of the copyright
 * holders may not be used to endorse or promote products derived from 
 * this software without specific prior written permission.
 *
 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
 * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 *
 * ---
 *
 * TinyMUSH 2.2 Copyright
 *
 * Users of this software incur the obligation to make their best efforts
 * to inform the authors of noteworthy uses of this software.
 *
 * All materials developed as a consequence of the use of this software
 * shall duly acknowledge such use, in accordance with the usual standards
 * of acknowledging credit in academic research.
 *
 * TinyMUSH 2.2 may be used for commercial, for-profit applications, subject
 * to the following conditions: You must acknowledge the origin of the 
 * software, retaining this copyright notice in some prominent place.
 * You may charge only for access to the service you provide, not for
 * the TinyMUSH 2.2 software itself. You must inform the authors of
 * any commercial use of this software.
 *
 * ---
 *
 * TinyMUSH 2.0 Credits:
 *    Lawrence Foard:
 *      Wrote the original TinyMUSH 1.0 code from which this later derived.
 *    Jin (and MicroMUSH):
 *      Made many, many changes to the code that improved it immensely.
 *    Robert Hood (virus):
 *      Modified the interface.c code to support alots of users.
 *    Lachesis:
 *      Introduced the idea of property lists to TinyMUCK
 *    Many others:
 *      Many features borrowed from other muds.
 *
 * ---
 *
 * TinyMUSH 2.2 is the result of the efforts of many, many people. A few
 * deserve special mention here: Andrew Molitor, Russ Smith, Mark Vasoll,
 * and Dave McCracken for much in the way of code and advice; Alan Schwartz
 * and T. Alexander "Talek" Popiel (PennMUSH) and David Passmore (TinyMUX)
 * for ideas and code; and John Batzel (and the rest of the PernMUSH
 * wizcrew) for beta-testing, many ideas, and a lot of patience.
 *
 */

#ifndef	lint
static char copyright_RCSid[] = "$Id: copyright.h,v 1.7 1995/03/20 23:59:57 ambar Exp $";
USE(copyright_RCSid);
#endif

#endif /* _copyright_h */