aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/github.com/zclconf/go-cty-yaml/NOTICE
blob: 4e6c00ab3177c2962d43a2e0b0257aefe72f3676 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
This package is derived from gopkg.in/yaml.v2, which is copyright
2011-2016 Canonical Ltd.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Includes mechanical ports of code from libyaml, distributed under its original
license. See LICENSE.libyaml for more information.

Modifications for cty interfacing copyright 2019 Martin Atkins, and
distributed under the same license terms.