rpc_util.h (526195ad0da110e4a8a5315ec86dddc8e179c06f) | rpc_util.h (40ad88851bea3bb7fce12e7d23e5a0c1159e9080) |
---|---|
1/* | 1/* |
2 * $FreeBSD$ 3 */ 4/* |
|
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. 8 * 9 * SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE --- 11 unchanged lines hidden (view full) --- 21 * In no event will Sun Microsystems, Inc. be liable for any lost revenue 22 * or profits or other special, indirect and consequential damages, even if 23 * Sun has been advised of the possibility of such damages. 24 * 25 * Sun Microsystems, Inc. 26 * 2550 Garcia Avenue 27 * Mountain View, California 94043 28 */ | 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 * 12 * SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE --- 11 unchanged lines hidden (view full) --- 24 * In no event will Sun Microsystems, Inc. be liable for any lost revenue 25 * or profits or other special, indirect and consequential damages, even if 26 * Sun has been advised of the possibility of such damages. 27 * 28 * Sun Microsystems, Inc. 29 * 2550 Garcia Avenue 30 * Mountain View, California 94043 31 */ |
29#pragma ident "@(#)rpc_util.h 1.16 94/05/15 SMI" | 32/* #pragma ident "@(#)rpc_util.h 1.16 94/05/15 SMI" */ |
30 31/* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */ 32/* All Rights Reserved */ 33 34/* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T */ 35/* The copyright notice above does not evidence any */ 36/* actual or intended publication of such source code. */ 37 --- 176 unchanged lines hidden --- | 33 34/* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */ 35/* All Rights Reserved */ 36 37/* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T */ 38/* The copyright notice above does not evidence any */ 39/* actual or intended publication of such source code. */ 40 --- 176 unchanged lines hidden --- |