/****************************************************************************** * This file is part of a software distribution, which is furnished under the * * terms of a license. Use of this software by any means is subject to this * * license and signifies the acceptance of the licensing terms stated * * therein. Please see the file LICENSE in the top-level directory of this * * software distribution for detailed copyright disclaimers and licensing * * terms. * ****************************************************************************** * Copryight (c) by Andreas S. Wetzel - All rights reserved. * ******************************************************************************/ /* $Id: copyright.h,v 1.2 2002/06/21 16:52:19 mickey Exp $ */ #ifndef __COPYRIGHT_H__ #define __COPYRIGHT_H__ #define CPR1 "(c) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002" #define CPR2 "by Andreas S. Wetzel - All rights reserved." #define HPURL "http://www.enforcer.cc/vchat/" #endif /* __COPYRIGHT_H__ */