Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: libyaml
Source: <url://example.com>
#
# Please double check copyright with the licensecheck(1) command.

Files:     .appveyor.yml
           .github/workflows/dist.yaml
           .github/workflows/main.yml
           .gitignore
           .indent.pro
           .makefile
           .travis.yml
           CMakeLists.txt
           Changes
           Makefile.am
           ReadMe.md
           bootstrap
           cmake/config.h.in
           configure.ac
           doc/doxygen.cfg
           docker/README.mkd
           examples/anchors.yaml
           examples/array.yaml
           examples/global-tag.yaml
           examples/json.yaml
           examples/mapping.yaml
           examples/numbers.yaml
           examples/strings.yaml
           examples/tags.yaml
           examples/yaml-version.yaml
           include/Makefile.am
           include/yaml.h
           pkg/ReadMe.md
           pkg/docker/.gitignore
           pkg/docker/Dockerfile
           pkg/docker/Makefile
           pkg/docker/output/ReadMe
           pkg/docker/scripts/libyaml-dist.sh
           regression-inputs/clusterfuzz-testcase-minimized-5607885063061504.yml
           src/Makefile.am
           src/api.c
           src/dumper.c
           src/emitter.c
           src/loader.c
           src/parser.c
           src/reader.c
           src/scanner.c
           src/writer.c
           src/yaml_private.h
           tests/CMakeLists.txt
           tests/Makefile.am
           tests/ReadMe.md
           tests/example-deconstructor-alt.c
           tests/example-deconstructor.c
           tests/example-reformatter-alt.c
           tests/example-reformatter.c
           tests/run-all-tests.sh
           tests/run-dumper.c
           tests/run-emitter-test-suite.c
           tests/run-emitter.c
           tests/run-loader.c
           tests/run-parser-test-suite.c
           tests/run-parser.c
           tests/run-scanner.c
           tests/test-reader.c
           tests/test-version.c
           yaml-0.1.pc.in
           yamlConfig.cmake.in
Copyright: __NO_COPYRIGHT_NOR_LICENSE__
License:   __NO_COPYRIGHT_NOR_LICENSE__

Files:     License
Copyright: 2006-2016 Kirill Simonov
           2017-2020 Ingy döt Net
License:   Expat
 Permission is hereby granted, free of charge, to any person obtaining a copy of
 this software and associated documentation files (the "Software"), to deal in
 the Software without restriction, including without limitation the rights to
 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
 of the Software, and to permit persons to whom the Software is furnished to do
 so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in all
 copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.

Files:     docker/alpine-3.7
Copyright: __NO_COPYRIGHT__ in: docker/alpine-3.7
License:   __UNKNOWN__
 RUN apk update && \
 apk add --no-cache \
 autoconf \
 automake \
 build-base \
 cmake \
 git \
 libtool \
 perl-dev && \
 mkdir /libyaml
 .
 COPY . /libyaml/
 WORKDIR /libyaml

Files:     docker/ubuntu-14.04
Copyright: __NO_COPYRIGHT__ in: docker/ubuntu-14.04
License:   __UNKNOWN__
 RUN apt-get update && \
 apt-get install -y \
 software-properties-common \
 python-software-properties && \
 add-apt-repository ppa:git-core/ppa && \
 apt-get update && \
 apt-get install -y \
 autoconf \
 build-essential \
 git \
 libtool && \
 rm -rf /var/lib/apt/lists/* && \
 mkdir /libyaml
 .
 COPY . /libyaml/
 WORKDIR /libyaml

Files:     docker/fedora-25
Copyright: __NO_COPYRIGHT__ in: docker/fedora-25
License:   __UNKNOWN__
 # NOTE(sigmavirus24): We need "perl-core" here for the "prove" binary
 # required by the test-all Makefile target
 RUN dnf install -y \
 automake \
 gcc \
 git \
 make \
 libtool \
 perl-core && \
 mkdir /libyaml
 .
 COPY . /libyaml/
 WORKDIR /libyaml

Files:     docker/ubuntu-16.04
Copyright: __NO_COPYRIGHT__ in: docker/ubuntu-16.04
License:   __UNKNOWN__
 RUN apt-get update && \
 apt-get install -y \
 autoconf \
 build-essential \
 git \
 libtool && \
 rm -rf /var/lib/apt/lists/* && \
 mkdir /libyaml
 .
 COPY . /libyaml/
 WORKDIR /libyaml

Files:     announcement.msg
Copyright: 2006-2016 Kirill Simonov <xi@resolvent.net>
           2017-2020 Ingy döt Net <ingy@ingy.net>
License:   __UNKNOWN__
 The LibYAML module was written by Kirill Simonov.
 It is currently maintained by the YAML community.
 .
 LibYAML is released under the MIT license.
 See the file LICENSE for more details.

#----------------------------------------------------------------------------
# Files marked as NO_LICENSE_TEXT_FOUND may be covered by the following
# license/copyright files.

#----------------------------------------------------------------------------
# License file: License
 Copyright (c) 2017-2020 Ingy döt Net
 Copyright (c) 2006-2016 Kirill Simonov
 .
 Permission is hereby granted, free of charge, to any person obtaining a copy of
 this software and associated documentation files (the "Software"), to deal in
 the Software without restriction, including without limitation the rights to
 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
 of the Software, and to permit persons to whom the Software is furnished to do
 so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in all
 copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.
