3336 lines
159 KiB
Text
3336 lines
159 KiB
Text
|
Elastic Beats
|
||
|
Copyright 2014-2018 Elasticsearch BV
|
||
|
|
||
|
This product includes software developed by The Apache Software
|
||
|
Foundation (http://www.apache.org/).
|
||
|
|
||
|
==========================================================================
|
||
|
Third party libraries used by the Elastic Beats project:
|
||
|
==========================================================================
|
||
|
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/aerospike/aerospike-client-go
|
||
|
Revision: 0f3b54da6bdc2c31c505f9afbc5f434dd2089658
|
||
|
License type (autodetected): Apache-2.0
|
||
|
./vendor/github.com/aerospike/aerospike-client-go/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Apache License 2.0
|
||
|
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/aerospike/aerospike-client-go/pkg/bcrypt
|
||
|
Revision: 0f3b54da6bdc2c31c505f9afbc5f434dd2089658
|
||
|
License type (autodetected): BSD-3-Clause
|
||
|
./vendor/github.com/aerospike/aerospike-client-go/pkg/bcrypt/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Copyright (c) 2011 James Keane <james.keane@gmail.com>. All rights reserved.
|
||
|
Copyright (c) 2006 Damien Miller <djm@mindrot.org>.
|
||
|
Copyright (c) 2011 ZooWar.com, All rights reserved.
|
||
|
|
||
|
Redistribution and use in source and binary forms, with or without
|
||
|
modification, are permitted provided that the following conditions are
|
||
|
met:
|
||
|
|
||
|
* Redistributions of source code must retain the above copyright
|
||
|
notice, this list of conditions and the following disclaimer.
|
||
|
* Redistributions in binary form must reproduce the above
|
||
|
copyright notice, this list of conditions and the following disclaimer
|
||
|
in the documentation and/or other materials provided with the
|
||
|
distribution.
|
||
|
* Neither the name of weekendlogic nor the names of its
|
||
|
contributors may be used to endorse or promote products derived from
|
||
|
this software without specific prior written permission.
|
||
|
|
||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||
|
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||
|
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||
|
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||
|
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||
|
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||
|
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||
|
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||
|
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/andrewkroh/sys
|
||
|
Revision: 287798fe3e430efeb9318b95ff52353aaa2b59b1
|
||
|
License type (autodetected): BSD-3-Clause
|
||
|
./vendor/github.com/andrewkroh/sys/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Copyright (c) 2009 The Go Authors. All rights reserved.
|
||
|
|
||
|
Redistribution and use in source and binary forms, with or without
|
||
|
modification, are permitted provided that the following conditions are
|
||
|
met:
|
||
|
|
||
|
* Redistributions of source code must retain the above copyright
|
||
|
notice, this list of conditions and the following disclaimer.
|
||
|
* Redistributions in binary form must reproduce the above
|
||
|
copyright notice, this list of conditions and the following disclaimer
|
||
|
in the documentation and/or other materials provided with the
|
||
|
distribution.
|
||
|
* Neither the name of Google Inc. nor the names of its
|
||
|
contributors may be used to endorse or promote products derived from
|
||
|
this software without specific prior written permission.
|
||
|
|
||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||
|
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||
|
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||
|
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||
|
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||
|
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||
|
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||
|
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||
|
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/armon/go-socks5
|
||
|
Revision: e75332964ef517daa070d7c38a9466a0d687e0a5
|
||
|
License type (autodetected): MIT
|
||
|
./vendor/github.com/armon/go-socks5/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
The MIT License (MIT)
|
||
|
|
||
|
Copyright (c) 2014 Armon Dadgar
|
||
|
|
||
|
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:
|
||
|
|
||
|
The above copyright notice and this permission notice shall be included in all
|
||
|
copies or substantial portions of the Software.
|
||
|
|
||
|
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.
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/aws/aws-lambda-go
|
||
|
Version: =v1.6.0
|
||
|
Revision: 2d482ef09017ae953b1e8d5a6ddac5b696663a3c
|
||
|
License type (autodetected): Apache-2.0
|
||
|
./vendor/github.com/aws/aws-lambda-go/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Apache License 2.0
|
||
|
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/aws/aws-lambda-go
|
||
|
Version: =v1.6.0
|
||
|
Revision: 2d482ef09017ae953b1e8d5a6ddac5b696663a3c
|
||
|
License type (autodetected): MIT
|
||
|
./vendor/github.com/aws/aws-lambda-go/LICENSE-LAMBDACODE:
|
||
|
--------------------------------------------------------------------
|
||
|
MIT No Attribution
|
||
|
|
||
|
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.
|
||
|
|
||
|
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.
|
||
|
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/aws/aws-sdk-go-v2
|
||
|
Version: v2.0.0-preview.5
|
||
|
Revision: d52522b5f4b95591ff6528d7c54923951aadf099
|
||
|
License type (autodetected): Apache-2.0
|
||
|
./vendor/github.com/aws/aws-sdk-go-v2/LICENSE.txt:
|
||
|
--------------------------------------------------------------------
|
||
|
Apache License 2.0
|
||
|
|
||
|
-------NOTICE.txt-----
|
||
|
AWS SDK for Go
|
||
|
Copyright 2015 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
||
|
Copyright 2014-2015 Stripe, Inc.
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/awslabs/goformation
|
||
|
Revision: c5f655c41370a0bec733fa251fd2ecd4e3f0dfe3
|
||
|
License type (autodetected): Apache-2.0
|
||
|
./vendor/github.com/awslabs/goformation/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Apache License 2.0
|
||
|
|
||
|
-------NOTICE-----
|
||
|
GoFormation
|
||
|
Copyright 2011-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/bsm/sarama-cluster
|
||
|
Revision: 7e67d87a6b3f83fe08c096fd084691bd9dca112f
|
||
|
License type (autodetected): MIT
|
||
|
./vendor/github.com/bsm/sarama-cluster/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
(The MIT License)
|
||
|
|
||
|
Copyright (c) 2017 Black Square Media Ltd
|
||
|
|
||
|
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:
|
||
|
|
||
|
The above copyright notice and this permission notice shall be
|
||
|
included in all copies or substantial portions of the Software.
|
||
|
|
||
|
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.
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/coreos/bbolt
|
||
|
Revision: af9db2027c98c61ecd8e17caa5bd265792b9b9a2
|
||
|
License type (autodetected): MIT
|
||
|
./vendor/github.com/coreos/bbolt/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
The MIT License (MIT)
|
||
|
|
||
|
Copyright (c) 2013 Ben Johnson
|
||
|
|
||
|
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:
|
||
|
|
||
|
The above copyright notice and this permission notice shall be included in all
|
||
|
copies or substantial portions of the Software.
|
||
|
|
||
|
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.
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/coreos/go-systemd
|
||
|
Version: v17
|
||
|
Revision: 39ca1b05acc7ad1220e09f133283b8859a8b71ab
|
||
|
License type (autodetected): Apache-2.0
|
||
|
./vendor/github.com/coreos/go-systemd/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Apache License 2.0
|
||
|
|
||
|
-------NOTICE-----
|
||
|
CoreOS Project
|
||
|
Copyright 2018 CoreOS, Inc
|
||
|
|
||
|
This product includes software developed at CoreOS, Inc.
|
||
|
(http://www.coreos.com/).
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/coreos/pkg
|
||
|
Revision: 97fdf19511ea361ae1c100dd393cc47f8dcfa1e1
|
||
|
License type (autodetected): Apache-2.0
|
||
|
./vendor/github.com/coreos/pkg/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Apache License 2.0
|
||
|
|
||
|
-------NOTICE-----
|
||
|
CoreOS Project
|
||
|
Copyright 2014 CoreOS, Inc
|
||
|
|
||
|
This product includes software developed at CoreOS, Inc.
|
||
|
(http://www.coreos.com/).
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/davecgh/go-spew
|
||
|
Version: v1.1.0
|
||
|
Revision: 346938d642f2ec3594ed81d874461961cd0faa76
|
||
|
License type (autodetected): MIT
|
||
|
./vendor/github.com/davecgh/go-spew/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
ISC License
|
||
|
|
||
|
Copyright (c) 2012-2016 Dave Collins <dave@davec.name>
|
||
|
|
||
|
Permission to use, copy, modify, and distribute this software for any
|
||
|
purpose with or without fee is hereby granted, provided that the above
|
||
|
copyright notice and this permission notice appear in all copies.
|
||
|
|
||
|
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
||
|
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||
|
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
||
|
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
||
|
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
||
|
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||
|
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/davecgh/go-xdr
|
||
|
Revision: e6a2ba005892b6a5b27cb5352f64c2e96942dd28
|
||
|
License type (autodetected): MIT
|
||
|
./metricbeat/module/kvm/vendor/github.com/davecgh/go-xdr/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Copyright (c) 2012-2014 Dave Collins <dave@davec.name>
|
||
|
|
||
|
Permission to use, copy, modify, and distribute this software for any
|
||
|
purpose with or without fee is hereby granted, provided that the above
|
||
|
copyright notice and this permission notice appear in all copies.
|
||
|
|
||
|
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
||
|
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||
|
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
||
|
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
||
|
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
||
|
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||
|
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/digitalocean/go-libvirt
|
||
|
Revision: 59d541f19311883ad82708651353009fb207d8a9
|
||
|
License type (autodetected): Apache-2.0
|
||
|
./metricbeat/module/kvm/vendor/github.com/digitalocean/go-libvirt/LICENSE.md:
|
||
|
--------------------------------------------------------------------
|
||
|
Apache License 2.0
|
||
|
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/docker/distribution
|
||
|
Revision: 1e2f10eb65743fed02f573d31a4587de09afb20e
|
||
|
License type (autodetected): Apache-2.0
|
||
|
./vendor/github.com/docker/distribution/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Apache License 2.0
|
||
|
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/docker/docker
|
||
|
Revision: d192db0d9350222d2b8bb6eba8525b04c3be7d61
|
||
|
License type (autodetected): Apache-2.0
|
||
|
./vendor/github.com/docker/docker/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Apache License 2.0
|
||
|
|
||
|
-------NOTICE-----
|
||
|
Docker
|
||
|
Copyright 2012-2017 Docker, Inc.
|
||
|
|
||
|
This product includes software developed at Docker, Inc. (https://www.docker.com).
|
||
|
|
||
|
This product contains software (https://github.com/kr/pty) developed
|
||
|
by Keith Rarick, licensed under the MIT License.
|
||
|
|
||
|
The following is courtesy of our legal counsel:
|
||
|
|
||
|
|
||
|
Use and transfer of Docker may be subject to certain restrictions by the
|
||
|
United States and other governments.
|
||
|
It is your responsibility to ensure that your use and/or transfer does not
|
||
|
violate applicable laws.
|
||
|
|
||
|
For more information, please see https://www.bis.doc.gov
|
||
|
|
||
|
See also https://www.apache.org/dev/crypto.html and/or seek legal counsel.
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/docker/go-connections
|
||
|
Revision: e15c02316c12de00874640cd76311849de2aeed5
|
||
|
License type (autodetected): Apache-2.0
|
||
|
./vendor/github.com/docker/go-connections/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Apache License 2.0
|
||
|
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/docker/go-units
|
||
|
Revision: 0dadbb0345b35ec7ef35e228dabb8de89a65bf52
|
||
|
License type (autodetected): Apache-2.0
|
||
|
./vendor/github.com/docker/go-units/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Apache License 2.0
|
||
|
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/docker/libtrust
|
||
|
Revision: aabc10ec26b754e797f9028f4589c5b7bd90dc20
|
||
|
License type (autodetected): Apache-2.0
|
||
|
./vendor/github.com/docker/libtrust/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Apache License 2.0
|
||
|
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/dustin/go-humanize
|
||
|
Revision: 259d2a102b871d17f30e3cd9881a642961a1e486
|
||
|
License type (autodetected): MIT
|
||
|
./vendor/github.com/dustin/go-humanize/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Copyright (c) 2005-2008 Dustin Sallings <dustin@spy.net>
|
||
|
|
||
|
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:
|
||
|
|
||
|
The above copyright notice and this permission notice shall be included in
|
||
|
all copies or substantial portions of the Software.
|
||
|
|
||
|
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.
|
||
|
|
||
|
<http://www.opensource.org/licenses/mit-license.php>
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/eapache/go-resiliency
|
||
|
Revision: b86b1ec0dd4209a588dc1285cdd471e73525c0b3
|
||
|
License type (autodetected): MIT
|
||
|
./vendor/github.com/eapache/go-resiliency/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
The MIT License (MIT)
|
||
|
|
||
|
Copyright (c) 2014 Evan Huus
|
||
|
|
||
|
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:
|
||
|
|
||
|
The above copyright notice and this permission notice shall be included in all
|
||
|
copies or substantial portions of the Software.
|
||
|
|
||
|
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.
|
||
|
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/eapache/go-xerial-snappy
|
||
|
Revision: bb955e01b9346ac19dc29eb16586c90ded99a98c
|
||
|
License type (autodetected): MIT
|
||
|
./vendor/github.com/eapache/go-xerial-snappy/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
The MIT License (MIT)
|
||
|
|
||
|
Copyright (c) 2016 Evan Huus
|
||
|
|
||
|
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:
|
||
|
|
||
|
The above copyright notice and this permission notice shall be included in all
|
||
|
copies or substantial portions of the Software.
|
||
|
|
||
|
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.
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/eapache/queue
|
||
|
Revision: 44cc805cf13205b55f69e14bcb69867d1ae92f98
|
||
|
License type (autodetected): MIT
|
||
|
./vendor/github.com/eapache/queue/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
The MIT License (MIT)
|
||
|
|
||
|
Copyright (c) 2014 Evan Huus
|
||
|
|
||
|
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:
|
||
|
|
||
|
The above copyright notice and this permission notice shall be included in all
|
||
|
copies or substantial portions of the Software.
|
||
|
|
||
|
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.
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/elastic/go-libaudit
|
||
|
Version: v0.4.0
|
||
|
Revision: 39073a2988f718067d85d27a4d18b1b57de5d947
|
||
|
License type (autodetected): Apache-2.0
|
||
|
./vendor/github.com/elastic/go-libaudit/LICENSE.txt:
|
||
|
--------------------------------------------------------------------
|
||
|
Apache License 2.0
|
||
|
|
||
|
-------NOTICE.txt-----
|
||
|
Elastic go-libaudit
|
||
|
Copyright 2017-2018 Elasticsearch B.V.
|
||
|
|
||
|
This product includes software developed at
|
||
|
Elasticsearch, B.V. (https://www.elastic.co/).
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/elastic/go-lumber
|
||
|
Revision: 616041e345fc33c97bc0eb0fa6b388aa07bca3e1
|
||
|
License type (autodetected): Apache-2.0
|
||
|
./vendor/github.com/elastic/go-lumber/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Apache License 2.0
|
||
|
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/elastic/go-seccomp-bpf
|
||
|
Revision: 5bed103a93993f24c58dd267faaab582f2373e31
|
||
|
License type (autodetected): Apache-2.0
|
||
|
./vendor/github.com/elastic/go-seccomp-bpf/LICENSE.txt:
|
||
|
--------------------------------------------------------------------
|
||
|
Apache License 2.0
|
||
|
|
||
|
-------NOTICE.txt-----
|
||
|
Elastic go-seccomp-bpf
|
||
|
Copyright 2018 Elasticsearch B.V.
|
||
|
|
||
|
This product includes software developed at
|
||
|
Elasticsearch, B.V. (https://www.elastic.co/).
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/elastic/go-structform
|
||
|
Version: v0.0.5
|
||
|
Revision: 1425975cf4eb470099fcf02cbe9389cf3a7028a3
|
||
|
License type (autodetected): Apache-2.0
|
||
|
./vendor/github.com/elastic/go-structform/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Apache License 2.0
|
||
|
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/elastic/go-sysinfo
|
||
|
Revision: 7b021494a9562d0c3f0422d49b9980709c5650e9
|
||
|
License type (autodetected): Apache-2.0
|
||
|
./vendor/github.com/elastic/go-sysinfo/LICENSE.txt:
|
||
|
--------------------------------------------------------------------
|
||
|
Apache License 2.0
|
||
|
|
||
|
-------NOTICE.txt-----
|
||
|
Elastic go-sysinfo
|
||
|
Copyright 2017-2018 Elasticsearch B.V.
|
||
|
|
||
|
This product includes software developed at
|
||
|
Elasticsearch, B.V. (https://www.elastic.co/).
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/elastic/go-txfile
|
||
|
Version: v0.0.3
|
||
|
Revision: 389b527ad365f6fc6cf5fa7e0ba5a2294ad2f3ed
|
||
|
License type (autodetected): Apache-2.0
|
||
|
./vendor/github.com/elastic/go-txfile/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Apache License 2.0
|
||
|
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/elastic/go-ucfg
|
||
|
Version: v0.6.5
|
||
|
Revision: 92d43887f91851c9936621665af7f796f4d03412
|
||
|
License type (autodetected): Apache-2.0
|
||
|
./vendor/github.com/elastic/go-ucfg/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Apache License 2.0
|
||
|
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/elastic/go-windows
|
||
|
Version: 7b021494a9562d0c3f0422d49b9980709c5650e9
|
||
|
Revision: bb1581babc04d5cb29a2bfa7a9ac6781c730c8dd
|
||
|
License type (autodetected): Apache-2.0
|
||
|
./vendor/github.com/elastic/go-windows/LICENSE.txt:
|
||
|
--------------------------------------------------------------------
|
||
|
Apache License 2.0
|
||
|
|
||
|
-------NOTICE.txt-----
|
||
|
Elastic go-windows
|
||
|
Copyright 2017-2018 Elasticsearch B.V.
|
||
|
|
||
|
This product includes software developed at
|
||
|
Elasticsearch, B.V. (https://www.elastic.co/).
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/elastic/gosigar
|
||
|
Version: v0.9.0
|
||
|
Revision: 237dff72b4ba95da2cd985f96a9c0ede4aefc760
|
||
|
License type (autodetected): Apache-2.0
|
||
|
./vendor/github.com/elastic/gosigar/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Apache License 2.0
|
||
|
|
||
|
-------NOTICE-----
|
||
|
Copyright (c) [2009-2011] VMware, Inc. All Rights Reserved.
|
||
|
|
||
|
This product is licensed to you under the Apache License, Version 2.0 (the "License").
|
||
|
You may not use this product except in compliance with the License.
|
||
|
|
||
|
This product includes a number of subcomponents with
|
||
|
separate copyright notices and license terms. Your use of these
|
||
|
subcomponents is subject to the terms and conditions of the
|
||
|
subcomponent's license, as noted in the LICENSE file.
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/ericchiang/k8s
|
||
|
Version: =v1.0.0/in-cluster-ipv6
|
||
|
Revision: 33b346590d1dd4eaac217471671f736bcdab492d
|
||
|
License type (autodetected): Apache-2.0
|
||
|
./vendor/github.com/ericchiang/k8s/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Apache License 2.0
|
||
|
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/fatih/color
|
||
|
Version: v1.5.0
|
||
|
Revision: 570b54cabe6b8eb0bc2dfce68d964677d63b5260
|
||
|
License type (autodetected): MIT
|
||
|
./vendor/github.com/fatih/color/LICENSE.md:
|
||
|
--------------------------------------------------------------------
|
||
|
The MIT License (MIT)
|
||
|
|
||
|
Copyright (c) 2013 Fatih Arslan
|
||
|
|
||
|
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:
|
||
|
|
||
|
The above copyright notice and this permission notice shall be included in all
|
||
|
copies or substantial portions of the Software.
|
||
|
|
||
|
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.
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/fsnotify/fsevents
|
||
|
Revision: 4d5197691b054c220286f7c6ea167de9753d902d
|
||
|
License type (autodetected): BSD-3-Clause
|
||
|
./vendor/github.com/fsnotify/fsevents/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Copyright (c) 2014 The fsevents Authors. All rights reserved.
|
||
|
|
||
|
Redistribution and use in source and binary forms, with or without
|
||
|
modification, are permitted provided that the following conditions are
|
||
|
met:
|
||
|
|
||
|
* Redistributions of source code must retain the above copyright
|
||
|
notice, this list of conditions and the following disclaimer.
|
||
|
* Redistributions in binary form must reproduce the above
|
||
|
copyright notice, this list of conditions and the following disclaimer
|
||
|
in the documentation and/or other materials provided with the
|
||
|
distribution.
|
||
|
* Neither the name of Google Inc. nor the names of its
|
||
|
contributors may be used to endorse or promote products derived from
|
||
|
this software without specific prior written permission.
|
||
|
|
||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||
|
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||
|
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||
|
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||
|
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||
|
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||
|
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||
|
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||
|
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/fsnotify/fsnotify
|
||
|
Revision: c9bbe1f46f1da9904baf3916a4ba4aec7f1e9000
|
||
|
License type (autodetected): BSD-3-Clause
|
||
|
./vendor/github.com/fsnotify/fsnotify/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Copyright (c) 2012 The Go Authors. All rights reserved.
|
||
|
Copyright (c) 2012 fsnotify Authors. All rights reserved.
|
||
|
|
||
|
Redistribution and use in source and binary forms, with or without
|
||
|
modification, are permitted provided that the following conditions are
|
||
|
met:
|
||
|
|
||
|
* Redistributions of source code must retain the above copyright
|
||
|
notice, this list of conditions and the following disclaimer.
|
||
|
* Redistributions in binary form must reproduce the above
|
||
|
copyright notice, this list of conditions and the following disclaimer
|
||
|
in the documentation and/or other materials provided with the
|
||
|
distribution.
|
||
|
* Neither the name of Google Inc. nor the names of its
|
||
|
contributors may be used to endorse or promote products derived from
|
||
|
this software without specific prior written permission.
|
||
|
|
||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||
|
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||
|
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||
|
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||
|
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||
|
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||
|
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||
|
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||
|
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/garyburd/redigo
|
||
|
Revision: b8dc90050f24c1a73a52f107f3f575be67b21b7c
|
||
|
License type (autodetected): Apache-2.0
|
||
|
./vendor/github.com/garyburd/redigo/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Apache License 2.0
|
||
|
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/ghodss/yaml
|
||
|
Revision: 0ca9ea5df5451ffdf184b4428c902747c2c11cd7
|
||
|
License type (autodetected): MIT
|
||
|
./vendor/github.com/ghodss/yaml/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
The MIT License (MIT)
|
||
|
|
||
|
Copyright (c) 2014 Sam Ghods
|
||
|
|
||
|
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:
|
||
|
|
||
|
The above copyright notice and this permission notice shall be included in all
|
||
|
copies or substantial portions of the Software.
|
||
|
|
||
|
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.
|
||
|
|
||
|
|
||
|
Copyright (c) 2012 The Go Authors. All rights reserved.
|
||
|
|
||
|
Redistribution and use in source and binary forms, with or without
|
||
|
modification, are permitted provided that the following conditions are
|
||
|
met:
|
||
|
|
||
|
* Redistributions of source code must retain the above copyright
|
||
|
notice, this list of conditions and the following disclaimer.
|
||
|
* Redistributions in binary form must reproduce the above
|
||
|
copyright notice, this list of conditions and the following disclaimer
|
||
|
in the documentation and/or other materials provided with the
|
||
|
distribution.
|
||
|
* Neither the name of Google Inc. nor the names of its
|
||
|
contributors may be used to endorse or promote products derived from
|
||
|
this software without specific prior written permission.
|
||
|
|
||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||
|
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||
|
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||
|
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||
|
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||
|
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||
|
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||
|
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||
|
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/go-ini/ini
|
||
|
License type (autodetected): Apache-2.0
|
||
|
./vendor/github.com/go-ini/ini/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Apache License 2.0
|
||
|
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/go-ole/go-ole
|
||
|
Revision: de8695c8edbf8236f30d6e1376e20b198a028d42
|
||
|
License type (autodetected): MIT
|
||
|
./vendor/github.com/go-ole/go-ole/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Copyright © 2013-2018 Yasuhiro Matsumoto, http://mattn.kaoriya.net <mattn.jp@gmail.com>
|
||
|
|
||
|
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:
|
||
|
|
||
|
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||
|
|
||
|
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.
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/go-sql-driver/mysql
|
||
|
Revision: 9dee4ca50b83acdf57a35fb9e6fb4be640afa2f3
|
||
|
License type (autodetected): MPL-2.0
|
||
|
./metricbeat/module/mysql/vendor/github.com/go-sql-driver/mysql/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Mozilla Public License Version 2.0
|
||
|
==================================
|
||
|
|
||
|
1. Definitions
|
||
|
--------------
|
||
|
|
||
|
1.1. "Contributor"
|
||
|
means each individual or legal entity that creates, contributes to
|
||
|
the creation of, or owns Covered Software.
|
||
|
|
||
|
1.2. "Contributor Version"
|
||
|
means the combination of the Contributions of others (if any) used
|
||
|
by a Contributor and that particular Contributor's Contribution.
|
||
|
|
||
|
1.3. "Contribution"
|
||
|
means Covered Software of a particular Contributor.
|
||
|
|
||
|
1.4. "Covered Software"
|
||
|
means Source Code Form to which the initial Contributor has attached
|
||
|
the notice in Exhibit A, the Executable Form of such Source Code
|
||
|
Form, and Modifications of such Source Code Form, in each case
|
||
|
including portions thereof.
|
||
|
|
||
|
1.5. "Incompatible With Secondary Licenses"
|
||
|
means
|
||
|
|
||
|
(a) that the initial Contributor has attached the notice described
|
||
|
in Exhibit B to the Covered Software; or
|
||
|
|
||
|
(b) that the Covered Software was made available under the terms of
|
||
|
version 1.1 or earlier of the License, but not also under the
|
||
|
terms of a Secondary License.
|
||
|
|
||
|
1.6. "Executable Form"
|
||
|
means any form of the work other than Source Code Form.
|
||
|
|
||
|
1.7. "Larger Work"
|
||
|
means a work that combines Covered Software with other material, in
|
||
|
a separate file or files, that is not Covered Software.
|
||
|
|
||
|
1.8. "License"
|
||
|
means this document.
|
||
|
|
||
|
1.9. "Licensable"
|
||
|
means having the right to grant, to the maximum extent possible,
|
||
|
whether at the time of the initial grant or subsequently, any and
|
||
|
all of the rights conveyed by this License.
|
||
|
|
||
|
1.10. "Modifications"
|
||
|
means any of the following:
|
||
|
|
||
|
(a) any file in Source Code Form that results from an addition to,
|
||
|
deletion from, or modification of the contents of Covered
|
||
|
Software; or
|
||
|
|
||
|
(b) any new file in Source Code Form that contains any Covered
|
||
|
Software.
|
||
|
|
||
|
1.11. "Patent Claims" of a Contributor
|
||
|
means any patent claim(s), including without limitation, method,
|
||
|
process, and apparatus claims, in any patent Licensable by such
|
||
|
Contributor that would be infringed, but for the grant of the
|
||
|
License, by the making, using, selling, offering for sale, having
|
||
|
made, import, or transfer of either its Contributions or its
|
||
|
Contributor Version.
|
||
|
|
||
|
1.12. "Secondary License"
|
||
|
means either the GNU General Public License, Version 2.0, the GNU
|
||
|
Lesser General Public License, Version 2.1, the GNU Affero General
|
||
|
Public License, Version 3.0, or any later versions of those
|
||
|
licenses.
|
||
|
|
||
|
1.13. "Source Code Form"
|
||
|
means the form of the work preferred for making modifications.
|
||
|
|
||
|
1.14. "You" (or "Your")
|
||
|
means an individual or a legal entity exercising rights under this
|
||
|
License. For legal entities, "You" includes any entity that
|
||
|
controls, is controlled by, or is under common control with You. For
|
||
|
purposes of this definition, "control" means (a) the power, direct
|
||
|
or indirect, to cause the direction or management of such entity,
|
||
|
whether by contract or otherwise, or (b) ownership of more than
|
||
|
fifty percent (50%) of the outstanding shares or beneficial
|
||
|
ownership of such entity.
|
||
|
|
||
|
2. License Grants and Conditions
|
||
|
--------------------------------
|
||
|
|
||
|
2.1. Grants
|
||
|
|
||
|
Each Contributor hereby grants You a world-wide, royalty-free,
|
||
|
non-exclusive license:
|
||
|
|
||
|
(a) under intellectual property rights (other than patent or trademark)
|
||
|
Licensable by such Contributor to use, reproduce, make available,
|
||
|
modify, display, perform, distribute, and otherwise exploit its
|
||
|
Contributions, either on an unmodified basis, with Modifications, or
|
||
|
as part of a Larger Work; and
|
||
|
|
||
|
(b) under Patent Claims of such Contributor to make, use, sell, offer
|
||
|
for sale, have made, import, and otherwise transfer either its
|
||
|
Contributions or its Contributor Version.
|
||
|
|
||
|
2.2. Effective Date
|
||
|
|
||
|
The licenses granted in Section 2.1 with respect to any Contribution
|
||
|
become effective for each Contribution on the date the Contributor first
|
||
|
distributes such Contribution.
|
||
|
|
||
|
2.3. Limitations on Grant Scope
|
||
|
|
||
|
The licenses granted in this Section 2 are the only rights granted under
|
||
|
this License. No additional rights or licenses will be implied from the
|
||
|
distribution or licensing of Covered Software under this License.
|
||
|
Notwithstanding Section 2.1(b) above, no patent license is granted by a
|
||
|
Contributor:
|
||
|
|
||
|
(a) for any code that a Contributor has removed from Covered Software;
|
||
|
or
|
||
|
|
||
|
(b) for infringements caused by: (i) Your and any other third party's
|
||
|
modifications of Covered Software, or (ii) the combination of its
|
||
|
Contributions with other software (except as part of its Contributor
|
||
|
Version); or
|
||
|
|
||
|
(c) under Patent Claims infringed by Covered Software in the absence of
|
||
|
its Contributions.
|
||
|
|
||
|
This License does not grant any rights in the trademarks, service marks,
|
||
|
or logos of any Contributor (except as may be necessary to comply with
|
||
|
the notice requirements in Section 3.4).
|
||
|
|
||
|
2.4. Subsequent Licenses
|
||
|
|
||
|
No Contributor makes additional grants as a result of Your choice to
|
||
|
distribute the Covered Software under a subsequent version of this
|
||
|
License (see Section 10.2) or under the terms of a Secondary License (if
|
||
|
permitted under the terms of Section 3.3).
|
||
|
|
||
|
2.5. Representation
|
||
|
|
||
|
Each Contributor represents that the Contributor believes its
|
||
|
Contributions are its original creation(s) or it has sufficient rights
|
||
|
to grant the rights to its Contributions conveyed by this License.
|
||
|
|
||
|
2.6. Fair Use
|
||
|
|
||
|
This License is not intended to limit any rights You have under
|
||
|
applicable copyright doctrines of fair use, fair dealing, or other
|
||
|
equivalents.
|
||
|
|
||
|
2.7. Conditions
|
||
|
|
||
|
Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
|
||
|
in Section 2.1.
|
||
|
|
||
|
3. Responsibilities
|
||
|
-------------------
|
||
|
|
||
|
3.1. Distribution of Source Form
|
||
|
|
||
|
All distribution of Covered Software in Source Code Form, including any
|
||
|
Modifications that You create or to which You contribute, must be under
|
||
|
the terms of this License. You must inform recipients that the Source
|
||
|
Code Form of the Covered Software is governed by the terms of this
|
||
|
License, and how they can obtain a copy of this License. You may not
|
||
|
attempt to alter or restrict the recipients' rights in the Source Code
|
||
|
Form.
|
||
|
|
||
|
3.2. Distribution of Executable Form
|
||
|
|
||
|
If You distribute Covered Software in Executable Form then:
|
||
|
|
||
|
(a) such Covered Software must also be made available in Source Code
|
||
|
Form, as described in Section 3.1, and You must inform recipients of
|
||
|
the Executable Form how they can obtain a copy of such Source Code
|
||
|
Form by reasonable means in a timely manner, at a charge no more
|
||
|
than the cost of distribution to the recipient; and
|
||
|
|
||
|
(b) You may distribute such Executable Form under the terms of this
|
||
|
License, or sublicense it under different terms, provided that the
|
||
|
license for the Executable Form does not attempt to limit or alter
|
||
|
the recipients' rights in the Source Code Form under this License.
|
||
|
|
||
|
3.3. Distribution of a Larger Work
|
||
|
|
||
|
You may create and distribute a Larger Work under terms of Your choice,
|
||
|
provided that You also comply with the requirements of this License for
|
||
|
the Covered Software. If the Larger Work is a combination of Covered
|
||
|
Software with a work governed by one or more Secondary Licenses, and the
|
||
|
Covered Software is not Incompatible With Secondary Licenses, this
|
||
|
License permits You to additionally distribute such Covered Software
|
||
|
under the terms of such Secondary License(s), so that the recipient of
|
||
|
the Larger Work may, at their option, further distribute the Covered
|
||
|
Software under the terms of either this License or such Secondary
|
||
|
License(s).
|
||
|
|
||
|
3.4. Notices
|
||
|
|
||
|
You may not remove or alter the substance of any license notices
|
||
|
(including copyright notices, patent notices, disclaimers of warranty,
|
||
|
or limitations of liability) contained within the Source Code Form of
|
||
|
the Covered Software, except that You may alter any license notices to
|
||
|
the extent required to remedy known factual inaccuracies.
|
||
|
|
||
|
3.5. Application of Additional Terms
|
||
|
|
||
|
You may choose to offer, and to charge a fee for, warranty, support,
|
||
|
indemnity or liability obligations to one or more recipients of Covered
|
||
|
Software. However, You may do so only on Your own behalf, and not on
|
||
|
behalf of any Contributor. You must make it absolutely clear that any
|
||
|
such warranty, support, indemnity, or liability obligation is offered by
|
||
|
You alone, and You hereby agree to indemnify every Contributor for any
|
||
|
liability incurred by such Contributor as a result of warranty, support,
|
||
|
indemnity or liability terms You offer. You may include additional
|
||
|
disclaimers of warranty and limitations of liability specific to any
|
||
|
jurisdiction.
|
||
|
|
||
|
4. Inability to Comply Due to Statute or Regulation
|
||
|
---------------------------------------------------
|
||
|
|
||
|
If it is impossible for You to comply with any of the terms of this
|
||
|
License with respect to some or all of the Covered Software due to
|
||
|
statute, judicial order, or regulation then You must: (a) comply with
|
||
|
the terms of this License to the maximum extent possible; and (b)
|
||
|
describe the limitations and the code they affect. Such description must
|
||
|
be placed in a text file included with all distributions of the Covered
|
||
|
Software under this License. Except to the extent prohibited by statute
|
||
|
or regulation, such description must be sufficiently detailed for a
|
||
|
recipient of ordinary skill to be able to understand it.
|
||
|
|
||
|
5. Termination
|
||
|
--------------
|
||
|
|
||
|
5.1. The rights granted under this License will terminate automatically
|
||
|
if You fail to comply with any of its terms. However, if You become
|
||
|
compliant, then the rights granted under this License from a particular
|
||
|
Contributor are reinstated (a) provisionally, unless and until such
|
||
|
Contributor explicitly and finally terminates Your grants, and (b) on an
|
||
|
ongoing basis, if such Contributor fails to notify You of the
|
||
|
non-compliance by some reasonable means prior to 60 days after You have
|
||
|
come back into compliance. Moreover, Your grants from a particular
|
||
|
Contributor are reinstated on an ongoing basis if such Contributor
|
||
|
notifies You of the non-compliance by some reasonable means, this is the
|
||
|
first time You have received notice of non-compliance with this License
|
||
|
from such Contributor, and You become compliant prior to 30 days after
|
||
|
Your receipt of the notice.
|
||
|
|
||
|
5.2. If You initiate litigation against any entity by asserting a patent
|
||
|
infringement claim (excluding declaratory judgment actions,
|
||
|
counter-claims, and cross-claims) alleging that a Contributor Version
|
||
|
directly or indirectly infringes any patent, then the rights granted to
|
||
|
You by any and all Contributors for the Covered Software under Section
|
||
|
2.1 of this License shall terminate.
|
||
|
|
||
|
5.3. In the event of termination under Sections 5.1 or 5.2 above, all
|
||
|
end user license agreements (excluding distributors and resellers) which
|
||
|
have been validly granted by You or Your distributors under this License
|
||
|
prior to termination shall survive termination.
|
||
|
|
||
|
************************************************************************
|
||
|
* *
|
||
|
* 6. Disclaimer of Warranty *
|
||
|
* ------------------------- *
|
||
|
* *
|
||
|
* Covered Software is provided under this License on an "as is" *
|
||
|
* basis, without warranty of any kind, either expressed, implied, or *
|
||
|
* statutory, including, without limitation, warranties that the *
|
||
|
* Covered Software is free of defects, merchantable, fit for a *
|
||
|
* particular purpose or non-infringing. The entire risk as to the *
|
||
|
* quality and performance of the Covered Software is with You. *
|
||
|
* Should any Covered Software prove defective in any respect, You *
|
||
|
* (not any Contributor) assume the cost of any necessary servicing, *
|
||
|
* repair, or correction. This disclaimer of warranty constitutes an *
|
||
|
* essential part of this License. No use of any Covered Software is *
|
||
|
* authorized under this License except under this disclaimer. *
|
||
|
* *
|
||
|
************************************************************************
|
||
|
|
||
|
************************************************************************
|
||
|
* *
|
||
|
* 7. Limitation of Liability *
|
||
|
* -------------------------- *
|
||
|
* *
|
||
|
* Under no circumstances and under no legal theory, whether tort *
|
||
|
* (including negligence), contract, or otherwise, shall any *
|
||
|
* Contributor, or anyone who distributes Covered Software as *
|
||
|
* permitted above, be liable to You for any direct, indirect, *
|
||
|
* special, incidental, or consequential damages of any character *
|
||
|
* including, without limitation, damages for lost profits, loss of *
|
||
|
* goodwill, work stoppage, computer failure or malfunction, or any *
|
||
|
* and all other commercial damages or losses, even if such party *
|
||
|
* shall have been informed of the possibility of such damages. This *
|
||
|
* limitation of liability shall not apply to liability for death or *
|
||
|
* personal injury resulting from such party's negligence to the *
|
||
|
* extent applicable law prohibits such limitation. Some *
|
||
|
* jurisdictions do not allow the exclusion or limitation of *
|
||
|
* incidental or consequential damages, so this exclusion and *
|
||
|
* limitation may not apply to You. *
|
||
|
* *
|
||
|
************************************************************************
|
||
|
|
||
|
8. Litigation
|
||
|
-------------
|
||
|
|
||
|
Any litigation relating to this License may be brought only in the
|
||
|
courts of a jurisdiction where the defendant maintains its principal
|
||
|
place of business and such litigation shall be governed by laws of that
|
||
|
jurisdiction, without reference to its conflict-of-law provisions.
|
||
|
Nothing in this Section shall prevent a party's ability to bring
|
||
|
cross-claims or counter-claims.
|
||
|
|
||
|
9. Miscellaneous
|
||
|
----------------
|
||
|
|
||
|
This License represents the complete agreement concerning the subject
|
||
|
matter hereof. If any provision of this License is held to be
|
||
|
unenforceable, such provision shall be reformed only to the extent
|
||
|
necessary to make it enforceable. Any law or regulation which provides
|
||
|
that the language of a contract shall be construed against the drafter
|
||
|
shall not be used to construe this License against a Contributor.
|
||
|
|
||
|
10. Versions of the License
|
||
|
---------------------------
|
||
|
|
||
|
10.1. New Versions
|
||
|
|
||
|
Mozilla Foundation is the license steward. Except as provided in Section
|
||
|
10.3, no one other than the license steward has the right to modify or
|
||
|
publish new versions of this License. Each version will be given a
|
||
|
distinguishing version number.
|
||
|
|
||
|
10.2. Effect of New Versions
|
||
|
|
||
|
You may distribute the Covered Software under the terms of the version
|
||
|
of the License under which You originally received the Covered Software,
|
||
|
or under the terms of any subsequent version published by the license
|
||
|
steward.
|
||
|
|
||
|
10.3. Modified Versions
|
||
|
|
||
|
If you create software not governed by this License, and you want to
|
||
|
create a new license for such software, you may create and use a
|
||
|
modified version of this License if you rename the license and remove
|
||
|
any references to the name of the license steward (except to note that
|
||
|
such modified license differs from this License).
|
||
|
|
||
|
10.4. Distributing Source Code Form that is Incompatible With Secondary
|
||
|
Licenses
|
||
|
|
||
|
If You choose to distribute Source Code Form that is Incompatible With
|
||
|
Secondary Licenses under the terms of this version of the License, the
|
||
|
notice described in Exhibit B of this License must be attached.
|
||
|
|
||
|
Exhibit A - Source Code Form License Notice
|
||
|
-------------------------------------------
|
||
|
|
||
|
This Source Code Form is subject to the terms of the Mozilla Public
|
||
|
License, v. 2.0. If a copy of the MPL was not distributed with this
|
||
|
file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||
|
|
||
|
If it is not possible or desirable to put the notice in a particular
|
||
|
file, then You may include the notice in a location (such as a LICENSE
|
||
|
file in a relevant directory) where a recipient would be likely to look
|
||
|
for such a notice.
|
||
|
|
||
|
You may add additional accurate notices of copyright ownership.
|
||
|
|
||
|
Exhibit B - "Incompatible With Secondary Licenses" Notice
|
||
|
---------------------------------------------------------
|
||
|
|
||
|
This Source Code Form is "Incompatible With Secondary Licenses", as
|
||
|
defined by the Mozilla Public License, v. 2.0.
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/gocarina/gocsv
|
||
|
Revision: ffef3ffc77bec026fefa6f76bd53d158cfa0e669
|
||
|
License type (autodetected): MIT
|
||
|
./vendor/github.com/gocarina/gocsv/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
The MIT License (MIT)
|
||
|
|
||
|
Copyright (c) 2014 Jonathan Picques
|
||
|
|
||
|
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:
|
||
|
|
||
|
The above copyright notice and this permission notice shall be included in all
|
||
|
copies or substantial portions of the Software.
|
||
|
|
||
|
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.
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/gofrs/uuid
|
||
|
Version: 3.1.1
|
||
|
Revision: 47cd1dca1a6e7f807d5a492bd7e7f41d0855b5a1
|
||
|
License type (autodetected): MIT
|
||
|
./vendor/github.com/gofrs/uuid/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Copyright (C) 2013-2018 by Maxim Bublis <b@codemonkey.ru>
|
||
|
|
||
|
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:
|
||
|
|
||
|
The above copyright notice and this permission notice shall be
|
||
|
included in all copies or substantial portions of the Software.
|
||
|
|
||
|
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.
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/gogo/protobuf
|
||
|
Revision: 636bf0302bc95575d69441b25a2603156ffdddf1
|
||
|
License type (autodetected): BSD-3-Clause
|
||
|
./metricbeat/vendor/github.com/gogo/protobuf/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Protocol Buffers for Go with Gadgets
|
||
|
|
||
|
Copyright (c) 2013, The GoGo Authors. All rights reserved.
|
||
|
http://github.com/gogo/protobuf
|
||
|
|
||
|
Go support for Protocol Buffers - Google's data interchange format
|
||
|
|
||
|
Copyright 2010 The Go Authors. All rights reserved.
|
||
|
https://github.com/golang/protobuf
|
||
|
|
||
|
Redistribution and use in source and binary forms, with or without
|
||
|
modification, are permitted provided that the following conditions are
|
||
|
met:
|
||
|
|
||
|
* Redistributions of source code must retain the above copyright
|
||
|
notice, this list of conditions and the following disclaimer.
|
||
|
* Redistributions in binary form must reproduce the above
|
||
|
copyright notice, this list of conditions and the following disclaimer
|
||
|
in the documentation and/or other materials provided with the
|
||
|
distribution.
|
||
|
* Neither the name of Google Inc. nor the names of its
|
||
|
contributors may be used to endorse or promote products derived from
|
||
|
this software without specific prior written permission.
|
||
|
|
||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||
|
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||
|
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||
|
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||
|
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||
|
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||
|
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||
|
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||
|
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||
|
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/golang/protobuf
|
||
|
Revision: 2bba0603135d7d7f5cb73b2125beeda19c09f4ef
|
||
|
License type (autodetected): BSD-3-Clause
|
||
|
./vendor/github.com/golang/protobuf/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Go support for Protocol Buffers - Google's data interchange format
|
||
|
|
||
|
Copyright 2010 The Go Authors. All rights reserved.
|
||
|
https://github.com/golang/protobuf
|
||
|
|
||
|
Redistribution and use in source and binary forms, with or without
|
||
|
modification, are permitted provided that the following conditions are
|
||
|
met:
|
||
|
|
||
|
* Redistributions of source code must retain the above copyright
|
||
|
notice, this list of conditions and the following disclaimer.
|
||
|
* Redistributions in binary form must reproduce the above
|
||
|
copyright notice, this list of conditions and the following disclaimer
|
||
|
in the documentation and/or other materials provided with the
|
||
|
distribution.
|
||
|
* Neither the name of Google Inc. nor the names of its
|
||
|
contributors may be used to endorse or promote products derived from
|
||
|
this software without specific prior written permission.
|
||
|
|
||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||
|
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||
|
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||
|
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||
|
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||
|
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||
|
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||
|
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||
|
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||
|
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/golang/protobuf
|
||
|
Revision: bbd03ef6da3a115852eaf24c8a1c46aeb39aa175
|
||
|
License type (autodetected): BSD-3-Clause
|
||
|
./metricbeat/vendor/github.com/golang/protobuf/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Go support for Protocol Buffers - Google's data interchange format
|
||
|
|
||
|
Copyright 2010 The Go Authors. All rights reserved.
|
||
|
https://github.com/golang/protobuf
|
||
|
|
||
|
Redistribution and use in source and binary forms, with or without
|
||
|
modification, are permitted provided that the following conditions are
|
||
|
met:
|
||
|
|
||
|
* Redistributions of source code must retain the above copyright
|
||
|
notice, this list of conditions and the following disclaimer.
|
||
|
* Redistributions in binary form must reproduce the above
|
||
|
copyright notice, this list of conditions and the following disclaimer
|
||
|
in the documentation and/or other materials provided with the
|
||
|
distribution.
|
||
|
* Neither the name of Google Inc. nor the names of its
|
||
|
contributors may be used to endorse or promote products derived from
|
||
|
this software without specific prior written permission.
|
||
|
|
||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||
|
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||
|
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||
|
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||
|
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||
|
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||
|
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||
|
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||
|
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||
|
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/golang/snappy
|
||
|
Revision: 553a641470496b2327abcac10b36396bd98e45c9
|
||
|
License type (autodetected): BSD-3-Clause
|
||
|
./vendor/github.com/golang/snappy/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Copyright (c) 2011 The Snappy-Go Authors. All rights reserved.
|
||
|
|
||
|
Redistribution and use in source and binary forms, with or without
|
||
|
modification, are permitted provided that the following conditions are
|
||
|
met:
|
||
|
|
||
|
* Redistributions of source code must retain the above copyright
|
||
|
notice, this list of conditions and the following disclaimer.
|
||
|
* Redistributions in binary form must reproduce the above
|
||
|
copyright notice, this list of conditions and the following disclaimer
|
||
|
in the documentation and/or other materials provided with the
|
||
|
distribution.
|
||
|
* Neither the name of Google Inc. nor the names of its
|
||
|
contributors may be used to endorse or promote products derived from
|
||
|
this software without specific prior written permission.
|
||
|
|
||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||
|
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||
|
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||
|
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||
|
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||
|
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||
|
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||
|
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||
|
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/google/flatbuffers
|
||
|
Revision: 7a6b2bf521e95097a92ec848001531b2dcf0f3fa
|
||
|
License type (autodetected): Apache-2.0
|
||
|
./vendor/github.com/google/flatbuffers/LICENSE.txt:
|
||
|
--------------------------------------------------------------------
|
||
|
Apache License 2.0
|
||
|
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/google/uuid
|
||
|
Revision: 281f560d28af7174109514e936f94c2ab2cb2823
|
||
|
License type (autodetected): BSD-3-Clause
|
||
|
./metricbeat/module/vsphere/vendor/github.com/google/uuid/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Copyright (c) 2009,2014 Google Inc. All rights reserved.
|
||
|
|
||
|
Redistribution and use in source and binary forms, with or without
|
||
|
modification, are permitted provided that the following conditions are
|
||
|
met:
|
||
|
|
||
|
* Redistributions of source code must retain the above copyright
|
||
|
notice, this list of conditions and the following disclaimer.
|
||
|
* Redistributions in binary form must reproduce the above
|
||
|
copyright notice, this list of conditions and the following disclaimer
|
||
|
in the documentation and/or other materials provided with the
|
||
|
distribution.
|
||
|
* Neither the name of Google Inc. nor the names of its
|
||
|
contributors may be used to endorse or promote products derived from
|
||
|
this software without specific prior written permission.
|
||
|
|
||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||
|
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||
|
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||
|
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||
|
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||
|
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||
|
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||
|
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||
|
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/gorhill/cronexpr
|
||
|
Revision: d520615e531a6bf3fb69406b9eba718261285ec8
|
||
|
License type (autodetected): Apache-2.0
|
||
|
./vendor/github.com/gorhill/cronexpr/APLv2:
|
||
|
--------------------------------------------------------------------
|
||
|
Apache License 2.0
|
||
|
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/imdario/mergo
|
||
|
Revision: 9f23e2d6bd2a77f959b2bf6acdbefd708a83a4a4
|
||
|
License type (autodetected): BSD-3-Clause
|
||
|
./vendor/github.com/imdario/mergo/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Copyright (c) 2013 Dario Castañé. All rights reserved.
|
||
|
Copyright (c) 2012 The Go Authors. All rights reserved.
|
||
|
|
||
|
Redistribution and use in source and binary forms, with or without
|
||
|
modification, are permitted provided that the following conditions are
|
||
|
met:
|
||
|
|
||
|
* Redistributions of source code must retain the above copyright
|
||
|
notice, this list of conditions and the following disclaimer.
|
||
|
* Redistributions in binary form must reproduce the above
|
||
|
copyright notice, this list of conditions and the following disclaimer
|
||
|
in the documentation and/or other materials provided with the
|
||
|
distribution.
|
||
|
* Neither the name of Google Inc. nor the names of its
|
||
|
contributors may be used to endorse or promote products derived from
|
||
|
this software without specific prior written permission.
|
||
|
|
||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||
|
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||
|
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||
|
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||
|
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||
|
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||
|
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||
|
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||
|
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/inconshreveable/mousetrap
|
||
|
Revision: 76626ae9c91c4f2a10f34cad8ce83ea42c93bb75
|
||
|
License type (autodetected): Apache-2.0
|
||
|
./vendor/github.com/inconshreveable/mousetrap/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Apache License 2.0
|
||
|
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/insomniacslk/dhcp
|
||
|
Revision: 633285ba52b2a67b98a3026eb87ee1a76ab60f3c
|
||
|
License type (autodetected): BSD-3-Clause
|
||
|
./vendor/github.com/insomniacslk/dhcp/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
BSD 3-Clause License
|
||
|
|
||
|
Copyright (c) 2018, Andrea Barberio
|
||
|
All rights reserved.
|
||
|
|
||
|
Redistribution and use in source and binary forms, with or without
|
||
|
modification, are permitted provided that the following conditions are met:
|
||
|
|
||
|
* Redistributions of source code must retain the above copyright notice, this
|
||
|
list of conditions and the following disclaimer.
|
||
|
|
||
|
* Redistributions in binary form must reproduce the above copyright notice,
|
||
|
this list of conditions and the following disclaimer in the documentation
|
||
|
and/or other materials provided with the distribution.
|
||
|
|
||
|
* Neither the name of the copyright holder nor the names of its
|
||
|
contributors may be used to endorse or promote products derived from
|
||
|
this software without specific prior written permission.
|
||
|
|
||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
||
|
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||
|
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||
|
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
||
|
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||
|
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||
|
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
||
|
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||
|
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/jmespath/go-jmespath
|
||
|
Version: 0.2.2
|
||
|
Revision: 3433f3ea46d9f8019119e7dd41274e112a2359a9
|
||
|
License type (autodetected): Apache-2.0
|
||
|
./vendor/github.com/jmespath/go-jmespath/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Apache License 2.0
|
||
|
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/joeshaw/multierror
|
||
|
Revision: 69b34d4ec901851247ae7e77d33909caf9df99ed
|
||
|
License type (autodetected): MIT
|
||
|
./vendor/github.com/joeshaw/multierror/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
The MIT License (MIT)
|
||
|
|
||
|
Copyright (c) 2014 Joe Shaw
|
||
|
|
||
|
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:
|
||
|
|
||
|
The above copyright notice and this permission notice shall be included in
|
||
|
all copies or substantial portions of the Software.
|
||
|
|
||
|
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.
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/jstemmer/go-junit-report
|
||
|
Revision: 385fac0ced9acaae6dc5b39144194008ded00697
|
||
|
License type (autodetected): MIT
|
||
|
./vendor/github.com/jstemmer/go-junit-report/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Copyright (c) 2012 Joel Stemmer
|
||
|
|
||
|
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:
|
||
|
|
||
|
The above copyright notice and this permission notice shall be
|
||
|
included in all copies or substantial portions of the Software.
|
||
|
|
||
|
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.
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/klauspost/compress
|
||
|
Revision: 14c9a76e3c95e47f8ccce949bba2c1101a8b85e6
|
||
|
License type (autodetected): BSD-3-Clause
|
||
|
./vendor/github.com/klauspost/compress/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Copyright (c) 2012 The Go Authors. All rights reserved.
|
||
|
|
||
|
Redistribution and use in source and binary forms, with or without
|
||
|
modification, are permitted provided that the following conditions are
|
||
|
met:
|
||
|
|
||
|
* Redistributions of source code must retain the above copyright
|
||
|
notice, this list of conditions and the following disclaimer.
|
||
|
* Redistributions in binary form must reproduce the above
|
||
|
copyright notice, this list of conditions and the following disclaimer
|
||
|
in the documentation and/or other materials provided with the
|
||
|
distribution.
|
||
|
* Neither the name of Google Inc. nor the names of its
|
||
|
contributors may be used to endorse or promote products derived from
|
||
|
this software without specific prior written permission.
|
||
|
|
||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||
|
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||
|
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||
|
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||
|
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||
|
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||
|
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||
|
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||
|
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/klauspost/cpuid
|
||
|
Revision: 09cded8978dc9e80714c4d85b0322337b0a1e5e0
|
||
|
License type (autodetected): MIT
|
||
|
./vendor/github.com/klauspost/cpuid/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
The MIT License (MIT)
|
||
|
|
||
|
Copyright (c) 2015 Klaus Post
|
||
|
|
||
|
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:
|
||
|
|
||
|
The above copyright notice and this permission notice shall be included in all
|
||
|
copies or substantial portions of the Software.
|
||
|
|
||
|
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.
|
||
|
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/klauspost/crc32
|
||
|
Revision: 1bab8b35b6bb565f92cbc97939610af9369f942a
|
||
|
License type (autodetected): BSD-3-Clause
|
||
|
./vendor/github.com/klauspost/crc32/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Copyright (c) 2012 The Go Authors. All rights reserved.
|
||
|
Copyright (c) 2015 Klaus Post
|
||
|
|
||
|
Redistribution and use in source and binary forms, with or without
|
||
|
modification, are permitted provided that the following conditions are
|
||
|
met:
|
||
|
|
||
|
* Redistributions of source code must retain the above copyright
|
||
|
notice, this list of conditions and the following disclaimer.
|
||
|
* Redistributions in binary form must reproduce the above
|
||
|
copyright notice, this list of conditions and the following disclaimer
|
||
|
in the documentation and/or other materials provided with the
|
||
|
distribution.
|
||
|
* Neither the name of Google Inc. nor the names of its
|
||
|
contributors may be used to endorse or promote products derived from
|
||
|
this software without specific prior written permission.
|
||
|
|
||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||
|
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||
|
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||
|
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||
|
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||
|
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||
|
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||
|
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||
|
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/kubernetes/apimachinery
|
||
|
Version: kubernetes-1.11.1
|
||
|
Revision: 103fd098999dc9c0c88536f5c9ad2e5da39373ae
|
||
|
License type (autodetected): Apache-2.0
|
||
|
./metricbeat/vendor/github.com/kubernetes/apimachinery/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Apache License 2.0
|
||
|
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/lib/pq
|
||
|
Revision: 2704adc878c21e1329f46f6e56a1c387d788ff94
|
||
|
License type (autodetected): MIT
|
||
|
./metricbeat/module/postgresql/vendor/github.com/lib/pq/LICENSE.md:
|
||
|
--------------------------------------------------------------------
|
||
|
Copyright (c) 2011-2013, 'pq' Contributors
|
||
|
Portions Copyright (C) 2011 Blake Mizerany
|
||
|
|
||
|
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:
|
||
|
|
||
|
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||
|
|
||
|
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.
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/magefile/mage
|
||
|
Revision: 5e51f9ad1ed0886c5d06a8c46a09703cfc4d9034
|
||
|
License type (autodetected): Apache-2.0
|
||
|
./vendor/github.com/magefile/mage/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Apache License 2.0
|
||
|
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/mattn/go-colorable
|
||
|
Revision: 941b50ebc6efddf4c41c8e4537a5f68a4e686b24
|
||
|
License type (autodetected): MIT
|
||
|
./vendor/github.com/mattn/go-colorable/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
The MIT License (MIT)
|
||
|
|
||
|
Copyright (c) 2016 Yasuhiro Matsumoto
|
||
|
|
||
|
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:
|
||
|
|
||
|
The above copyright notice and this permission notice shall be included in all
|
||
|
copies or substantial portions of the Software.
|
||
|
|
||
|
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.
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/mattn/go-isatty
|
||
|
Revision: fc9e8d8ef48496124e79ae0df75490096eccf6fe
|
||
|
License type (autodetected): MIT
|
||
|
./vendor/github.com/mattn/go-isatty/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Copyright (c) Yasuhiro MATSUMOTO <mattn.jp@gmail.com>
|
||
|
|
||
|
MIT License (Expat)
|
||
|
|
||
|
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:
|
||
|
|
||
|
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||
|
|
||
|
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.
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/matttproud/golang_protobuf_extensions
|
||
|
Revision: c12348ce28de40eed0136aa2b644d0ee0650e56c
|
||
|
License type (autodetected): Apache-2.0
|
||
|
./metricbeat/vendor/github.com/matttproud/golang_protobuf_extensions/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Apache License 2.0
|
||
|
|
||
|
-------NOTICE-----
|
||
|
Copyright 2012 Matt T. Proud (matt.proud@gmail.com)
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/Microsoft/go-winio
|
||
|
Revision: f533f7a102197536779ea3a8cb881d639e21ec5a
|
||
|
License type (autodetected): MIT
|
||
|
./vendor/github.com/Microsoft/go-winio/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
The MIT License (MIT)
|
||
|
|
||
|
Copyright (c) 2015 Microsoft
|
||
|
|
||
|
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:
|
||
|
|
||
|
The above copyright notice and this permission notice shall be included in all
|
||
|
copies or substantial portions of the Software.
|
||
|
|
||
|
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.
|
||
|
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/miekg/dns
|
||
|
Version: v1.0.8
|
||
|
Revision: 5a2b9fab83ff0f8bfc99684bd5f43a37abe560f1
|
||
|
License type (autodetected): BSD-3-Clause
|
||
|
./vendor/github.com/miekg/dns/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Extensions of the original work are copyright (c) 2011 Miek Gieben
|
||
|
|
||
|
As this is fork of the official Go code the same license applies:
|
||
|
|
||
|
Copyright (c) 2009 The Go Authors. All rights reserved.
|
||
|
|
||
|
Redistribution and use in source and binary forms, with or without
|
||
|
modification, are permitted provided that the following conditions are
|
||
|
met:
|
||
|
|
||
|
* Redistributions of source code must retain the above copyright
|
||
|
notice, this list of conditions and the following disclaimer.
|
||
|
* Redistributions in binary form must reproduce the above
|
||
|
copyright notice, this list of conditions and the following disclaimer
|
||
|
in the documentation and/or other materials provided with the
|
||
|
distribution.
|
||
|
* Neither the name of Google Inc. nor the names of its
|
||
|
contributors may be used to endorse or promote products derived from
|
||
|
this software without specific prior written permission.
|
||
|
|
||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||
|
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||
|
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||
|
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||
|
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||
|
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||
|
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||
|
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||
|
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||
|
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/mitchellh/hashstructure
|
||
|
Revision: ab25296c0f51f1022f01cd99dfb45f1775de8799
|
||
|
License type (autodetected): MIT
|
||
|
./vendor/github.com/mitchellh/hashstructure/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
The MIT License (MIT)
|
||
|
|
||
|
Copyright (c) 2016 Mitchell Hashimoto
|
||
|
|
||
|
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:
|
||
|
|
||
|
The above copyright notice and this permission notice shall be included in
|
||
|
all copies or substantial portions of the Software.
|
||
|
|
||
|
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.
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/mitchellh/mapstructure
|
||
|
Revision: 740c764bc6149d3f1806231418adb9f52c11bcbf
|
||
|
License type (autodetected): MIT
|
||
|
./vendor/github.com/mitchellh/mapstructure/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
The MIT License (MIT)
|
||
|
|
||
|
Copyright (c) 2013 Mitchell Hashimoto
|
||
|
|
||
|
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:
|
||
|
|
||
|
The above copyright notice and this permission notice shall be included in
|
||
|
all copies or substantial portions of the Software.
|
||
|
|
||
|
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.
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/OneOfOne/xxhash
|
||
|
Revision: 74ace4fe5525ef62ce28d5093d6b0faaa6a575f3
|
||
|
License type (autodetected): Apache-2.0
|
||
|
./vendor/github.com/OneOfOne/xxhash/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Apache License 2.0
|
||
|
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/opencontainers/go-digest
|
||
|
Revision: eaa60544f31ccf3b0653b1a118b76d33418ff41b
|
||
|
License type (autodetected): Apache-2.0
|
||
|
./vendor/github.com/opencontainers/go-digest/LICENSE.code:
|
||
|
--------------------------------------------------------------------
|
||
|
Apache License 2.0
|
||
|
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/opencontainers/image-spec
|
||
|
Revision: 4038d4391fe912af1031db5a1f511cf07c07cbc8
|
||
|
License type (autodetected): Apache-2.0
|
||
|
./vendor/github.com/opencontainers/image-spec/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Apache License 2.0
|
||
|
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/opencontainers/runc
|
||
|
Revision: 653207bc29a6d2d62b5d4f55b596467cb715a128
|
||
|
License type (autodetected): Apache-2.0
|
||
|
./vendor/github.com/opencontainers/runc/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Apache License 2.0
|
||
|
|
||
|
-------NOTICE-----
|
||
|
runc
|
||
|
|
||
|
Copyright 2012-2015 Docker, Inc.
|
||
|
|
||
|
This product includes software developed at Docker, Inc. (http://www.docker.com).
|
||
|
|
||
|
The following is courtesy of our legal counsel:
|
||
|
|
||
|
|
||
|
Use and transfer of Docker may be subject to certain restrictions by the
|
||
|
United States and other governments.
|
||
|
It is your responsibility to ensure that your use and/or transfer does not
|
||
|
violate applicable laws.
|
||
|
|
||
|
For more information, please see http://www.bis.doc.gov
|
||
|
|
||
|
See also http://www.apache.org/dev/crypto.html and/or seek legal counsel.
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/pierrec/lz4
|
||
|
Revision: 90290f74b1b4d9c097f0a3b3c7eba2ef3875c699
|
||
|
License type (autodetected): BSD-3-Clause
|
||
|
./vendor/github.com/pierrec/lz4/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Copyright (c) 2015, Pierre Curto
|
||
|
All rights reserved.
|
||
|
|
||
|
Redistribution and use in source and binary forms, with or without
|
||
|
modification, are permitted provided that the following conditions are met:
|
||
|
|
||
|
* Redistributions of source code must retain the above copyright notice, this
|
||
|
list of conditions and the following disclaimer.
|
||
|
|
||
|
* Redistributions in binary form must reproduce the above copyright notice,
|
||
|
this list of conditions and the following disclaimer in the documentation
|
||
|
and/or other materials provided with the distribution.
|
||
|
|
||
|
* Neither the name of xxHash nor the names of its
|
||
|
contributors may be used to endorse or promote products derived from
|
||
|
this software without specific prior written permission.
|
||
|
|
||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
||
|
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||
|
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||
|
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
||
|
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||
|
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||
|
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
||
|
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||
|
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||
|
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/pierrec/xxHash
|
||
|
Revision: 5a004441f897722c627870a981d02b29924215fa
|
||
|
License type (autodetected): BSD-3-Clause
|
||
|
./vendor/github.com/pierrec/xxHash/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Copyright (c) 2014, Pierre Curto
|
||
|
All rights reserved.
|
||
|
|
||
|
Redistribution and use in source and binary forms, with or without
|
||
|
modification, are permitted provided that the following conditions are met:
|
||
|
|
||
|
* Redistributions of source code must retain the above copyright notice, this
|
||
|
list of conditions and the following disclaimer.
|
||
|
|
||
|
* Redistributions in binary form must reproduce the above copyright notice,
|
||
|
this list of conditions and the following disclaimer in the documentation
|
||
|
and/or other materials provided with the distribution.
|
||
|
|
||
|
* Neither the name of xxHash nor the names of its
|
||
|
contributors may be used to endorse or promote products derived from
|
||
|
this software without specific prior written permission.
|
||
|
|
||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
||
|
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||
|
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||
|
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
||
|
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||
|
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||
|
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
||
|
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||
|
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||
|
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/pierrre/gotestcover
|
||
|
Revision: 7b94f124d338b6ae06df22bc2ee7909af27aae85
|
||
|
License type (autodetected): MIT
|
||
|
./vendor/github.com/pierrre/gotestcover/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Copyright (C) 2015 Pierre Durand
|
||
|
|
||
|
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:
|
||
|
|
||
|
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||
|
|
||
|
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.
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/pkg/errors
|
||
|
Revision: ff09b135c25aae272398c51a07235b90a75aa4f0
|
||
|
License type (autodetected): BSD-2-Clause
|
||
|
./vendor/github.com/pkg/errors/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Copyright (c) 2015, Dave Cheney <dave@cheney.net>
|
||
|
All rights reserved.
|
||
|
|
||
|
Redistribution and use in source and binary forms, with or without
|
||
|
modification, are permitted provided that the following conditions are met:
|
||
|
|
||
|
* Redistributions of source code must retain the above copyright notice, this
|
||
|
list of conditions and the following disclaimer.
|
||
|
|
||
|
* Redistributions in binary form must reproduce the above copyright notice,
|
||
|
this list of conditions and the following disclaimer in the documentation
|
||
|
and/or other materials provided with the distribution.
|
||
|
|
||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
||
|
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||
|
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||
|
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
||
|
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||
|
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||
|
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
||
|
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||
|
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/pmezard/go-difflib
|
||
|
Version: v1.0.0
|
||
|
Revision: 792786c7400a136282c1664665ae0a8db921c6c2
|
||
|
License type (autodetected): BSD-2-Clause
|
||
|
./vendor/github.com/pmezard/go-difflib/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Copyright (c) 2013, Patrick Mezard
|
||
|
All rights reserved.
|
||
|
|
||
|
Redistribution and use in source and binary forms, with or without
|
||
|
modification, are permitted provided that the following conditions are
|
||
|
met:
|
||
|
|
||
|
Redistributions of source code must retain the above copyright
|
||
|
notice, this list of conditions and the following disclaimer.
|
||
|
Redistributions in binary form must reproduce the above copyright
|
||
|
notice, this list of conditions and the following disclaimer in the
|
||
|
documentation and/or other materials provided with the distribution.
|
||
|
The names of its contributors may not be used to endorse or promote
|
||
|
products derived from this software without specific prior written
|
||
|
permission.
|
||
|
|
||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
|
||
|
IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
|
||
|
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
|
||
|
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||
|
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||
|
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
|
||
|
TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
||
|
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
||
|
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||
|
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||
|
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/prometheus/client_model
|
||
|
Revision: 99fa1f4be8e564e8a6b613da7fa6f46c9edafc6c
|
||
|
License type (autodetected): Apache-2.0
|
||
|
./metricbeat/vendor/github.com/prometheus/client_model/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Apache License 2.0
|
||
|
|
||
|
-------NOTICE-----
|
||
|
Data model artifacts for Prometheus.
|
||
|
Copyright 2012-2015 The Prometheus Authors
|
||
|
|
||
|
This product includes software developed at
|
||
|
SoundCloud Ltd. (http://soundcloud.com/).
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/prometheus/common
|
||
|
Revision: 89604d197083d4781071d3c65855d24ecfb0a563
|
||
|
License type (autodetected): Apache-2.0
|
||
|
./metricbeat/vendor/github.com/prometheus/common/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Apache License 2.0
|
||
|
|
||
|
-------NOTICE-----
|
||
|
Common libraries shared by Prometheus Go components.
|
||
|
Copyright 2015 The Prometheus Authors
|
||
|
|
||
|
This product includes software developed at
|
||
|
SoundCloud Ltd. (http://soundcloud.com/).
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/prometheus/procfs
|
||
|
Revision: 54d17b57dd7d4a3aa092476596b3f8a933bde349
|
||
|
License type (autodetected): Apache-2.0
|
||
|
./vendor/github.com/prometheus/procfs/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Apache License 2.0
|
||
|
|
||
|
-------NOTICE-----
|
||
|
procfs provides functions to retrieve system, kernel and process
|
||
|
metrics from the pseudo-filesystem proc.
|
||
|
|
||
|
Copyright 2014-2015 The Prometheus Authors
|
||
|
|
||
|
This product includes software developed at
|
||
|
SoundCloud Ltd. (http://soundcloud.com/).
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/rcrowley/go-metrics
|
||
|
Revision: 1f30fe9094a513ce4c700b9a54458bbb0c96996c
|
||
|
License type (autodetected): BSD-2-Clause
|
||
|
./vendor/github.com/rcrowley/go-metrics/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Copyright 2012 Richard Crowley. All rights reserved.
|
||
|
|
||
|
Redistribution and use in source and binary forms, with or without
|
||
|
modification, are permitted provided that the following conditions are
|
||
|
met:
|
||
|
|
||
|
1. Redistributions of source code must retain the above copyright
|
||
|
notice, this list of conditions and the following disclaimer.
|
||
|
|
||
|
2. Redistributions in binary form must reproduce the above
|
||
|
copyright notice, this list of conditions and the following
|
||
|
disclaimer in the documentation and/or other materials provided
|
||
|
with the distribution.
|
||
|
|
||
|
THIS SOFTWARE IS PROVIDED BY RICHARD CROWLEY ``AS IS'' AND ANY EXPRESS
|
||
|
OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
||
|
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||
|
DISCLAIMED. IN NO EVENT SHALL RICHARD CROWLEY OR CONTRIBUTORS BE LIABLE
|
||
|
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||
|
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
||
|
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
||
|
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
||
|
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
||
|
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
|
||
|
THE POSSIBILITY OF SUCH DAMAGE.
|
||
|
|
||
|
The views and conclusions contained in the software and documentation
|
||
|
are those of the authors and should not be interpreted as representing
|
||
|
official policies, either expressed or implied, of Richard Crowley.
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/samuel/go-parser
|
||
|
Revision: ca8abbf65d0e61dedf061f98bd3850f250e27539
|
||
|
License type (autodetected): BSD-3-Clause
|
||
|
./vendor/github.com/samuel/go-parser/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Copyright (c) 2013, Samuel Stauffer <samuel@descolada.com>
|
||
|
All rights reserved.
|
||
|
|
||
|
Redistribution and use in source and binary forms, with or without
|
||
|
modification, are permitted provided that the following conditions are met:
|
||
|
|
||
|
* Redistributions of source code must retain the above copyright
|
||
|
notice, this list of conditions and the following disclaimer.
|
||
|
* Redistributions in binary form must reproduce the above copyright
|
||
|
notice, this list of conditions and the following disclaimer in the
|
||
|
documentation and/or other materials provided with the distribution.
|
||
|
* Neither the name of the author nor the
|
||
|
names of its contributors may be used to endorse or promote products
|
||
|
derived from this software without specific prior written permission.
|
||
|
|
||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
||
|
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
||
|
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||
|
DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
|
||
|
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
||
|
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
||
|
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
||
|
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||
|
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/samuel/go-thrift
|
||
|
Revision: 2187045faa54fce7f5028706ffeb2f2fc342aa7e
|
||
|
License type (autodetected): BSD-3-Clause
|
||
|
./vendor/github.com/samuel/go-thrift/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Copyright (c) 2012, Samuel Stauffer <samuel@descolada.com>
|
||
|
All rights reserved.
|
||
|
|
||
|
Redistribution and use in source and binary forms, with or without
|
||
|
modification, are permitted provided that the following conditions are met:
|
||
|
|
||
|
* Redistributions of source code must retain the above copyright
|
||
|
notice, this list of conditions and the following disclaimer.
|
||
|
* Redistributions in binary form must reproduce the above copyright
|
||
|
notice, this list of conditions and the following disclaimer in the
|
||
|
documentation and/or other materials provided with the distribution.
|
||
|
* Neither the name of the author nor the
|
||
|
names of its contributors may be used to endorse or promote products
|
||
|
derived from this software without specific prior written permission.
|
||
|
|
||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
||
|
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
||
|
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||
|
DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
|
||
|
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
||
|
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
||
|
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
||
|
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||
|
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/sanathkr/go-yaml
|
||
|
Version: v2
|
||
|
Revision: ed9d249f429b3f5a69f80a7abef6bfce81fef894
|
||
|
License type (autodetected): Apache-2.0
|
||
|
./vendor/github.com/sanathkr/go-yaml/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Apache License 2.0
|
||
|
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/sanathkr/go-yaml
|
||
|
Version: v2
|
||
|
Revision: ed9d249f429b3f5a69f80a7abef6bfce81fef894
|
||
|
License type (autodetected): MIT
|
||
|
./vendor/github.com/sanathkr/go-yaml/LICENSE.libyaml:
|
||
|
--------------------------------------------------------------------
|
||
|
The following files were ported to Go from C files of libyaml, and thus
|
||
|
are still covered by their original copyright and license:
|
||
|
|
||
|
apic.go
|
||
|
emitterc.go
|
||
|
parserc.go
|
||
|
readerc.go
|
||
|
scannerc.go
|
||
|
writerc.go
|
||
|
yamlh.go
|
||
|
yamlprivateh.go
|
||
|
|
||
|
Copyright (c) 2006 Kirill Simonov
|
||
|
|
||
|
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:
|
||
|
|
||
|
The above copyright notice and this permission notice shall be included in all
|
||
|
copies or substantial portions of the Software.
|
||
|
|
||
|
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.
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/sanathkr/yaml
|
||
|
Revision: 0056894fa522748ca336761ffeeeb6bbae654d07
|
||
|
License type (autodetected): MIT
|
||
|
./vendor/github.com/sanathkr/yaml/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
The MIT License (MIT)
|
||
|
|
||
|
Copyright (c) 2014 Sam Ghods
|
||
|
|
||
|
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:
|
||
|
|
||
|
The above copyright notice and this permission notice shall be included in all
|
||
|
copies or substantial portions of the Software.
|
||
|
|
||
|
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.
|
||
|
|
||
|
|
||
|
Copyright (c) 2012 The Go Authors. All rights reserved.
|
||
|
|
||
|
Redistribution and use in source and binary forms, with or without
|
||
|
modification, are permitted provided that the following conditions are
|
||
|
met:
|
||
|
|
||
|
* Redistributions of source code must retain the above copyright
|
||
|
notice, this list of conditions and the following disclaimer.
|
||
|
* Redistributions in binary form must reproduce the above
|
||
|
copyright notice, this list of conditions and the following disclaimer
|
||
|
in the documentation and/or other materials provided with the
|
||
|
distribution.
|
||
|
* Neither the name of Google Inc. nor the names of its
|
||
|
contributors may be used to endorse or promote products derived from
|
||
|
this software without specific prior written permission.
|
||
|
|
||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||
|
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||
|
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||
|
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||
|
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||
|
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||
|
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||
|
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||
|
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/shirou/gopsutil
|
||
|
Version: v2.18.06
|
||
|
Revision: 4a180b209f5f494e5923cfce81ea30ba23915877
|
||
|
License type (autodetected): BSD-3-Clause
|
||
|
./vendor/github.com/shirou/gopsutil/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
gopsutil is distributed under BSD license reproduced below.
|
||
|
|
||
|
Copyright (c) 2014, WAKAYAMA Shirou
|
||
|
All rights reserved.
|
||
|
|
||
|
Redistribution and use in source and binary forms, with or without modification,
|
||
|
are permitted provided that the following conditions are met:
|
||
|
|
||
|
* Redistributions of source code must retain the above copyright notice, this
|
||
|
list of conditions and the following disclaimer.
|
||
|
* Redistributions in binary form must reproduce the above copyright notice,
|
||
|
this list of conditions and the following disclaimer in the documentation
|
||
|
and/or other materials provided with the distribution.
|
||
|
* Neither the name of the gopsutil authors nor the names of its contributors
|
||
|
may be used to endorse or promote products derived from this software without
|
||
|
specific prior written permission.
|
||
|
|
||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
||
|
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
||
|
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||
|
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
|
||
|
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
||
|
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
||
|
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
||
|
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||
|
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||
|
|
||
|
|
||
|
-------
|
||
|
internal/common/binary.go in the gopsutil is copied and modifid from golang/encoding/binary.go.
|
||
|
|
||
|
|
||
|
|
||
|
Copyright (c) 2009 The Go Authors. All rights reserved.
|
||
|
|
||
|
Redistribution and use in source and binary forms, with or without
|
||
|
modification, are permitted provided that the following conditions are
|
||
|
met:
|
||
|
|
||
|
* Redistributions of source code must retain the above copyright
|
||
|
notice, this list of conditions and the following disclaimer.
|
||
|
* Redistributions in binary form must reproduce the above
|
||
|
copyright notice, this list of conditions and the following disclaimer
|
||
|
in the documentation and/or other materials provided with the
|
||
|
distribution.
|
||
|
* Neither the name of Google Inc. nor the names of its
|
||
|
contributors may be used to endorse or promote products derived from
|
||
|
this software without specific prior written permission.
|
||
|
|
||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||
|
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||
|
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||
|
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||
|
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||
|
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||
|
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||
|
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||
|
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/Shopify/sarama
|
||
|
Version: =v1.18.0/enh/offset-replica-id
|
||
|
Revision: 0143592836b090a1b481def4d902cfb3c5c05ae5
|
||
|
License type (autodetected): MIT
|
||
|
./vendor/github.com/Shopify/sarama/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Copyright (c) 2013 Shopify
|
||
|
|
||
|
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:
|
||
|
|
||
|
The above copyright notice and this permission notice shall be
|
||
|
included in all copies or substantial portions of the Software.
|
||
|
|
||
|
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.
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/Sirupsen/logrus
|
||
|
Revision: 5e5dc898656f695e2a086b8e12559febbfc01562
|
||
|
License type (autodetected): MIT
|
||
|
./vendor/github.com/Sirupsen/logrus/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
The MIT License (MIT)
|
||
|
|
||
|
Copyright (c) 2014 Simon Eskildsen
|
||
|
|
||
|
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:
|
||
|
|
||
|
The above copyright notice and this permission notice shall be included in
|
||
|
all copies or substantial portions of the Software.
|
||
|
|
||
|
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.
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/spf13/cobra
|
||
|
Revision: 1be1d2841c773c01bee8289f55f7463b6e2c2539
|
||
|
License type (autodetected): Apache-2.0
|
||
|
./vendor/github.com/spf13/cobra/LICENSE.txt:
|
||
|
--------------------------------------------------------------------
|
||
|
Apache License 2.0
|
||
|
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/spf13/pflag
|
||
|
Revision: e57e3eeb33f795204c1ca35f56c44f83227c6e66
|
||
|
License type (autodetected): BSD-3-Clause
|
||
|
./vendor/github.com/spf13/pflag/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Copyright (c) 2012 Alex Ogier. All rights reserved.
|
||
|
Copyright (c) 2012 The Go Authors. All rights reserved.
|
||
|
|
||
|
Redistribution and use in source and binary forms, with or without
|
||
|
modification, are permitted provided that the following conditions are
|
||
|
met:
|
||
|
|
||
|
* Redistributions of source code must retain the above copyright
|
||
|
notice, this list of conditions and the following disclaimer.
|
||
|
* Redistributions in binary form must reproduce the above
|
||
|
copyright notice, this list of conditions and the following disclaimer
|
||
|
in the documentation and/or other materials provided with the
|
||
|
distribution.
|
||
|
* Neither the name of Google Inc. nor the names of its
|
||
|
contributors may be used to endorse or promote products derived from
|
||
|
this software without specific prior written permission.
|
||
|
|
||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||
|
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||
|
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||
|
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||
|
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||
|
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||
|
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||
|
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||
|
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/StackExchange/wmi
|
||
|
Revision: 9f32b5905fd6ce7384093f9d048437e79f7b4d85
|
||
|
License type (autodetected): MIT
|
||
|
./vendor/github.com/StackExchange/wmi/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
The MIT License (MIT)
|
||
|
|
||
|
Copyright (c) 2013 Stack Exchange
|
||
|
|
||
|
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:
|
||
|
|
||
|
The above copyright notice and this permission notice shall be included in all
|
||
|
copies or substantial portions of the Software.
|
||
|
|
||
|
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.
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/stretchr/objx
|
||
|
Revision: b8b73a35e9830ae509858c10dec5866b4d5c8bff
|
||
|
License type (autodetected): MIT
|
||
|
./vendor/github.com/stretchr/objx/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
The MIT License
|
||
|
|
||
|
Copyright (c) 2014 Stretchr, Inc.
|
||
|
Copyright (c) 2017-2018 objx contributors
|
||
|
|
||
|
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:
|
||
|
|
||
|
The above copyright notice and this permission notice shall be included in all
|
||
|
copies or substantial portions of the Software.
|
||
|
|
||
|
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.
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/stretchr/testify
|
||
|
Version: v1.2.2
|
||
|
Revision: f35b8ab0b5a2cef36673838d662e249dd9c94686
|
||
|
License type (autodetected): MIT
|
||
|
./vendor/github.com/stretchr/testify/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Copyright (c) 2012 - 2013 Mat Ryer and Tyler Bunnell
|
||
|
|
||
|
Please consider promoting this project if you find it useful.
|
||
|
|
||
|
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:
|
||
|
|
||
|
The above copyright notice and this permission notice shall be included
|
||
|
in all copies or substantial portions of the Software.
|
||
|
|
||
|
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.
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/theckman/go-flock
|
||
|
Version: v0.4.0
|
||
|
Revision: b139a2487364247d91814e4a7c7b8fdc69e342b2
|
||
|
License type (autodetected): BSD-3-Clause
|
||
|
./vendor/github.com/theckman/go-flock/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Copyright (c) 2015, Tim Heckman
|
||
|
All rights reserved.
|
||
|
|
||
|
Redistribution and use in source and binary forms, with or without
|
||
|
modification, are permitted provided that the following conditions are met:
|
||
|
|
||
|
* Redistributions of source code must retain the above copyright notice, this
|
||
|
list of conditions and the following disclaimer.
|
||
|
|
||
|
* Redistributions in binary form must reproduce the above copyright notice,
|
||
|
this list of conditions and the following disclaimer in the documentation
|
||
|
and/or other materials provided with the distribution.
|
||
|
|
||
|
* Neither the name of linode-netint nor the names of its
|
||
|
contributors may be used to endorse or promote products derived from
|
||
|
this software without specific prior written permission.
|
||
|
|
||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
||
|
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||
|
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||
|
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
||
|
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||
|
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||
|
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
||
|
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||
|
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/tsg/gopacket
|
||
|
Revision: f289b3ea3e41a01b2822be9caf5f40c01fdda05c
|
||
|
License type (autodetected): BSD-3-Clause
|
||
|
./vendor/github.com/tsg/gopacket/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Copyright (c) 2012 Google, Inc. All rights reserved.
|
||
|
Copyright (c) 2009-2011 Andreas Krennmair. All rights reserved.
|
||
|
|
||
|
Redistribution and use in source and binary forms, with or without
|
||
|
modification, are permitted provided that the following conditions are
|
||
|
met:
|
||
|
|
||
|
* Redistributions of source code must retain the above copyright
|
||
|
notice, this list of conditions and the following disclaimer.
|
||
|
* Redistributions in binary form must reproduce the above
|
||
|
copyright notice, this list of conditions and the following disclaimer
|
||
|
in the documentation and/or other materials provided with the
|
||
|
distribution.
|
||
|
* Neither the name of Andreas Krennmair, Google, nor the names of its
|
||
|
contributors may be used to endorse or promote products derived from
|
||
|
this software without specific prior written permission.
|
||
|
|
||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||
|
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||
|
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||
|
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||
|
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||
|
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||
|
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||
|
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||
|
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/urso/go-bin
|
||
|
Revision: 781c575c9f0eb3cb9dca94521bd7ad7d5aec7fd4
|
||
|
License type (autodetected): Apache-2.0
|
||
|
./vendor/github.com/urso/go-bin/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Apache License 2.0
|
||
|
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/urso/qcgen
|
||
|
Revision: 0b059e7db4f40a062ca3d975b7500c6a0a968d87
|
||
|
License type (autodetected): Apache-2.0
|
||
|
./vendor/github.com/urso/qcgen/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Apache License 2.0
|
||
|
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/vmware/govmomi
|
||
|
Revision: 2cad15190b417804d82edb4981e7b3e62907c4ee
|
||
|
License type (autodetected): Apache-2.0
|
||
|
./metricbeat/module/vsphere/vendor/github.com/vmware/govmomi/LICENSE.txt:
|
||
|
--------------------------------------------------------------------
|
||
|
Apache License 2.0
|
||
|
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/vmware/govmomi/vim25/xml
|
||
|
Revision: 2cad15190b417804d82edb4981e7b3e62907c4ee
|
||
|
License type (autodetected): BSD-3-Clause
|
||
|
./metricbeat/module/vsphere/vendor/github.com/vmware/govmomi/vim25/xml/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Copyright (c) 2012 The Go Authors. All rights reserved.
|
||
|
|
||
|
Redistribution and use in source and binary forms, with or without
|
||
|
modification, are permitted provided that the following conditions are
|
||
|
met:
|
||
|
|
||
|
* Redistributions of source code must retain the above copyright
|
||
|
notice, this list of conditions and the following disclaimer.
|
||
|
* Redistributions in binary form must reproduce the above
|
||
|
copyright notice, this list of conditions and the following disclaimer
|
||
|
in the documentation and/or other materials provided with the
|
||
|
distribution.
|
||
|
* Neither the name of Google Inc. nor the names of its
|
||
|
contributors may be used to endorse or promote products derived from
|
||
|
this software without specific prior written permission.
|
||
|
|
||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||
|
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||
|
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||
|
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||
|
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||
|
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||
|
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||
|
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||
|
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: github.com/yuin/gopher-lua
|
||
|
Revision: b402f3114ec730d8bddb074a6c137309f561aa78
|
||
|
License type (autodetected): MIT
|
||
|
./vendor/github.com/yuin/gopher-lua/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
The MIT License (MIT)
|
||
|
|
||
|
Copyright (c) 2015 Yusuke Inuzuka
|
||
|
|
||
|
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:
|
||
|
|
||
|
The above copyright notice and this permission notice shall be included in all
|
||
|
copies or substantial portions of the Software.
|
||
|
|
||
|
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.
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: go.uber.org/atomic
|
||
|
Revision: 8474b86a5a6f79c443ce4b2992817ff32cf208b8
|
||
|
License type (autodetected): MIT
|
||
|
./vendor/go.uber.org/atomic/LICENSE.txt:
|
||
|
--------------------------------------------------------------------
|
||
|
Copyright (c) 2016 Uber Technologies, Inc.
|
||
|
|
||
|
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:
|
||
|
|
||
|
The above copyright notice and this permission notice shall be included in
|
||
|
all copies or substantial portions of the Software.
|
||
|
|
||
|
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.
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: go.uber.org/multierr
|
||
|
Revision: fb7d312c2c04c34f0ad621048bbb953b168f9ff6
|
||
|
License type (autodetected): MIT
|
||
|
./vendor/go.uber.org/multierr/LICENSE.txt:
|
||
|
--------------------------------------------------------------------
|
||
|
Copyright (c) 2017 Uber Technologies, Inc.
|
||
|
|
||
|
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:
|
||
|
|
||
|
The above copyright notice and this permission notice shall be included in
|
||
|
all copies or substantial portions of the Software.
|
||
|
|
||
|
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.
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: go.uber.org/zap
|
||
|
Version: v1.7.1
|
||
|
Revision: 35aad584952c3e7020db7b839f6b102de6271f89
|
||
|
License type (autodetected): MIT
|
||
|
./vendor/go.uber.org/zap/LICENSE.txt:
|
||
|
--------------------------------------------------------------------
|
||
|
Copyright (c) 2016-2017 Uber Technologies, Inc.
|
||
|
|
||
|
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:
|
||
|
|
||
|
The above copyright notice and this permission notice shall be included in
|
||
|
all copies or substantial portions of the Software.
|
||
|
|
||
|
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.
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: golang.org/x/crypto
|
||
|
Revision: 5119cf507ed5294cc409c092980c7497ee5d6fd2
|
||
|
License type (autodetected): BSD-3-Clause
|
||
|
./vendor/golang.org/x/crypto/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Copyright (c) 2009 The Go Authors. All rights reserved.
|
||
|
|
||
|
Redistribution and use in source and binary forms, with or without
|
||
|
modification, are permitted provided that the following conditions are
|
||
|
met:
|
||
|
|
||
|
* Redistributions of source code must retain the above copyright
|
||
|
notice, this list of conditions and the following disclaimer.
|
||
|
* Redistributions in binary form must reproduce the above
|
||
|
copyright notice, this list of conditions and the following disclaimer
|
||
|
in the documentation and/or other materials provided with the
|
||
|
distribution.
|
||
|
* Neither the name of Google Inc. nor the names of its
|
||
|
contributors may be used to endorse or promote products derived from
|
||
|
this software without specific prior written permission.
|
||
|
|
||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||
|
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||
|
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||
|
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||
|
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||
|
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||
|
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||
|
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||
|
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: golang.org/x/net
|
||
|
Version: release-branch.go1.9
|
||
|
Revision: 44b7c21cbf19450f38b337eb6b6fe4f6496fb5b3
|
||
|
License type (autodetected): BSD-3-Clause
|
||
|
./vendor/golang.org/x/net/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Copyright (c) 2009 The Go Authors. All rights reserved.
|
||
|
|
||
|
Redistribution and use in source and binary forms, with or without
|
||
|
modification, are permitted provided that the following conditions are
|
||
|
met:
|
||
|
|
||
|
* Redistributions of source code must retain the above copyright
|
||
|
notice, this list of conditions and the following disclaimer.
|
||
|
* Redistributions in binary form must reproduce the above
|
||
|
copyright notice, this list of conditions and the following disclaimer
|
||
|
in the documentation and/or other materials provided with the
|
||
|
distribution.
|
||
|
* Neither the name of Google Inc. nor the names of its
|
||
|
contributors may be used to endorse or promote products derived from
|
||
|
this software without specific prior written permission.
|
||
|
|
||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||
|
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||
|
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||
|
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||
|
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||
|
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||
|
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||
|
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||
|
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: golang.org/x/sys
|
||
|
Revision: 0ffbfd41fbef8ffcf9b62b0b0aa3a5873ed7a4fe
|
||
|
License type (autodetected): BSD-3-Clause
|
||
|
./vendor/golang.org/x/sys/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Copyright (c) 2009 The Go Authors. All rights reserved.
|
||
|
|
||
|
Redistribution and use in source and binary forms, with or without
|
||
|
modification, are permitted provided that the following conditions are
|
||
|
met:
|
||
|
|
||
|
* Redistributions of source code must retain the above copyright
|
||
|
notice, this list of conditions and the following disclaimer.
|
||
|
* Redistributions in binary form must reproduce the above
|
||
|
copyright notice, this list of conditions and the following disclaimer
|
||
|
in the documentation and/or other materials provided with the
|
||
|
distribution.
|
||
|
* Neither the name of Google Inc. nor the names of its
|
||
|
contributors may be used to endorse or promote products derived from
|
||
|
this software without specific prior written permission.
|
||
|
|
||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||
|
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||
|
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||
|
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||
|
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||
|
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||
|
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||
|
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||
|
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: golang.org/x/text
|
||
|
Revision: 4e4a3210bb54bb31f6ab2cdca2edcc0b50c420c1
|
||
|
License type (autodetected): BSD-3-Clause
|
||
|
./vendor/golang.org/x/text/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Copyright (c) 2009 The Go Authors. All rights reserved.
|
||
|
|
||
|
Redistribution and use in source and binary forms, with or without
|
||
|
modification, are permitted provided that the following conditions are
|
||
|
met:
|
||
|
|
||
|
* Redistributions of source code must retain the above copyright
|
||
|
notice, this list of conditions and the following disclaimer.
|
||
|
* Redistributions in binary form must reproduce the above
|
||
|
copyright notice, this list of conditions and the following disclaimer
|
||
|
in the documentation and/or other materials provided with the
|
||
|
distribution.
|
||
|
* Neither the name of Google Inc. nor the names of its
|
||
|
contributors may be used to endorse or promote products derived from
|
||
|
this software without specific prior written permission.
|
||
|
|
||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||
|
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||
|
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||
|
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||
|
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||
|
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||
|
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||
|
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||
|
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: golang.org/x/time
|
||
|
Revision: 26559e0f760e39c24d730d3224364aef164ee23f
|
||
|
License type (autodetected): BSD-3-Clause
|
||
|
./vendor/golang.org/x/time/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Copyright (c) 2009 The Go Authors. All rights reserved.
|
||
|
|
||
|
Redistribution and use in source and binary forms, with or without
|
||
|
modification, are permitted provided that the following conditions are
|
||
|
met:
|
||
|
|
||
|
* Redistributions of source code must retain the above copyright
|
||
|
notice, this list of conditions and the following disclaimer.
|
||
|
* Redistributions in binary form must reproduce the above
|
||
|
copyright notice, this list of conditions and the following disclaimer
|
||
|
in the documentation and/or other materials provided with the
|
||
|
distribution.
|
||
|
* Neither the name of Google Inc. nor the names of its
|
||
|
contributors may be used to endorse or promote products derived from
|
||
|
this software without specific prior written permission.
|
||
|
|
||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||
|
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||
|
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||
|
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||
|
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||
|
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||
|
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||
|
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||
|
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: golang.org/x/tools
|
||
|
Version: release-branch.go1.10
|
||
|
Revision: 156d532d4f67148ceab07c3b59ed7fa13bdbf00c
|
||
|
License type (autodetected): BSD-3-Clause
|
||
|
./vendor/golang.org/x/tools/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Copyright (c) 2009 The Go Authors. All rights reserved.
|
||
|
|
||
|
Redistribution and use in source and binary forms, with or without
|
||
|
modification, are permitted provided that the following conditions are
|
||
|
met:
|
||
|
|
||
|
* Redistributions of source code must retain the above copyright
|
||
|
notice, this list of conditions and the following disclaimer.
|
||
|
* Redistributions in binary form must reproduce the above
|
||
|
copyright notice, this list of conditions and the following disclaimer
|
||
|
in the documentation and/or other materials provided with the
|
||
|
distribution.
|
||
|
* Neither the name of Google Inc. nor the names of its
|
||
|
contributors may be used to endorse or promote products derived from
|
||
|
this software without specific prior written permission.
|
||
|
|
||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||
|
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||
|
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||
|
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||
|
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||
|
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||
|
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||
|
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||
|
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: gopkg.in/inf.v0
|
||
|
Revision: 3887ee99ecf07df5b447e9b00d9c0b2adaa9f3e4
|
||
|
License type (autodetected): BSD-3-Clause
|
||
|
./vendor/gopkg.in/inf.v0/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Copyright (c) 2012 Péter Surányi. Portions Copyright (c) 2009 The Go
|
||
|
Authors. All rights reserved.
|
||
|
|
||
|
Redistribution and use in source and binary forms, with or without
|
||
|
modification, are permitted provided that the following conditions are
|
||
|
met:
|
||
|
|
||
|
* Redistributions of source code must retain the above copyright
|
||
|
notice, this list of conditions and the following disclaimer.
|
||
|
* Redistributions in binary form must reproduce the above
|
||
|
copyright notice, this list of conditions and the following disclaimer
|
||
|
in the documentation and/or other materials provided with the
|
||
|
distribution.
|
||
|
* Neither the name of Google Inc. nor the names of its
|
||
|
contributors may be used to endorse or promote products derived from
|
||
|
this software without specific prior written permission.
|
||
|
|
||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||
|
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||
|
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||
|
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||
|
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||
|
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||
|
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||
|
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||
|
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: gopkg.in/inf.v0
|
||
|
Revision: d2d2541c53f18d2a059457998ce2876cc8e67cbf
|
||
|
License type (autodetected): BSD-3-Clause
|
||
|
./metricbeat/vendor/gopkg.in/inf.v0/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Copyright (c) 2012 Péter Surányi. Portions Copyright (c) 2009 The Go
|
||
|
Authors. All rights reserved.
|
||
|
|
||
|
Redistribution and use in source and binary forms, with or without
|
||
|
modification, are permitted provided that the following conditions are
|
||
|
met:
|
||
|
|
||
|
* Redistributions of source code must retain the above copyright
|
||
|
notice, this list of conditions and the following disclaimer.
|
||
|
* Redistributions in binary form must reproduce the above
|
||
|
copyright notice, this list of conditions and the following disclaimer
|
||
|
in the documentation and/or other materials provided with the
|
||
|
distribution.
|
||
|
* Neither the name of Google Inc. nor the names of its
|
||
|
contributors may be used to endorse or promote products derived from
|
||
|
this software without specific prior written permission.
|
||
|
|
||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||
|
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||
|
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||
|
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||
|
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||
|
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||
|
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||
|
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||
|
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: gopkg.in/mgo.v2
|
||
|
Revision: 3f83fa5005286a7fe593b055f0d7771a7dce4655
|
||
|
License type (autodetected): BSD-2-Clause
|
||
|
./vendor/gopkg.in/mgo.v2/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
mgo - MongoDB driver for Go
|
||
|
|
||
|
Copyright (c) 2010-2013 - Gustavo Niemeyer <gustavo@niemeyer.net>
|
||
|
|
||
|
All rights reserved.
|
||
|
|
||
|
Redistribution and use in source and binary forms, with or without
|
||
|
modification, are permitted provided that the following conditions are met:
|
||
|
|
||
|
1. Redistributions of source code must retain the above copyright notice, this
|
||
|
list of conditions and the following disclaimer.
|
||
|
2. Redistributions in binary form must reproduce the above copyright notice,
|
||
|
this list of conditions and the following disclaimer in the documentation
|
||
|
and/or other materials provided with the distribution.
|
||
|
|
||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
||
|
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
||
|
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||
|
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
|
||
|
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
||
|
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
||
|
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
||
|
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||
|
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: gopkg.in/mgo.v2/bson
|
||
|
Revision: 3f83fa5005286a7fe593b055f0d7771a7dce4655
|
||
|
License type (autodetected): BSD-2-Clause
|
||
|
./vendor/gopkg.in/mgo.v2/bson/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
BSON library for Go
|
||
|
|
||
|
Copyright (c) 2010-2012 - Gustavo Niemeyer <gustavo@niemeyer.net>
|
||
|
|
||
|
All rights reserved.
|
||
|
|
||
|
Redistribution and use in source and binary forms, with or without
|
||
|
modification, are permitted provided that the following conditions are met:
|
||
|
|
||
|
1. Redistributions of source code must retain the above copyright notice, this
|
||
|
list of conditions and the following disclaimer.
|
||
|
2. Redistributions in binary form must reproduce the above copyright notice,
|
||
|
this list of conditions and the following disclaimer in the documentation
|
||
|
and/or other materials provided with the distribution.
|
||
|
|
||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
||
|
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
||
|
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||
|
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
|
||
|
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
||
|
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
||
|
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
||
|
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||
|
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: gopkg.in/mgo.v2/internal/json
|
||
|
Revision: 3f83fa5005286a7fe593b055f0d7771a7dce4655
|
||
|
License type (autodetected): BSD-3-Clause
|
||
|
./vendor/gopkg.in/mgo.v2/internal/json/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Copyright (c) 2012 The Go Authors. All rights reserved.
|
||
|
|
||
|
Redistribution and use in source and binary forms, with or without
|
||
|
modification, are permitted provided that the following conditions are
|
||
|
met:
|
||
|
|
||
|
* Redistributions of source code must retain the above copyright
|
||
|
notice, this list of conditions and the following disclaimer.
|
||
|
* Redistributions in binary form must reproduce the above
|
||
|
copyright notice, this list of conditions and the following disclaimer
|
||
|
in the documentation and/or other materials provided with the
|
||
|
distribution.
|
||
|
* Neither the name of Google Inc. nor the names of its
|
||
|
contributors may be used to endorse or promote products derived from
|
||
|
this software without specific prior written permission.
|
||
|
|
||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||
|
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||
|
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||
|
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||
|
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||
|
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||
|
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||
|
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||
|
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: gopkg.in/yaml.v2
|
||
|
Revision: cd8b52f8269e0feb286dfeef29f8fe4d5b397e0b
|
||
|
License type (autodetected): Apache-2.0
|
||
|
./vendor/gopkg.in/yaml.v2/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Apache License 2.0
|
||
|
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: gopkg.in/yaml.v2
|
||
|
Revision: cd8b52f8269e0feb286dfeef29f8fe4d5b397e0b
|
||
|
License type (autodetected): MIT
|
||
|
./vendor/gopkg.in/yaml.v2/LICENSE.libyaml:
|
||
|
--------------------------------------------------------------------
|
||
|
The following files were ported to Go from C files of libyaml, and thus
|
||
|
are still covered by their original copyright and license:
|
||
|
|
||
|
apic.go
|
||
|
emitterc.go
|
||
|
parserc.go
|
||
|
readerc.go
|
||
|
scannerc.go
|
||
|
writerc.go
|
||
|
yamlh.go
|
||
|
yamlprivateh.go
|
||
|
|
||
|
Copyright (c) 2006 Kirill Simonov
|
||
|
|
||
|
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:
|
||
|
|
||
|
The above copyright notice and this permission notice shall be included in all
|
||
|
copies or substantial portions of the Software.
|
||
|
|
||
|
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.
|
||
|
|
||
|
--------------------------------------------------------------------
|
||
|
Dependency: howett.net/plist
|
||
|
Revision: 233df3c4f07b0c562da0e8a6fb850681ac49bb90
|
||
|
License type (autodetected): BSD-2-Clause
|
||
|
./vendor/howett.net/plist/LICENSE:
|
||
|
--------------------------------------------------------------------
|
||
|
Copyright (c) 2013, Dustin L. Howett. All rights reserved.
|
||
|
|
||
|
Redistribution and use in source and binary forms, with or without
|
||
|
modification, are permitted provided that the following conditions are met:
|
||
|
|
||
|
1. Redistributions of source code must retain the above copyright notice, this
|
||
|
list of conditions and the following disclaimer.
|
||
|
2. Redistributions in binary form must reproduce the above copyright notice,
|
||
|
this list of conditions and the following disclaimer in the documentation
|
||
|
and/or other materials provided with the distribution.
|
||
|
|
||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
||
|
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
||
|
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||
|
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
|
||
|
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
||
|
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
||
|
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
||
|
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||
|
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||
|
|
||
|
The views and conclusions contained in the software and documentation are those
|
||
|
of the authors and should not be interpreted as representing official policies,
|
||
|
either expressed or implied, of the FreeBSD Project.
|
||
|
|
||
|
--------------------------------------------------------------------------------
|
||
|
Parts of this package were made available under the license covering
|
||
|
the Go language and all attended core libraries. That license follows.
|
||
|
--------------------------------------------------------------------------------
|
||
|
|
||
|
Copyright (c) 2012 The Go Authors. All rights reserved.
|
||
|
|
||
|
Redistribution and use in source and binary forms, with or without
|
||
|
modification, are permitted provided that the following conditions are
|
||
|
met:
|
||
|
|
||
|
* Redistributions of source code must retain the above copyright
|
||
|
notice, this list of conditions and the following disclaimer.
|
||
|
* Redistributions in binary form must reproduce the above
|
||
|
copyright notice, this list of conditions and the following disclaimer
|
||
|
in the documentation and/or other materials provided with the
|
||
|
distribution.
|
||
|
* Neither the name of Google Inc. nor the names of its
|
||
|
contributors may be used to endorse or promote products derived from
|
||
|
this software without specific prior written permission.
|
||
|
|
||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||
|
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||
|
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||
|
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||
|
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||
|
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||
|
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||
|
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||
|
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|