Deleted Added
sdiff udiff text old ( 26220 ) new ( 92990 )
full compact
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
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 ---