LAPACK  3.5.0
LAPACK: Linear Algebra PACKage
copyright
Go to the documentation of this file.
1 This package was debianized by Camm Maguire <camm@enhanced.com> on
2 Tue, 29 Jan 2002 11:42:34 -0500.
3 
4 It was downloaded from ftp://ftp.netlib.org/lapack/
5 
6 Upstream Authors: Anderson, E. and Bai, Z. and Bischof, C. and
7  Blackford, S. and Demmel, J. and Dongarra, J. and
8  Du Croz, J. and Greenbaum, A. and Hammarling, S. and
9  McKenney, A. and Sorensen, D.
10 
11 Copyright (c) 1992-2007 The University of Tennessee. All rights reserved.
12 
13 From the FAQ:
14 
15 LAPACK is a freely-available software package. It is available from
16 netlib via anonymous ftp and the World Wide Web. Thus, it can be
17 included in commercial software packages (and has been). We only ask
18 that proper credit be given to the authors.
19 
20 Like all software, it is copyrighted. It is not trademarked, but we do
21 ask the following:
22 
23 If you modify the source for these routines we ask that you change the
24 name of the routine and comment the changes made to the original.
25 
26 We will gladly answer any questions regarding the software. If a
27 modification is done, however, it is the responsibility of the person
28 who modified the routine to provide support.
29 
30 
31 Files under lapacke/ are under a 3-clause BSD license:
32 
33  Copyright (c) 2010-2012, Intel Corp.
34  All rights reserved.
35 
36  Redistribution and use in source and binary forms, with or without
37  modification, are permitted provided that the following conditions are met:
38 
39  * Redistributions of source code must retain the above copyright notice,
40  this list of conditions and the following disclaimer.
41  * Redistributions in binary form must reproduce the above copyright
42  notice, this list of conditions and the following disclaimer in the
43  documentation and/or other materials provided with the distribution.
44  * Neither the name of Intel Corporation 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.
47 
48  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
49  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
50  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
51  ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
52  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 BUSINESS
55  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
56  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
57  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
58  THE POSSIBILITY OF SUCH DAMAGE.