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