• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1r#"SENDMAIL OPEN SOURCE LICENSE
2
3The following license terms and conditions apply to this open source
4software ("Software"), unless a different license is obtained directly
5from Sendmail, Inc. ("Sendmail") located at 6475 Christie Ave, Suite 350,
6Emeryville, CA 94608, USA.
7
8Use, modification and redistribution (including distribution of any
9modified or derived work) of the Software in source and binary forms is
10permitted only if each of the following conditions of 1-6 are met:
11
121. Redistributions of the Software qualify as "freeware" or "open
13   source software" under one of the following terms:
14
15   (a) Redistributions are made at no charge beyond the reasonable
16       cost of materials and delivery; or
17
18   (b) Redistributions are accompanied by a copy of the modified
19       Source Code (on an acceptable machine-readable medium) or by an
20       irrevocable offer to provide a copy of the modified Source Code
21       (on an acceptable machine-readable medium) for up to three years
22       at the cost of materials and delivery. Such redistributions must
23       allow further use, modification, and redistribution of the Source
24       Code under substantially the same terms as this license. For
25       the purposes of redistribution "Source Code" means the complete
26       human-readable, compilable, linkable, and operational source
27       code of the redistributed module(s) including all modifications.
28
292. Redistributions of the Software Source Code must retain the
30   copyright notices as they appear in each Source Code file, these
31   license terms and conditions, and the disclaimer/limitation of
32   liability set forth in paragraph 6 below. Redistributions of the
33   Software Source Code must also comply with the copyright notices
34   and/or license terms and conditions imposed by contributors on
35   embedded code. The contributors' license terms and conditions
36   and/or copyright notices are contained in the Source Code
37   distribution.
38
393. Redistributions of the Software in binary form must reproduce the
40   Copyright Notice described below, these license terms and conditions,
41   and the disclaimer/limitation of liability set forth in paragraph
42   6 below, in the documentation and/or other materials provided with
43   the binary distribution.  For the purposes of binary distribution,
44   "Copyright Notice" refers to the following language: "Copyright (c)
45   1998-2009 Sendmail, Inc. All rights reserved."
46
474. Neither the name, trademark or logo of Sendmail, Inc. (including
48   without limitation its subsidiaries or affiliates) or its contributors
49   may be used to endorse or promote products, or software or services
50   derived from this Software without specific prior written permission.
51   The name "sendmail" is a registered trademark and service mark of
52   Sendmail, Inc.
53
545. We reserve the right to cancel this license if you do not comply with
55   the terms.  This license is governed by California law and both of us
56   agree that for any dispute arising out of or relating to this Software,
57   that jurisdiction and venue is proper in San Francisco or Alameda
58   counties.  These license terms and conditions reflect the complete
59   agreement for the license of the Software (which means this supercedes
60   prior or contemporaneous agreements or representations).  If any term
61   or condition under this license is found to be invalid, the remaining
62   terms and conditions still apply.
63
646. Disclaimer/Limitation of Liability: THIS SOFTWARE IS PROVIDED BY
65   SENDMAIL AND ITS CONTRIBUTORS "AS IS" WITHOUT WARRANTY OF ANY KIND
66   AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
67   IMPLIED WARRANTIES OF MERCHANTABILITY, NON-INFRINGEMENT AND FITNESS FOR A
68   PARTICULAR PURPOSE ARE EXPRESSLY DISCLAIMED. IN NO EVENT SHALL SENDMAIL
69   OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
70   SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
71   TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
72   OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
73   OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
74   WITHOUT LIMITATION NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
75   USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
76"#