Removed done() from icmpmonitor.c.
[icmpmonitor] / LICENSE
CommitLineData
476ea14d
AT
1ICMPMONITOR.C
2
3Using the InterNet Control Message Protocol (ICMP) "ECHO" facility,
4monitor several hosts, and notify admin if some of them are down.
5
6Author -
7 Vadim Zaliva <lord@crocodile.org>
8
9Status -
10 Public Domain. Distribution Unlimited.
11
12================================================================================
13
14Copyright (c) 1989 The Regents of the University of California.
15All rights reserved.
16
17This code is derived from software contributed to Berkeley by
18Mike Muuss.
19
20Redistribution and use in source and binary forms, with or without
21modification, are permitted provided that the following conditions
22are met:
23
24 1. Redistributions of source code must retain the above copyright
25 notice, this list of conditions and the following disclaimer.
26 2. Redistributions in binary form must reproduce the above copyright
27 notice, this list of conditions and the following disclaimer in the
28 documentation and/or other materials provided with the distribution.
29 3. All advertising materials mentioning features or use of this software
30 must display the following acknowledgement:
31
32 This product includes software developed by the University of
33 California, Berkeley and its contributors.
34
35 4. Neither the name of the University nor the names of its contributors
36 may be used to endorse or promote products derived from this software
37 without specific prior written permission.
38
39THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
40ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
41IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
42ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
43FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
44DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
45OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
46HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
47LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
48OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
49SUCH DAMAGE.