]> git.sur5r.net Git - openldap/blob - contrib/tweb/Versiongw.c
* configure.in: add tcl8.2 to list of tcl libs to search for, also added new MOD_TCL_LIB
[openldap] / contrib / tweb / Versiongw.c
1 /*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
2 *                                                                          *
3 * Versiongw.c                                                              *
4 *                                                                          *
5 * Function:..File for TWEB-SOFTWARE                                        *
6 *                                                                          *
7 *                                                                          *
8 *                                                                          *
9 * Authors:...Dr. Kurt Spanier & Bernhard Winkler,                          *
10 *            Zentrum fuer Datenverarbeitung, Bereich Entwicklung           *
11 *            neuer Dienste, Universitaet Tuebingen, GERMANY                *
12 *                                                                          *
13 *                                       ZZZZZ  DDD    V   V                *
14 *            Creation date:                Z   D  D   V   V                *
15 *            February 13 1996             Z    D   D   V V                 *
16 *            Last modification:          Z     D  D    V V                 *
17 *            August 26 1999             ZZZZ   DDD      V                  *
18 *                                                                          *
19 _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
20
21 /*
22  * $Id: Versiongw.c,v 1.6 1999/09/10 15:01:16 zrnsk01 Exp $
23  *
24  */
25
26 /*
27  * Redistribution and use in source and binary forms are permitted
28  * provided that this notice is preserved and that due credit is given
29  * to the University of Tuebingen, Gremany. The name of the University
30  * may not be used to endorse or promote products derived from this
31  * software without specific prior written permission. This software
32  * is provided ``as is'' without express or implied warranty.
33  */
34
35 char version[]   = "TWEB 2.3.4 (%WHEN%)";
36 char Version[]   = "  TWEB 2.3.4 (%WHEN%)\t%WHOANDWHERE%";
37 char copyright[] = "TWEB Version 2.3.4";
38
39 char sccsid[]  = "@(#) TWEB 2.3.4 - 1995-1999, University of Tuebingen, DE";
40
41