Initial import of the CDE 2.1.30 sources from the Open Group.
[oweals/cde.git] / cde / programs / dtlogin / version.c
1 /* $XConsortium: version.c /main/6 1996/08/30 15:33:21 drk $
2  *
3  * (c) Copyright 1996 Digital Equipment Corporation.
4  * (c) Copyright 1993,1994,1996 Hewlett-Packard Company.
5  * (c) Copyright 1993,1994,1996 International Business Machines Corp.
6  * (c) Copyright 1993,1994,1996 Sun Microsystems, Inc.
7  * (c) Copyright 1993,1994,1996 Novell, Inc. 
8  * (c) Copyright 1996 FUJITSU LIMITED.
9  * (c) Copyright 1996 Hitachi.
10  */
11
12 /********************************************************
13
14 Copyright (c) 1988, 1990 by Hewlett-Packard Company
15 Copyright (c) 1988 by the Massachusetts Institute of Technology
16
17 Permission to use, copy, modify, and distribute this software 
18 and its documentation for any purpose and without fee is hereby 
19 granted, provided that the above copyright notice appear in all 
20 copies and that both that copyright notice and this permission 
21 notice appear in supporting documentation, and that the names of 
22 Hewlett-Packard or  M.I.T.  not be used in advertising or publicity 
23 pertaining to distribution of the software without specific, written 
24 prior permission.
25
26 ********************************************************/
27
28 #include <include/hpversion.h>
29
30 #ifndef lint
31 version_tag("dtlogin:       $XConsortium: version.c /main/6 1996/08/30 15:33:21 drk $")
32
33 #ifdef __AFS
34 static char _afs_version[] = "@(#)AFS 3 Authentication";
35 #endif
36
37 #ifdef __KERBEROS
38 static char _krb_version[] = "@(#)Kerberos Authentication";
39 #endif
40
41 #ifdef __PASSWD_ETC
42 static char _rgy_version[] = "@(#)Passwd Etc. - Domain Registry Authentication";
43 #endif
44
45 #ifdef BLS
46 static char _bls_version[] = "@(#)HP BLS Authentication";
47 #endif
48
49 #endif  /* lint */
50
51
52
53
54
55
56