Skip to content

Commit 596aade

Browse files
committed
Update repo dependencies
Fixes #30
1 parent 5b1accf commit 596aade

File tree

4 files changed

+772
-234
lines changed

4 files changed

+772
-234
lines changed

dist/index.js

Lines changed: 16 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/license.txt

Lines changed: 287 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@ The above copyright notice and this permission notice shall be included in all c
1010

1111
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.
1212

13+
@actions/exec
14+
MIT
15+
The MIT License (MIT)
16+
17+
Copyright 2019 GitHub
18+
19+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, 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 conditions:
20+
21+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
22+
23+
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.
24+
1325
@actions/glob
1426
MIT
1527
The MIT License (MIT)
@@ -22,6 +34,65 @@ The above copyright notice and this permission notice shall be included in all c
2234

2335
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.
2436

37+
@actions/http-client
38+
MIT
39+
Actions Http Client for Node.js
40+
41+
Copyright (c) GitHub, Inc.
42+
43+
All rights reserved.
44+
45+
MIT License
46+
47+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
48+
associated documentation files (the "Software"), to deal in the Software without restriction,
49+
including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
50+
and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
51+
subject to the following conditions:
52+
53+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
54+
55+
THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
56+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
57+
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
58+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
59+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
60+
61+
62+
@actions/io
63+
MIT
64+
The MIT License (MIT)
65+
66+
Copyright 2019 GitHub
67+
68+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, 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 conditions:
69+
70+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
71+
72+
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.
73+
74+
@fastify/busboy
75+
MIT
76+
Copyright Brian White. All rights reserved.
77+
78+
Permission is hereby granted, free of charge, to any person obtaining a copy
79+
of this software and associated documentation files (the "Software"), to
80+
deal in the Software without restriction, including without limitation the
81+
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
82+
sell copies of the Software, and to permit persons to whom the Software is
83+
furnished to do so, subject to the following conditions:
84+
85+
The above copyright notice and this permission notice shall be included in
86+
all copies or substantial portions of the Software.
87+
88+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
89+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
90+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
91+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
92+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
93+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
94+
IN THE SOFTWARE.
95+
2596
@vercel/ncc
2697
MIT
2798
Copyright 2018 ZEIT, Inc.
@@ -32,9 +103,11 @@ The above copyright notice and this permission notice shall be included in all c
32103

33104
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.
34105

35-
axios
106+
asynckit
36107
MIT
37-
Copyright (c) 2014-present Matt Zabriskie
108+
The MIT License (MIT)
109+
110+
Copyright (c) 2016 Alex Indigo
38111

39112
Permission is hereby granted, free of charge, to any person obtaining a copy
40113
of this software and associated documentation files (the "Software"), to deal
@@ -43,16 +116,27 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
43116
copies of the Software, and to permit persons to whom the Software is
44117
furnished to do so, subject to the following conditions:
45118

46-
The above copyright notice and this permission notice shall be included in
47-
all copies or substantial portions of the Software.
119+
The above copyright notice and this permission notice shall be included in all
120+
copies or substantial portions of the Software.
48121

49122
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
50123
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
51124
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
52125
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
53126
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
54-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
55-
THE SOFTWARE.
127+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
128+
SOFTWARE.
129+
130+
131+
axios
132+
MIT
133+
# Copyright (c) 2014-present Matt Zabriskie & Collaborators
134+
135+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, 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 conditions:
136+
137+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
138+
139+
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.
56140

57141

58142
balanced-match
@@ -105,6 +189,29 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
105189
SOFTWARE.
106190

107191

192+
combined-stream
193+
MIT
194+
Copyright (c) 2011 Debuggable Limited <[email protected]>
195+
196+
Permission is hereby granted, free of charge, to any person obtaining a copy
197+
of this software and associated documentation files (the "Software"), to deal
198+
in the Software without restriction, including without limitation the rights
199+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
200+
copies of the Software, and to permit persons to whom the Software is
201+
furnished to do so, subject to the following conditions:
202+
203+
The above copyright notice and this permission notice shall be included in
204+
all copies or substantial portions of the Software.
205+
206+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
207+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
208+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
209+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
210+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
211+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
212+
THE SOFTWARE.
213+
214+
108215
concat-map
109216
MIT
110217
This software is released under the MIT license:
@@ -127,6 +234,29 @@ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
127234
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
128235

129236

237+
delayed-stream
238+
MIT
239+
Copyright (c) 2011 Debuggable Limited <[email protected]>
240+
241+
Permission is hereby granted, free of charge, to any person obtaining a copy
242+
of this software and associated documentation files (the "Software"), to deal
243+
in the Software without restriction, including without limitation the rights
244+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
245+
copies of the Software, and to permit persons to whom the Software is
246+
furnished to do so, subject to the following conditions:
247+
248+
The above copyright notice and this permission notice shall be included in
249+
all copies or substantial portions of the Software.
250+
251+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
252+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
253+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
254+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
255+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
256+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
257+
THE SOFTWARE.
258+
259+
130260
follow-redirects
131261
MIT
132262
Copyright 2014–present Olivier Lalonde <[email protected]>, James Talmage <[email protected]>, Ruben Verborgh
@@ -149,6 +279,83 @@ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
149279
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
150280

