1---------------------------------------------------------------------
2License notice for gopkg.in/mgo.v2/bson
3---------------------------------------------------------------------
4
5BSON library for Go
6
7Copyright (c) 2010-2013 - Gustavo Niemeyer <gustavo@niemeyer.net>
8
9All rights reserved.
10
11Redistribution and use in source and binary forms, with or without
12modification, are permitted provided that the following conditions are met:
13
141. Redistributions of source code must retain the above copyright notice, this
15   list of conditions and the following disclaimer.
162. Redistributions in binary form must reproduce the above copyright notice,
17   this list of conditions and the following disclaimer in the documentation
18   and/or other materials provided with the distribution.
19
20THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
21ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
22WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
23DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
24ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
25(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
26LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
27ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
29SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30
31---------------------------------------------------------------------
32License notice for JSON and CSV code from github.com/golang/go
33---------------------------------------------------------------------
34
35Copyright (c) 2009 The Go Authors. All rights reserved.
36
37Redistribution and use in source and binary forms, with or without
38modification, are permitted provided that the following conditions are
39met:
40
41   * Redistributions of source code must retain the above copyright
42notice, this list of conditions and the following disclaimer.
43   * Redistributions in binary form must reproduce the above
44copyright notice, this list of conditions and the following disclaimer
45in the documentation and/or other materials provided with the
46distribution.
47   * Neither the name of Google Inc. nor the names of its
48contributors may be used to endorse or promote products derived from
49this software without specific prior written permission.
50
51THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
52"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
53LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
54A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
55OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
56SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
57LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
58DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
59THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
60(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
61OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
62
63----------------------------------------------------------------------
64License notice for github.com/davecgh/go-spew
65----------------------------------------------------------------------
66
67ISC License
68
69Copyright (c) 2012-2016 Dave Collins <dave@davec.name>
70
71Permission to use, copy, modify, and/or distribute this software for any
72purpose with or without fee is hereby granted, provided that the above
73copyright notice and this permission notice appear in all copies.
74
75THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
76WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
77MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
78ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
79WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
80ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
81OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
82
83----------------------------------------------------------------------
84License notice for github.com/gobuffalo/genny
85----------------------------------------------------------------------
86
87The MIT License (MIT)
88
89Copyright (c) 2019 Mark Bates
90
91Permission is hereby granted, free of charge, to any person obtaining a copy
92of this software and associated documentation files (the "Software"), to deal
93in the Software without restriction, including without limitation the rights
94to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
95copies of the Software, and to permit persons to whom the Software is
96furnished to do so, subject to the following conditions:
97
98The above copyright notice and this permission notice shall be included in all
99copies or substantial portions of the Software.
100
101THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
102IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
103FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
104AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
105LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
106OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
107SOFTWARE.
108
109----------------------------------------------------------------------
110License notice for github.com/gobuffalo/genny/genny
111----------------------------------------------------------------------
112
113The MIT License (MIT)
114
115Copyright © 2018 Mark Bates
116
117Permission is hereby granted, free of charge, to any person obtaining a copy
118of this software and associated documentation files (the "Software"), to deal
119in the Software without restriction, including without limitation the rights
120to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
121copies of the Software, and to permit persons to whom the Software is
122furnished to do so, subject to the following conditions:
123
124The above copyright notice and this permission notice shall be included in
125all copies or substantial portions of the Software.
126
127THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
128IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
129FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
130AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
131LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
132OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
133THE SOFTWARE.
134
135----------------------------------------------------------------------
136License notice for github.com/gobuffalo/gogen
137----------------------------------------------------------------------
138
139The MIT License (MIT)
140
141Copyright (c) 2019 Mark Bates
142
143Permission is hereby granted, free of charge, to any person obtaining a copy
144of this software and associated documentation files (the "Software"), to deal
145in the Software without restriction, including without limitation the rights
146to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
147copies of the Software, and to permit persons to whom the Software is
148furnished to do so, subject to the following conditions:
149
150The above copyright notice and this permission notice shall be included in all
151copies or substantial portions of the Software.
152
153THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
154IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
155FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
156AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
157LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
158OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
159SOFTWARE.
160
161----------------------------------------------------------------------
162License notice for github.com/gobuffalo/gogen/goimports
163----------------------------------------------------------------------
164
165Copyright (c) 2009 The Go Authors. All rights reserved.
166
167Redistribution and use in source and binary forms, with or without
168modification, are permitted provided that the following conditions are
169met:
170
171   * Redistributions of source code must retain the above copyright
172notice, this list of conditions and the following disclaimer.
173   * Redistributions in binary form must reproduce the above
174copyright notice, this list of conditions and the following disclaimer
175in the documentation and/or other materials provided with the
176distribution.
177   * Neither the name of Google Inc. nor the names of its
178contributors may be used to endorse or promote products derived from
179this software without specific prior written permission.
180
181THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
182"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
183LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
184A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
185OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
186SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
187LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
188DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
189THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
190(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
191OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
192
193----------------------------------------------------------------------
194License notice for github.com/gobuffalo/logger
195----------------------------------------------------------------------
196
197The MIT License (MIT)
198
199Copyright (c) 2018 Mark Bates
200
201Permission is hereby granted, free of charge, to any person obtaining a copy
202of this software and associated documentation files (the "Software"), to deal
203in the Software without restriction, including without limitation the rights
204to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
205copies of the Software, and to permit persons to whom the Software is
206furnished to do so, subject to the following conditions:
207
208The above copyright notice and this permission notice shall be included in all
209copies or substantial portions of the Software.
210
211THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
212IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
213FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
214AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
215LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
216OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
217SOFTWARE.
218
219----------------------------------------------------------------------
220License notice for github.com/gobuffalo/mapi
221----------------------------------------------------------------------
222
223The MIT License (MIT)
224
225Copyright (c) 2018 Mark Bates
226
227Permission is hereby granted, free of charge, to any person obtaining a copy
228of this software and associated documentation files (the "Software"), to deal
229in the Software without restriction, including without limitation the rights
230to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
231copies of the Software, and to permit persons to whom the Software is
232furnished to do so, subject to the following conditions:
233
234The above copyright notice and this permission notice shall be included in all
235copies or substantial portions of the Software.
236
237THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
238IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
239FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
240AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
241LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
242OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
243SOFTWARE.
244
245----------------------------------------------------------------------
246License notice for github.com/gobuffalo/packd
247----------------------------------------------------------------------
248
249The MIT License (MIT)
250
251Copyright (c) 2018 Mark Bates
252
253Permission is hereby granted, free of charge, to any person obtaining a copy
254of this software and associated documentation files (the "Software"), to deal
255in the Software without restriction, including without limitation the rights
256to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
257copies of the Software, and to permit persons to whom the Software is
258furnished to do so, subject to the following conditions:
259
260The above copyright notice and this permission notice shall be included in all
261copies or substantial portions of the Software.
262
263THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
264IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
265FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
266AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
267LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
268OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
269SOFTWARE.
270
271----------------------------------------------------------------------
272License notice for github.com/gobuffalo/packr/v2/packr2
273----------------------------------------------------------------------
274
275The MIT License (MIT)
276
277Copyright © 2018 Mark Bates
278
279Permission is hereby granted, free of charge, to any person obtaining a copy
280of this software and associated documentation files (the "Software"), to deal
281in the Software without restriction, including without limitation the rights
282to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
283copies of the Software, and to permit persons to whom the Software is
284furnished to do so, subject to the following conditions:
285
286The above copyright notice and this permission notice shall be included in
287all copies or substantial portions of the Software.
288
289THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
290IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
291FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
292AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
293LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
294OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
295THE SOFTWARE.
296
297----------------------------------------------------------------------
298License notice for github.com/gobuffalo/syncx
299----------------------------------------------------------------------
300
301The MIT License (MIT)
302
303Copyright (c) 2018 Mark Bates
304
305Permission is hereby granted, free of charge, to any person obtaining a copy
306of this software and associated documentation files (the "Software"), to deal
307in the Software without restriction, including without limitation the rights
308to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
309copies of the Software, and to permit persons to whom the Software is
310furnished to do so, subject to the following conditions:
311
312The above copyright notice and this permission notice shall be included in all
313copies or substantial portions of the Software.
314
315THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
316IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
317FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
318AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
319LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
320OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
321SOFTWARE.
322
323----------------------------------------------------------------------
324License notice for github.com/golang/snappy
325----------------------------------------------------------------------
326
327Copyright (c) 2011 The Snappy-Go Authors. All rights reserved.
328
329Redistribution and use in source and binary forms, with or without
330modification, are permitted provided that the following conditions are
331met:
332
333   * Redistributions of source code must retain the above copyright
334notice, this list of conditions and the following disclaimer.
335   * Redistributions in binary form must reproduce the above
336copyright notice, this list of conditions and the following disclaimer
337in the documentation and/or other materials provided with the
338distribution.
339   * Neither the name of Google Inc. nor the names of its
340contributors may be used to endorse or promote products derived from
341this software without specific prior written permission.
342
343THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
344"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
345LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
346A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
347OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
348SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
349LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
350DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
351THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
352(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
353OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
354
355----------------------------------------------------------------------
356License notice for github.com/google/go-cmp
357----------------------------------------------------------------------
358
359Copyright (c) 2017 The Go Authors. All rights reserved.
360
361Redistribution and use in source and binary forms, with or without
362modification, are permitted provided that the following conditions are
363met:
364
365   * Redistributions of source code must retain the above copyright
366notice, this list of conditions and the following disclaimer.
367   * Redistributions in binary form must reproduce the above
368copyright notice, this list of conditions and the following disclaimer
369in the documentation and/or other materials provided with the
370distribution.
371   * Neither the name of Google Inc. nor the names of its
372contributors may be used to endorse or promote products derived from
373this software without specific prior written permission.
374
375THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
376"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
377LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
378A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
379OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
380SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
381LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
382DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
383THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
384(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
385OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
386
387----------------------------------------------------------------------
388License notice for github.com/karrick/godirwalk
389----------------------------------------------------------------------
390
391BSD 2-Clause License
392
393Copyright (c) 2017, Karrick McDermott
394All rights reserved.
395
396Redistribution and use in source and binary forms, with or without
397modification, are permitted provided that the following conditions are met:
398
399* Redistributions of source code must retain the above copyright notice, this
400  list of conditions and the following disclaimer.
401
402* Redistributions in binary form must reproduce the above copyright notice,
403  this list of conditions and the following disclaimer in the documentation
404  and/or other materials provided with the distribution.
405
406THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
407AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
408IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
409DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
410FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
411DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
412SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
413CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
414OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
415OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
416
417----------------------------------------------------------------------
418License notice for github.com/konsorten/go-windows-terminal-sequences
419----------------------------------------------------------------------
420
421(The MIT License)
422
423Copyright (c) 2017 marvin + konsorten GmbH (open-source@konsorten.de)
424
425Permission 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:
426
427The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
428
429THE 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.
430
431----------------------------------------------------------------------
432License notice for github.com/kr/pretty
433----------------------------------------------------------------------
434
435The MIT License (MIT)
436
437Copyright 2012 Keith Rarick
438
439Permission is hereby granted, free of charge, to any person obtaining a copy
440of this software and associated documentation files (the "Software"), to deal
441in the Software without restriction, including without limitation the rights
442to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
443copies of the Software, and to permit persons to whom the Software is
444furnished to do so, subject to the following conditions:
445
446The above copyright notice and this permission notice shall be included in
447all copies or substantial portions of the Software.
448
449THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
450IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
451FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
452AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
453LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
454OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
455THE SOFTWARE.
456
457----------------------------------------------------------------------
458License notice for github.com/kr/text
459----------------------------------------------------------------------
460
461Copyright 2012 Keith Rarick
462
463Permission is hereby granted, free of charge, to any person obtaining a copy
464of this software and associated documentation files (the "Software"), to deal
465in the Software without restriction, including without limitation the rights
466to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
467copies of the Software, and to permit persons to whom the Software is
468furnished to do so, subject to the following conditions:
469
470The above copyright notice and this permission notice shall be included in
471all copies or substantial portions of the Software.
472
473THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
474IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
475FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
476AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
477LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
478OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
479THE SOFTWARE.
480
481----------------------------------------------------------------------
482License notice for github.com/markbates/oncer
483----------------------------------------------------------------------
484
485The MIT License (MIT)
486
487Copyright (c) 2018 Mark Bates
488
489Permission is hereby granted, free of charge, to any person obtaining a copy
490of this software and associated documentation files (the "Software"), to deal
491in the Software without restriction, including without limitation the rights
492to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
493copies of the Software, and to permit persons to whom the Software is
494furnished to do so, subject to the following conditions:
495
496The above copyright notice and this permission notice shall be included in all
497copies or substantial portions of the Software.
498
499THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
500IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
501FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
502AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
503LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
504OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
505SOFTWARE.
506
507----------------------------------------------------------------------
508License notice for github.com/markbates/safe
509----------------------------------------------------------------------
510
511The MIT License (MIT)
512
513Copyright (c) 2018 Mark Bates
514
515Permission is hereby granted, free of charge, to any person obtaining a copy
516of this software and associated documentation files (the "Software"), to deal
517in the Software without restriction, including without limitation the rights
518to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
519copies of the Software, and to permit persons to whom the Software is
520furnished to do so, subject to the following conditions:
521
522The above copyright notice and this permission notice shall be included in all
523copies or substantial portions of the Software.
524
525THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
526IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
527FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
528AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
529LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
530OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
531SOFTWARE.
532
533----------------------------------------------------------------------
534License notice for github.com/montanaflynn/stats
535----------------------------------------------------------------------
536
537The MIT License (MIT)
538
539Copyright (c) 2014-2015 Montana Flynn (https://anonfunction.com)
540
541Permission is hereby granted, free of charge, to any person obtaining a copy
542of this software and associated documentation files (the "Software"), to deal
543in the Software without restriction, including without limitation the rights
544to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
545copies of the Software, and to permit persons to whom the Software is
546furnished to do so, subject to the following conditions:
547
548The above copyright notice and this permission notice shall be included in all
549copies or substantial portions of the Software.
550
551THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
552IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
553FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
554AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
555LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
556OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
557SOFTWARE.
558
559----------------------------------------------------------------------
560License notice for github.com/pelletier/go-toml
561----------------------------------------------------------------------
562
563The MIT License (MIT)
564
565Copyright (c) 2013 - 2017 Thomas Pelletier, Eric Anderton
566
567Permission is hereby granted, free of charge, to any person obtaining a copy
568of this software and associated documentation files (the "Software"), to deal
569in the Software without restriction, including without limitation the rights
570to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
571copies of the Software, and to permit persons to whom the Software is
572furnished to do so, subject to the following conditions:
573
574The above copyright notice and this permission notice shall be included in all
575copies or substantial portions of the Software.
576
577THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
578IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
579FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
580AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
581LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
582OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
583SOFTWARE.
584
585----------------------------------------------------------------------
586License notice for github.com/pkg/errors
587----------------------------------------------------------------------
588
589Copyright (c) 2015, Dave Cheney <dave@cheney.net>
590All rights reserved.
591
592Redistribution and use in source and binary forms, with or without
593modification, are permitted provided that the following conditions are met:
594
595* Redistributions of source code must retain the above copyright notice, this
596  list of conditions and the following disclaimer.
597
598* Redistributions in binary form must reproduce the above copyright notice,
599  this list of conditions and the following disclaimer in the documentation
600  and/or other materials provided with the distribution.
601
602THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
603AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
604IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
605DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
606FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
607DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
608SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
609CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
610OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
611OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
612
613----------------------------------------------------------------------
614License notice for github.com/pmezard/go-difflib
615----------------------------------------------------------------------
616
617Copyright (c) 2013, Patrick Mezard
618All rights reserved.
619
620Redistribution and use in source and binary forms, with or without
621modification, are permitted provided that the following conditions are
622met:
623
624    Redistributions of source code must retain the above copyright
625notice, this list of conditions and the following disclaimer.
626    Redistributions in binary form must reproduce the above copyright
627notice, this list of conditions and the following disclaimer in the
628documentation and/or other materials provided with the distribution.
629    The names of its contributors may not be used to endorse or promote
630products derived from this software without specific prior written
631permission.
632
633THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
634IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
635TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
636PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
637HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
638SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
639TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
640PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
641LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
642NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
643SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
644
645----------------------------------------------------------------------
646License notice for github.com/rogpeppe/go-internal
647----------------------------------------------------------------------
648
649Copyright (c) 2018 The Go Authors. All rights reserved.
650
651Redistribution and use in source and binary forms, with or without
652modification, are permitted provided that the following conditions are
653met:
654
655   * Redistributions of source code must retain the above copyright
656notice, this list of conditions and the following disclaimer.
657   * Redistributions in binary form must reproduce the above
658copyright notice, this list of conditions and the following disclaimer
659in the documentation and/or other materials provided with the
660distribution.
661   * Neither the name of Google Inc. nor the names of its
662contributors may be used to endorse or promote products derived from
663this software without specific prior written permission.
664
665THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
666"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
667LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
668A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
669OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
670SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
671LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
672DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
673THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
674(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
675OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
676
677----------------------------------------------------------------------
678License notice for github.com/sirupsen/logrus
679----------------------------------------------------------------------
680
681The MIT License (MIT)
682
683Copyright (c) 2014 Simon Eskildsen
684
685Permission is hereby granted, free of charge, to any person obtaining a copy
686of this software and associated documentation files (the "Software"), to deal
687in the Software without restriction, including without limitation the rights
688to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
689copies of the Software, and to permit persons to whom the Software is
690furnished to do so, subject to the following conditions:
691
692The above copyright notice and this permission notice shall be included in
693all copies or substantial portions of the Software.
694
695THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
696IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
697FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
698AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
699LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
700OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
701THE SOFTWARE.
702
703----------------------------------------------------------------------
704License notice for github.com/stretchr/testify
705----------------------------------------------------------------------
706
707MIT License
708
709Copyright (c) 2012-2018 Mat Ryer and Tyler Bunnell
710
711Permission is hereby granted, free of charge, to any person obtaining a copy
712of this software and associated documentation files (the "Software"), to deal
713in the Software without restriction, including without limitation the rights
714to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
715copies of the Software, and to permit persons to whom the Software is
716furnished to do so, subject to the following conditions:
717
718The above copyright notice and this permission notice shall be included in all
719copies or substantial portions of the Software.
720
721THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
722IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
723FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
724AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
725LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
726OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
727SOFTWARE.
728
729----------------------------------------------------------------------
730License notice for github.com/tidwall/pretty
731----------------------------------------------------------------------
732
733The MIT License (MIT)
734
735Copyright (c) 2017 Josh Baker
736
737Permission is hereby granted, free of charge, to any person obtaining a copy of
738this software and associated documentation files (the "Software"), to deal in
739the Software without restriction, including without limitation the rights to
740use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
741the Software, and to permit persons to whom the Software is furnished to do so,
742subject to the following conditions:
743
744The above copyright notice and this permission notice shall be included in all
745copies or substantial portions of the Software.
746
747THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
748IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
749FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
750COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
751IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
752CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
753
754----------------------------------------------------------------------
755License notice for github.com/xdg/scram
756----------------------------------------------------------------------
757
758
759                                 Apache License
760                           Version 2.0, January 2004
761                        http://www.apache.org/licenses/
762
763   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
764
765   1. Definitions.
766
767      "License" shall mean the terms and conditions for use, reproduction,
768      and distribution as defined by Sections 1 through 9 of this document.
769
770      "Licensor" shall mean the copyright owner or entity authorized by
771      the copyright owner that is granting the License.
772
773      "Legal Entity" shall mean the union of the acting entity and all
774      other entities that control, are controlled by, or are under common
775      control with that entity. For the purposes of this definition,
776      "control" means (i) the power, direct or indirect, to cause the
777      direction or management of such entity, whether by contract or
778      otherwise, or (ii) ownership of fifty percent (50%) or more of the
779      outstanding shares, or (iii) beneficial ownership of such entity.
780
781      "You" (or "Your") shall mean an individual or Legal Entity
782      exercising permissions granted by this License.
783
784      "Source" form shall mean the preferred form for making modifications,
785      including but not limited to software source code, documentation
786      source, and configuration files.
787
788      "Object" form shall mean any form resulting from mechanical
789      transformation or translation of a Source form, including but
790      not limited to compiled object code, generated documentation,
791      and conversions to other media types.
792
793      "Work" shall mean the work of authorship, whether in Source or
794      Object form, made available under the License, as indicated by a
795      copyright notice that is included in or attached to the work
796      (an example is provided in the Appendix below).
797
798      "Derivative Works" shall mean any work, whether in Source or Object
799      form, that is based on (or derived from) the Work and for which the
800      editorial revisions, annotations, elaborations, or other modifications
801      represent, as a whole, an original work of authorship. For the purposes
802      of this License, Derivative Works shall not include works that remain
803      separable from, or merely link (or bind by name) to the interfaces of,
804      the Work and Derivative Works thereof.
805
806      "Contribution" shall mean any work of authorship, including
807      the original version of the Work and any modifications or additions
808      to that Work or Derivative Works thereof, that is intentionally
809      submitted to Licensor for inclusion in the Work by the copyright owner
810      or by an individual or Legal Entity authorized to submit on behalf of
811      the copyright owner. For the purposes of this definition, "submitted"
812      means any form of electronic, verbal, or written communication sent
813      to the Licensor or its representatives, including but not limited to
814      communication on electronic mailing lists, source code control systems,
815      and issue tracking systems that are managed by, or on behalf of, the
816      Licensor for the purpose of discussing and improving the Work, but
817      excluding communication that is conspicuously marked or otherwise
818      designated in writing by the copyright owner as "Not a Contribution."
819
820      "Contributor" shall mean Licensor and any individual or Legal Entity
821      on behalf of whom a Contribution has been received by Licensor and
822      subsequently incorporated within the Work.
823
824   2. Grant of Copyright License. Subject to the terms and conditions of
825      this License, each Contributor hereby grants to You a perpetual,
826      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
827      copyright license to reproduce, prepare Derivative Works of,
828      publicly display, publicly perform, sublicense, and distribute the
829      Work and such Derivative Works in Source or Object form.
830
831   3. Grant of Patent License. Subject to the terms and conditions of
832      this License, each Contributor hereby grants to You a perpetual,
833      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
834      (except as stated in this section) patent license to make, have made,
835      use, offer to sell, sell, import, and otherwise transfer the Work,
836      where such license applies only to those patent claims licensable
837      by such Contributor that are necessarily infringed by their
838      Contribution(s) alone or by combination of their Contribution(s)
839      with the Work to which such Contribution(s) was submitted. If You
840      institute patent litigation against any entity (including a
841      cross-claim or counterclaim in a lawsuit) alleging that the Work
842      or a Contribution incorporated within the Work constitutes direct
843      or contributory patent infringement, then any patent licenses
844      granted to You under this License for that Work shall terminate
845      as of the date such litigation is filed.
846
847   4. Redistribution. You may reproduce and distribute copies of the
848      Work or Derivative Works thereof in any medium, with or without
849      modifications, and in Source or Object form, provided that You
850      meet the following conditions:
851
852      (a) You must give any other recipients of the Work or
853          Derivative Works a copy of this License; and
854
855      (b) You must cause any modified files to carry prominent notices
856          stating that You changed the files; and
857
858      (c) You must retain, in the Source form of any Derivative Works
859          that You distribute, all copyright, patent, trademark, and
860          attribution notices from the Source form of the Work,
861          excluding those notices that do not pertain to any part of
862          the Derivative Works; and
863
864      (d) If the Work includes a "NOTICE" text file as part of its
865          distribution, then any Derivative Works that You distribute must
866          include a readable copy of the attribution notices contained
867          within such NOTICE file, excluding those notices that do not
868          pertain to any part of the Derivative Works, in at least one
869          of the following places: within a NOTICE text file distributed
870          as part of the Derivative Works; within the Source form or
871          documentation, if provided along with the Derivative Works; or,
872          within a display generated by the Derivative Works, if and
873          wherever such third-party notices normally appear. The contents
874          of the NOTICE file are for informational purposes only and
875          do not modify the License. You may add Your own attribution
876          notices within Derivative Works that You distribute, alongside
877          or as an addendum to the NOTICE text from the Work, provided
878          that such additional attribution notices cannot be construed
879          as modifying the License.
880
881      You may add Your own copyright statement to Your modifications and
882      may provide additional or different license terms and conditions
883      for use, reproduction, or distribution of Your modifications, or
884      for any such Derivative Works as a whole, provided Your use,
885      reproduction, and distribution of the Work otherwise complies with
886      the conditions stated in this License.
887
888   5. Submission of Contributions. Unless You explicitly state otherwise,
889      any Contribution intentionally submitted for inclusion in the Work
890      by You to the Licensor shall be under the terms and conditions of
891      this License, without any additional terms or conditions.
892      Notwithstanding the above, nothing herein shall supersede or modify
893      the terms of any separate license agreement you may have executed
894      with Licensor regarding such Contributions.
895
896   6. Trademarks. This License does not grant permission to use the trade
897      names, trademarks, service marks, or product names of the Licensor,
898      except as required for reasonable and customary use in describing the
899      origin of the Work and reproducing the content of the NOTICE file.
900
901   7. Disclaimer of Warranty. Unless required by applicable law or
902      agreed to in writing, Licensor provides the Work (and each
903      Contributor provides its Contributions) on an "AS IS" BASIS,
904      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
905      implied, including, without limitation, any warranties or conditions
906      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
907      PARTICULAR PURPOSE. You are solely responsible for determining the
908      appropriateness of using or redistributing the Work and assume any
909      risks associated with Your exercise of permissions under this License.
910
911   8. Limitation of Liability. In no event and under no legal theory,
912      whether in tort (including negligence), contract, or otherwise,
913      unless required by applicable law (such as deliberate and grossly
914      negligent acts) or agreed to in writing, shall any Contributor be
915      liable to You for damages, including any direct, indirect, special,
916      incidental, or consequential damages of any character arising as a
917      result of this License or out of the use or inability to use the
918      Work (including but not limited to damages for loss of goodwill,
919      work stoppage, computer failure or malfunction, or any and all
920      other commercial damages or losses), even if such Contributor
921      has been advised of the possibility of such damages.
922
923   9. Accepting Warranty or Additional Liability. While redistributing
924      the Work or Derivative Works thereof, You may choose to offer,
925      and charge a fee for, acceptance of support, warranty, indemnity,
926      or other liability obligations and/or rights consistent with this
927      License. However, in accepting such obligations, You may act only
928      on Your own behalf and on Your sole responsibility, not on behalf
929      of any other Contributor, and only if You agree to indemnify,
930      defend, and hold each Contributor harmless for any liability
931      incurred by, or claims asserted against, such Contributor by reason
932      of your accepting any such warranty or additional liability.
933
934----------------------------------------------------------------------
935License notice for github.com/xdg/stringprep
936----------------------------------------------------------------------
937
938
939                                 Apache License
940                           Version 2.0, January 2004
941                        http://www.apache.org/licenses/
942
943   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
944
945   1. Definitions.
946
947      "License" shall mean the terms and conditions for use, reproduction,
948      and distribution as defined by Sections 1 through 9 of this document.
949
950      "Licensor" shall mean the copyright owner or entity authorized by
951      the copyright owner that is granting the License.
952
953      "Legal Entity" shall mean the union of the acting entity and all
954      other entities that control, are controlled by, or are under common
955      control with that entity. For the purposes of this definition,
956      "control" means (i) the power, direct or indirect, to cause the
957      direction or management of such entity, whether by contract or
958      otherwise, or (ii) ownership of fifty percent (50%) or more of the
959      outstanding shares, or (iii) beneficial ownership of such entity.
960
961      "You" (or "Your") shall mean an individual or Legal Entity
962      exercising permissions granted by this License.
963
964      "Source" form shall mean the preferred form for making modifications,
965      including but not limited to software source code, documentation
966      source, and configuration files.
967
968      "Object" form shall mean any form resulting from mechanical
969      transformation or translation of a Source form, including but
970      not limited to compiled object code, generated documentation,
971      and conversions to other media types.
972
973      "Work" shall mean the work of authorship, whether in Source or
974      Object form, made available under the License, as indicated by a
975      copyright notice that is included in or attached to the work
976      (an example is provided in the Appendix below).
977
978      "Derivative Works" shall mean any work, whether in Source or Object
979      form, that is based on (or derived from) the Work and for which the
980      editorial revisions, annotations, elaborations, or other modifications
981      represent, as a whole, an original work of authorship. For the purposes
982      of this License, Derivative Works shall not include works that remain
983      separable from, or merely link (or bind by name) to the interfaces of,
984      the Work and Derivative Works thereof.
985
986      "Contribution" shall mean any work of authorship, including
987      the original version of the Work and any modifications or additions
988      to that Work or Derivative Works thereof, that is intentionally
989      submitted to Licensor for inclusion in the Work by the copyright owner
990      or by an individual or Legal Entity authorized to submit on behalf of
991      the copyright owner. For the purposes of this definition, "submitted"
992      means any form of electronic, verbal, or written communication sent
993      to the Licensor or its representatives, including but not limited to
994      communication on electronic mailing lists, source code control systems,
995      and issue tracking systems that are managed by, or on behalf of, the
996      Licensor for the purpose of discussing and improving the Work, but
997      excluding communication that is conspicuously marked or otherwise
998      designated in writing by the copyright owner as "Not a Contribution."
999
1000      "Contributor" shall mean Licensor and any individual or Legal Entity
1001      on behalf of whom a Contribution has been received by Licensor and
1002      subsequently incorporated within the Work.
1003
1004   2. Grant of Copyright License. Subject to the terms and conditions of
1005      this License, each Contributor hereby grants to You a perpetual,
1006      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1007      copyright license to reproduce, prepare Derivative Works of,
1008      publicly display, publicly perform, sublicense, and distribute the
1009      Work and such Derivative Works in Source or Object form.
1010
1011   3. Grant of Patent License. Subject to the terms and conditions of
1012      this License, each Contributor hereby grants to You a perpetual,
1013      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1014      (except as stated in this section) patent license to make, have made,
1015      use, offer to sell, sell, import, and otherwise transfer the Work,
1016      where such license applies only to those patent claims licensable
1017      by such Contributor that are necessarily infringed by their
1018      Contribution(s) alone or by combination of their Contribution(s)
1019      with the Work to which such Contribution(s) was submitted. If You
1020      institute patent litigation against any entity (including a
1021      cross-claim or counterclaim in a lawsuit) alleging that the Work
1022      or a Contribution incorporated within the Work constitutes direct
1023      or contributory patent infringement, then any patent licenses
1024      granted to You under this License for that Work shall terminate
1025      as of the date such litigation is filed.
1026
1027   4. Redistribution. You may reproduce and distribute copies of the
1028      Work or Derivative Works thereof in any medium, with or without
1029      modifications, and in Source or Object form, provided that You
1030      meet the following conditions:
1031
1032      (a) You must give any other recipients of the Work or
1033          Derivative Works a copy of this License; and
1034
1035      (b) You must cause any modified files to carry prominent notices
1036          stating that You changed the files; and
1037
1038      (c) You must retain, in the Source form of any Derivative Works
1039          that You distribute, all copyright, patent, trademark, and
1040          attribution notices from the Source form of the Work,
1041          excluding those notices that do not pertain to any part of
1042          the Derivative Works; and
1043
1044      (d) If the Work includes a "NOTICE" text file as part of its
1045          distribution, then any Derivative Works that You distribute must
1046          include a readable copy of the attribution notices contained
1047          within such NOTICE file, excluding those notices that do not
1048          pertain to any part of the Derivative Works, in at least one
1049          of the following places: within a NOTICE text file distributed
1050          as part of the Derivative Works; within the Source form or
1051          documentation, if provided along with the Derivative Works; or,
1052          within a display generated by the Derivative Works, if and
1053          wherever such third-party notices normally appear. The contents
1054          of the NOTICE file are for informational purposes only and
1055          do not modify the License. You may add Your own attribution
1056          notices within Derivative Works that You distribute, alongside
1057          or as an addendum to the NOTICE text from the Work, provided
1058          that such additional attribution notices cannot be construed
1059          as modifying the License.
1060
1061      You may add Your own copyright statement to Your modifications and
1062      may provide additional or different license terms and conditions
1063      for use, reproduction, or distribution of Your modifications, or
1064      for any such Derivative Works as a whole, provided Your use,
1065      reproduction, and distribution of the Work otherwise complies with
1066      the conditions stated in this License.
1067
1068   5. Submission of Contributions. Unless You explicitly state otherwise,
1069      any Contribution intentionally submitted for inclusion in the Work
1070      by You to the Licensor shall be under the terms and conditions of
1071      this License, without any additional terms or conditions.
1072      Notwithstanding the above, nothing herein shall supersede or modify
1073      the terms of any separate license agreement you may have executed
1074      with Licensor regarding such Contributions.
1075
1076   6. Trademarks. This License does not grant permission to use the trade
1077      names, trademarks, service marks, or product names of the Licensor,
1078      except as required for reasonable and customary use in describing the
1079      origin of the Work and reproducing the content of the NOTICE file.
1080
1081   7. Disclaimer of Warranty. Unless required by applicable law or
1082      agreed to in writing, Licensor provides the Work (and each
1083      Contributor provides its Contributions) on an "AS IS" BASIS,
1084      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
1085      implied, including, without limitation, any warranties or conditions
1086      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
1087      PARTICULAR PURPOSE. You are solely responsible for determining the
1088      appropriateness of using or redistributing the Work and assume any
1089      risks associated with Your exercise of permissions under this License.
1090
1091   8. Limitation of Liability. In no event and under no legal theory,
1092      whether in tort (including negligence), contract, or otherwise,
1093      unless required by applicable law (such as deliberate and grossly
1094      negligent acts) or agreed to in writing, shall any Contributor be
1095      liable to You for damages, including any direct, indirect, special,
1096      incidental, or consequential damages of any character arising as a
1097      result of this License or out of the use or inability to use the
1098      Work (including but not limited to damages for loss of goodwill,
1099      work stoppage, computer failure or malfunction, or any and all
1100      other commercial damages or losses), even if such Contributor
1101      has been advised of the possibility of such damages.
1102
1103   9. Accepting Warranty or Additional Liability. While redistributing
1104      the Work or Derivative Works thereof, You may choose to offer,
1105      and charge a fee for, acceptance of support, warranty, indemnity,
1106      or other liability obligations and/or rights consistent with this
1107      License. However, in accepting such obligations, You may act only
1108      on Your own behalf and on Your sole responsibility, not on behalf
1109      of any other Contributor, and only if You agree to indemnify,
1110      defend, and hold each Contributor harmless for any liability
1111      incurred by, or claims asserted against, such Contributor by reason
1112      of your accepting any such warranty or additional liability.
1113
1114----------------------------------------------------------------------
1115License notice for golang.org/x/crypto
1116----------------------------------------------------------------------
1117
1118Copyright (c) 2009 The Go Authors. All rights reserved.
1119
1120Redistribution and use in source and binary forms, with or without
1121modification, are permitted provided that the following conditions are
1122met:
1123
1124   * Redistributions of source code must retain the above copyright
1125notice, this list of conditions and the following disclaimer.
1126   * Redistributions in binary form must reproduce the above
1127copyright notice, this list of conditions and the following disclaimer
1128in the documentation and/or other materials provided with the
1129distribution.
1130   * Neither the name of Google Inc. nor the names of its
1131contributors may be used to endorse or promote products derived from
1132this software without specific prior written permission.
1133
1134THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1135"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1136LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1137A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1138OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1139SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1140LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1141DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1142THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1143(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1144OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1145
1146----------------------------------------------------------------------
1147License notice for golang.org/x/net
1148----------------------------------------------------------------------
1149
1150Copyright (c) 2009 The Go Authors. All rights reserved.
1151
1152Redistribution and use in source and binary forms, with or without
1153modification, are permitted provided that the following conditions are
1154met:
1155
1156   * Redistributions of source code must retain the above copyright
1157notice, this list of conditions and the following disclaimer.
1158   * Redistributions in binary form must reproduce the above
1159copyright notice, this list of conditions and the following disclaimer
1160in the documentation and/or other materials provided with the
1161distribution.
1162   * Neither the name of Google Inc. nor the names of its
1163contributors may be used to endorse or promote products derived from
1164this software without specific prior written permission.
1165
1166THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1167"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1168LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1169A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1170OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1171SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1172LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1173DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1174THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1175(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1176OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1177
1178----------------------------------------------------------------------
1179License notice for golang.org/x/sync
1180----------------------------------------------------------------------
1181
1182Copyright (c) 2009 The Go Authors. All rights reserved.
1183
1184Redistribution and use in source and binary forms, with or without
1185modification, are permitted provided that the following conditions are
1186met:
1187
1188   * Redistributions of source code must retain the above copyright
1189notice, this list of conditions and the following disclaimer.
1190   * Redistributions in binary form must reproduce the above
1191copyright notice, this list of conditions and the following disclaimer
1192in the documentation and/or other materials provided with the
1193distribution.
1194   * Neither the name of Google Inc. nor the names of its
1195contributors may be used to endorse or promote products derived from
1196this software without specific prior written permission.
1197
1198THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1199"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1200LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1201A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1202OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1203SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1204LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1205DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1206THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1207(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1208OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1209
1210----------------------------------------------------------------------
1211License notice for golang.org/x/sys
1212----------------------------------------------------------------------
1213
1214Copyright (c) 2009 The Go Authors. All rights reserved.
1215
1216Redistribution and use in source and binary forms, with or without
1217modification, are permitted provided that the following conditions are
1218met:
1219
1220   * Redistributions of source code must retain the above copyright
1221notice, this list of conditions and the following disclaimer.
1222   * Redistributions in binary form must reproduce the above
1223copyright notice, this list of conditions and the following disclaimer
1224in the documentation and/or other materials provided with the
1225distribution.
1226   * Neither the name of Google Inc. nor the names of its
1227contributors may be used to endorse or promote products derived from
1228this software without specific prior written permission.
1229
1230THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1231"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1232LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1233A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1234OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1235SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1236LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1237DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1238THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1239(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1240OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1241
1242----------------------------------------------------------------------
1243License notice for golang.org/x/text
1244----------------------------------------------------------------------
1245
1246Copyright (c) 2009 The Go Authors. All rights reserved.
1247
1248Redistribution and use in source and binary forms, with or without
1249modification, are permitted provided that the following conditions are
1250met:
1251
1252   * Redistributions of source code must retain the above copyright
1253notice, this list of conditions and the following disclaimer.
1254   * Redistributions in binary form must reproduce the above
1255copyright notice, this list of conditions and the following disclaimer
1256in the documentation and/or other materials provided with the
1257distribution.
1258   * Neither the name of Google Inc. nor the names of its
1259contributors may be used to endorse or promote products derived from
1260this software without specific prior written permission.
1261
1262THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1263"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1264LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1265A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1266OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1267SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1268LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1269DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1270THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1271(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1272OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1273
1274----------------------------------------------------------------------
1275License notice for golang.org/x/tools
1276----------------------------------------------------------------------
1277
1278Copyright (c) 2009 The Go Authors. All rights reserved.
1279
1280Redistribution and use in source and binary forms, with or without
1281modification, are permitted provided that the following conditions are
1282met:
1283
1284   * Redistributions of source code must retain the above copyright
1285notice, this list of conditions and the following disclaimer.
1286   * Redistributions in binary form must reproduce the above
1287copyright notice, this list of conditions and the following disclaimer
1288in the documentation and/or other materials provided with the
1289distribution.
1290   * Neither the name of Google Inc. nor the names of its
1291contributors may be used to endorse or promote products derived from
1292this software without specific prior written permission.
1293
1294THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1295"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1296LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1297A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1298OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1299SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1300LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1301DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1302THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1303(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1304OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1305
1306----------------------------------------------------------------------
1307License notice for golang.org/x/tools/cmd/getgo
1308----------------------------------------------------------------------
1309
1310Copyright (c) 2017 The Go Authors. All rights reserved.
1311
1312Redistribution and use in source and binary forms, with or without
1313modification, are permitted provided that the following conditions are
1314met:
1315
1316   * Redistributions of source code must retain the above copyright
1317notice, this list of conditions and the following disclaimer.
1318   * Redistributions in binary form must reproduce the above
1319copyright notice, this list of conditions and the following disclaimer
1320in the documentation and/or other materials provided with the
1321distribution.
1322   * Neither the name of Google Inc. nor the names of its
1323contributors may be used to endorse or promote products derived from
1324this software without specific prior written permission.
1325
1326THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1327"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1328LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1329A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1330OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1331SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1332LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1333DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1334THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1335(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1336OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1337