prometheus/vendor/github.com/gogo/protobuf/LICENSE

37 lines
1.7 KiB
Plaintext
Raw Normal View History

Clean up vendoring This doesn't perform any actual updates. (While that is something that we should consider eventually, it leads down a rabbit hole and would be too risky just before the 2.0.0 release.) This is really just a clean-up. In particular: - The following packages are not really used and thus removed: - github.com/blang/semver - github.com/coreos/go-oidc/http - github.com/coreos/go-oidc/jose - github.com/coreos/go-oidc/key - github.com/coreos/go-oidc/oauth2 - github.com/coreos/go-oidc/oidc - github.com/coreos/pkg/health - github.com/coreos/pkg/httputil - github.com/coreos/pkg/timeutil - github.com/gophercloud/gophercloud/openstack/compute/v2/extensions - github.com/pborman/uuid - For unclear reasons, the checksum for the following packages were wrong. The only change in this commit is to adjust the checksum in vendor.json. No changes of source code involved. - github.com/cespare/xxhash - github.com/dgryski/go-bits - github.com/golang/snappy - Various packages from the github.com/gogo/protobuf repository are used throughout the code. They are vendored from various sources (different sub-vendoring of cockroachdb/cockroach and k8s.io/client-go) and revisions. I made them all consistently referring to the current version of the github.com/gogo/protobuf repository. This _is_ a change of code, but a necessary one to clean up the inconsistencies. - For the github.com/influxdata/influxdb/... packages, the license files were missing. Also, the revision time was wrong, again for unknown reason. This tries to avoid any real updates (as that would lead down a rabbit hole, although I think we should check what dependencies need an update one day) but at least tries to remove unused packages.
2017-11-02 16:15:40 +00:00
Protocol Buffers for Go with Gadgets
2016-09-30 09:33:23 +00:00
Clean up vendoring This doesn't perform any actual updates. (While that is something that we should consider eventually, it leads down a rabbit hole and would be too risky just before the 2.0.0 release.) This is really just a clean-up. In particular: - The following packages are not really used and thus removed: - github.com/blang/semver - github.com/coreos/go-oidc/http - github.com/coreos/go-oidc/jose - github.com/coreos/go-oidc/key - github.com/coreos/go-oidc/oauth2 - github.com/coreos/go-oidc/oidc - github.com/coreos/pkg/health - github.com/coreos/pkg/httputil - github.com/coreos/pkg/timeutil - github.com/gophercloud/gophercloud/openstack/compute/v2/extensions - github.com/pborman/uuid - For unclear reasons, the checksum for the following packages were wrong. The only change in this commit is to adjust the checksum in vendor.json. No changes of source code involved. - github.com/cespare/xxhash - github.com/dgryski/go-bits - github.com/golang/snappy - Various packages from the github.com/gogo/protobuf repository are used throughout the code. They are vendored from various sources (different sub-vendoring of cockroachdb/cockroach and k8s.io/client-go) and revisions. I made them all consistently referring to the current version of the github.com/gogo/protobuf repository. This _is_ a change of code, but a necessary one to clean up the inconsistencies. - For the github.com/influxdata/influxdb/... packages, the license files were missing. Also, the revision time was wrong, again for unknown reason. This tries to avoid any real updates (as that would lead down a rabbit hole, although I think we should check what dependencies need an update one day) but at least tries to remove unused packages.
2017-11-02 16:15:40 +00:00
Copyright (c) 2013, The GoGo Authors. All rights reserved.
http://github.com/gogo/protobuf
2016-09-30 09:33:23 +00:00
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.