Blame vendor/gopkg.in/yaml.v2/LICENSE.libyaml

Packit 63bb0d
The following files were ported to Go from C files of libyaml, and thus
Packit 63bb0d
are still covered by their original copyright and license:
Packit 63bb0d
Packit 63bb0d
    apic.go
Packit 63bb0d
    emitterc.go
Packit 63bb0d
    parserc.go
Packit 63bb0d
    readerc.go
Packit 63bb0d
    scannerc.go
Packit 63bb0d
    writerc.go
Packit 63bb0d
    yamlh.go
Packit 63bb0d
    yamlprivateh.go
Packit 63bb0d
Packit 63bb0d
Copyright (c) 2006 Kirill Simonov
Packit 63bb0d
Packit 63bb0d
Permission is hereby granted, free of charge, to any person obtaining a copy of
Packit 63bb0d
this software and associated documentation files (the "Software"), to deal in
Packit 63bb0d
the Software without restriction, including without limitation the rights to
Packit 63bb0d
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
Packit 63bb0d
of the Software, and to permit persons to whom the Software is furnished to do
Packit 63bb0d
so, subject to the following conditions:
Packit 63bb0d
Packit 63bb0d
The above copyright notice and this permission notice shall be included in all
Packit 63bb0d
copies or substantial portions of the Software.
Packit 63bb0d
Packit 63bb0d
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
Packit 63bb0d
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
Packit 63bb0d
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
Packit 63bb0d
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
Packit 63bb0d
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
Packit 63bb0d
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
Packit 63bb0d
SOFTWARE.