github.com/loggregator/cli@v6.33.1-0.20180224010324-82334f081791+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/sys/windows: 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/net/websocket: 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/golang.org/x/crypto: 103 104 Copyright (c) 2009 The Go Authors. All rights reserved. 105 106 Redistribution and use in source and binary forms, with or without 107 modification, are permitted provided that the following conditions are 108 met: 109 110 * Redistributions of source code must retain the above copyright 111 notice, this list of conditions and the following disclaimer. 112 * Redistributions in binary form must reproduce the above 113 copyright notice, this list of conditions and the following disclaimer 114 in the documentation and/or other materials provided with the 115 distribution. 116 * Neither the name of Google Inc. nor the names of its 117 contributors may be used to endorse or promote products derived from 118 this software without specific prior written permission. 119 120 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 121 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 122 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 123 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 124 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 125 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 126 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 127 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 128 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 129 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 130 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 131 132 133 For vendor/github.com/blang/semver: 134 135 The MIT License 136 137 Copyright (c) 2014 Benedikt Lang <github at benediktlang.de> 138 139 Permission is hereby granted, free of charge, to any person obtaining a copy 140 of this software and associated documentation files (the "Software"), to deal 141 in the Software without restriction, including without limitation the rights 142 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 143 copies of the Software, and to permit persons to whom the Software is 144 furnished to do so, subject to the following conditions: 145 146 The above copyright notice and this permission notice shall be included in 147 all copies or substantial portions of the Software. 148 149 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 150 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 151 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 152 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 153 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 154 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 155 THE SOFTWARE. 156 157 158 For vendor/github.com/tedsuo/rata: 159 160 The MIT License (MIT) 161 162 Copyright (c) 2014 Ted Young 163 164 Permission is hereby granted, free of charge, to any person obtaining a copy 165 of this software and associated documentation files (the "Software"), to deal 166 in the Software without restriction, including without limitation the rights 167 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 168 copies of the Software, and to permit persons to whom the Software is 169 furnished to do so, subject to the following conditions: 170 171 The above copyright notice and this permission notice shall be included in 172 all copies or substantial portions of the Software. 173 174 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 175 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 176 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 177 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 178 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 179 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 180 THE SOFTWARE. 181 182 183 For vendor/github.com/golang/protobuf/ptypes/any: 184 185 Go support for Protocol Buffers - Google's data interchange format 186 187 Copyright 2010 The Go Authors. All rights reserved. 188 https://github.com/golang/protobuf 189 190 Redistribution and use in source and binary forms, with or without 191 modification, are permitted provided that the following conditions are 192 met: 193 194 * Redistributions of source code must retain the above copyright 195 notice, this list of conditions and the following disclaimer. 196 * Redistributions in binary form must reproduce the above 197 copyright notice, this list of conditions and the following disclaimer 198 in the documentation and/or other materials provided with the 199 distribution. 200 * Neither the name of Google Inc. nor the names of its 201 contributors may be used to endorse or promote products derived from 202 this software without specific prior written permission. 203 204 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 205 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 206 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 207 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 208 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 209 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 210 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 211 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 212 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 213 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 214 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 215 216 217 For vendor/github.com/golang/protobuf/proto: 218 219 Go support for Protocol Buffers - Google's data interchange format 220 221 Copyright 2010 The Go Authors. All rights reserved. 222 https://github.com/golang/protobuf 223 224 Redistribution and use in source and binary forms, with or without 225 modification, are permitted provided that the following conditions are 226 met: 227 228 * Redistributions of source code must retain the above copyright 229 notice, this list of conditions and the following disclaimer. 230 * Redistributions in binary form must reproduce the above 231 copyright notice, this list of conditions and the following disclaimer 232 in the documentation and/or other materials provided with the 233 distribution. 234 * Neither the name of Google Inc. nor the names of its 235 contributors may be used to endorse or promote products derived from 236 this software without specific prior written permission. 237 238 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 239 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 240 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 241 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 242 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 243 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 244 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 245 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 246 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 247 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 248 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 249 250 251 For vendor/github.com/jessevdk/go-flags: 252 253 Copyright (c) 2012 Jesse van den Kieboom. All rights reserved. 254 Redistribution and use in source and binary forms, with or without 255 modification, are permitted provided that the following conditions are 256 met: 257 258 * Redistributions of source code must retain the above copyright 259 notice, this list of conditions and the following disclaimer. 260 * Redistributions in binary form must reproduce the above 261 copyright notice, this list of conditions and the following disclaimer 262 in the documentation and/or other materials provided with the 263 distribution. 264 * Neither the name of Google Inc. nor the names of its 265 contributors may be used to endorse or promote products derived from 266 this software without specific prior written permission. 267 268 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 269 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 270 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 271 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 272 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 273 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 274 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 275 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 276 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 277 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 278 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 279 280 For vendor/github.com/SermoDigital/jose: 281 282 The MIT License (MIT) 283 284 Copyright (c) 2015 Sermo Digital LLC 285 286 Permission is hereby granted, free of charge, to any person obtaining a copy 287 of this software and associated documentation files (the "Software"), to deal 288 in the Software without restriction, including without limitation the rights 289 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 290 copies of the Software, and to permit persons to whom the Software is 291 furnished to do so, subject to the following conditions: 292 293 The above copyright notice and this permission notice shall be included in all 294 copies or substantial portions of the Software. 295 296 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 297 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 298 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 299 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 300 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 301 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 302 SOFTWARE. 303 304 305 For vendor/github.com/Azure/go-ansiterm: 306 307 The MIT License (MIT) 308 309 Copyright (c) 2015 Microsoft Corporation 310 311 Permission is hereby granted, free of charge, to any person obtaining a copy 312 of this software and associated documentation files (the "Software"), to deal 313 in the Software without restriction, including without limitation the rights 314 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 315 copies of the Software, and to permit persons to whom the Software is 316 furnished to do so, subject to the following conditions: 317 318 The above copyright notice and this permission notice shall be included in 319 all copies or substantial portions of the Software. 320 321 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 322 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 323 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 324 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 325 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 326 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 327 THE SOFTWARE. 328 329 330 For vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor: 331 332 Extensions for Protocol Buffers to create more go like structures. 333 334 Copyright (c) 2013, Vastech SA (PTY) LTD. All rights reserved. 335 http://github.com/gogo/protobuf/gogoproto 336 337 Go support for Protocol Buffers - Google's data interchange format 338 339 Copyright 2010 The Go Authors. All rights reserved. 340 https://github.com/golang/protobuf 341 342 Redistribution and use in source and binary forms, with or without 343 modification, are permitted provided that the following conditions are 344 met: 345 346 * Redistributions of source code must retain the above copyright 347 notice, this list of conditions and the following disclaimer. 348 * Redistributions in binary form must reproduce the above 349 copyright notice, this list of conditions and the following disclaimer 350 in the documentation and/or other materials provided with the 351 distribution. 352 * Neither the name of Google Inc. nor the names of its 353 contributors may be used to endorse or promote products derived from 354 this software without specific prior written permission. 355 356 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 357 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 358 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 359 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 360 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 361 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 362 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 363 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 364 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 365 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 366 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 367 368 369 For vendor/github.com/gogo/protobuf/gogoproto: 370 371 Protocol Buffers for Go with Gadgets 372 373 Copyright (c) 2013, The GoGo Authors. All rights reserved. 374 http://github.com/gogo/protobuf 375 376 Go support for Protocol Buffers - Google's data interchange format 377 378 Copyright 2010 The Go Authors. All rights reserved. 379 https://github.com/golang/protobuf 380 381 Redistribution and use in source and binary forms, with or without 382 modification, are permitted provided that the following conditions are 383 met: 384 385 * Redistributions of source code must retain the above copyright 386 notice, this list of conditions and the following disclaimer. 387 * Redistributions in binary form must reproduce the above 388 copyright notice, this list of conditions and the following disclaimer 389 in the documentation and/or other materials provided with the 390 distribution. 391 * Neither the name of Google Inc. nor the names of its 392 contributors may be used to endorse or promote products derived from 393 this software without specific prior written permission. 394 395 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 396 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 397 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 398 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 399 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 400 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 401 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 402 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 403 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 404 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 405 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 406 407 408 For vendor/github.com/gogo/protobuf/proto: 409 410 Protocol Buffers for Go with Gadgets 411 412 Copyright (c) 2013, The GoGo Authors. All rights reserved. 413 http://github.com/gogo/protobuf 414 415 Go support for Protocol Buffers - Google's data interchange format 416 417 Copyright 2010 The Go Authors. All rights reserved. 418 https://github.com/golang/protobuf 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/google/go-querystring/query: 448 449 Copyright (c) 2013 Google. All rights reserved. 450 451 Redistribution and use in source and binary forms, with or without 452 modification, are permitted provided that the following conditions are 453 met: 454 455 * Redistributions of source code must retain the above copyright 456 notice, this list of conditions and the following disclaimer. 457 * Redistributions in binary form must reproduce the above 458 copyright notice, this list of conditions and the following disclaimer 459 in the documentation and/or other materials provided with the 460 distribution. 461 * Neither the name of Google Inc. nor the names of its 462 contributors may be used to endorse or promote products derived from 463 this software without specific prior written permission. 464 465 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 466 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 467 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 468 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 469 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 470 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 471 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 472 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 473 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 474 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 475 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 476 477 478 For vendor/github.com/mattn/go-colorable: 479 480 The MIT License (MIT) 481 482 Copyright (c) 2016 Yasuhiro Matsumoto 483 484 Permission is hereby granted, free of charge, to any person obtaining a copy 485 of this software and associated documentation files (the "Software"), to deal 486 in the Software without restriction, including without limitation the rights 487 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 488 copies of the Software, and to permit persons to whom the Software is 489 furnished to do so, subject to the following conditions: 490 491 The above copyright notice and this permission notice shall be included in all 492 copies or substantial portions of the Software. 493 494 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 495 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 496 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 497 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 498 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 499 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 500 SOFTWARE. 501 502 503 For vendor/github.com/mattn/go-isatty: 504 505 Copyright (c) Yasuhiro MATSUMOTO <mattn.jp@gmail.com> 506 507 MIT License (Expat) 508 509 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: 510 511 The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 512 513 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. 514 515 516 For vendor/github.com/mattn/go-runewidth: 517 518 The MIT License (MIT) 519 520 Copyright (c) 2016 Yasuhiro Matsumoto 521 522 Permission is hereby granted, free of charge, to any person obtaining a copy 523 of this software and associated documentation files (the "Software"), to deal 524 in the Software without restriction, including without limitation the rights 525 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 526 copies of the Software, and to permit persons to whom the Software is 527 furnished to do so, subject to the following conditions: 528 529 The above copyright notice and this permission notice shall be included in all 530 copies or substantial portions of the Software. 531 532 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 533 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 534 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 535 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 536 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 537 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 538 SOFTWARE. 539 540 541 For vendor/github.com/sajari/fuzzy: 542 543 The MIT License (MIT) 544 545 Copyright (c) 2014 Sajari Pty Ltd 546 547 Permission is hereby granted, free of charge, to any person obtaining a copy 548 of this software and associated documentation files (the "Software"), to deal 549 in the Software without restriction, including without limitation the rights 550 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 551 copies of the Software, and to permit persons to whom the Software is 552 furnished to do so, subject to the following conditions: 553 554 The above copyright notice and this permission notice shall be included in 555 all copies or substantial portions of the Software. 556 557 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 558 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 559 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 560 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 561 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 562 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 563 THE SOFTWARE. 564 565 566 For vendor/github.com/gorilla/websocket: 567 568 Copyright (c) 2013 The Gorilla WebSocket Authors. All rights reserved. 569 570 Redistribution and use in source and binary forms, with or without 571 modification, are permitted provided that the following conditions are met: 572 573 Redistributions of source code must retain the above copyright notice, this 574 list of conditions and the following disclaimer. 575 576 Redistributions in binary form must reproduce the above copyright notice, 577 this list of conditions and the following disclaimer in the documentation 578 and/or other materials provided with the distribution. 579 580 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND 581 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 582 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 583 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE 584 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 585 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 586 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 587 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 588 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 589 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 590 591 592 For vendor/github.com/sirupsen/logrus: 593 594 The MIT License (MIT) 595 596 Copyright (c) 2014 Simon Eskildsen 597 598 Permission is hereby granted, free of charge, to any person obtaining a copy 599 of this software and associated documentation files (the "Software"), to deal 600 in the Software without restriction, including without limitation the rights 601 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 602 copies of the Software, and to permit persons to whom the Software is 603 furnished to do so, subject to the following conditions: 604 605 The above copyright notice and this permission notice shall be included in 606 all copies or substantial portions of the Software. 607 608 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 609 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 610 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 611 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 612 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 613 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 614 THE SOFTWARE. 615 616 617 For vendor/github.com/lunixbochs/vtclean: 618 619 The MIT License (MIT) 620 621 Copyright (c) 2015 Ryan Hileman 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/gopkg.in/cheggaaa/pb.v1: 642 643 Copyright (c) 2012-2015, Sergey Cherepanov All rights reserved. 644 645 Redistribution and use in source and binary forms, with or without 646 modification, are permitted provided that the following conditions are met: 647 648 * Redistributions of source code must retain the above copyright notice, this 649 * list of conditions and the following disclaimer. 650 651 * Redistributions in binary form must reproduce the above copyright notice, 652 * this list of conditions and the following disclaimer in the documentation 653 * and/or other materials provided with the distribution. 654 655 * Neither the name of the author nor the names of its contributors may be used 656 * to endorse or promote products derived from this software without specific 657 * prior written permission. 658 659 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND 660 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 661 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 662 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE 663 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 664 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 665 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 666 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 667 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 668 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 669 670 For vendor/github.com/sabhiram/go-gitignore: 671 672 The MIT License (MIT) 673 674 Copyright (c) 2015 Shaba Abhiram 675 676 Permission is hereby granted, free of charge, to any person obtaining a copy 677 of this software and associated documentation files (the "Software"), to deal 678 in the Software without restriction, including without limitation the rights 679 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 680 copies of the Software, and to permit persons to whom the Software is 681 furnished to do so, subject to the following conditions: 682 683 The above copyright notice and this permission notice shall be included in all 684 copies or substantial portions of the Software. 685 686 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 687 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 688 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 689 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 690 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 691 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 692 SOFTWARE. 693 694 For portions of vendor/gopkg.in/yaml.v2: 695 696 Copyright (c) 2006 Kirill Simonov 697 698 Permission is hereby granted, free of charge, to any person obtaining a copy of 699 this software and associated documentation files (the "Software"), to deal in 700 the Software without restriction, including without limitation the rights to 701 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 702 of the Software, and to permit persons to whom the Software is furnished to do 703 so, subject to the following conditions: 704 705 The above copyright notice and this permission notice shall be included in all 706 copies or substantial portions of the Software. 707 708 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 709 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 710 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 711 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 712 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 713 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 714 SOFTWARE.