Deleted Added
full compact
secretkey.c (26214) secretkey.c (84220)
1/*
2 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
3 * unrestricted use provided that this legend is included on all tape
4 * media and as a part of the software program in whole or part. Users
5 * may copy or modify Sun RPC without charge, but are not authorized
6 * to license or distribute it to anyone else except as part of a product or
7 * program developed by the user or with the express written consent of
8 * Sun Microsystems, Inc.

--- 13 unchanged lines hidden (view full) ---

22 * In no event will Sun Microsystems, Inc. be liable for any lost revenue
23 * or profits or other special, indirect and consequential damages, even if
24 * Sun has been advised of the possibility of such damages.
25 *
26 * Sun Microsystems, Inc.
27 * 2550 Garcia Avenue
28 * Mountain View, California 94043
29 */
1/*
2 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
3 * unrestricted use provided that this legend is included on all tape
4 * media and as a part of the software program in whole or part. Users
5 * may copy or modify Sun RPC without charge, but are not authorized
6 * to license or distribute it to anyone else except as part of a product or
7 * program developed by the user or with the express written consent of
8 * Sun Microsystems, Inc.

--- 13 unchanged lines hidden (view full) ---

22 * In no event will Sun Microsystems, Inc. be liable for any lost revenue
23 * or profits or other special, indirect and consequential damages, even if
24 * Sun has been advised of the possibility of such damages.
25 *
26 * Sun Microsystems, Inc.
27 * 2550 Garcia Avenue
28 * Mountain View, California 94043
29 */
30
31#include <sys/cdefs.h>
32__FBSDID("$FreeBSD: head/lib/librpcsvc/secretkey.c 84220 2001-09-30 22:15:15Z dillon $");
33
30#if !defined(lint) && defined(SCCSIDS)
31static char sccsid[] = "@(#)secretkey.c 1.8 91/03/11 Copyr 1986 Sun Micro";
32#endif
33
34/*
35 * secretkey.c
36 * Copyright (C) 1986, Sun Microsystems, Inc.
37 */

--- 48 unchanged lines hidden ---
34#if !defined(lint) && defined(SCCSIDS)
35static char sccsid[] = "@(#)secretkey.c 1.8 91/03/11 Copyr 1986 Sun Micro";
36#endif
37
38/*
39 * secretkey.c
40 * Copyright (C) 1986, Sun Microsystems, Inc.
41 */

--- 48 unchanged lines hidden ---