...

Text file src/gopkg.in/yaml.v2/LICENSE.libyaml

Documentation: gopkg.in/yaml.v2

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

View as plain text