summaryrefslogtreecommitdiff
path: root/print-rx.c
diff options
context:
space:
mode:
authoritojun <itojun>2001-10-20 07:41:55 +0000
committeritojun <itojun>2001-10-20 07:41:55 +0000
commit16b8ef371ad0925361305d8b64554f00478450cb (patch)
tree3e6adf54b5ad73d9c34c13df55aef5a153bef1eb /print-rx.c
parent5cdbc73de2a637dafbb15307f60ea348dd5ac824 (diff)
downloadtcpdump-16b8ef371ad0925361305d8b64554f00478450cb.tar.gz
copyright clarification.
Diffstat (limited to 'print-rx.c')
-rw-r--r--print-rx.c25
1 files changed, 23 insertions, 2 deletions
diff --git a/print-rx.c b/print-rx.c
index a9e4692e..34fa304f 100644
--- a/print-rx.c
+++ b/print-rx.c
@@ -1,4 +1,26 @@
/*
+ * Copyright: (c) 2000 United States Government as represented by the
+ * Secretary of the Navy. All rights reserved.
+ *
+ * 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.
+ * 3. The names of the authors may not be used to endorse or promote
+ * products derived from this software without specific prior
+ * written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
+ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+ * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ */
+/*
* This code unmangles RX packets. RX is the mutant form of RPC that AFS
* uses to communicate between clients and servers.
*
@@ -8,12 +30,11 @@
* Bah. If I never look at rx_packet.h again, it will be too soon.
*
* Ken Hornstein <kenh@cmf.nrl.navy.mil>
- *
*/
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-rx.c,v 1.26 2001-09-09 01:41:49 guy Exp $";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-rx.c,v 1.27 2001-10-20 07:41:55 itojun Exp $";
#endif
#ifdef HAVE_CONFIG_H