|
169 | 169 | "OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE", |
170 | 170 | "SOFTWARE." |
171 | 171 | ] |
| 172 | + }, |
| 173 | + { |
| 174 | + // Reason: The license at https://github.com/floatdrop/pinkie/blob/master/license |
| 175 | + // cannot be found by the OSS tool automatically. |
| 176 | + "name": "pinkie", |
| 177 | + "fullLicenseText": [ |
| 178 | + "The MIT License (MIT)", |
| 179 | + "", |
| 180 | + "Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)", |
| 181 | + "", |
| 182 | + "Permission is hereby granted, free of charge, to any person obtaining a copy", |
| 183 | + "of this software and associated documentation files (the \"Software\"), to deal", |
| 184 | + "in the Software without restriction, including without limitation the rights", |
| 185 | + "to use, copy, modify, merge, publish, distribute, sublicense, and/or sell", |
| 186 | + "copies of the Software, and to permit persons to whom the Software is", |
| 187 | + "furnished to do so, subject to the following conditions:", |
| 188 | + "", |
| 189 | + "The above copyright notice and this permission notice shall be included in", |
| 190 | + "all copies or substantial portions of the Software.", |
| 191 | + "", |
| 192 | + "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR", |
| 193 | + "IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,", |
| 194 | + "FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE", |
| 195 | + "AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER", |
| 196 | + "LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,", |
| 197 | + "OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN", |
| 198 | + "THE SOFTWARE." |
| 199 | + ] |
| 200 | + }, |
| 201 | + { |
| 202 | + "name": "big-integer", |
| 203 | + "prependLicenseText": ["Copyright released to public domain"] |
172 | 204 | } |
173 | 205 | ] |
0 commit comments