Blame vendor/golang.org/x/crypto/LICENSE

Packit 63bb0d
Copyright (c) 2009 The Go Authors. All rights reserved.
Packit 63bb0d
Packit 63bb0d
Redistribution and use in source and binary forms, with or without
Packit 63bb0d
modification, are permitted provided that the following conditions are
Packit 63bb0d
met:
Packit 63bb0d
Packit 63bb0d
   * Redistributions of source code must retain the above copyright
Packit 63bb0d
notice, this list of conditions and the following disclaimer.
Packit 63bb0d
   * Redistributions in binary form must reproduce the above
Packit 63bb0d
copyright notice, this list of conditions and the following disclaimer
Packit 63bb0d
in the documentation and/or other materials provided with the
Packit 63bb0d
distribution.
Packit 63bb0d
   * Neither the name of Google Inc. nor the names of its
Packit 63bb0d
contributors may be used to endorse or promote products derived from
Packit 63bb0d
this software without specific prior written permission.
Packit 63bb0d
Packit 63bb0d
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
Packit 63bb0d
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
Packit 63bb0d
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
Packit 63bb0d
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
Packit 63bb0d
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
Packit 63bb0d
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
Packit 63bb0d
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
Packit 63bb0d
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
Packit 63bb0d
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
Packit 63bb0d
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
Packit 63bb0d
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.