Skip to content

Commit 81a6825

Browse files
committed
Added license cache
1 parent 59d546b commit 81a6825

File tree

1 file changed

+80
-0
lines changed

1 file changed

+80
-0
lines changed
+80
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
---
2+
name: gopkg.in/yaml.v3
3+
version: v3.0.1
4+
type: go
5+
summary: Package yaml implements YAML support for the Go language.
6+
homepage: https://pkg.go.dev/gopkg.in/yaml.v3
7+
license: other
8+
licenses:
9+
- sources: LICENSE
10+
text: |2
11+
12+
This project is covered by two different licenses: MIT and Apache.
13+
14+
#### MIT License ####
15+
16+
The following files were ported to Go from C files of libyaml, and thus
17+
are still covered by their original MIT license, with the additional
18+
copyright staring in 2011 when the project was ported over:
19+
20+
apic.go emitterc.go parserc.go readerc.go scannerc.go
21+
writerc.go yamlh.go yamlprivateh.go
22+
23+
Copyright (c) 2006-2010 Kirill Simonov
24+
Copyright (c) 2006-2011 Kirill Simonov
25+
26+
Permission is hereby granted, free of charge, to any person obtaining a copy of
27+
this software and associated documentation files (the "Software"), to deal in
28+
the Software without restriction, including without limitation the rights to
29+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
30+
of the Software, and to permit persons to whom the Software is furnished to do
31+
so, subject to the following conditions:
32+
33+
The above copyright notice and this permission notice shall be included in all
34+
copies or substantial portions of the Software.
35+
36+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
37+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
38+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
39+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
40+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
41+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
42+
SOFTWARE.
43+
44+
### Apache License ###
45+
46+
All the remaining project files are covered by the Apache license:
47+
48+
Copyright (c) 2011-2019 Canonical Ltd
49+
50+
Licensed under the Apache License, Version 2.0 (the "License");
51+
you may not use this file except in compliance with the License.
52+
You may obtain a copy of the License at
53+
54+
http://www.apache.org/licenses/LICENSE-2.0
55+
56+
Unless required by applicable law or agreed to in writing, software
57+
distributed under the License is distributed on an "AS IS" BASIS,
58+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
59+
See the License for the specific language governing permissions and
60+
limitations under the License.
61+
- sources: README.md
62+
text: |-
63+
The yaml package is licensed under the MIT and Apache License 2.0 licenses.
64+
Please see the LICENSE file for details.
65+
notices:
66+
- sources: NOTICE
67+
text: |-
68+
Copyright 2011-2016 Canonical Ltd.
69+
70+
Licensed under the Apache License, Version 2.0 (the "License");
71+
you may not use this file except in compliance with the License.
72+
You may obtain a copy of the License at
73+
74+
http://www.apache.org/licenses/LICENSE-2.0
75+
76+
Unless required by applicable law or agreed to in writing, software
77+
distributed under the License is distributed on an "AS IS" BASIS,
78+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
79+
See the License for the specific language governing permissions and
80+
limitations under the License.

0 commit comments

Comments
 (0)