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