Skip to content

Commit 75753f9

Browse files
v4.5.6
1 parent 4649723 commit 75753f9

File tree

10 files changed

+159
-226
lines changed

10 files changed

+159
-226
lines changed

AMD/Doc/License.txt

+1-57
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,14 @@
11
AMD, Copyright (c), 1996-2015, Timothy A. Davis,
22
Patrick R. Amestoy, and Iain S. Duff. All Rights Reserved.
33

4-
AMD License: At the user's option, you may use AMD under either the LGPL
5-
version 2.1 license, or the BSD 3-clause license. You may not use both
6-
licenses, nor may you mix-and-match clauses from each license. To use a
7-
license, in the documentation for your application simply state either of the
8-
following, replacing <YOUR APPLICATION> with the name of your application:
9-
10-
AMD, Copyright (c), 1996-2015, Timothy A. Davis,
11-
Patrick R. Amestoy, and Iain S. Duff. All Rights Reserved.
12-
Used in <YOUR APPLICATION> under the BSD 3-clause license.
13-
14-
or
15-
16-
AMD, Copyright (c), 1996-2015, Timothy A. Davis,
17-
Patrick R. Amestoy, and Iain S. Duff. All Rights Reserved.
18-
Used in <YOUR APPLICATION> under the LGPL v2.1 license.
19-
20-
In the event that your package <A> includes another package <B> by another
21-
author, and <A> and <B> use AMD under different licenses, you may select
22-
one license to apply to both uses of AMD in the combined application.
23-
244
Availability:
255

266
http://www.suitesparse.com
277

288
-------------------------------------------------------------------------------
29-
BSD 3-clause:
9+
AMD License: BSD 3-clause:
3010
-------------------------------------------------------------------------------
3111

32-
Copyright (c), 1996-2015, Timothy A. Davis,
33-
Patrick R. Amestoy, and Iain S. Duff. All Rights Reserved.
34-
3512
Redistribution and use in source and binary forms, with or without
3613
modification, are permitted provided that the following conditions are met:
3714
* Redistributions of source code must retain the above copyright
@@ -56,36 +33,3 @@ BSD 3-clause:
5633
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
5734
DAMAGE.
5835

59-
-------------------------------------------------------------------------------
60-
LGPL version 2.1:
61-
-------------------------------------------------------------------------------
62-
63-
Your use or distribution of AMD or any modified version of
64-
AMD implies that you agree to this License.
65-
66-
This library is free software; you can redistribute it and/or
67-
modify it under the terms of the GNU Lesser General Public
68-
License as published by the Free Software Foundation; either
69-
version 2.1 of the License, or (at your option) any later version.
70-
71-
This library is distributed in the hope that it will be useful,
72-
but WITHOUT ANY WARRANTY; without even the implied warranty of
73-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
74-
Lesser General Public License for more details.
75-
76-
You should have received a copy of the GNU Lesser General Public
77-
License along with this library; if not, write to the Free Software
78-
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
79-
USA
80-
81-
Permission is hereby granted to use or copy this program under the
82-
terms of the GNU LGPL, provided that the Copyright, this License,
83-
and the Availability of the original version is retained on all copies.
84-
User documentation of any code that uses this code or any modified
85-
version of this code must cite the Copyright, this License, the
86-
Availability note, and "Used by permission." Permission to modify
87-
the code and to distribute modified code is granted, provided the
88-
Copyright, this License, and the Availability note are retained,
89-
and a notice that the code was modified is included.
90-
91-
-------------------------------------------------------------------------------

CAMD/Doc/License.txt

+25-30
Original file line numberDiff line numberDiff line change
@@ -3,38 +3,33 @@ Yanqing Chen,
33
Patrick R. Amestoy, and Iain S. Duff. All Rights Reserved.
44
CAMD is available under alternate licenses, contact T. Davis for details.
55

