Skip to content

Commit b5d1a05

Browse files
authored
chore: combine deps license with same text (#18356)
1 parent 455d083 commit b5d1a05

File tree

3 files changed

+186
-842
lines changed

3 files changed

+186
-842
lines changed

packages/create-vite/LICENSE

+6-75
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ Repository: git@github.com:moxystudio/node-cross-spawn.git
5757

5858
---------------------------------------
5959

60-
## isexe
60+
## isexe, which
6161
License: ISC
6262
By: Isaac Z. Schlueter
63-
Repository: git+https://github.com/isaacs/isexe.git
63+
Repositories: git+https://github.com/isaacs/isexe.git, git://github.com/isaacs/node-which.git
6464

6565
> The ISC License
6666
>
@@ -135,10 +135,10 @@ Repository: git://github.com/minimistjs/minimist.git
135135

136136
---------------------------------------
137137

138-
## path-key
138+
## path-key, shebang-regex
139139
License: MIT
140140
By: Sindre Sorhus
141-
Repository: sindresorhus/path-key
141+
Repositories: sindresorhus/path-key, sindresorhus/shebang-regex
142142

143143
> MIT License
144144
>
@@ -175,10 +175,10 @@ Repository: alexeyraspopov/picocolors
175175

176176
---------------------------------------
177177

178-
## prompts
178+
## prompts, sisteransi
179179
License: MIT
180180
By: Terkel Gjervig
181-
Repository: terkelg/prompts
181+
Repositories: terkelg/prompts, https://github.com/terkelg/sisteransi
182182

183183
> MIT License
184184
>
@@ -218,72 +218,3 @@ Repository: kevva/shebang-command
218218
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
219219
>
220220
> 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.
221-
222-
---------------------------------------
223-
224-
## shebang-regex
225-
License: MIT
226-
By: Sindre Sorhus
227-
Repository: sindresorhus/shebang-regex
228-
229-
> MIT License
230-
>
231-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
232-
>
233-
> 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:
234-
>
235-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
236-
>
237-
> 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.
238-
239-
---------------------------------------
240-
241-
## sisteransi
242-
License: MIT
243-
By: Terkel Gjervig
244-
Repository: https://github.com/terkelg/sisteransi
245-
246-
> MIT License
247-
>
248-
> Copyright (c) 2018 Terkel Gjervig Nielsen
249-
>
250-
> Permission is hereby granted, free of charge, to any person obtaining a copy
251-
> of this software and associated documentation files (the "Software"), to deal
252-
> in the Software without restriction, including without limitation the rights
253-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
254-
> copies of the Software, and to permit persons to whom the Software is
255-
> furnished to do so, subject to the following conditions:
256-
>
257-
> The above copyright notice and this permission notice shall be included in all
258-
> copies or substantial portions of the Software.
259-
>
260-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
261-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
262-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
263-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
264-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
265-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
266-
> SOFTWARE.
267-
268-
---------------------------------------
269-
270-
## which
271-
License: ISC
272-
By: Isaac Z. Schlueter
273-
Repository: git://github.com/isaacs/node-which.git
274-
275-
> The ISC License
276-
>
277-
> Copyright (c) Isaac Z. Schlueter and Contributors
278-
>
279-
> Permission to use, copy, modify, and/or distribute this software for any
280-
> purpose with or without fee is hereby granted, provided that the above
281-
> copyright notice and this permission notice appear in all copies.
282-
>
283-
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
284-
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
285-
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
286-
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
287-
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
288-
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
289-
> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

0 commit comments

Comments
 (0)