Apply suggestion from Andrew for srcdir functionality.
[openais.git] / LICENSE
blob1a34f5ec8513cad9fbd1f86a44107e539f74dfff
1 ***
2 All cryptographic software in this package is subject to the following legal
3 notice:
4 This package includes publicly available encryption source code which,
5 together with object code resulting from the compiling of publicly
6 available source code, may be exported from the United States under License
7 Exception TSU prsuant to 15 C.F.R Section 740.13(e).
8 ***
9 -----------------------------------------------------------------------------
10 The following license applies to every file in this package except for 
11 the files exec/crypto.c and exec/crypto.h.  The license for these files is
12 described later in this document.  Some files are contributed by other authors
13 and hence not copyright MontaVista Software.  In this case, the license is
14 still as follows:
15 -----------------------------------------------------------------------------
17 Copyright (c) 2002-2004 MontaVista Software, Inc.
19 All rights reserved.
21 This software licensed under BSD license, the text of which follows:
23 Redistribution and use in source and binary forms, with or without
24 modification, are permitted provided that the following conditions are met:
26 - Redistributions of source code must retain the above copyright notice,
27   this list of conditions and the following disclaimer.
28 - Redistributions in binary form must reproduce the above copyright notice,
29   this list of conditions and the following disclaimer in the documentation
30   and/or other materials provided with the distribution.
31 - Neither the name of the MontaVista Software, Inc. nor the names of its
32   contributors may be used to endorse or promote products derived from this
33   software without specific prior written permission.
35 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
36 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
37 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
38 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
39 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
40 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
41 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
42 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
43 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
44 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
45 THE POSSIBILITY OF SUCH DAMAGE.
46 -----------------------------------------------------------------------------
47 The openais project uses software from the LibTomCrypt project
48 www.libtomcrypt.org.  This software is contained the files exec/crypto.c and
49 exec/crypto.h.  The following license applies to the files exec/crypto.c and
50 exec/crytpo.h:
51 -----------------------------------------------------------------------------
52 LibTomCrypt is public domain.  As should all quality software be.
54 All of the software was either written by or donated to Tom St Denis for the
55 purposes of this project.  The only exception is the SAFER.C source which has
56 no known license status (assumed copyrighted) which is why SAFER,C is shipped
57 as disabled.
59 Tom St Denis