-
Notifications
You must be signed in to change notification settings - Fork 272
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8339b36
commit 1ae82cf
Showing
58 changed files
with
890 additions
and
109 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,91 @@ | ||
AMD, Copyright (c), 1996-2015, Timothy A. Davis, | ||
Patrick R. Amestoy, and Iain S. Duff. All Rights Reserved. | ||
|
||
AMD License: At the user's option, you may use AMD under either the LGPL | ||
version 2.1 license, or the BSD 3-clause license. You may not use both | ||
licenses, nor may you mix-and-match clauses from each license. To use a | ||
license, in the documentation for your application simply state either of the | ||
following, replacing <YOUR APPLICATION> with the name of your application: | ||
|
||
AMD, Copyright (c), 1996-2015, Timothy A. Davis, | ||
Patrick R. Amestoy, and Iain S. Duff. All Rights Reserved. | ||
Used in <YOUR APPLICATION> under the BSD 3-clause license. | ||
|
||
or | ||
|
||
AMD, Copyright (c), 1996-2015, Timothy A. Davis, | ||
Patrick R. Amestoy, and Iain S. Duff. All Rights Reserved. | ||
Used in <YOUR APPLICATION> under the LGPL v2.1 license. | ||
|
||
In the event that your package <A> includes another package <B> by another | ||
author, and <A> and <B> use AMD under different licenses, you may select | ||
one license to apply to both uses of AMD in the combined application. | ||
|
||
Availability: | ||
|
||
http://www.suitesparse.com | ||
|
||
------------------------------------------------------------------------------- | ||
BSD 3-clause: | ||
------------------------------------------------------------------------------- | ||
|
||
Copyright (c), 1996-2015, Timothy A. Davis, | ||
Patrick R. Amestoy, and Iain S. Duff. All Rights Reserved. | ||
|
||
Redistribution and use in source and binary forms, with or without | ||
modification, are permitted provided that the following conditions are met: | ||
* Redistributions of source code must retain the above copyright | ||
notice, this list of conditions and the following disclaimer. | ||
* Redistributions in binary form must reproduce the above copyright | ||
notice, this list of conditions and the following disclaimer in the | ||
documentation and/or other materials provided with the distribution. | ||
* Neither the name of the organizations to which the authors are | ||
affiliated, nor the names of its contributors may be used to endorse | ||
or promote products derived from this software without specific prior | ||
written permission. | ||
|
||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" | ||
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | ||
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | ||
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY | ||
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES | ||
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR | ||
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER | ||
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | ||
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | ||
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH | ||
DAMAGE. | ||
|
||
------------------------------------------------------------------------------- | ||
LGPL version 2.1: | ||
------------------------------------------------------------------------------- | ||
|
||
Your use or distribution of AMD or any modified version of | ||
AMD implies that you agree to this License. | ||
|
||
This library is free software; you can redistribute it and/or | ||
modify it under the terms of the GNU Lesser General Public | ||
License as published by the Free Software Foundation; either | ||
version 2.1 of the License, or (at your option) any later version. | ||
|
||
This library 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 | ||
Lesser General Public License for more details. | ||
|
||
You should have received a copy of the GNU Lesser General Public | ||
License along with this library; if not, write to the Free Software | ||
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 | ||
USA | ||
|
||
Permission is hereby granted to use or copy this program under the | ||
terms of the GNU LGPL, provided that the Copyright, this License, | ||
and the Availability of the original version is retained on all copies. | ||
User documentation of any code that uses this code or any modified | ||
version of this code must cite the Copyright, this License, the | ||
Availability note, and "Used by permission." Permission to modify | ||
the code and to distribute modified code is granted, provided the | ||
Copyright, this License, and the Availability note are retained, | ||
and a notice that the code was modified is included. | ||
|
||
------------------------------------------------------------------------------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.