diff options
author | itojun <itojun> | 2001-06-15 00:17:58 +0000 |
---|---|---|
committer | itojun <itojun> | 2001-06-15 00:17:58 +0000 |
commit | 3c48101fb177bff7a96c6cad3f8a682cf1338a45 (patch) | |
tree | 19656ce77eae36e573edf35552cf56f4ae5b5a76 /parsenfsfh.c | |
parent | d2642d64c99fd85df95b165bc5779f8b412130ca (diff) | |
download | tcpdump-3c48101fb177bff7a96c6cad3f8a682cf1338a45.tar.gz |
clearify copyright. based on communication with the author,
Jeffrey Mogul <mogul@pa.dec.com>.
From: Jakob Schlyter <jakob@openbsd.org>
Diffstat (limited to 'parsenfsfh.c')
-rw-r--r-- | parsenfsfh.c | 35 |
1 files changed, 34 insertions, 1 deletions
diff --git a/parsenfsfh.c b/parsenfsfh.c index 57c1e8ac..8155a7fb 100644 --- a/parsenfsfh.c +++ b/parsenfsfh.c @@ -1,4 +1,37 @@ /* + * Copyright (c) 1993, 1994 Jeffrey C. Mogul, Digital Equipment Corporation, + * Western Research Laboratory. All rights reserved. + * Copyright (c) 2001 Compaq Computer Corporation. All rights reserved. + * + * Permission to use, copy, and modify this software and its + * documentation is hereby granted only under the following terms and + * conditions. Both the above copyright notice and this permission + * notice must appear in all copies of the software, derivative works + * or modified versions, and any portions thereof, and both notices + * must appear in supporting documentation. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND COMPAQ COMPUTER CORPORATION + * DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING + * ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO + * EVENT SHALL COMPAQ COMPUTER CORPORATION BE LIABLE FOR ANY + * SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN + * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING + * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS + * SOFTWARE. + */ + +/* * parsenfsfh.c - portable parser for NFS file handles * uses all sorts of heuristics * @@ -9,7 +42,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/parsenfsfh.c,v 1.18 2000-07-01 03:39:00 assar Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/parsenfsfh.c,v 1.19 2001-06-15 00:17:58 itojun Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H |