1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
|
Copyright:
Copyright (c) 2008 - DIGITEO
Copyright (c) 1989-2008 - INRIA
License:
This module must be used under the terms of the CeCILL.
This module file is licensed as described in the file COPYING, which
you should have received as part of this distribution. The terms
are also available at
http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.txt
Slicot:
=======
Files:
src/slicot/*
sci_gateway/fortran/{sci_f_sident.f,sci_f_sorder.f,sci_f_findbd.f}
Copyright:
WGS (Working Group on Software) - Slicot project
License:
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
Lapack:
=======
Files:
src/fortran/DGELSY1.f
src/fortran/ZGELSY1.f
Copyright:
Univ. of Tennessee, Univ. of California Berkeley, Univ. of Colorado Denver, NAG Ltd.,
Courant Institute, Argonne National Lab, and Rice University
June 30, 1999
License:
LAPACK is a freely-available software package. It is available from
netlib via anonymous ftp and the World Wide Web. Thus, it can be
included in commercial software packages (and has been). We only ask
that proper credit be given to the authors.
Like all software, it is copyrighted. It is not trademarked, but we do
ask the following:
If you modify the source for these routines we ask that you change the
name of the routine and comment the changes made to the original.
We will gladly answer any questions regarding the software. If a
modification is done, however, it is the responsibility of the person
who modified the routine to provide support.
|