head 2.4; access; symbols; locks; strict; comment @ * @; 2.4 date 94.03.12.00.24.45; author paul; state Exp; branches; next 2.3; 2.3 date 93.11.24.18.43.55; author paul; state Exp; branches; next 2.2; 2.2 date 93.06.16.14.19.56; author paul; state Exp; branches; next 2.1; 2.1 date 93.04.04.03.57.05; author paul; state Exp; branches; next 1.6; 1.6 date 92.11.12.16.36.07; author paul; state Exp; branches; next 1.5; 1.5 date 92.07.27.21.34.53; author paul; state Exp; branches; next 1.4; 1.4 date 90.12.18.08.41.50; author dorner; state Exp; branches; next 1.3; 1.3 date 89.01.19.10.13.25; author dorner; state Exp; branches; next 1.2; 1.2 date 88.11.15.13.35.47; author dorner; state Exp; branches; next 1.1; 1.1 date 88.04.29.15.35.24; author dorner; state Exp; branches; next ; desc @@ 2.4 log @Added new copyright statement. @ text @/* * Copyright (c) 1985 Corporation for Research and Educational Networking * Copyright (c) 1988 University of Illinois Board of Trustees, Steven * Dorner, and Paul Pomes * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed by the Corporation for * Research and Educational Networking (CREN), the University of * Illinois at Urbana, and their contributors. * 4. Neither the name of CREN, the University nor the names of their * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE TRUSTEES AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE TRUSTEES OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ #ifndef lint static char RcsId[] = "@@(#)$Id$"; #endif #include "protos.h" char Version[] = "@@(#)$Id: version.c,v 2.3 1993/11/24 18:43:55 paul Exp paul $"; char Revision[] = "$Revision: 2.3 $"; @ 2.3 log @*** empty log message *** @ text @a0 2 #include "protos.h" d2 33 a34 5 * This software is Copyright (C) 1988 by Steven Dorner and the * University of Illinois Board of Trustees. No warranties of any * kind are expressed or implied. No support will be provided. * This software may not be redistributed for commercial purposes. * You may direct questions to nameserv@@uiuc.edu . d37 8 a44 2 char Version[] = "@@(#)$Id: version.c,v 2.2 1993/06/16 14:19:56 paul Exp paul $"; char Revision[] = "$Revision: 2.2 $"; @ 2.2 log @new version. @ text @d8 1 a8 1 * You may direct questions to nameserv@@uiuc.edu d11 2 a12 2 char Version[] = "@@(#)$Id: version.c,v 2.1 1993/04/04 03:57:05 paul Exp paul $"; char Revision[] = "$Revision: 2.1 $"; @ 2.1 log @Upped rev level. @ text @d11 2 a12 2 char Version[] = "@@(#)$Id: version.c,v 1.6 1992/11/12 16:36:07 paul Exp paul $"; char Revision[] = "$Revision$"; @ 1.6 log @updating version number. @ text @d11 2 a12 1 char Version[] = "$Id: version.c,v 1.5 1992/07/27 21:34:53 paul Exp paul $"; @ 1.5 log @re-formatting @ text @d11 1 a11 1 char Version[] = "$Id$"; @ 1.4 log @No help here. @ text @a1 7 /********************************************************************* * This software is Copyright (C) 1988 by Steven Dorner and the * University of Illinois Board of Trustees. No warranties of any * kind are expressed or implied. No support will be provided. * This software may not be redistributed for commercial purposes. * You may direct questions to dorner@@garcon.cso.uiuc.edu **********************************************************************/ d3 9 a11 1 char TheVersion[] = "$Header: /nameserv/src/qi/RCS/version.c,v 1.3 89/01/19 10:13:25 dorner Exp Locker: dorner $"; @ 1.3 log @*** empty log message *** @ text @d1 1 d10 1 a10 1 char TheVersion[] = "$Header: /nameserv/src/qi/RCS/version.c,v 1.2 88/11/15 13:35:47 dorner Exp Locker: dorner $"; @ 1.2 log @No help here. @ text @d1 9 a9 7 /*********************************************************************** * This software is Copyright (C) 1988 by Steven Dorner and the University * of Illinois Board of Trustees. No warranties expressed or implied, no * support provided. Please do not redistribute it in its present form. * Contact me for details (dorner@@garcon.cso.uiuc.edu). ***********************************************************************/ char TheVersion[] = "$Header: version.c,v 1.1 88/04/29 15:35:24 dorner Locked $"; @ 1.1 log @Initial revision @ text @d1 7 a7 1 char TheVersion[] = "$Header$"; @