github.com/jghiloni/cli@v6.28.1-0.20170628223758-0ce05fe032a2+incompatible/ci/license/3RD-PARTY-LICENSES (about) 1 2 3 ================ 4 5 This product includes software with separate copyright notices and 6 license terms, as noted below. 7 8 9 For vendor/golang.org/x/sys/unix: 10 11 Copyright (c) 2009 The Go Authors. All rights reserved. 12 13 Redistribution and use in source and binary forms, with or without 14 modification, are permitted provided that the following conditions are 15 met: 16 17 * Redistributions of source code must retain the above copyright 18 notice, this list of conditions and the following disclaimer. 19 * Redistributions in binary form must reproduce the above 20 copyright notice, this list of conditions and the following disclaimer 21 in the documentation and/or other materials provided with the 22 distribution. 23 * Neither the name of Google Inc. nor the names of its 24 contributors may be used to endorse or promote products derived from 25 this software without specific prior written permission. 26 27 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 28 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 29 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 30 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 31 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 32 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 33 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 34 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 35 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 36 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 37 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 38 39 40 For vendor/golang.org/x/net/websocket: 41 42 Copyright (c) 2009 The Go Authors. All rights reserved. 43 44 Redistribution and use in source and binary forms, with or without 45 modification, are permitted provided that the following conditions are 46 met: 47 48 * Redistributions of source code must retain the above copyright 49 notice, this list of conditions and the following disclaimer. 50 * Redistributions in binary form must reproduce the above 51 copyright notice, this list of conditions and the following disclaimer 52 in the documentation and/or other materials provided with the 53 distribution. 54 * Neither the name of Google Inc. nor the names of its 55 contributors may be used to endorse or promote products derived from 56 this software without specific prior written permission. 57 58 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 59 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 60 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 61 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 62 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 63 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 64 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 65 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 66 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 67 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 68 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 69 70 71 For vendor/golang.org/x/crypto: 72 73 Copyright (c) 2009 The Go Authors. All rights reserved. 74 75 Redistribution and use in source and binary forms, with or without 76 modification, are permitted provided that the following conditions are 77 met: 78 79 * Redistributions of source code must retain the above copyright 80 notice, this list of conditions and the following disclaimer. 81 * Redistributions in binary form must reproduce the above 82 copyright notice, this list of conditions and the following disclaimer 83 in the documentation and/or other materials provided with the 84 distribution. 85 * Neither the name of Google Inc. nor the names of its 86 contributors may be used to endorse or promote products derived from 87 this software without specific prior written permission. 88 89 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 90 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 91 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 92 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 93 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 94 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 95 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 96 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 97 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 98 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 99 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 100 101 102 For vendor/github.com/blang/semver: 103 104 The MIT License 105 106 Copyright (c) 2014 Benedikt Lang <github at benediktlang.de> 107 108 Permission is hereby granted, free of charge, to any person obtaining a copy 109 of this software and associated documentation files (the "Software"), to deal 110 in the Software without restriction, including without limitation the rights 111 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 112 copies of the Software, and to permit persons to whom the Software is 113 furnished to do so, subject to the following conditions: 114 115 The above copyright notice and this permission notice shall be included in 116 all copies or substantial portions of the Software. 117 118 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 119 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 120 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 121 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 122 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 123 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 124 THE SOFTWARE. 125 126 127 For vendor/github.com/tedsuo/rata: 128 129 The MIT License (MIT) 130 131 Copyright (c) 2014 Ted Young 132 133 Permission is hereby granted, free of charge, to any person obtaining a copy 134 of this software and associated documentation files (the "Software"), to deal 135 in the Software without restriction, including without limitation the rights 136 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 137 copies of the Software, and to permit persons to whom the Software is 138 furnished to do so, subject to the following conditions: 139 140 The above copyright notice and this permission notice shall be included in 141 all copies or substantial portions of the Software. 142 143 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 144 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 145 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 146 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 147 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 148 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 149 THE SOFTWARE. 150 151 152 For vendor/github.com/golang/protobuf/ptypes/any: 153 154 Go support for Protocol Buffers - Google's data interchange format 155 156 Copyright 2010 The Go Authors. All rights reserved. 157 https://github.com/golang/protobuf 158 159 Redistribution and use in source and binary forms, with or without 160 modification, are permitted provided that the following conditions are 161 met: 162 163 * Redistributions of source code must retain the above copyright 164 notice, this list of conditions and the following disclaimer. 165 * Redistributions in binary form must reproduce the above 166 copyright notice, this list of conditions and the following disclaimer 167 in the documentation and/or other materials provided with the 168 distribution. 169 * Neither the name of Google Inc. nor the names of its 170 contributors may be used to endorse or promote products derived from 171 this software without specific prior written permission. 172 173 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 174 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 175 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 176 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 177 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 178 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 179 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 180 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 181 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 182 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 183 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 184 185 186 For vendor/github.com/golang/protobuf/proto: 187 188 Go support for Protocol Buffers - Google's data interchange format 189 190 Copyright 2010 The Go Authors. All rights reserved. 191 https://github.com/golang/protobuf 192 193 Redistribution and use in source and binary forms, with or without 194 modification, are permitted provided that the following conditions are 195 met: 196 197 * Redistributions of source code must retain the above copyright 198 notice, this list of conditions and the following disclaimer. 199 * Redistributions in binary form must reproduce the above 200 copyright notice, this list of conditions and the following disclaimer 201 in the documentation and/or other materials provided with the 202 distribution. 203 * Neither the name of Google Inc. nor the names of its 204 contributors may be used to endorse or promote products derived from 205 this software without specific prior written permission. 206 207 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 208 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 209 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 210 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 211 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 212 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 213 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 214 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 215 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 216 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 217 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 218 219 220 For vendor/github.com/jessevdk/go-flags: 221 222 Copyright (c) 2012 Jesse van den Kieboom. All rights reserved. 223 Redistribution and use in source and binary forms, with or without 224 modification, are permitted provided that the following conditions are 225 met: 226 227 * Redistributions of source code must retain the above copyright 228 notice, this list of conditions and the following disclaimer. 229 * Redistributions in binary form must reproduce the above 230 copyright notice, this list of conditions and the following disclaimer 231 in the documentation and/or other materials provided with the 232 distribution. 233 * Neither the name of Google Inc. nor the names of its 234 contributors may be used to endorse or promote products derived from 235 this software without specific prior written permission. 236 237 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 238 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 239 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 240 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 241 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 242 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 243 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 244 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 245 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 246 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 247 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 248 249 For vendor/github.com/SermoDigital/jose: 250 251 The MIT License (MIT) 252 253 Copyright (c) 2015 Sermo Digital LLC 254 255 Permission is hereby granted, free of charge, to any person obtaining a copy 256 of this software and associated documentation files (the "Software"), to deal 257 in the Software without restriction, including without limitation the rights 258 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 259 copies of the Software, and to permit persons to whom the Software is 260 furnished to do so, subject to the following conditions: 261 262 The above copyright notice and this permission notice shall be included in all 263 copies or substantial portions of the Software. 264 265 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 266 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 267 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 268 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 269 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 270 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 271 SOFTWARE. 272 273 274 For vendor/github.com/Azure/go-ansiterm: 275 276 The MIT License (MIT) 277 278 Copyright (c) 2015 Microsoft Corporation 279 280 Permission is hereby granted, free of charge, to any person obtaining a copy 281 of this software and associated documentation files (the "Software"), to deal 282 in the Software without restriction, including without limitation the rights 283 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 284 copies of the Software, and to permit persons to whom the Software is 285 furnished to do so, subject to the following conditions: 286 287 The above copyright notice and this permission notice shall be included in 288 all copies or substantial portions of the Software. 289 290 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 291 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 292 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 293 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 294 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 295 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 296 THE SOFTWARE. 297 298 299 For vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor: 300 301 Extensions for Protocol Buffers to create more go like structures. 302 303 Copyright (c) 2013, Vastech SA (PTY) LTD. All rights reserved. 304 http://github.com/gogo/protobuf/gogoproto 305 306 Go support for Protocol Buffers - Google's data interchange format 307 308 Copyright 2010 The Go Authors. All rights reserved. 309 https://github.com/golang/protobuf 310 311 Redistribution and use in source and binary forms, with or without 312 modification, are permitted provided that the following conditions are 313 met: 314 315 * Redistributions of source code must retain the above copyright 316 notice, this list of conditions and the following disclaimer. 317 * Redistributions in binary form must reproduce the above 318 copyright notice, this list of conditions and the following disclaimer 319 in the documentation and/or other materials provided with the 320 distribution. 321 * Neither the name of Google Inc. nor the names of its 322 contributors may be used to endorse or promote products derived from 323 this software without specific prior written permission. 324 325 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 326 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 327 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 328 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 329 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 330 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 331 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 332 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 333 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 334 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 335 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 336 337 338 For vendor/github.com/gogo/protobuf/gogoproto: 339 340 Protocol Buffers for Go with Gadgets 341 342 Copyright (c) 2013, The GoGo Authors. All rights reserved. 343 http://github.com/gogo/protobuf 344 345 Go support for Protocol Buffers - Google's data interchange format 346 347 Copyright 2010 The Go Authors. All rights reserved. 348 https://github.com/golang/protobuf 349 350 Redistribution and use in source and binary forms, with or without 351 modification, are permitted provided that the following conditions are 352 met: 353 354 * Redistributions of source code must retain the above copyright 355 notice, this list of conditions and the following disclaimer. 356 * Redistributions in binary form must reproduce the above 357 copyright notice, this list of conditions and the following disclaimer 358 in the documentation and/or other materials provided with the 359 distribution. 360 * Neither the name of Google Inc. nor the names of its 361 contributors may be used to endorse or promote products derived from 362 this software without specific prior written permission. 363 364 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 365 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 366 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 367 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 368 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 369 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 370 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 371 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 372 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 373 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 374 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 375 376 377 For vendor/github.com/gogo/protobuf/proto: 378 379 Protocol Buffers for Go with Gadgets 380 381 Copyright (c) 2013, The GoGo Authors. All rights reserved. 382 http://github.com/gogo/protobuf 383 384 Go support for Protocol Buffers - Google's data interchange format 385 386 Copyright 2010 The Go Authors. All rights reserved. 387 https://github.com/golang/protobuf 388 389 Redistribution and use in source and binary forms, with or without 390 modification, are permitted provided that the following conditions are 391 met: 392 393 * Redistributions of source code must retain the above copyright 394 notice, this list of conditions and the following disclaimer. 395 * Redistributions in binary form must reproduce the above 396 copyright notice, this list of conditions and the following disclaimer 397 in the documentation and/or other materials provided with the 398 distribution. 399 * Neither the name of Google Inc. nor the names of its 400 contributors may be used to endorse or promote products derived from 401 this software without specific prior written permission. 402 403 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 404 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 405 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 406 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 407 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 408 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 409 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 410 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 411 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 412 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 413 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 414 415 416 For vendor/github.com/google/go-querystring/query: 417 418 Copyright (c) 2013 Google. All rights reserved. 419 420 Redistribution and use in source and binary forms, with or without 421 modification, are permitted provided that the following conditions are 422 met: 423 424 * Redistributions of source code must retain the above copyright 425 notice, this list of conditions and the following disclaimer. 426 * Redistributions in binary form must reproduce the above 427 copyright notice, this list of conditions and the following disclaimer 428 in the documentation and/or other materials provided with the 429 distribution. 430 * Neither the name of Google Inc. nor the names of its 431 contributors may be used to endorse or promote products derived from 432 this software without specific prior written permission. 433 434 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 435 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 436 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 437 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 438 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 439 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 440 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 441 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 442 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 443 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 444 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 445 446 447 For vendor/github.com/mattn/go-colorable: 448 449 The MIT License (MIT) 450 451 Copyright (c) 2016 Yasuhiro Matsumoto 452 453 Permission is hereby granted, free of charge, to any person obtaining a copy 454 of this software and associated documentation files (the "Software"), to deal 455 in the Software without restriction, including without limitation the rights 456 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 457 copies of the Software, and to permit persons to whom the Software is 458 furnished to do so, subject to the following conditions: 459 460 The above copyright notice and this permission notice shall be included in all 461 copies or substantial portions of the Software. 462 463 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 464 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 465 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 466 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 467 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 468 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 469 SOFTWARE. 470 471 472 For vendor/github.com/mattn/go-isatty: 473 474 Copyright (c) Yasuhiro MATSUMOTO <mattn.jp@gmail.com> 475 476 MIT License (Expat) 477 478 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 479 480 The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 481 482 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 483 484 485 For vendor/github.com/mattn/go-runewidth: 486 487 The MIT License (MIT) 488 489 Copyright (c) 2016 Yasuhiro Matsumoto 490 491 Permission is hereby granted, free of charge, to any person obtaining a copy 492 of this software and associated documentation files (the "Software"), to deal 493 in the Software without restriction, including without limitation the rights 494 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 495 copies of the Software, and to permit persons to whom the Software is 496 furnished to do so, subject to the following conditions: 497 498 The above copyright notice and this permission notice shall be included in all 499 copies or substantial portions of the Software. 500 501 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 502 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 503 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 504 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 505 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 506 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 507 SOFTWARE. 508 509 510 For vendor/github.com/sajari/fuzzy: 511 512 The MIT License (MIT) 513 514 Copyright (c) 2014 Sajari Pty Ltd 515 516 Permission is hereby granted, free of charge, to any person obtaining a copy 517 of this software and associated documentation files (the "Software"), to deal 518 in the Software without restriction, including without limitation the rights 519 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 520 copies of the Software, and to permit persons to whom the Software is 521 furnished to do so, subject to the following conditions: 522 523 The above copyright notice and this permission notice shall be included in 524 all copies or substantial portions of the Software. 525 526 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 527 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 528 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 529 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 530 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 531 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 532 THE SOFTWARE. 533 534 535 For vendor/github.com/gorilla/websocket: 536 537 Copyright (c) 2013 The Gorilla WebSocket Authors. All rights reserved. 538 539 Redistribution and use in source and binary forms, with or without 540 modification, are permitted provided that the following conditions are met: 541 542 Redistributions of source code must retain the above copyright notice, this 543 list of conditions and the following disclaimer. 544 545 Redistributions in binary form must reproduce the above copyright notice, 546 this list of conditions and the following disclaimer in the documentation 547 and/or other materials provided with the distribution. 548 549 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND 550 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 551 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 552 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE 553 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 554 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 555 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 556 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 557 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 558 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 559 560 561 For vendor/github.com/sirupsen/logrus: 562 563 The MIT License (MIT) 564 565 Copyright (c) 2014 Simon Eskildsen 566 567 Permission is hereby granted, free of charge, to any person obtaining a copy 568 of this software and associated documentation files (the "Software"), to deal 569 in the Software without restriction, including without limitation the rights 570 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 571 copies of the Software, and to permit persons to whom the Software is 572 furnished to do so, subject to the following conditions: 573 574 The above copyright notice and this permission notice shall be included in 575 all copies or substantial portions of the Software. 576 577 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 578 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 579 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 580 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 581 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 582 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 583 THE SOFTWARE. 584 585 586 For vendor/gopkg.in/airbrake/gobrake.v2: 587 588 Copyright (c) 2014 The Gobrake Authors. All rights reserved. 589 590 Redistribution and use in source and binary forms, with or without 591 modification, are permitted provided that the following conditions are 592 met: 593 594 * Redistributions of source code must retain the above copyright 595 notice, this list of conditions and the following disclaimer. 596 * Redistributions in binary form must reproduce the above 597 copyright notice, this list of conditions and the following disclaimer 598 in the documentation and/or other materials provided with the 599 distribution. 600 * Neither the name of Google Inc. nor the names of its 601 contributors may be used to endorse or promote products derived from 602 this software without specific prior written permission. 603 604 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 605 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 606 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 607 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 608 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 609 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 610 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 611 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 612 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 613 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 614 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 615 616 617 For vendor/gopkg.in/gemnasium/logrus-airbrake-hook.v2: 618 619 The MIT License (MIT) 620 621 Copyright (c) 2015 Gemnasium 622 623 Permission is hereby granted, free of charge, to any person obtaining a copy 624 of this software and associated documentation files (the "Software"), to deal 625 in the Software without restriction, including without limitation the rights 626 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 627 copies of the Software, and to permit persons to whom the Software is 628 furnished to do so, subject to the following conditions: 629 630 The above copyright notice and this permission notice shall be included in 631 all copies or substantial portions of the Software. 632 633 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 634 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 635 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 636 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 637 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 638 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 639 THE SOFTWARE. 640 641 For vendor/github.com/lunixbochs/vtclean: 642 643 The MIT License (MIT) 644 645 Copyright (c) 2015 Ryan Hileman 646 647 Permission is hereby granted, free of charge, to any person obtaining a copy 648 of this software and associated documentation files (the "Software"), to deal 649 in the Software without restriction, including without limitation the rights 650 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 651 copies of the Software, and to permit persons to whom the Software is 652 furnished to do so, subject to the following conditions: 653 654 The above copyright notice and this permission notice shall be included in 655 all copies or substantial portions of the Software. 656 657 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 658 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 659 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 660 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 661 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 662 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 663 THE SOFTWARE. 664 665 For vendor/gopkg.in/cheggaaa/pb.v1: 666 667 Copyright (c) 2012-2015, Sergey Cherepanov All rights reserved. 668 669 Redistribution and use in source and binary forms, with or without 670 modification, are permitted provided that the following conditions are met: 671 672 * Redistributions of source code must retain the above copyright notice, this 673 * list of conditions and the following disclaimer. 674 675 * Redistributions in binary form must reproduce the above copyright notice, 676 * this list of conditions and the following disclaimer in the documentation 677 * and/or other materials provided with the distribution. 678 679 * Neither the name of the author nor the names of its contributors may be used 680 * to endorse or promote products derived from this software without specific 681 * prior written permission. 682 683 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND 684 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 685 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 686 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE 687 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 688 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 689 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 690 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 691 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 692 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.