/* copyrite.h */

/*
 *  Copyright Notice for PennMUSH 1.x. Revised May 1998.
 *
 * PennMUSH 1.x
 * Copyright (c) 1995-1998, Alan Schwartz. Email: <dunemush@pennmush.org>. 
 * All rights reserved.
 * 
 * Some code used in this server may have been derived from the
 * TinyMUSH 2.2 source code, with permission.
 *
 * TinyMUSH 2.2
 * Copyright (c) 1994-1998, Jean Marie Diaz, Lydia Leong, and Devin Hooker.
 *
 * Based on TinyMUSH 2.0
 * Copyright (c) 1995, Joseph Traub, Glenn Crocker.  All rights reserved.
 *
 * Based on TinyMUD
 * Copyright (c) 1995, David Applegate, James Aspnes, Timothy Freeman
 * and Bennet Yee.  All rights reserved.
 *
 *------------------------------------------------------------------------*
 *
 * The PennMUSH copyright includes the following copyrights of works
 * from which it is derived in part:
 *
 * 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 copyright notice and
 * this paragraph in its entirety in the documentation or other 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:
 *
 * 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.
 *
 * This source code may not be copied, in part or in full, without
 * acknowledgement of the authors. The same is true of the help text.
 *
 * PennMUSH 1.x copyright: (revised May 1998)
 *
 * PennMUSH users agree to make their best efforts to:
 * (a) notify the PennMUSH copyright-holder (at the top of this
 *     notice) about any improvements or extensions they make,
 *     and provide the source code for these improvements or extensions,
 *     so that these may be included in future releases
 * (b) inform the copyright-holder of noteworthy users of this software.
 *
 * All users of PennMUSH must acknowledge the origin of the software,
 * retaining this copyright notice in some prominent place (such as
 * 'help copyright').
 *
 * PennMUSH may not be used for commercial, for-profit applications
 * without the permission of its copyright-holder. You may never charge 
 * for the PennMUSH software itself.
 *
 *---------------------------------------------------------------------*
 *
 * Many people have helped develop PennMUSH. In addition to the people
 * listed above, and the many people noted in the CHANGES file
 * for suggestions and patches, special mention is due to:
 *
 * Past and present PennMUSH development team members:
 *  T. Alexander Popiel, Ralph Melton, Thorvald Natvig
 * Past and present PennMUSH porters:
 *  Nick Gammon, Sylvia, Dan Williams
 * TinyMUSH 2.2 developers (listed above)
 * TinyMUX developer David Passmore
 * All PennMUSH users who've sent in bug reports
 * The admin and players of DuneMUSH, Dune II, M*U*S*H, and other places
 *  I've beta-tested new versions
 * Lydia Leong (Amberyl), who maintained PennMUSH until 1995, and taught
 *  me how to be a Wizard and a God of a MUSH.
 *
 *      - Paul/Javelin (Alan Schwartz, dunemush@pennmush.org)
 *
 */
