annotate vendor/gopkg.in/yaml.v2/LICENSE.libyaml @ 69:03019bbf2e0e draft

Fix a bug that I caused Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>
author yakumo.izuru
date Sat, 16 Sep 2023 16:11:35 +0000
parents 787b5ee0289d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
66
787b5ee0289d Use vendored modules
yakumo.izuru
parents:
diff changeset
1 The following files were ported to Go from C files of libyaml, and thus
787b5ee0289d Use vendored modules
yakumo.izuru
parents:
diff changeset
2 are still covered by their original copyright and license:
787b5ee0289d Use vendored modules
yakumo.izuru
parents:
diff changeset
3
787b5ee0289d Use vendored modules
yakumo.izuru
parents:
diff changeset
4 apic.go
787b5ee0289d Use vendored modules
yakumo.izuru
parents:
diff changeset
5 emitterc.go
787b5ee0289d Use vendored modules
yakumo.izuru
parents:
diff changeset
6 parserc.go
787b5ee0289d Use vendored modules
yakumo.izuru
parents:
diff changeset
7 readerc.go
787b5ee0289d Use vendored modules
yakumo.izuru
parents:
diff changeset
8 scannerc.go
787b5ee0289d Use vendored modules
yakumo.izuru
parents:
diff changeset
9 writerc.go
787b5ee0289d Use vendored modules
yakumo.izuru
parents:
diff changeset
10 yamlh.go
787b5ee0289d Use vendored modules
yakumo.izuru
parents:
diff changeset
11 yamlprivateh.go
787b5ee0289d Use vendored modules
yakumo.izuru
parents:
diff changeset
12
787b5ee0289d Use vendored modules
yakumo.izuru
parents:
diff changeset
13 Copyright (c) 2006 Kirill Simonov
787b5ee0289d Use vendored modules
yakumo.izuru
parents:
diff changeset
14
787b5ee0289d Use vendored modules
yakumo.izuru
parents:
diff changeset
15 Permission is hereby granted, free of charge, to any person obtaining a copy of
787b5ee0289d Use vendored modules
yakumo.izuru
parents:
diff changeset
16 this software and associated documentation files (the "Software"), to deal in
787b5ee0289d Use vendored modules
yakumo.izuru
parents:
diff changeset
17 the Software without restriction, including without limitation the rights to
787b5ee0289d Use vendored modules
yakumo.izuru
parents:
diff changeset
18 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
787b5ee0289d Use vendored modules
yakumo.izuru
parents:
diff changeset
19 of the Software, and to permit persons to whom the Software is furnished to do
787b5ee0289d Use vendored modules
yakumo.izuru
parents:
diff changeset
20 so, subject to the following conditions:
787b5ee0289d Use vendored modules
yakumo.izuru
parents:
diff changeset
21
787b5ee0289d Use vendored modules
yakumo.izuru
parents:
diff changeset
22 The above copyright notice and this permission notice shall be included in all
787b5ee0289d Use vendored modules
yakumo.izuru
parents:
diff changeset
23 copies or substantial portions of the Software.
787b5ee0289d Use vendored modules
yakumo.izuru
parents:
diff changeset
24
787b5ee0289d Use vendored modules
yakumo.izuru
parents:
diff changeset
25 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
787b5ee0289d Use vendored modules
yakumo.izuru
parents:
diff changeset
26 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
787b5ee0289d Use vendored modules
yakumo.izuru
parents:
diff changeset
27 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
787b5ee0289d Use vendored modules
yakumo.izuru
parents:
diff changeset
28 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
787b5ee0289d Use vendored modules
yakumo.izuru
parents:
diff changeset
29 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
787b5ee0289d Use vendored modules
yakumo.izuru
parents:
diff changeset
30 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
787b5ee0289d Use vendored modules
yakumo.izuru
parents:
diff changeset
31 SOFTWARE.