3 This product is based on the Pine email system developed by
4 the University of Washington (http://www.washington.edu/).
6 Pine, Pico, and Pilot software and its included text are Copyright
7 1989-2005 by the University of Washington.
9 This product is in part based on The Elm Mail System 2.13
10 ***********************************************************************
11 * The Elm Mail System - Revision: 2.13 *
13 * Copyright (c) 1986, 1987 Dave Taylor *
14 * Copyright (c) 1988, 1989 USENET Community Trust *
15 ***********************************************************************
17 This product is in part based on MicroEMACS 3.6, written by Dave G.
18 Conroy; modified by Steve Wilhite, and George Jones; and greatly
19 modified by Daniel Lawrence.
21 Some of the code dealing with temporary files in this product was derived
22 from 4.3 BSD code, which was developed by the University of California.
25 *********************************************************************
26 This code is derived from software contributed to Berkeley by
29 Copyright (c) 1990, 1993, 1994
30 The Regents of the University of California. All rights reserved.
32 Redistribution and use in source and binary forms, with or without
33 modification, are permitted provided that the following conditions
35 1. Redistributions of source code must retain the above copyright
36 notice, this list of conditions and the following disclaimer.
37 2. Redistributions in binary form must reproduce the above copyright
38 notice, this list of conditions and the following disclaimer in the
39 documentation and/or other materials provided with the distribution.
40 3. All advertising materials mentioning features or use of this software
41 must display the following acknowledgement:
42 This product includes software developed by the University of
43 California, Berkeley and its contributors.
44 4. Neither the name of the University nor the names of its contributors
45 may be used to endorse or promote products derived from this software
46 without specific prior written permission.
48 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
49 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
50 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
51 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS
52 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
53 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
54 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
55 BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
56 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
57 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
58 ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
59 *********************************************************************
61 The code dealing with regular expressions in pith/regex is
63 Copyright (c) 1992 Henry Spencer.
64 Copyright (c) 1992, 1993
65 The Regents of the University of California. All rights reserved.
67 This code is derived from software contributed to Berkeley by
68 Henry Spencer of the University of Toronto.
70 Redistribution and use in source and binary forms, with or without
71 modification, are permitted provided that the following conditions
73 1. Redistributions of source code must retain the above copyright
74 notice, this list of conditions and the following disclaimer.
75 2. Redistributions in binary form must reproduce the above copyright
76 notice, this list of conditions and the following disclaimer in the
77 documentation and/or other materials provided with the distribution.
78 3. All advertising materials mentioning features or use of this software
79 must display the following acknowledgement:
80 This product includes software developed by the University of
81 California, Berkeley and its contributors.
82 4. Neither the name of the University nor the names of its contributors
83 may be used to endorse or promote products derived from this software
84 without specific prior written permission.
86 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
87 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
88 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
89 ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
90 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
91 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
92 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
93 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
94 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
95 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF