Deleted Added
full compact
des_soft.c (26220) des_soft.c (92990)
1#if !defined(lint) && defined(SCCSIDS)
2static char sccsid[] = "@(#)des_soft.c 2.2 88/08/10 4.0 RPCSRC; from 1.13 88/02/08 SMI";
3#endif
1#if !defined(lint) && defined(SCCSIDS)
2static char sccsid[] = "@(#)des_soft.c 2.2 88/08/10 4.0 RPCSRC; from 1.13 88/02/08 SMI";
3#endif
4#include <sys/cdefs.h>
5__FBSDID("$FreeBSD: head/lib/libc/rpc/des_soft.c 92990 2002-03-22 23:18:37Z obrien $");
6
4/*
5 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
6 * unrestricted use provided that this legend is included on all tape
7 * media and as a part of the software program in whole or part. Users
8 * may copy or modify Sun RPC without charge, but are not authorized
9 * to license or distribute it to anyone else except as part of a product or
10 * program developed by the user.
11 *

--- 56 unchanged lines hidden ---
7/*
8 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
9 * unrestricted use provided that this legend is included on all tape
10 * media and as a part of the software program in whole or part. Users
11 * may copy or modify Sun RPC without charge, but are not authorized
12 * to license or distribute it to anyone else except as part of a product or
13 * program developed by the user.
14 *

--- 56 unchanged lines hidden ---