|
200 | 200 | }, |
201 | 201 | { |
202 | 202 | "name": "big-integer", |
203 | | - "prependLicenseText": ["Copyright released to public domain"] |
| 203 | + "prependLicenseText": [ |
| 204 | + "Copyright released to public domain" |
| 205 | + ] |
| 206 | + }, |
| 207 | + { |
| 208 | + // Reason: The license at https://github.com/justmoon/node-extend/blob/main/LICENSE |
| 209 | + // cannot be found by the OSS tool automatically. |
| 210 | + "name": "extend", |
| 211 | + "fullLicenseText": [ |
| 212 | + "The MIT License (MIT)", |
| 213 | + "", |
| 214 | + "Copyright (c) 2014 Stefan Thomas", |
| 215 | + "", |
| 216 | + "Permission is hereby granted, free of charge, to any person obtaining", |
| 217 | + "a copy of this software and associated documentation files (the", |
| 218 | + "\"Software\"), to deal in the Software without restriction, including", |
| 219 | + "without limitation the rights to use, copy, modify, merge, publish,", |
| 220 | + "distribute, sublicense, and/or sell copies of the Software, and to", |
| 221 | + "permit persons to whom the Software is furnished to do so, subject to", |
| 222 | + "the following conditions:", |
| 223 | + "", |
| 224 | + "The above copyright notice and this permission notice shall be", |
| 225 | + "included in all copies or substantial portions of the Software.", |
| 226 | + "", |
| 227 | + "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,", |
| 228 | + "EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF", |
| 229 | + "MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND", |
| 230 | + "NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE", |
| 231 | + "LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION", |
| 232 | + "OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION", |
| 233 | + "WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE." |
| 234 | + ] |
| 235 | + }, |
| 236 | + { |
| 237 | + // Reason: The license at https://github.com/retep998/winapi-rs/blob/0.3/LICENSE-MIT |
| 238 | + // cannot be found by the OSS tool automatically. |
| 239 | + "name": "retep998/winapi-rs", |
| 240 | + "fullLicenseText": [ |
| 241 | + "Copyright (c) 2015-2018 The winapi-rs Developers", |
| 242 | + "", |
| 243 | + "Permission is hereby granted, free of charge, to any person obtaining a copy", |
| 244 | + "of this software and associated documentation files (the \"Software\"), to deal", |
| 245 | + "in the Software without restriction, including without limitation the rights", |
| 246 | + "to use, copy, modify, merge, publish, distribute, sublicense, and/or sell", |
| 247 | + "copies of the Software, and to permit persons to whom the Software is", |
| 248 | + "furnished to do so, subject to the following conditions:", |
| 249 | + "", |
| 250 | + "The above copyright notice and this permission notice shall be included in all", |
| 251 | + "copies or substantial portions of the Software.", |
| 252 | + "", |
| 253 | + "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR", |
| 254 | + "IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,", |
| 255 | + "FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE", |
| 256 | + "AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER", |
| 257 | + "LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,", |
| 258 | + "OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE", |
| 259 | + "SOFTWARE." |
| 260 | + ] |
| 261 | + }, |
| 262 | + { |
| 263 | + // Reason: The license at https://github.com/digitaldesignlabs/es6-promisify/blob/main/LICENSE |
| 264 | + // cannot be found by the OSS tool automatically. |
| 265 | + "name": "es6-promisify", |
| 266 | + "fullLicenseText": [ |
| 267 | + "Copyright (c) 2014 Mike Hall / Digital Design Labs", |
| 268 | + "", |
| 269 | + "Permission is hereby granted, free of charge, to any person obtaining a copy", |
| 270 | + "of this software and associated documentation files (the \"Software\"), to deal", |
| 271 | + "in the Software without restriction, including without limitation the rights", |
| 272 | + "to use, copy, modify, merge, publish, distribute, sublicense, and/or sell", |
| 273 | + "copies of the Software, and to permit persons to whom the Software is", |
| 274 | + "furnished to do so, subject to the following conditions:", |
| 275 | + "", |
| 276 | + "The above copyright notice and this permission notice shall be included in all", |
| 277 | + "copies or substantial portions of the Software.", |
| 278 | + "", |
| 279 | + "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR", |
| 280 | + "IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,", |
| 281 | + "FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE", |
| 282 | + "AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER", |
| 283 | + "LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,", |
| 284 | + "OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE", |
| 285 | + "SOFTWARE." |
| 286 | + ] |
| 287 | + }, |
| 288 | + { |
| 289 | + // Reason: The license at https://github.com/zkat/json-parse-better-errors/blob/latest/LICENSE.md |
| 290 | + // cannot be found by the OSS tool automatically. |
| 291 | + "name": "json-parse-better-errors", |
| 292 | + "fullLicenseText": [ |
| 293 | + "Copyright 2017 Kat Marchán", |
| 294 | + "", |
| 295 | + "Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the", |
| 296 | + "\"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute,", |
| 297 | + "sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following", |
| 298 | + "conditions:", |
| 299 | + "", |
| 300 | + "The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.", |
| 301 | + "", |
| 302 | + "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE", |
| 303 | + "WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS", |
| 304 | + "OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR", |
| 305 | + "OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE." |
| 306 | + ] |
| 307 | + }, |
| 308 | + { |
| 309 | + // Reason: The license at https://github.com/time-rs/time/blob/main/LICENSE-MIT |
| 310 | + // cannot be found by the OSS tool automatically. |
| 311 | + "name": "time-rs/time", |
| 312 | + "fullLicenseText": [ |
| 313 | + "Copyright (c) 2019 Jacob Pratt", |
| 314 | + "", |
| 315 | + "Permission is hereby granted, free of charge, to any person obtaining a copy", |
| 316 | + "of this software and associated documentation files (the \"Software\"), to deal", |
| 317 | + "in the Software without restriction, including without limitation the rights", |
| 318 | + "to use, copy, modify, merge, publish, distribute, sublicense, and/or sell", |
| 319 | + "copies of the Software, and to permit persons to whom the Software is", |
| 320 | + "furnished to do so, subject to the following conditions:", |
| 321 | + "", |
| 322 | + "The above copyright notice and this permission notice shall be included in all", |
| 323 | + "copies or substantial portions of the Software.", |
| 324 | + "", |
| 325 | + "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR", |
| 326 | + "IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,", |
| 327 | + "FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE", |
| 328 | + "AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER", |
| 329 | + "LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,", |
| 330 | + "OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE", |
| 331 | + "SOFTWARE." |
| 332 | + ] |
204 | 333 | } |
205 | 334 | ] |
0 commit comments