Skip to content

Commit 92542b6

Browse files
Add ThirdPartyNotices (#1064)
1 parent b5d9556 commit 92542b6

File tree

1 file changed

+174
-0
lines changed

1 file changed

+174
-0
lines changed

ThirdPartyNotices.txt

Lines changed: 174 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,174 @@
1+
vscode-java-debug
2+
3+
THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
4+
Do Not Translate or Localize
5+
6+
This project incorporates components from the projects listed below. The original copyright notices and the licenses under which Microsoft received such components are set forth below. Microsoft reserves all rights not expressly granted herein, whether by implication, estoppel or otherwise.
7+
8+
1. omichelsen/compare-versions (https://github.com/omichelsen/compare-versions)
9+
2. motdotla/dotenv (https://github.com/motdotla/dotenv)
10+
3. lodash/lodash (https://github.com/lodash/lodash)
11+
4. uuidjs/uuid (https://github.com/uuidjs/uuid)
12+
5. Eskibear/vscode-extension-telemetry-wrapper (https://github.com/Eskibear/vscode-extension-telemetry-wrapper)
13+
6. Microsoft/vscode-languageserver-node (https://github.com/Microsoft/vscode-languageserver-node)
14+
15+
16+
%% omichelsen/compare-versions NOTICES AND INFORMATION BEGIN HERE
17+
=========================================
18+
The MIT License (MIT)
19+
20+
Copyright (c) 2015-2017 Ole Michelsen
21+
22+
Permission is hereby granted, free of charge, to any person obtaining a copy
23+
of this software and associated documentation files (the "Software"), to deal
24+
in the Software without restriction, including without limitation the rights
25+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
26+
copies of the Software, and to permit persons to whom the Software is
27+
furnished to do so, subject to the following conditions:
28+
29+
The above copyright notice and this permission notice shall be included in all
30+
copies or substantial portions of the Software.
31+
32+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
33+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
34+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
35+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
36+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
37+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
38+
SOFTWARE.
39+
=========================================
40+
END OF omichelsen/compare-versions NOTICES AND INFORMATION
41+
42+
%% motdotla/dotenv NOTICES AND INFORMATION BEGIN HERE
43+
=========================================
44+
BSD-2-Clause License
45+
46+
Copyright (c) 2015, Scott Motte
47+
All rights reserved.
48+
49+
Redistribution and use in source and binary forms, with or without
50+
modification, are permitted provided that the following conditions are met:
51+
52+
* Redistributions of source code must retain the above copyright notice, this
53+
list of conditions and the following disclaimer.
54+
55+
* Redistributions in binary form must reproduce the above copyright notice,
56+
this list of conditions and the following disclaimer in the documentation
57+
and/or other materials provided with the distribution.
58+
59+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
60+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
61+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
62+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
63+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
64+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
65+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
66+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
67+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
68+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
69+
=========================================
70+
END OF motdotla/dotenv NOTICES AND INFORMATION
71+
72+
%% lodash/lodash NOTICES AND INFORMATION BEGIN HERE
73+
=========================================
74+
The MIT License
75+
76+
Copyright JS Foundation and other contributors <https://js.foundation/>
77+
78+
Based on Underscore.js, copyright Jeremy Ashkenas,
79+
DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
80+
81+
This software consists of voluntary contributions made by many
82+
individuals. For exact contribution history, see the revision history
83+
available at https://github.com/lodash/lodash
84+
85+
The following license applies to all parts of this software except as
86+
documented below:
87+
88+
====
89+
90+
Permission is hereby granted, free of charge, to any person obtaining
91+
a copy of this software and associated documentation files (the
92+
"Software"), to deal in the Software without restriction, including
93+
without limitation the rights to use, copy, modify, merge, publish,
94+
distribute, sublicense, and/or sell copies of the Software, and to
95+
permit persons to whom the Software is furnished to do so, subject to
96+
the following conditions:
97+
98+
The above copyright notice and this permission notice shall be
99+
included in all copies or substantial portions of the Software.
100+
101+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
102+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
103+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
104+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
105+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
106+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
107+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
108+
109+
====
110+
111+
Copyright and related rights for sample code are waived via CC0. Sample
112+
code is defined as all source code displayed within the prose of the
113+
documentation.
114+
115+
CC0: http://creativecommons.org/publicdomain/zero/1.0/
116+
117+
====
118+
119+
Files located in the node_modules and vendor directories are externally
120+
maintained libraries used by this software which have their own
121+
licenses; we recommend you read them, as their terms may differ from the
122+
terms above.
123+
=========================================
124+
END OF lodash/lodash NOTICES AND INFORMATION
125+
126+
%% uuidjs/uuid NOTICES AND INFORMATION BEGIN HERE
127+
=========================================
128+
The MIT License (MIT)
129+
130+
Copyright (c) 2010-2020 Robert Kieffer and other contributors
131+
132+
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:
133+
134+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
135+
136+
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.
137+
=========================================
138+
END OF uuidjs/uuid NOTICES AND INFORMATION
139+
140+
%% Eskibear/vscode-extension-telemetry-wrapper NOTICES AND INFORMATION BEGIN HERE
141+
=========================================
142+
MIT License
143+
144+
Copyright 2018 Yan Zhang
145+
146+
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:
147+
148+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
149+
150+
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.
151+
=========================================
152+
END OF Eskibear/vscode-extension-telemetry-wrapper NOTICES AND INFORMATION
153+
154+
%% Microsoft/vscode-languageserver-node NOTICES AND INFORMATION BEGIN HERE
155+
=========================================
156+
Copyright (c) Microsoft Corporation
157+
158+
All rights reserved.
159+
160+
MIT License
161+
162+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation
163+
files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy,
164+
modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software
165+
is furnished to do so, subject to the following conditions:
166+
167+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
168+
169+
THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
170+
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
171+
BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT
172+
OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
173+
=========================================
174+
END OF Microsoft/vscode-languageserver-node NOTICES AND INFORMATION

0 commit comments

Comments
 (0)