Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / honnef.co / go / tools@v0.0.1-2020.1.5 / LICENSE-THIRD-PARTY
1 Staticcheck and its related tools make use of third party projects,
2 either by reusing their code, or by statically linking them into
3 resulting binaries. These projects are:
4
5 * The Go Programming Language - https://golang.org/
6
7     Copyright (c) 2009 The Go Authors. All rights reserved.
8
9     Redistribution and use in source and binary forms, with or without
10     modification, are permitted provided that the following conditions are
11     met:
12
13        * Redistributions of source code must retain the above copyright
14     notice, this list of conditions and the following disclaimer.
15        * Redistributions in binary form must reproduce the above
16     copyright notice, this list of conditions and the following disclaimer
17     in the documentation and/or other materials provided with the
18     distribution.
19        * Neither the name of Google Inc. nor the names of its
20     contributors may be used to endorse or promote products derived from
21     this software without specific prior written permission.
22
23     THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
24     "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
25     LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
26     A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
27     OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
28     SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
29     LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
30     DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
31     THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
32     (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
33     OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
34
35
36 * github.com/BurntSushi/toml - https://github.com/BurntSushi/toml
37
38     The MIT License (MIT)
39
40     Copyright (c) 2013 TOML authors
41
42     Permission is hereby granted, free of charge, to any person obtaining a copy
43     of this software and associated documentation files (the "Software"), to deal
44     in the Software without restriction, including without limitation the rights
45     to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
46     copies of the Software, and to permit persons to whom the Software is
47     furnished to do so, subject to the following conditions:
48
49     The above copyright notice and this permission notice shall be included in
50     all copies or substantial portions of the Software.
51
52     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
53     IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
54     FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
55     AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
56     LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
57     OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
58     THE SOFTWARE.
59
60
61 * github.com/google/renameio - https://github.com/google/renameio
62
63     Copyright 2018 Google Inc.
64
65     Licensed under the Apache License, Version 2.0 (the "License");
66     you may not use this file except in compliance with the License.
67     You may obtain a copy of the License at
68
69          http://www.apache.org/licenses/LICENSE-2.0
70
71     Unless required by applicable law or agreed to in writing, software
72     distributed under the License is distributed on an "AS IS" BASIS,
73     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
74     See the License for the specific language governing permissions and
75     limitations under the License.
76
77
78 * github.com/kisielk/gotool - https://github.com/kisielk/gotool
79
80     Copyright (c) 2013 Kamil Kisiel <kamil@kamilkisiel.net>
81
82     Permission is hereby granted, free of charge, to any person obtaining
83     a copy of this software and associated documentation files (the
84     "Software"), to deal in the Software without restriction, including
85     without limitation the rights to use, copy, modify, merge, publish,
86     distribute, sublicense, and/or sell copies of the Software, and to
87     permit persons to whom the Software is furnished to do so, subject to
88     the following conditions:
89
90     The above copyright notice and this permission notice shall be
91     included in all copies or substantial portions of the Software.
92
93     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
94     EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
95     MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
96     NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
97     LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
98     OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
99     WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
100
101     All the files in this distribution are covered under either the MIT
102     license (see the file LICENSE) except some files mentioned below.
103
104     match.go, match_test.go:
105
106         Copyright (c) 2009 The Go Authors. All rights reserved.
107
108         Redistribution and use in source and binary forms, with or without
109         modification, are permitted provided that the following conditions are
110         met:
111
112            * Redistributions of source code must retain the above copyright
113         notice, this list of conditions and the following disclaimer.
114            * Redistributions in binary form must reproduce the above
115         copyright notice, this list of conditions and the following disclaimer
116         in the documentation and/or other materials provided with the
117         distribution.
118            * Neither the name of Google Inc. nor the names of its
119         contributors may be used to endorse or promote products derived from
120         this software without specific prior written permission.
121
122         THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
123         "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
124         LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
125         A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
126         OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
127         SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
128         LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
129         DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
130         THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
131         (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
132         OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
133
134
135 * github.com/rogpeppe/go-internal - https://github.com/rogpeppe/go-internal
136
137     Copyright (c) 2018 The Go Authors. All rights reserved.
138
139     Redistribution and use in source and binary forms, with or without
140     modification, are permitted provided that the following conditions are
141     met:
142
143        * Redistributions of source code must retain the above copyright
144     notice, this list of conditions and the following disclaimer.
145        * Redistributions in binary form must reproduce the above
146     copyright notice, this list of conditions and the following disclaimer
147     in the documentation and/or other materials provided with the
148     distribution.
149        * Neither the name of Google Inc. nor the names of its
150     contributors may be used to endorse or promote products derived from
151     this software without specific prior written permission.
152
153     THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
154     "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
155     LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
156     A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
157     OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
158     SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
159     LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
160     DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
161     THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
162     (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
163     OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
164
165
166 * golang.org/x/mod/module - https://github.com/golang/mod
167
168     Copyright (c) 2009 The Go Authors. All rights reserved.
169
170     Redistribution and use in source and binary forms, with or without
171     modification, are permitted provided that the following conditions are
172     met:
173
174        * Redistributions of source code must retain the above copyright
175     notice, this list of conditions and the following disclaimer.
176        * Redistributions in binary form must reproduce the above
177     copyright notice, this list of conditions and the following disclaimer
178     in the documentation and/or other materials provided with the
179     distribution.
180        * Neither the name of Google Inc. nor the names of its
181     contributors may be used to endorse or promote products derived from
182     this software without specific prior written permission.
183
184     THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
185     "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
186     LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
187     A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
188     OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
189     SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
190     LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
191     DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
192     THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
193     (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
194     OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
195
196
197 * golang.org/x/tools/go/analysis - https://github.com/golang/tools
198
199     Copyright (c) 2009 The Go Authors. All rights reserved.
200
201     Redistribution and use in source and binary forms, with or without
202     modification, are permitted provided that the following conditions are
203     met:
204
205        * Redistributions of source code must retain the above copyright
206     notice, this list of conditions and the following disclaimer.
207        * Redistributions in binary form must reproduce the above
208     copyright notice, this list of conditions and the following disclaimer
209     in the documentation and/or other materials provided with the
210     distribution.
211        * Neither the name of Google Inc. nor the names of its
212     contributors may be used to endorse or promote products derived from
213     this software without specific prior written permission.
214
215     THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
216     "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
217     LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
218     A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
219     OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
220     SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
221     LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
222     DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
223     THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
224     (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
225     OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
226
227 * gogrep - https://github.com/mvdan/gogrep
228
229     Copyright (c) 2017, Daniel Martí. All rights reserved.
230
231     Redistribution and use in source and binary forms, with or without
232     modification, are permitted provided that the following conditions are
233     met:
234
235        * Redistributions of source code must retain the above copyright
236     notice, this list of conditions and the following disclaimer.
237        * Redistributions in binary form must reproduce the above
238     copyright notice, this list of conditions and the following disclaimer
239     in the documentation and/or other materials provided with the
240     distribution.
241        * Neither the name of the copyright holder nor the names of its
242     contributors may be used to endorse or promote products derived from
243     this software without specific prior written permission.
244
245     THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
246     "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
247     LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
248     A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
249     OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
250     SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
251     LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
252     DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
253     THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
254     (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
255     OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
256
257 * gosmith - https://github.com/dvyukov/gosmith
258
259     Copyright (c) 2014 Dmitry Vyukov. All rights reserved.
260
261     Redistribution and use in source and binary forms, with or without
262     modification, are permitted provided that the following conditions are
263     met:
264
265        * Redistributions of source code must retain the above copyright
266     notice, this list of conditions and the following disclaimer.
267        * Redistributions in binary form must reproduce the above
268     copyright notice, this list of conditions and the following disclaimer
269     in the documentation and/or other materials provided with the
270     distribution.
271        * The name of Dmitry Vyukov may be used to endorse or promote
272     products derived from this software without specific prior written permission.
273
274     THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
275     "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
276     LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
277     A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
278     OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
279     SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
280     LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
281     DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
282     THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
283     (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
284     OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.