151281

282+
form-data
283+
MIT
284+
Copyright (c) 2012 Felix Geisendörfer ([email protected]) and contributors
285+
286+
Permission is hereby granted, free of charge, to any person obtaining a copy
287+
of this software and associated documentation files (the "Software"), to deal
288+
in the Software without restriction, including without limitation the rights
289+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
290+
copies of the Software, and to permit persons to whom the Software is
291+
furnished to do so, subject to the following conditions:
292+
293+
The above copyright notice and this permission notice shall be included in
294+
all copies or substantial portions of the Software.
295+
296+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
297+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
298+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
299+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
300+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
301+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
302+
THE SOFTWARE.
303+
304+
305+
mime-db
306+
MIT
307+
(The MIT License)
308+
309+
Copyright (c) 2014 Jonathan Ong <[email protected]>
310+
Copyright (c) 2015-2022 Douglas Christopher Wilson <[email protected]>
311+
312+
Permission is hereby granted, free of charge, to any person obtaining
313+
a copy of this software and associated documentation files (the
314+
'Software'), to deal in the Software without restriction, including
315+
without limitation the rights to use, copy, modify, merge, publish,
316+
distribute, sublicense, and/or sell copies of the Software, and to
317+
permit persons to whom the Software is furnished to do so, subject to
318+
the following conditions:
319+
320+
The above copyright notice and this permission notice shall be
321+
included in all copies or substantial portions of the Software.
322+
323+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
324+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
325+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
326+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
327+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
328+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
329+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
330+
331+
332+
mime-types
333+
MIT
334+
(The MIT License)
335+
336+
Copyright (c) 2014 Jonathan Ong <[email protected]>
337+
Copyright (c) 2015 Douglas Christopher Wilson <[email protected]>
338+
339+
Permission is hereby granted, free of charge, to any person obtaining
340+
a copy of this software and associated documentation files (the
341+
'Software'), to deal in the Software without restriction, including
342+
without limitation the rights to use, copy, modify, merge, publish,
343+
distribute, sublicense, and/or sell copies of the Software, and to
344+
permit persons to whom the Software is furnished to do so, subject to
345+
the following conditions:
346+
347+
The above copyright notice and this permission notice shall be
348+
included in all copies or substantial portions of the Software.
349+
350+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
351+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
352+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
353+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
354+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
355+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
356+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
357+
358+
152359
minimatch
153360
ISC
154361
The ISC License
@@ -166,3 +373,77 @@ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
166373
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
167374
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
168375
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
376+
377+
378+
proxy-from-env
379+
MIT
380+
The MIT License
381+
382+
Copyright (C) 2016-2018 Rob Wu <[email protected]>
383+
384+
Permission is hereby granted, free of charge, to any person obtaining a copy of
385+
this software and associated documentation files (the "Software"), to deal in
386+
the Software without restriction, including without limitation the rights to
387+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
388+
of the Software, and to permit persons to whom the Software is furnished to do
389+
so, subject to the following conditions:
390+
391+
The above copyright notice and this permission notice shall be included in all
392+
copies or substantial portions of the Software.
393+
394+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
395+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
396+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
397+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
398+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
399+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
400+
401+
402+
tunnel
403+
MIT
404+
The MIT License (MIT)
405+
406+
Copyright (c) 2012 Koichi Kobayashi
407+
408+
Permission is hereby granted, free of charge, to any person obtaining a copy
409+
of this software and associated documentation files (the "Software"), to deal
410+
in the Software without restriction, including without limitation the rights
411+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
412+
copies of the Software, and to permit persons to whom the Software is
413+
furnished to do so, subject to the following conditions:
414+
415+
The above copyright notice and this permission notice shall be included in
416+
all copies or substantial portions of the Software.
417+
418+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
419+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
420+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
421+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
422+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
423+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
424+
THE SOFTWARE.
425+
426+
427+
undici
428+
MIT
429+
MIT License
430+
431+
Copyright (c) Matteo Collina and Undici contributors
432+
433+
Permission is hereby granted, free of charge, to any person obtaining a copy
434+
of this software and associated documentation files (the "Software"), to deal
435+
in the Software without restriction, including without limitation the rights
436+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
437+
copies of the Software, and to permit persons to whom the Software is
438+
furnished to do so, subject to the following conditions:
439+
440+
The above copyright notice and this permission notice shall be included in all
441+
copies or substantial portions of the Software.
442+
443+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
444+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
445+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
446+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
447+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
448+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
449+
SOFTWARE.

0 commit comments

Comments
 (0)