Skip to content

Commit 6cdc0b7

Browse files
committed
chore: update license
1 parent 405adca commit 6cdc0b7

1 file changed

Lines changed: 1 addition & 221 deletions

File tree

packages/vscode-webdriverio/LICENSE.md

Lines changed: 1 addition & 221 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ SOFTWARE.
2525

2626
# Licenses of bundled dependencies
2727
The published extension contains additionally code with the following licenses:
28-
0BSD, Apache-2.0, BSD-2-Clause, BSD-3-Clause, BlueOak-1.0.0, ISC, MIT
28+
0BSD, Apache-2.0, BSD-2-Clause, BSD-3-Clause, ISC, MIT
2929

3030
# Bundled dependencies:
3131
## @babel/parser
@@ -116,67 +116,6 @@ Repository: git://github.com/cucumber/messages.git
116116
117117
---------------------------------------
118118

119-
## @isaacs/balanced-match
120-
License: MIT
121-
Repository: git://github.com/isaacs/balanced-match.git
122-
### License Text
123-
> (MIT)
124-
>
125-
> Original code Copyright Julian Gruber <[email protected]>
126-
>
127-
> Port to TypeScript Copyright Isaac Z. Schlueter <[email protected]>
128-
>
129-
> Permission is hereby granted, free of charge, to any person obtaining a copy of
130-
> this software and associated documentation files (the "Software"), to deal in
131-
> the Software without restriction, including without limitation the rights to
132-
> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
133-
> of the Software, and to permit persons to whom the Software is furnished to do
134-
> so, subject to the following conditions:
135-
>
136-
> The above copyright notice and this permission notice shall be included in all
137-
> copies or substantial portions of the Software.
138-
>
139-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
140-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
141-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
142-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
143-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
144-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
145-
> SOFTWARE.
146-
>
147-
148-
---------------------------------------
149-
150-
## @isaacs/brace-expansion
151-
License: MIT
152-
### License Text
153-
> MIT License
154-
>
155-
> Copyright Julian Gruber <[email protected]>
156-
>
157-
> TypeScript port Copyright Isaac Z. Schlueter <[email protected]>
158-
>
159-
> Permission is hereby granted, free of charge, to any person obtaining a copy
160-
> of this software and associated documentation files (the "Software"), to deal
161-
> in the Software without restriction, including without limitation the rights
162-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
163-
> copies of the Software, and to permit persons to whom the Software is
164-
> furnished to do so, subject to the following conditions:
165-
>
166-
> The above copyright notice and this permission notice shall be included in all
167-
> copies or substantial portions of the Software.
168-
>
169-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
170-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
171-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
172-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
173-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
174-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
175-
> SOFTWARE.
176-
>
177-
178-
---------------------------------------
179-
180119
## @wdio/reporter
181120
License: MIT
182121
Author: Christian Bromann
@@ -409,30 +348,6 @@ Author: Sindre Sorhus
409348
410349
---------------------------------------
411350

412-
## glob
413-
License: ISC
414-
Author: Isaac Z. Schlueter
415-
Repository: git://github.com/isaacs/node-glob.git
416-
### License Text
417-
> The ISC License
418-
>
419-
> Copyright (c) 2009-2023 Isaac Z. Schlueter and Contributors
420-
>
421-
> Permission to use, copy, modify, and/or distribute this software for any
422-
> purpose with or without fee is hereby granted, provided that the above
423-
> copyright notice and this permission notice appear in all copies.
424-
>
425-
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
426-
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
427-
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
428-
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
429-
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
430-
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
431-
> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
432-
>
433-
434-
---------------------------------------
435-
436351
## isexe
437352
License: ISC
438353
Author: Isaac Z. Schlueter
@@ -456,77 +371,6 @@ Author: Isaac Z. Schlueter
456371
457372
---------------------------------------
458373

