|
1 | | -Modernized Minpack |
2 | | -https://github.com/jacobwilliams/minpack |
3 | | -Copyright (c) 2021-2022, Jacob Williams |
4 | | -All rights reserved. |
5 | | - |
6 | | -Redistribution and use in source and binary forms, with or without modification, |
7 | | -are permitted provided that the following conditions are met: |
8 | | - |
9 | | -* Redistributions of source code must retain the above copyright notice, this |
10 | | - list of conditions and the following disclaimer. |
11 | | - |
12 | | -* Redistributions in binary form must reproduce the above copyright notice, this |
13 | | - list of conditions and the following disclaimer in the documentation and/or |
14 | | - other materials provided with the distribution. |
15 | | - |
16 | | -* The names of its contributors may not be used to endorse or promote products |
17 | | - derived from this software without specific prior written permission. |
18 | | - |
19 | | -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
20 | | -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
21 | | -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
22 | | -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR |
23 | | -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
24 | | -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
25 | | -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
26 | | -ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
27 | | -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
28 | | -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
29 | | - |
30 | | -======================================================================================== |
31 | | -Original Minpack license |
32 | | -======================================================================================== |
33 | | - |
34 | | -Minpack Copyright Notice (1999) University of Chicago. All rights reserved |
35 | | - |
36 | | -Redistribution and use in source and binary forms, with or |
37 | | -without modification, are permitted provided that the |
38 | | -following conditions are met: |
39 | | - |
40 | | -1. Redistributions of source code must retain the above |
41 | | -copyright notice, this list of conditions and the following |
42 | | -disclaimer. |
43 | | - |
44 | | -2. Redistributions in binary form must reproduce the above |
45 | | -copyright notice, this list of conditions and the following |
46 | | -disclaimer in the documentation and/or other materials |
47 | | -provided with the distribution. |
48 | | - |
49 | | -3. The end-user documentation included with the |
50 | | -redistribution, if any, must include the following |
51 | | -acknowledgment: |
52 | | - |
53 | | - "This product includes software developed by the |
54 | | - University of Chicago, as Operator of Argonne National |
55 | | - Laboratory. |
56 | | - |
57 | | -Alternately, this acknowledgment may appear in the software |
58 | | -itself, if and wherever such third-party acknowledgments |
59 | | -normally appear. |
60 | | - |
61 | | -4. WARRANTY DISCLAIMER. THE SOFTWARE IS SUPPLIED "AS IS" |
62 | | -WITHOUT WARRANTY OF ANY KIND. THE COPYRIGHT HOLDER, THE |
63 | | -UNITED STATES, THE UNITED STATES DEPARTMENT OF ENERGY, AND |
64 | | -THEIR EMPLOYEES: (1) DISCLAIM ANY WARRANTIES, EXPRESS OR |
65 | | -IMPLIED, INCLUDING BUT NOT LIMITED TO ANY IMPLIED WARRANTIES |
66 | | -OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE |
67 | | -OR NON-INFRINGEMENT, (2) DO NOT ASSUME ANY LEGAL LIABILITY |
68 | | -OR RESPONSIBILITY FOR THE ACCURACY, COMPLETENESS, OR |
69 | | -USEFULNESS OF THE SOFTWARE, (3) DO NOT REPRESENT THAT USE OF |
70 | | -THE SOFTWARE WOULD NOT INFRINGE PRIVATELY OWNED RIGHTS, (4) |
71 | | -DO NOT WARRANT THAT THE SOFTWARE WILL FUNCTION |
72 | | -UNINTERRUPTED, THAT IT IS ERROR-FREE OR THAT ANY ERRORS WILL |
73 | | -BE CORRECTED. |
74 | | - |
75 | | -5. LIMITATION OF LIABILITY. IN NO EVENT WILL THE COPYRIGHT |
76 | | -HOLDER, THE UNITED STATES, THE UNITED STATES DEPARTMENT OF |
77 | | -ENERGY, OR THEIR EMPLOYEES: BE LIABLE FOR ANY INDIRECT, |
78 | | -INCIDENTAL, CONSEQUENTIAL, SPECIAL OR PUNITIVE DAMAGES OF |
79 | | -ANY KIND OR NATURE, INCLUDING BUT NOT LIMITED TO LOSS OF |
80 | | -PROFITS OR LOSS OF DATA, FOR ANY REASON WHATSOEVER, WHETHER |
81 | | -SUCH LIABILITY IS ASSERTED ON THE BASIS OF CONTRACT, TORT |
82 | | -(INCLUDING NEGLIGENCE OR STRICT LIABILITY), OR OTHERWISE, |
83 | | -EVEN IF ANY OF SAID PARTIES HAS BEEN WARNED OF THE |
84 | | -POSSIBILITY OF SUCH LOSS OR DAMAGES. |
85 | | - |
| 1 | +Copyright (c) 2022 minpack contributors |
| 2 | + |
| 3 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 4 | +of this software and associated documentation files (the "Software"), to deal |
| 5 | +in the Software without restriction, including without limitation the rights |
| 6 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 7 | +copies of the Software, and to permit persons to whom the Software is |
| 8 | +furnished to do so, subject to the following conditions: |
| 9 | + |
| 10 | +The above copyright notice and this permission notice shall be included in |
| 11 | +all copies or substantial portions of the Software. |
| 12 | + |
| 13 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 14 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 15 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 16 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 17 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 18 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
| 19 | +THE SOFTWARE. |
| 20 | + |
| 21 | +----------------------------------------------------------------------------- |
| 22 | + |
| 23 | +Minpack Copyright Notice (1999) University of Chicago. All rights reserved |
| 24 | + |
| 25 | +Redistribution and use in source and binary forms, with or |
| 26 | +without modification, are permitted provided that the |
| 27 | +following conditions are met: |
| 28 | + |
| 29 | +1. Redistributions of source code must retain the above |
| 30 | +copyright notice, this list of conditions and the following |
| 31 | +disclaimer. |
| 32 | + |
| 33 | +2. Redistributions in binary form must reproduce the above |
| 34 | +copyright notice, this list of conditions and the following |
| 35 | +disclaimer in the documentation and/or other materials |
| 36 | +provided with the distribution. |
| 37 | + |
| 38 | +3. The end-user documentation included with the |
| 39 | +redistribution, if any, must include the following |
| 40 | +acknowledgment: |
| 41 | + |
| 42 | + "This product includes software developed by the |
| 43 | + University of Chicago, as Operator of Argonne National |
| 44 | + Laboratory. |
| 45 | + |
| 46 | +Alternately, this acknowledgment may appear in the software |
| 47 | +itself, if and wherever such third-party acknowledgments |
| 48 | +normally appear. |
| 49 | + |
| 50 | +4. WARRANTY DISCLAIMER. THE SOFTWARE IS SUPPLIED "AS IS" |
| 51 | +WITHOUT WARRANTY OF ANY KIND. THE COPYRIGHT HOLDER, THE |
| 52 | +UNITED STATES, THE UNITED STATES DEPARTMENT OF ENERGY, AND |
| 53 | +THEIR EMPLOYEES: (1) DISCLAIM ANY WARRANTIES, EXPRESS OR |
| 54 | +IMPLIED, INCLUDING BUT NOT LIMITED TO ANY IMPLIED WARRANTIES |
| 55 | +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE |
| 56 | +OR NON-INFRINGEMENT, (2) DO NOT ASSUME ANY LEGAL LIABILITY |
| 57 | +OR RESPONSIBILITY FOR THE ACCURACY, COMPLETENESS, OR |
| 58 | +USEFULNESS OF THE SOFTWARE, (3) DO NOT REPRESENT THAT USE OF |
| 59 | +THE SOFTWARE WOULD NOT INFRINGE PRIVATELY OWNED RIGHTS, (4) |
| 60 | +DO NOT WARRANT THAT THE SOFTWARE WILL FUNCTION |
| 61 | +UNINTERRUPTED, THAT IT IS ERROR-FREE OR THAT ANY ERRORS WILL |
| 62 | +BE CORRECTED. |
| 63 | + |
| 64 | +5. LIMITATION OF LIABILITY. IN NO EVENT WILL THE COPYRIGHT |
| 65 | +HOLDER, THE UNITED STATES, THE UNITED STATES DEPARTMENT OF |
| 66 | +ENERGY, OR THEIR EMPLOYEES: BE LIABLE FOR ANY INDIRECT, |
| 67 | +INCIDENTAL, CONSEQUENTIAL, SPECIAL OR PUNITIVE DAMAGES OF |
| 68 | +ANY KIND OR NATURE, INCLUDING BUT NOT LIMITED TO LOSS OF |
| 69 | +PROFITS OR LOSS OF DATA, FOR ANY REASON WHATSOEVER, WHETHER |
| 70 | +SUCH LIABILITY IS ASSERTED ON THE BASIS OF CONTRACT, TORT |
| 71 | +(INCLUDING NEGLIGENCE OR STRICT LIABILITY), OR OTHERWISE, |
| 72 | +EVEN IF ANY OF SAID PARTIES HAS BEEN WARNED OF THE |
| 73 | +POSSIBILITY OF SUCH LOSS OR DAMAGES. |
0 commit comments