Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: fibers
Upstream-Contact: guile-user@gnu.org
Source: https://github.com/wingo/fibers

Files: *
Copyright: Copyright (C) 2016-2017 Andy Wingo <wingo@pobox.com>
           Copyright (C) 2022 Aleix Conchillo Flaqué <aconchillo@gmail.com>
           Copyright (C) 2017 Christopher Allan Webber <cwebber@dustycloud.org>
           Copyright (C) 2022 Maxime Devos <maximedevos@telenet.be>
           Copyright (C) 2016-2023 Free Software Foundation, Inc.
           Copyright (C) 2020 Abdulrahman Semrie <hsamireh@gmail.com>
           Copyright (C) 2022 Christopher Baines <mail@cbaines.net>
           Copyright (C) 2022 Ludovic Courtès <ludo@gnu.org>
License: LGPL-3+
Comment: Plus some autoconf-generated files like aclocal.m4, m4/*.m4, build-aux/*

Files: fibers/psq.scm
Copyright: (C) 2012 Ian Price <ianprice90@googlemail.com>
License: BSD-3-Clause

Files: extensions/darwin/clock-nanosleep.c
Copyright: Copyright 2019-2024 Nick Black
License: Apache-2.0
Comment:
 * The code below has been extracted from the following notcurses files:
 *
 * https://github.com/dankamongmen/notcurses
 *
 *   src/compat/compat.c
 *   src/compat/compat.h

Files: README HACKING NEWS
Copyright: (C) 2016 Andy Wingo <wingo@pobox.com>.
           (C) 2016-2022 Andy Wingo <wingo at pobox dot com>
           (C) 2016 Free Software Foundation, Inc.
License: FSFAP

Files: fibers.texi fibers.info
Copyright: 2016 Andy Wingo@*
           2021 Maxime Devos@*
           2022, 2023 Aleix Conchillo Flaqué
License: GFDL-1.3+

Files: debian/*
Copyright: 2024-2025 Simon Josefsson <simon@josefsson.org>
License: LGPL-3+
Comment: Debian packaging is licensed under the same terms as upstream

License: LGPL-3+
 Distribution of Fibers is under the LGPLv3+. See the `COPYING` and
 `COPYING.LESSER` files for more information.
Comment:
 On Debian systems, the complete text of version 3 of the GNU Lesser
 General Public License can be found in '/usr/share/common-licenses/LGPL-3'.

License: FSFAP
 Copying and distribution of this file, with or without modification, are
 permitted in any medium without royalty provided the copyright notice
 and this notice are preserved.

License: GFDL-1.3+
 Permission is granted to copy, distribute and/or modify this document
 under the terms of the GNU Free Documentation License, Version 1.3 or
 any later version published by the Free Software Foundation; with no
 Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
Comment:
 On Debian systems, the complete text of the GNU Free Documentation
 License version 1.3 can be found in the file
 `/usr/share/common-licenses/GFDL-1.3'.

License: BSD-3-Clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 .
 1. Redistributions of source code must retain the above copyright
 notice, this list of conditions and the following disclaimer.
 .
 2. Redistributions in binary form must reproduce the above copyright
 notice, this list of conditions and the following disclaimer in the
 documentation and/or other materials provided with the distribution.
 .
 3. Neither the name of the copyright holder nor the names of its
 contributors may be used to endorse or promote products derived from
 this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
 OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
 AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
 WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.
Comment:
 This program is free software, you can redistribute it and/or
 modify it under the terms of the new-style BSD license.
 .
 You should have received a copy of the BSD license along with this
 program. If not, see <http://www.debian.org/misc/bsd.license>.

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