|
| 1 | +The project as a whole is licensed as: |
| 2 | + |
| 3 | +The MIT License (MIT) |
| 4 | + |
| 5 | +Copyright (c) 2023 Jakub Hampl |
| 6 | + |
| 7 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 8 | +of this software and associated documentation files (the "Software"), to deal |
| 9 | +in the Software without restriction, including without limitation the rights |
| 10 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 11 | +copies of the Software, and to permit persons to whom the Software is |
| 12 | +furnished to do so, subject to the following conditions: |
| 13 | + |
| 14 | +The above copyright notice and this permission notice shall be included in all |
| 15 | +copies or substantial portions of the Software. |
| 16 | + |
| 17 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 18 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 19 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 20 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 21 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 22 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 23 | +SOFTWARE. |
| 24 | + |
| 25 | +--- |
| 26 | + |
| 27 | +However, individual modules have other (compatible) licenses: |
| 28 | + |
| 29 | +Array.Extra, List.Extra, Maybe.Extra: |
| 30 | + |
| 31 | +The MIT License (MIT) |
| 32 | + |
| 33 | +Copyright (c) 2015 CircuitHub, elm-community |
| 34 | + |
| 35 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 36 | +of this software and associated documentation files (the "Software"), to deal |
| 37 | +in the Software without restriction, including without limitation the rights |
| 38 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 39 | +copies of the Software, and to permit persons to whom the Software is |
| 40 | +furnished to do so, subject to the following conditions: |
| 41 | + |
| 42 | +The above copyright notice and this permission notice shall be included in all |
| 43 | +copies or substantial portions of the Software. |
| 44 | + |
| 45 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 46 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 47 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 48 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 49 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 50 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 51 | +SOFTWARE. |
| 52 | + |
| 53 | +--- |
| 54 | + |
| 55 | +Cmd.Extra: |
| 56 | + |
| 57 | +BSD 3-Clause License |
| 58 | + |
| 59 | +Copyright (c) 2017, GlobalWebIndex |
| 60 | +All rights reserved. |
| 61 | + |
| 62 | +Redistribution and use in source and binary forms, with or without |
| 63 | +modification, are permitted provided that the following conditions are met: |
| 64 | + |
| 65 | +- Redistributions of source code must retain the above copyright notice, this |
| 66 | + list of conditions and the following disclaimer. |
| 67 | + |
| 68 | +- Redistributions in binary form must reproduce the above copyright notice, |
| 69 | + this list of conditions and the following disclaimer in the documentation |
| 70 | + and/or other materials provided with the distribution. |
| 71 | + |
| 72 | +- Neither the name of the copyright holder nor the names of its |
| 73 | + contributors may be used to endorse or promote products derived from |
| 74 | + this software without specific prior written permission. |
| 75 | + |
| 76 | +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
| 77 | +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 78 | +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 79 | +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE |
| 80 | +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 81 | +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
| 82 | +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
| 83 | +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 84 | +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 85 | +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 86 | + |
| 87 | +--- |
| 88 | + |
| 89 | +List.Extra: |
| 90 | + |
| 91 | +The MIT License (MIT) |
| 92 | + |
| 93 | +Copyright (c) 2016 CircuitHub Inc., Elm Community members |
| 94 | + |
| 95 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 96 | +of this software and associated documentation files (the "Software"), to deal |
| 97 | +in the Software without restriction, including without limitation the rights |
| 98 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 99 | +copies of the Software, and to permit persons to whom the Software is |
| 100 | +furnished to do so, subject to the following conditions: |
| 101 | + |
| 102 | +The above copyright notice and this permission notice shall be included in all |
| 103 | +copies or substantial portions of the Software. |
| 104 | + |
| 105 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 106 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 107 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 108 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 109 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 110 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 111 | +SOFTWARE. |
| 112 | + |
| 113 | +--- |
| 114 | + |
| 115 | +String.Extra: |
| 116 | + |
| 117 | +BSD 3-Clause License |
| 118 | + |
| 119 | +Copyright (c) 2016, Elm Community |
| 120 | +All rights reserved. |
| 121 | + |
| 122 | +Redistribution and use in source and binary forms, with or without |
| 123 | +modification, are permitted provided that the following conditions are met: |
| 124 | + |
| 125 | +- Redistributions of source code must retain the above copyright notice, this |
| 126 | + list of conditions and the following disclaimer. |
| 127 | + |
| 128 | +- Redistributions in binary form must reproduce the above copyright notice, |
| 129 | + this list of conditions and the following disclaimer in the documentation |
| 130 | + and/or other materials provided with the distribution. |
| 131 | + |
| 132 | +- Neither the name of string-extra nor the names of its |
| 133 | + contributors may be used to endorse or promote products derived from |
| 134 | + this software without specific prior written permission. |
| 135 | + |
| 136 | +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
| 137 | +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 138 | +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 139 | +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE |
| 140 | +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 141 | +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
| 142 | +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
| 143 | +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 144 | +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 145 | +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 146 | + |
| 147 | +--- |
| 148 | + |
| 149 | +Tuple.Extra: |
| 150 | + |
| 151 | +The MIT License (MIT) |
| 152 | + |
| 153 | +Copyright 2019 Andrew Thompson |
| 154 | + |
| 155 | +Permission is hereby granted, free of charge, to any person obtaining a copy of |
| 156 | +this software and associated documentation files (the "Software"), to deal in |
| 157 | +the Software without restriction, including without limitation the rights to use, |
| 158 | +copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the |
| 159 | +Software, and to permit persons to whom the Software is furnished to do so, |
| 160 | +subject to the following conditions: |
| 161 | + |
| 162 | +The above copyright notice and this permission notice shall be included in all |
| 163 | +copies or substantial portions of the Software. |
| 164 | + |
| 165 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 166 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS |
| 167 | +FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR |
| 168 | +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER |
| 169 | +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN |
| 170 | +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 171 | + |
| 172 | +--- |
| 173 | + |
| 174 | +Set.Extra: |
| 175 | + |
1 | 176 | BSD 3-Clause License
|
2 | 177 |
|
3 |
| -Copyright (c) 2023, Jakub Hampl |
| 178 | +Copyright (c) 2017, Christoph Hermann |
4 | 179 | All rights reserved.
|
5 | 180 |
|
6 | 181 | Redistribution and use in source and binary forms, with or without
|
|
0 commit comments