Update 3rd party licenses (#233)

4f96fbf · github-actions[bot] · 2023-10-08 19:28

1 files +50 -0
Message
{commit_body(@commit)}

Files changed

modified 3RD_PARTY_LICENSES
+50 −0
@@ -118,6 +118,30 @@ THE SOFTWARE.
118 118
119 119 -----
120 120
121 +The following software may be included in this product: @fastify/busboy. A copy of the source code may be downloaded from https://github.com/fastify/busboy.git. This software contains the following license and notice below:
122 +
123 +Copyright Brian White. All rights reserved.
124 +
125 +Permission is hereby granted, free of charge, to any person obtaining a copy
126 +of this software and associated documentation files (the "Software"), to
127 +deal in the Software without restriction, including without limitation the
128 +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
129 +sell copies of the Software, and to permit persons to whom the Software is
130 +furnished to do so, subject to the following conditions:
131 +
132 +The above copyright notice and this permission notice shall be included in
133 +all copies or substantial portions of the Software.
134 +
135 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
136 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
137 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
138 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
139 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
140 +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
141 +IN THE SOFTWARE.
142 +
143 +-----
144 +
121 145 The following software may be included in this product: @humanwhocodes/config-array, @humanwhocodes/module-importer, @pkgjs/parseargs. A copy of the source code may be downloaded from git+https://github.com/humanwhocodes/config-array.git (@humanwhocodes/config-array), git+https://github.com/humanwhocodes/module-importer.git (@humanwhocodes/module-importer), git@github.com:pkgjs/parseargs.git (@pkgjs/parseargs). This software contains the following license and notice below:
122 146
123 147 Apache License
@@ -9787,6 +9811,32 @@ THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
9787 9811
9788 9812 -----
9789 9813
9814 +The following software may be included in this product: undici. A copy of the source code may be downloaded from git+https://github.com/nodejs/undici.git. This software contains the following license and notice below:
9815 +
9816 +MIT License
9817 +
9818 +Copyright (c) Matteo Collina and Undici contributors
9819 +
9820 +Permission is hereby granted, free of charge, to any person obtaining a copy
9821 +of this software and associated documentation files (the "Software"), to deal
9822 +in the Software without restriction, including without limitation the rights
9823 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9824 +copies of the Software, and to permit persons to whom the Software is
9825 +furnished to do so, subject to the following conditions:
9826 +
9827 +The above copyright notice and this permission notice shall be included in all
9828 +copies or substantial portions of the Software.
9829 +
9830 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
9831 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
9832 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
9833 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
9834 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
9835 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
9836 +SOFTWARE.
9837 +
9838 +-----
9839 +
9790 9840 The following software may be included in this product: uri-js. A copy of the source code may be downloaded from http://github.com/garycourt/uri-js. This software contains the following license and notice below:
9791 9841
9792 9842 Copyright 2011 Gary Court. All rights reserved.

Parents: 5462be1