forked from yaml/go-yaml
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNOTICE
More file actions
21 lines (17 loc) · 702 Bytes
/
NOTICE
File metadata and controls
21 lines (17 loc) · 702 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
The following files were ported to Go from C files of libyaml, and thus are
still covered by their original MIT license, with the additional copyright
starting in 2011 when the project was ported over:
- internal/libyaml/api.go
- internal/libyaml/emitter.go
- internal/libyaml/parser.go
- internal/libyaml/reader.go
- internal/libyaml/scanner.go
- internal/libyaml/writer.go
- internal/libyaml/yaml.go
- internal/libyaml/yamlprivate.go
Copyright 2006-2010 Kirill Simonov
https://opensource.org/license/mit
All the remaining project files are covered by the Apache license:
Copyright 2011-2019 Canonical Ltd
Copyright 2025 The go-yaml Project Contributors
http://www.apache.org/licenses/LICENSE-2.0