Blame vendor/github.com/ghodss/yaml/LICENSE

Packit Service 3a6627
The MIT License (MIT)
Packit Service 3a6627
Packit Service 3a6627
Copyright (c) 2014 Sam Ghods
Packit Service 3a6627
Packit Service 3a6627
Permission is hereby granted, free of charge, to any person obtaining a copy
Packit Service 3a6627
of this software and associated documentation files (the "Software"), to deal
Packit Service 3a6627
in the Software without restriction, including without limitation the rights
Packit Service 3a6627
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
Packit Service 3a6627
copies of the Software, and to permit persons to whom the Software is
Packit Service 3a6627
furnished to do so, subject to the following conditions:
Packit Service 3a6627
Packit Service 3a6627
The above copyright notice and this permission notice shall be included in all
Packit Service 3a6627
copies or substantial portions of the Software.
Packit Service 3a6627
Packit Service 3a6627
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
Packit Service 3a6627
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
Packit Service 3a6627
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
Packit Service 3a6627
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
Packit Service 3a6627
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
Packit Service 3a6627
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
Packit Service 3a6627
SOFTWARE.
Packit Service 3a6627
Packit Service 3a6627
Packit Service 3a6627
Copyright (c) 2012 The Go Authors. All rights reserved.
Packit Service 3a6627
Packit Service 3a6627
Redistribution and use in source and binary forms, with or without
Packit Service 3a6627
modification, are permitted provided that the following conditions are
Packit Service 3a6627
met:
Packit Service 3a6627
Packit Service 3a6627
   * Redistributions of source code must retain the above copyright
Packit Service 3a6627
notice, this list of conditions and the following disclaimer.
Packit Service 3a6627
   * Redistributions in binary form must reproduce the above
Packit Service 3a6627
copyright notice, this list of conditions and the following disclaimer
Packit Service 3a6627
in the documentation and/or other materials provided with the
Packit Service 3a6627
distribution.
Packit Service 3a6627
   * Neither the name of Google Inc. nor the names of its
Packit Service 3a6627
contributors may be used to endorse or promote products derived from
Packit Service 3a6627
this software without specific prior written permission.
Packit Service 3a6627
Packit Service 3a6627
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
Packit Service 3a6627
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
Packit Service 3a6627
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
Packit Service 3a6627
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
Packit Service 3a6627
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
Packit Service 3a6627
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
Packit Service 3a6627
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
Packit Service 3a6627
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
Packit Service 3a6627
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
Packit Service 3a6627
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
Packit Service 3a6627
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.