Cross Reference: THIRDPARTYLICENSE
xref
: /
osnet-11
/
usr
/
src
/
cmd
/
sendmail
/
db
/
THIRDPARTYLICENSE
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
THIRDPARTYLICENSE revision 1
1
N/A
/*-
1
N/A
* @(#)LICENSE 10.10 (Sleepycat) 1/12/99
1
N/A
*/
1
N/A
1
N/A
The
following
are
the
copyrights
and
redistribution
conditions
that
apply
to
1
N/A
this
copy
of
the
Berkeley
DB
software
.
For
a
license
to
use
,
redistribute
1
N/A
or
sell
Berkeley
DB
software
under
conditions
other
than
those
described
here
,
1
N/A
or
to
purchase
support
for
this
software
,
please
contact
Sleepycat
Software
at
1
N/A
one
of
the
following
addresses
:
1
N/A
1
N/A
Sleepycat
Software
db
@
sleepycat
.
com
1
N/A
394
E.
Riding
Dr
.
510
-
526
-
3972
1
N/A
Carlisle
,
MA
01741
877
-
SLEEPYCAT
(
toll
-
free
,
USA
only
)
1
N/A
USA
1
N/A
1
N/A
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
1
N/A
/*
1
N/A
* Copyright (c) 1990, 1993, 1994, 1995, 1996, 1997, 1998
1
N/A
* Sleepycat Software. All rights reserved.
1
N/A
*
1
N/A
* Redistribution and use in source and binary forms, with or without
1
N/A
* modification, are permitted provided that the following conditions
1
N/A
* are met:
1
N/A
* 1. Redistributions of source code must retain the above copyright
1
N/A
* notice, this list of conditions and the following disclaimer.
1
N/A
* 2. Redistributions in binary form must reproduce the above copyright
1
N/A
* notice, this list of conditions and the following disclaimer in the
1
N/A
* documentation
and
/
or
other materials provided with the distribution.
1
N/A
* 3. Redistributions in any form must be accompanied by information on
1
N/A
* how to obtain complete source code for the DB software and any
1
N/A
* accompanying software that uses the DB software. The source code
1
N/A
* must either be included in the distribution or be available for no
1
N/A
* more than the cost of distribution plus a nominal fee, and must be
1
N/A
* freely redistributable under reasonable conditions. For an
1
N/A
* executable file, complete source code means the source code for all
1
N/A
* modules it contains. It does not mean source code for modules or
1
N/A
* files that typically accompany the operating system on which the
1
N/A
* executable file runs, e.g., standard library modules or system
1
N/A
* header files.
1
N/A
*
1
N/A
* THIS SOFTWARE IS PROVIDED BY SLEEPYCAT SOFTWARE ``AS IS'' AND
1
N/A
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1
N/A
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1
N/A
* ARE DISCLAIMED. IN NO EVENT SHALL SLEEPYCAT SOFTWARE BE LIABLE
1
N/A
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1
N/A
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1
N/A
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1
N/A
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1
N/A
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1
N/A
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1
N/A
* SUCH DAMAGE.
1
N/A
*/
1
N/A
/*
1
N/A
* Copyright (c) 1990, 1993, 1994, 1995
1
N/A
* The Regents of the University of California. All rights reserved.
1
N/A
*
1
N/A
* Redistribution and use in source and binary forms, with or without
1
N/A
* modification, are permitted provided that the following conditions
1
N/A
* are met:
1
N/A
* 1. Redistributions of source code must retain the above copyright
1
N/A
* notice, this list of conditions and the following disclaimer.
1
N/A
* 2. Redistributions in binary form must reproduce the above copyright
1
N/A
* notice, this list of conditions and the following disclaimer in the
1
N/A
* documentation
and
/
or
other materials provided with the distribution.
1
N/A
* 3. All advertising materials mentioning features or use of this software
1
N/A
* must display the following acknowledgement:
1
N/A
* This product includes software developed by the University of
1
N/A
* California, Berkeley and its contributors.
1
N/A
* 4. Neither the name of the University nor the names of its contributors
1
N/A
* may be used to endorse or promote products derived from this software
1
N/A
* without specific prior written permission.
1
N/A
*
1
N/A
* THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1
N/A
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1
N/A
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1
N/A
* ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
1
N/A
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1
N/A
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1
N/A
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1
N/A
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1
N/A
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1
N/A
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1
N/A
* SUCH DAMAGE.
1
N/A
*/
1
N/A
/*
1
N/A
* Copyright (c) 1995, 1996
1
N/A
* The President and Fellows of Harvard University. All rights reserved.
1
N/A
*
1
N/A
* Redistribution and use in source and binary forms, with or without
1
N/A
* modification, are permitted provided that the following conditions
1
N/A
* are met:
1
N/A
* 1. Redistributions of source code must retain the above copyright
1
N/A
* notice, this list of conditions and the following disclaimer.
1
N/A
* 2. Redistributions in binary form must reproduce the above copyright
1
N/A
* notice, this list of conditions and the following disclaimer in the
1
N/A
* documentation
and
/
or
other materials provided with the distribution.
1
N/A
* 3. All advertising materials mentioning features or use of this software
1
N/A
* must display the following acknowledgement:
1
N/A
* This product includes software developed by Harvard University
1
N/A
* and its contributors.
1
N/A
* 4. Neither the name of the University nor the names of its contributors
1
N/A
* may be used to endorse or promote products derived from this software
1
N/A
* without specific prior written permission.
1
N/A
*
1
N/A
* THIS SOFTWARE IS PROVIDED BY HARVARD AND ITS CONTRIBUTORS ``AS IS'' AND
1
N/A
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1
N/A
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1
N/A
* ARE DISCLAIMED. IN NO EVENT SHALL HARVARD OR ITS CONTRIBUTORS BE LIABLE
1
N/A
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1
N/A
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1
N/A
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1
N/A
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1
N/A
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1
N/A
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1
N/A
* SUCH DAMAGE.
1
N/A
*/