Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 212e83f

Browse filesBrowse files
authored
Add Third Party Modules (actions#126)
1 parent 0c28554 commit 212e83f
Copy full SHA for 212e83f

File tree

Expand file treeCollapse file tree

1 file changed

+164
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+164
-0
lines changed

‎dist/licenses.txt

Copy file name to clipboard
+164Lines changed: 164 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,164 @@
1+
@actions/core
2+
MIT
3+
Copyright 2019 GitHub
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
6+
associated documentation files (the "Software"), to deal in the Software without restriction,
7+
including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
8+
and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
9+
subject to the following conditions:
10+
11+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
12+
13+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
14+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
15+
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
16+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
17+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
18+
19+
@actions/exec
20+
MIT
21+
Copyright 2019 GitHub
22+
23+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
24+
associated documentation files (the "Software"), to deal in the Software without restriction,
25+
including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
26+
and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
27+
subject to the following conditions:
28+
29+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
30+
31+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
32+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
33+
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
34+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
35+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
36+
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+
Copyright 2019 GitHub
65+
66+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
67+
associated documentation files (the "Software"), to deal in the Software without restriction,
68+
including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
69+
and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
70+
subject to the following conditions:
71+
72+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
73+
74+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
75+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
76+
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
77+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
78+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
79+
80+
@actions/tool-cache
81+
MIT
82+
Copyright 2019 GitHub
83+
84+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
85+
associated documentation files (the "Software"), to deal in the Software without restriction,
86+
including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
87+
and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
88+
subject to the following conditions:
89+
90+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
91+
92+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
93+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
94+
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
95+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
96+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
97+
98+
semver
99+
ISC
100+
The ISC License
101+
102+
Copyright (c) Isaac Z. Schlueter and Contributors
103+
104+
Permission to use, copy, modify, and/or distribute this software for any
105+
purpose with or without fee is hereby granted, provided that the above
106+
copyright notice and this permission notice appear in all copies.
107+
108+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
109+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
110+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
111+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
112+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
113+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
114+
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
115+
116+
117+
tunnel
118+
MIT
119+
The MIT License (MIT)
120+
121+
Copyright (c) 2012 Koichi Kobayashi
122+
123+
Permission is hereby granted, free of charge, to any person obtaining a copy
124+
of this software and associated documentation files (the "Software"), to deal
125+
in the Software without restriction, including without limitation the rights
126+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
127+
copies of the Software, and to permit persons to whom the Software is
128+
furnished to do so, subject to the following conditions:
129+
130+
The above copyright notice and this permission notice shall be included in
131+
all copies or substantial portions of the Software.
132+
133+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
134+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
135+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
136+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
137+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
138+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
139+
THE SOFTWARE.
140+
141+
142+
uuid
143+
MIT
144+
The MIT License (MIT)
145+
146+
Copyright (c) 2010-2016 Robert Kieffer and other contributors
147+
148+
Permission is hereby granted, free of charge, to any person obtaining a copy
149+
of this software and associated documentation files (the "Software"), to deal
150+
in the Software without restriction, including without limitation the rights
151+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
152+
copies of the Software, and to permit persons to whom the Software is
153+
furnished to do so, subject to the following conditions:
154+
155+
The above copyright notice and this permission notice shall be included in all
156+
copies or substantial portions of the Software.
157+
158+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
159+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
160+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
161+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
162+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
163+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
164+
SOFTWARE.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.