Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: crun
Source: https://github.com/containers/crun
Files-Excluded:
    libocispec/image-spec
    libocispec/runtime-spec
    tests/tests_libcrun_errors
    tests/tests_libcrun_utils

Files: *
Copyright:
    2001-2019 Free Software Foundation, Inc
    2017-2020 Giuseppe Scrivano <giuseppe@scrivano.org>
    2020      Adrian Reber <areber@redhat.com>
    2017      Wang Long <w@laoqinren.net>
    2017      YiFeng Tan <tanyifeng1@huawei.com>
    2017      Yifeng Tan <tanyifeng1@huawei.com>
License: GPL-2+

Files:
    python/*
    src/libcrun/*
    tests/tests_libcrun_errors.c
    tests/tests_libcrun_utils.c
Copyright:
    2013-2019 Free Software Foundation, Inc
    2017-2019 Giuseppe Scrivano <giuseppe@scrivano.org>
License: LGPL-2.1+

Files:
    libocispec/src/read-file.c
    libocispec/src/read-file.h
    src/libcrun/cloned_binary.c
Copyright:
    2019      Aleksa Sarai <cyphar@cyphar.com>
    2017      Giuseppe Scrivano
    2019      SUSE LLC
License: Apache-2.0

Files:
    libocispec/m4/libtool.m4
    m4/libtool.m4
Copyright:
    1996-2001,2003-2015 Free Software Foundation, Inc
License: FSFUL-01 and FSFULLR and GPL-2+ and exception-GPL-Libtool

Files:
    libocispec/m4/ltoptions.m4
    libocispec/m4/ltsugar.m4
    libocispec/m4/ltversion.m4
    libocispec/m4/lt~obsolete.m4
    m4/ltoptions.m4
    m4/ltsugar.m4
    m4/ltversion.m4
    m4/lt~obsolete.m4
Copyright:
    2004-2015 Free Software Foundation, Inc
License: FSFULLR

Files:
    build-aux/compile
    build-aux/depcomp
    build-aux/missing
    build-aux/tap-driver.sh
    libocispec/build-aux/compile
    libocispec/build-aux/depcomp
    libocispec/build-aux/missing
    libocispec/build-aux/test-driver
Copyright:
    1996-2018 Free Software Foundation, Inc
License: GPL-2+ and exception-GPL-Autoconf

Files:
    build-aux/ltmain.sh
    libocispec/build-aux/ltmain.sh
Copyright:
    1996-2015 Free Software Foundation, Inc
License: GPL-2+ and exception-GPL-Libtool

Files:
    build-aux/config.guess
    build-aux/config.sub
    libocispec/build-aux/config.guess
    libocispec/build-aux/config.sub
Copyright:
    1992-2018 Free Software Foundation, Inc
License: GPL-3+ and exception-GPL-Autoconf

Files:
    src/libcrun/chroot_realpath.c
Copyright:
    1993      Rick Sladkey <jrs@world.std.com>
License: LGPL-2.1+

Files:
    build-aux/install-sh
    libocispec/build-aux/install-sh
Copyright:
    1994      X Consortium
License: MIT-X11

Files: debian/*
Copyright:
    2019-2020 Dmitry Smirnov <onlyjob@debian.org>
License: Expat or GPL-3+

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.
Comment:
 This license also known as "MIT" however FSF consider "MIT" labelling
 ambiguous and copyright-format specification recommends to mark such
 license as "Expat".

License: Apache-2.0
 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.
 ․
 On Debian systems, the complete text of the Apache License,
 Version 2.0 can be found in "/usr/share/common-licenses/Apache-2.0".

License: FSFUL-01
 This is free software; the Free Software Foundation gives unlimited
 permission to copy, distribute and modify it.

License: FSFULLR
 This file is free software; the Free Software Foundation
 gives unlimited permission to copy and/or distribute it,
 with or without modifications, as long as this notice is preserved.

License: GPL-2+
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 ․
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 ․
 On Debian systems, the complete text of the GNU General Public
 License Version 2 can be found in "/usr/share/common-licenses/GPL-2".

License: GPL-3+
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation, either version 3 of the License, or
 (at your option) any later version.
 ․
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 ․
 On Debian systems, the complete text of the GNU General Public
 License Version 3 can be found in "/usr/share/common-licenses/GPL-3".

License: LGPL-2.1+
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2.1 of the License, or (at your option) any later version.
 ․
 This library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
 ․
 On Debian systems, the complete text of the GNU Lesser General Public
 License Version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1".

License: MIT-X11
 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.
 ․
 Except as contained in this notice, the name(s) of the above copyright
 holders shall not be used in advertising or otherwise to promote the sale,
 use or other dealings in this Software without prior written authorization.

License: exception-GPL-Autoconf
 As a special exception to the GNU General Public License, this file may be
 distributed as part of a program that contains a configuration script
 generated by Autoconf, under the same distribution terms as the rest of
 that program.

License: exception-GPL-Libtool
 As a special exception to the GNU General Public License,
 if you distribute this file as part of a program or library that
 is built using GNU Libtool, you may include this file under the
 same distribution terms that you use for the rest of that program.
