Don Newton | 379ae25 | 2019-04-01 12:17:06 -0400 | [diff] [blame] | 1 | --------------------------------------------------------------------- |
| 2 | License notice for gopkg.in/mgo.v2/bson |
| 3 | --------------------------------------------------------------------- |
| 4 | |
| 5 | BSON library for Go |
| 6 | |
| 7 | Copyright (c) 2010-2013 - Gustavo Niemeyer <gustavo@niemeyer.net> |
| 8 | |
| 9 | All rights reserved. |
| 10 | |
| 11 | Redistribution and use in source and binary forms, with or without |
| 12 | modification, are permitted provided that the following conditions are met: |
| 13 | |
| 14 | 1. Redistributions of source code must retain the above copyright notice, this |
| 15 | list of conditions and the following disclaimer. |
| 16 | 2. 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 | |
| 20 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 21 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 22 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 23 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 24 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 25 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 26 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND |
| 27 | ON 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 |
| 29 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 30 | |
| 31 | --------------------------------------------------------------------- |
| 32 | License notice for JSON and CSV code from github.com/golang/go |
| 33 | --------------------------------------------------------------------- |
| 34 | |
| 35 | Copyright (c) 2009 The Go Authors. All rights reserved. |
| 36 | |
| 37 | Redistribution and use in source and binary forms, with or without |
| 38 | modification, are permitted provided that the following conditions are |
| 39 | met: |
| 40 | |
| 41 | * Redistributions of source code must retain the above copyright |
| 42 | notice, this list of conditions and the following disclaimer. |
| 43 | * Redistributions in binary form must reproduce the above |
| 44 | copyright notice, this list of conditions and the following disclaimer |
| 45 | in the documentation and/or other materials provided with the |
| 46 | distribution. |
| 47 | * Neither the name of Google Inc. nor the names of its |
| 48 | contributors may be used to endorse or promote products derived from |
| 49 | this software without specific prior written permission. |
| 50 | |
| 51 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 52 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 53 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 54 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 55 | OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 56 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 57 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 58 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 59 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 60 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 61 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 62 | |
| 63 | ---------------------------------------------------------------------- |
| 64 | License notice for github.com/buger/jsonparser |
| 65 | ---------------------------------------------------------------------- |
| 66 | |
| 67 | MIT License |
| 68 | |
| 69 | Copyright (c) 2016 Leonid Bugaev |
| 70 | |
| 71 | Permission is hereby granted, free of charge, to any person obtaining a copy |
| 72 | of this software and associated documentation files (the "Software"), to deal |
| 73 | in the Software without restriction, including without limitation the rights |
| 74 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 75 | copies of the Software, and to permit persons to whom the Software is |
| 76 | furnished to do so, subject to the following conditions: |
| 77 | |
| 78 | The above copyright notice and this permission notice shall be included in all |
| 79 | copies or substantial portions of the Software. |
| 80 | |
| 81 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 82 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 83 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 84 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 85 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 86 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 87 | SOFTWARE. |
| 88 | |
| 89 | ---------------------------------------------------------------------- |
| 90 | License notice for github.com/davecgh/go-spew |
| 91 | ---------------------------------------------------------------------- |
| 92 | |
| 93 | ISC License |
| 94 | |
| 95 | Copyright (c) 2012-2016 Dave Collins <dave@davec.name> |
| 96 | |
| 97 | Permission to use, copy, modify, and distribute this software for any |
| 98 | purpose with or without fee is hereby granted, provided that the above |
| 99 | copyright notice and this permission notice appear in all copies. |
| 100 | |
| 101 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 102 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 103 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 104 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 105 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 106 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 107 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 108 | |
| 109 | ---------------------------------------------------------------------- |
| 110 | License notice for github.com/golang/snappy |
| 111 | ---------------------------------------------------------------------- |
| 112 | |
| 113 | Copyright (c) 2011 The Snappy-Go Authors. All rights reserved. |
| 114 | |
| 115 | Redistribution and use in source and binary forms, with or without |
| 116 | modification, are permitted provided that the following conditions are |
| 117 | met: |
| 118 | |
| 119 | * Redistributions of source code must retain the above copyright |
| 120 | notice, this list of conditions and the following disclaimer. |
| 121 | * Redistributions in binary form must reproduce the above |
| 122 | copyright notice, this list of conditions and the following disclaimer |
| 123 | in the documentation and/or other materials provided with the |
| 124 | distribution. |
| 125 | * Neither the name of Google Inc. nor the names of its |
| 126 | contributors may be used to endorse or promote products derived from |
| 127 | this software without specific prior written permission. |
| 128 | |
| 129 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 130 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 131 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 132 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 133 | OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 134 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 135 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 136 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 137 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 138 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 139 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 140 | |
| 141 | ---------------------------------------------------------------------- |
| 142 | License notice for github.com/google/go-cmp |
| 143 | ---------------------------------------------------------------------- |
| 144 | |
| 145 | Copyright (c) 2017 The Go Authors. All rights reserved. |
| 146 | |
| 147 | Redistribution and use in source and binary forms, with or without |
| 148 | modification, are permitted provided that the following conditions are |
| 149 | met: |
| 150 | |
| 151 | * Redistributions of source code must retain the above copyright |
| 152 | notice, this list of conditions and the following disclaimer. |
| 153 | * Redistributions in binary form must reproduce the above |
| 154 | copyright notice, this list of conditions and the following disclaimer |
| 155 | in the documentation and/or other materials provided with the |
| 156 | distribution. |
| 157 | * Neither the name of Google Inc. nor the names of its |
| 158 | contributors may be used to endorse or promote products derived from |
| 159 | this software without specific prior written permission. |
| 160 | |
| 161 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 162 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 163 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 164 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 165 | OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 166 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 167 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 168 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 169 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 170 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 171 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 172 | |
| 173 | ---------------------------------------------------------------------- |
| 174 | License notice for github.com/kr/pretty |
| 175 | ---------------------------------------------------------------------- |
| 176 | |
| 177 | The MIT License (MIT) |
| 178 | |
| 179 | Copyright 2012 Keith Rarick |
| 180 | |
| 181 | Permission is hereby granted, free of charge, to any person obtaining a copy |
| 182 | of this software and associated documentation files (the "Software"), to deal |
| 183 | in the Software without restriction, including without limitation the rights |
| 184 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 185 | copies of the Software, and to permit persons to whom the Software is |
| 186 | furnished to do so, subject to the following conditions: |
| 187 | |
| 188 | The above copyright notice and this permission notice shall be included in |
| 189 | all copies or substantial portions of the Software. |
| 190 | |
| 191 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 192 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 193 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 194 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 195 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 196 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
| 197 | THE SOFTWARE. |
| 198 | |
| 199 | ---------------------------------------------------------------------- |
| 200 | License notice for github.com/kr/text |
| 201 | ---------------------------------------------------------------------- |
| 202 | |
| 203 | Copyright 2012 Keith Rarick |
| 204 | |
| 205 | Permission is hereby granted, free of charge, to any person obtaining a copy |
| 206 | of this software and associated documentation files (the "Software"), to deal |
| 207 | in the Software without restriction, including without limitation the rights |
| 208 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 209 | copies of the Software, and to permit persons to whom the Software is |
| 210 | furnished to do so, subject to the following conditions: |
| 211 | |
| 212 | The above copyright notice and this permission notice shall be included in |
| 213 | all copies or substantial portions of the Software. |
| 214 | |
| 215 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 216 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 217 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 218 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 219 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 220 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
| 221 | THE SOFTWARE. |
| 222 | |
| 223 | ---------------------------------------------------------------------- |
| 224 | License notice for github.com/montanaflynn/stats |
| 225 | ---------------------------------------------------------------------- |
| 226 | |
| 227 | The MIT License (MIT) |
| 228 | |
| 229 | Copyright (c) 2014-2015 Montana Flynn (https://anonfunction.com) |
| 230 | |
| 231 | Permission is hereby granted, free of charge, to any person obtaining a copy |
| 232 | of this software and associated documentation files (the "Software"), to deal |
| 233 | in the Software without restriction, including without limitation the rights |
| 234 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 235 | copies of the Software, and to permit persons to whom the Software is |
| 236 | furnished to do so, subject to the following conditions: |
| 237 | |
| 238 | The above copyright notice and this permission notice shall be included in all |
| 239 | copies or substantial portions of the Software. |
| 240 | |
| 241 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 242 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 243 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 244 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 245 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 246 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 247 | SOFTWARE. |
| 248 | |
| 249 | ---------------------------------------------------------------------- |
| 250 | License notice for github.com/pmezard/go-difflib |
| 251 | ---------------------------------------------------------------------- |
| 252 | |
| 253 | Copyright (c) 2013, Patrick Mezard |
| 254 | All rights reserved. |
| 255 | |
| 256 | Redistribution and use in source and binary forms, with or without |
| 257 | modification, are permitted provided that the following conditions are |
| 258 | met: |
| 259 | |
| 260 | Redistributions of source code must retain the above copyright |
| 261 | notice, this list of conditions and the following disclaimer. |
| 262 | Redistributions in binary form must reproduce the above copyright |
| 263 | notice, this list of conditions and the following disclaimer in the |
| 264 | documentation and/or other materials provided with the distribution. |
| 265 | The names of its contributors may not be used to endorse or promote |
| 266 | products derived from this software without specific prior written |
| 267 | permission. |
| 268 | |
| 269 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS |
| 270 | IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 271 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A |
| 272 | PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 273 | HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 274 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED |
| 275 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 276 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 277 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 278 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 279 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 280 | |
| 281 | ---------------------------------------------------------------------- |
| 282 | License notice for github.com/stretchr/testify |
| 283 | ---------------------------------------------------------------------- |
| 284 | |
| 285 | Copyright (c) 2012 - 2013 Mat Ryer and Tyler Bunnell |
| 286 | |
| 287 | Please consider promoting this project if you find it useful. |
| 288 | |
| 289 | Permission is hereby granted, free of charge, to any person |
| 290 | obtaining a copy of this software and associated documentation |
| 291 | files (the "Software"), to deal in the Software without restriction, |
| 292 | including without limitation the rights to use, copy, modify, merge, |
| 293 | publish, distribute, sublicense, and/or sell copies of the Software, |
| 294 | and to permit persons to whom the Software is furnished to do so, |
| 295 | subject to the following conditions: |
| 296 | |
| 297 | The above copyright notice and this permission notice shall be included |
| 298 | in all copies or substantial portions of the Software. |
| 299 | |
| 300 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
| 301 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES |
| 302 | OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
| 303 | IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, |
| 304 | DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT |
| 305 | OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE |
| 306 | OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 307 | |
| 308 | ---------------------------------------------------------------------- |
| 309 | License notice for github.com/tidwall/pretty |
| 310 | ---------------------------------------------------------------------- |
| 311 | |
| 312 | The MIT License (MIT) |
| 313 | |
| 314 | Copyright (c) 2017 Josh Baker |
| 315 | |
| 316 | Permission is hereby granted, free of charge, to any person obtaining a copy of |
| 317 | this software and associated documentation files (the "Software"), to deal in |
| 318 | the Software without restriction, including without limitation the rights to |
| 319 | use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of |
| 320 | the Software, and to permit persons to whom the Software is furnished to do so, |
| 321 | subject to the following conditions: |
| 322 | |
| 323 | The above copyright notice and this permission notice shall be included in all |
| 324 | copies or substantial portions of the Software. |
| 325 | |
| 326 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 327 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS |
| 328 | FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR |
| 329 | COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER |
| 330 | IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN |
| 331 | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 332 | |
| 333 | ---------------------------------------------------------------------- |
| 334 | License notice for golang.org/x/crypto |
| 335 | ---------------------------------------------------------------------- |
| 336 | |
| 337 | Copyright (c) 2009 The Go Authors. All rights reserved. |
| 338 | |
| 339 | Redistribution and use in source and binary forms, with or without |
| 340 | modification, are permitted provided that the following conditions are |
| 341 | met: |
| 342 | |
| 343 | * Redistributions of source code must retain the above copyright |
| 344 | notice, this list of conditions and the following disclaimer. |
| 345 | * Redistributions in binary form must reproduce the above |
| 346 | copyright notice, this list of conditions and the following disclaimer |
| 347 | in the documentation and/or other materials provided with the |
| 348 | distribution. |
| 349 | * Neither the name of Google Inc. nor the names of its |
| 350 | contributors may be used to endorse or promote products derived from |
| 351 | this software without specific prior written permission. |
| 352 | |
| 353 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 354 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 355 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 356 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 357 | OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 358 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 359 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 360 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 361 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 362 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 363 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 364 | |
| 365 | ---------------------------------------------------------------------- |
| 366 | License notice for golang.org/x/net |
| 367 | ---------------------------------------------------------------------- |
| 368 | |
| 369 | Copyright (c) 2009 The Go Authors. All rights reserved. |
| 370 | |
| 371 | Redistribution and use in source and binary forms, with or without |
| 372 | modification, are permitted provided that the following conditions are |
| 373 | met: |
| 374 | |
| 375 | * Redistributions of source code must retain the above copyright |
| 376 | notice, this list of conditions and the following disclaimer. |
| 377 | * Redistributions in binary form must reproduce the above |
| 378 | copyright notice, this list of conditions and the following disclaimer |
| 379 | in the documentation and/or other materials provided with the |
| 380 | distribution. |
| 381 | * Neither the name of Google Inc. nor the names of its |
| 382 | contributors may be used to endorse or promote products derived from |
| 383 | this software without specific prior written permission. |
| 384 | |
| 385 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 386 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 387 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 388 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 389 | OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 390 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 391 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 392 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 393 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 394 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 395 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 396 | |
| 397 | ---------------------------------------------------------------------- |
| 398 | License notice for golang.org/x/sync |
| 399 | ---------------------------------------------------------------------- |
| 400 | |
| 401 | Copyright (c) 2009 The Go Authors. All rights reserved. |
| 402 | |
| 403 | Redistribution and use in source and binary forms, with or without |
| 404 | modification, are permitted provided that the following conditions are |
| 405 | met: |
| 406 | |
| 407 | * Redistributions of source code must retain the above copyright |
| 408 | notice, this list of conditions and the following disclaimer. |
| 409 | * Redistributions in binary form must reproduce the above |
| 410 | copyright notice, this list of conditions and the following disclaimer |
| 411 | in the documentation and/or other materials provided with the |
| 412 | distribution. |
| 413 | * Neither the name of Google Inc. nor the names of its |
| 414 | contributors may be used to endorse or promote products derived from |
| 415 | this software without specific prior written permission. |
| 416 | |
| 417 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 418 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 419 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 420 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 421 | OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 422 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 423 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 424 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 425 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 426 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 427 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 428 | |
| 429 | ---------------------------------------------------------------------- |
| 430 | License notice for gopkg.in/yaml.v2 |
| 431 | ---------------------------------------------------------------------- |
| 432 | |
| 433 | Copyright 2011-2016 Canonical Ltd. |
| 434 | |
| 435 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 436 | you may not use this file except in compliance with the License. |
| 437 | You may obtain a copy of the License at |
| 438 | |
| 439 | http://www.apache.org/licenses/LICENSE-2.0 |
| 440 | |
| 441 | Unless required by applicable law or agreed to in writing, software |
| 442 | distributed under the License is distributed on an "AS IS" BASIS, |
| 443 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 444 | See the License for the specific language governing permissions and |
| 445 | limitations under the License. |