6-
CAMD License:
7-
8-
Your use or distribution of CAMD or any modified version of
9-
CAMD implies that you agree to this License.
10-
11-
This library is free software; you can redistribute it and/or
12-
modify it under the terms of the GNU Lesser General Public
13-
License as published by the Free Software Foundation; either
14-
version 2.1 of the License, or (at your option) any later version.
15-
16-
This library is distributed in the hope that it will be useful,
17-
but WITHOUT ANY WARRANTY; without even the implied warranty of
18-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
19-
Lesser General Public License for more details.
20-
21-
You should have received a copy of the GNU Lesser General Public
22-
License along with this library; if not, write to the Free Software
23-
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
24-
USA
25-
26-
Permission is hereby granted to use or copy this program under the
27-
terms of the GNU LGPL, provided that the Copyright, this License,
28-
and the Availability of the original version is retained on all copies.
29-
User documentation of any code that uses this code or any modified
30-
version of this code must cite the Copyright, this License, the
31-
Availability note, and "Used by permission." Permission to modify
32-
the code and to distribute modified code is granted, provided the
33-
Copyright, this License, and the Availability note are retained,
34-
and a notice that the code was modified is included.
6+
CAMD License: BSD 3-clause
7+
8+
Redistribution and use in source and binary forms, with or without
9+
modification, are permitted provided that the following conditions are met:
10+
* Redistributions of source code must retain the above copyright
11+
notice, this list of conditions and the following disclaimer.
12+
* Redistributions in binary form must reproduce the above copyright
13+
notice, this list of conditions and the following disclaimer in the
14+
documentation and/or other materials provided with the distribution.
15+
* Neither the name of the organizations to which the authors are
16+
affiliated, nor the names of its contributors may be used to endorse
17+
or promote products derived from this software without specific prior
18+
written permission.
19+
20+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
21+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23+
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
24+
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
25+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
26+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
27+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28+
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29+
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
30+
DAMAGE.
3531

3632
Availability:
3733

3834
http://www.suitesparse.com
3935

40-
-------------------------------------------------------------------------------

CCOLAMD/Doc/License.txt

+23-11
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,28 @@ http://www.suitesparse.com
66

77
--------------------------------------------------------------------------------
88

9-
CCOLAMD is free software; you can redistribute it and/or
10-
modify it under the terms of the GNU Lesser General Public
11-
License as published by the Free Software Foundation; either
12-
version 2.1 of the License, or (at your option) any later version.
9+
CCOLAMD license: BSD 3-clause:
1310

14-
CCOLAMD is distributed in the hope that it will be useful,
15-
but WITHOUT ANY WARRANTY; without even the implied warranty of
16-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17-
Lesser General Public License for more details.
11+
Redistribution and use in source and binary forms, with or without
12+
modification, are permitted provided that the following conditions are met:
13+
* Redistributions of source code must retain the above copyright
14+
notice, this list of conditions and the following disclaimer.
15+
* Redistributions in binary form must reproduce the above copyright
16+
notice, this list of conditions and the following disclaimer in the
17+
documentation and/or other materials provided with the distribution.
18+
* Neither the name of the organizations to which the authors are
19+
affiliated, nor the names of its contributors may be used to endorse
20+
or promote products derived from this software without specific prior
21+
written permission.
1822

19-
You should have received a copy of the GNU Lesser General Public
20-
License along with this Module; if not, write to the Free Software
21-
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
23+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
24+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
25+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
26+
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
27+
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
28+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
29+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
30+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31+
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32+
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
33+
DAMAGE.

COLAMD/Doc/License.txt

+23-11
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,28 @@ http://www.suitesparse.com
33

44
--------------------------------------------------------------------------------
55

6-
COLAMD is free software; you can redistribute it and/or
7-
modify it under the terms of the GNU Lesser General Public
8-
License as published by the Free Software Foundation; either
9-
version 2.1 of the License, or (at your option) any later version.
6+
COLAMD License: BSD 3-clause
107

11-
COLAMD is distributed in the hope that it will be useful,
12-
but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14-
Lesser General Public License for more details.
8+
Redistribution and use in source and binary forms, with or without
9+
modification, are permitted provided that the following conditions are met:
10+
* Redistributions of source code must retain the above copyright
11+
notice, this list of conditions and the following disclaimer.
12+
* Redistributions in binary form must reproduce the above copyright
13+
notice, this list of conditions and the following disclaimer in the
14+
documentation and/or other materials provided with the distribution.
15+
* Neither the name of the organizations to which the authors are
16+
affiliated, nor the names of its contributors may be used to endorse
17+
or promote products derived from this software without specific prior
18+
written permission.
1519

16-
You should have received a copy of the GNU Lesser General Public
17-
License along with this Module; if not, write to the Free Software
18-
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
20+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
21+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23+
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
24+
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
25+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
26+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
27+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28+
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29+
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
30+
DAMAGE.

ChangeLog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Oct 3, 2017: SuiteSparse 4.5.6
2+
3+
* changed COLAMD, CAMD, and CCOLAMD to BSD 3-clause,
4+
to match AMD. No other changes; version numbers of
5+
packages unchanged.
6+
17
Apr 17, 2017: SuiteSparse 4.5.5
28

39
* minor fix to SuiteSparse/Makefile for 'make install'

0 commit comments

Comments
 (0)