Update 3rd party licenses (#221)

7960f20 · github-actions[bot] · 2023-06-28 12:10

1 files +26 -52
Message
{commit_body(@commit)}

Files changed

modified 3RD_PARTY_LICENSES
+26 −52
@@ -2,6 +2,32 @@ THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY B
2 2
3 3 -----
4 4
5 +The following software may be included in this product: @aashutoshrathi/word-wrap, is-extglob. A copy of the source code may be downloaded from git+https://github.com/aashutoshrathi/word-wrap.git (@aashutoshrathi/word-wrap), https://github.com/jonschlinkert/is-extglob.git (is-extglob). This software contains the following license and notice below:
6 +
7 +The MIT License (MIT)
8 +
9 +Copyright (c) 2014-2016, Jon Schlinkert
10 +
11 +Permission is hereby granted, free of charge, to any person obtaining a copy
12 +of this software and associated documentation files (the "Software"), to deal
13 +in the Software without restriction, including without limitation the rights
14 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
15 +copies of the Software, and to permit persons to whom the Software is
16 +furnished to do so, subject to the following conditions:
17 +
18 +The above copyright notice and this permission notice shall be included in
19 +all copies or substantial portions of the Software.
20 +
21 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
22 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
23 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
24 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
25 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
26 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
27 +THE SOFTWARE.
28 +
29 +-----
30 +
5 31 The following software may be included in this product: @actions/core, @actions/exec, @actions/io, @actions/tool-cache. A copy of the source code may be downloaded from git+https://github.com/actions/toolkit.git (@actions/core), git+https://github.com/actions/toolkit.git (@actions/exec), git+https://github.com/actions/toolkit.git (@actions/io), git+https://github.com/actions/toolkit.git (@actions/tool-cache). This software contains the following license and notice below:
6 32
7 33 The MIT License (MIT)
@@ -3320,32 +3346,6 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3320 3346
3321 3347 -----
3322 3348
3323 The following software may be included in this product: is-extglob. A copy of the source code may be downloaded from https://github.com/jonschlinkert/is-extglob.git. This software contains the following license and notice below:
3324
3325 The MIT License (MIT)
3326
3327 Copyright (c) 2014-2016, Jon Schlinkert
3328
3329 Permission is hereby granted, free of charge, to any person obtaining a copy
3330 of this software and associated documentation files (the "Software"), to deal
3331 in the Software without restriction, including without limitation the rights
3332 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3333 copies of the Software, and to permit persons to whom the Software is
3334 furnished to do so, subject to the following conditions:
3335
3336 The above copyright notice and this permission notice shall be included in
3337 all copies or substantial portions of the Software.
3338
3339 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3340 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3341 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3342 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3343 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3344 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3345 THE SOFTWARE.
3346
3347 -----
3348
3349 3349 The following software may be included in this product: is-glob. A copy of the source code may be downloaded from https://github.com/micromatch/is-glob.git. This software contains the following license and notice below:
3350 3350
3351 3351 The MIT License (MIT)
@@ -10464,32 +10464,6 @@ SOFTWARE.
10464 10464
10465 10465 -----
10466 10466
10467 The following software may be included in this product: word-wrap. A copy of the source code may be downloaded from https://github.com/jonschlinkert/word-wrap.git. This software contains the following license and notice below:
10468
10469 The MIT License (MIT)
10470
10471 Copyright (c) 2014-2017, Jon Schlinkert
10472
10473 Permission is hereby granted, free of charge, to any person obtaining a copy
10474 of this software and associated documentation files (the "Software"), to deal
10475 in the Software without restriction, including without limitation the rights
10476 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10477 copies of the Software, and to permit persons to whom the Software is
10478 furnished to do so, subject to the following conditions:
10479
10480 The above copyright notice and this permission notice shall be included in
10481 all copies or substantial portions of the Software.
10482
10483 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
10484 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
10485 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
10486 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
10487 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
10488 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
10489 THE SOFTWARE.
10490
10491 -----
10492
10493 10467 The following software may be included in this product: y18n. A copy of the source code may be downloaded from https://github.com/yargs/y18n.git. This software contains the following license and notice below:
10494 10468
10495 10469 Copyright (c) 2015, Contributors

Parents: 3401fe1