You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dist/licenses.txt
+94Lines changed: 94 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,31 @@ The above copyright notice and this permission notice shall be included in all c
20
20
21
21
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
22
22
23
+
@actions/http-client
24
+
MIT
25
+
Actions Http Client for Node.js
26
+
27
+
Copyright (c) GitHub, Inc.
28
+
29
+
All rights reserved.
30
+
31
+
MIT License
32
+
33
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
34
+
associated documentation files (the "Software"), to deal in the Software without restriction,
35
+
including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
36
+
and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
37
+
subject to the following conditions:
38
+
39
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
40
+
41
+
THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
42
+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
43
+
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
44
+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
45
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
46
+
47
+
23
48
@octokit/endpoint
24
49
MIT
25
50
The MIT License
@@ -1132,6 +1157,34 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1132
1157
THE SOFTWARE.
1133
1158
1134
1159
1160
+
tr46
1161
+
MIT
1162
+
1163
+
tunnel
1164
+
MIT
1165
+
The MIT License (MIT)
1166
+
1167
+
Copyright (c) 2012 Koichi Kobayashi
1168
+
1169
+
Permission is hereby granted, free of charge, to any person obtaining a copy
1170
+
of this software and associated documentation files (the "Software"), to deal
1171
+
in the Software without restriction, including without limitation the rights
1172
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1173
+
copies of the Software, and to permit persons to whom the Software is
1174
+
furnished to do so, subject to the following conditions:
1175
+
1176
+
The above copyright notice and this permission notice shall be included in
1177
+
all copies or substantial portions of the Software.
1178
+
1179
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1180
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1181
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1182
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1183
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1184
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1185
+
THE SOFTWARE.
1186
+
1187
+
1135
1188
universal-user-agent
1136
1189
ISC
1137
1190
# [ISC License](https://spdx.org/licenses/ISC)
@@ -1143,6 +1196,47 @@ Permission to use, copy, modify, and/or distribute this software for any purpose
1143
1196
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1144
1197
1145
1198
1199
+
webidl-conversions
1200
+
BSD-2-Clause
1201
+
# The BSD 2-Clause License
1202
+
1203
+
Copyright (c) 2014, Domenic Denicola
1204
+
All rights reserved.
1205
+
1206
+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1207
+
1208
+
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
1209
+
1210
+
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
1211
+
1212
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1213
+
1214
+
1215
+
whatwg-url
1216
+
MIT
1217
+
The MIT License (MIT)
1218
+
1219
+
Copyright (c) 2015–2016 Sebastian Mayr
1220
+
1221
+
Permission is hereby granted, free of charge, to any person obtaining a copy
1222
+
of this software and associated documentation files (the "Software"), to deal
1223
+
in the Software without restriction, including without limitation the rights
1224
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1225
+
copies of the Software, and to permit persons to whom the Software is
1226
+
furnished to do so, subject to the following conditions:
1227
+
1228
+
The above copyright notice and this permission notice shall be included in
1229
+
all copies or substantial portions of the Software.
1230
+
1231
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1232
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1233
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1234
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1235
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1236
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
0 commit comments