459-
## lru-cache
460-
License: ISC
461-
Author: Isaac Z. Schlueter
462-
Repository: git://github.com/isaacs/node-lru-cache.git
463-
### License Text
464-
> The ISC License
465-
>
466-
> Copyright (c) 2010-2023 Isaac Z. Schlueter and Contributors
467-
>
468-
> Permission to use, copy, modify, and/or distribute this software for any
469-
> purpose with or without fee is hereby granted, provided that the above
470-
> copyright notice and this permission notice appear in all copies.
471-
>
472-
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
473-
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
474-
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
475-
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
476-
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
477-
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
478-
> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
479-
>
480-
481-
---------------------------------------
482-
483-
## minimatch
484-
License: ISC
485-
Author: Isaac Z. Schlueter
486-
Repository: git://github.com/isaacs/minimatch.git
487-
### License Text
488-
> The ISC License
489-
>
490-
> Copyright (c) 2011-2023 Isaac Z. Schlueter and Contributors
491-
>
492-
> Permission to use, copy, modify, and/or distribute this software for any
493-
> purpose with or without fee is hereby granted, provided that the above
494-
> copyright notice and this permission notice appear in all copies.
495-
>
496-
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
497-
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
498-
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
499-
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
500-
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
501-
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
502-
> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
503-
>
504-
505-
---------------------------------------
506-
507-
## minipass
508-
License: ISC
509-
Author: Isaac Z. Schlueter
510-
### License Text
511-
> The ISC License
512-
>
513-
> Copyright (c) 2017-2023 npm, Inc., Isaac Z. Schlueter, and Contributors
514-
>
515-
> Permission to use, copy, modify, and/or distribute this software for any
516-
> purpose with or without fee is hereby granted, provided that the above
517-
> copyright notice and this permission notice appear in all copies.
518-
>
519-
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
520-
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
521-
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
522-
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
523-
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
524-
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
525-
> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
526-
>
527-
528-
---------------------------------------
529-
530374
## object-inspect
531375
License: MIT
532376
Author: James Halliday
@@ -557,70 +401,6 @@ Repository: git://github.com/inspect-js/object-inspect.git
557401
558402
---------------------------------------
559403

560-
## path-scurry
561-
License: BlueOak-1.0.0
562-
Author: Isaac Z. Schlueter
563-
Repository: git+https://github.com/isaacs/path-scurry
564-
### License Text
565-
> # Blue Oak Model License
566-
>
567-
> Version 1.0.0
568-
>
569-
> ## Purpose
570-
>
571-
> This license gives everyone as much permission to work with
572-
> this software as possible, while protecting contributors
573-
> from liability.
574-
>
575-
> ## Acceptance
576-
>
577-
> In order to receive this license, you must agree to its
578-
> rules. The rules of this license are both obligations
579-
> under that agreement and conditions to your license.
580-
> You must not do anything with this software that triggers
581-
> a rule that you cannot or will not follow.
582-
>
583-
> ## Copyright
584-
>
585-
> Each contributor licenses you to do everything with this
586-
> software that would otherwise infringe that contributor's
587-
> copyright in it.
588-
>
589-
> ## Notices
590-
>
591-
> You must ensure that everyone who gets a copy of
592-
> any part of this software from you, with or without
593-
> changes, also gets the text of this license or a link to
594-
> <https://blueoakcouncil.org/license/1.0.0>.
595-
>
596-
> ## Excuse
597-
>
598-
> If anyone notifies you in writing that you have not
599-
> complied with [Notices](#notices), you can keep your
600-
> license by taking all practical steps to comply within 30
601-
> days after the notice. If you do not do so, your license
602-
> ends immediately.
603-
>
604-
> ## Patent
605-
>
606-
> Each contributor licenses you to do everything with this
607-
> software that would otherwise infringe any patent claims
608-
> they can license or become able to license.
609-
>
610-
> ## Reliability
611-
>
612-
> No contributor can revoke this license.
613-
>
614-
> ## No Liability
615-
>
616-
> ***As far as the law allows, this software comes as is,
617-
> without any warranty or condition, and no contributor
618-
> will be liable to anyone for any damages related to this
619-
> software or this license, under any kind of legal claim.***
620-
>
621-
622-
---------------------------------------
623-
624404
## recast
625405
License: MIT
626406
Author: Ben Newman

0 commit comments

Comments
 (0)