Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://metacpan.org/release/List-MoreUtils-XS
Upstream-Contact: Jens Rehsack <rehsack@cpan.org>
Upstream-Name: List-MoreUtils-XS

Files: *
Copyright: Some parts copyright 2011 Aaron Crane.
 Copyright 2004 - 2010 by Tassilo von Parseval
 Copyright 2013 - 2017 by Jens Rehsack
License: Artistic or GPL-1+, and Apache-2.0
Comment: Upstream decided to change the license without getting consent from
 all past contributors. So in practice, code added from 0.417 onward is under
 Apache-2.0 while the previous remain in under the same license as perl itself,
 that is Artistic or GPL-1+.
 .
 New files are using Apache-2.0 only and should be in the relevant paragraph
 below.
 .
 Refer to README.md and https://github.com/perl5-utils/List-MoreUtils/issues/24
 for more detail.

Files: XS.xs
Copyright: Copyright 2004 - 2010 by Tassilo von Parseval
 Copyright 2013 - 2017 by Jens Rehsack
License: Artistic or GPL-1+, and Apache-2.0
Comment: 1) see above;
         2) contains a code fragment with the following attribution:
 * Copyright (c) 1992, 1993
 *      The Regents of the University of California.  All rights reserved.
 *
 * 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 University 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 REGENTS 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 REGENTS 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.
 */
 .
 /*
  * FreeBSD's Qsort routine from Bentley & McIlroy's "Engineering a Sort Function".
  * Modified for using Perl Sub (no XSUB) via MULTICALL and all values are SV **
  */

Files:
 .perltidyrc
 t/.perltidyrc
 t/inline/Import.pm
 t/inline/XS.pm
 t/inline/slide.pm
 t/inline/slideatatime.pm
 t/lib/Test/LMU.pm
 t/xs/Import.t
 t/xs/XS.t
 t/xs/slide.t
 t/xs/slideatatime.t
Copyright: Copyright 2013 - 2017 by Jens Rehsack
License: Artistic or GPL-1+, and Apache-2.0
Comment: see above

Files: ppport.h
Copyright: 2004-2013, Marcus Holland-Moritz <mhx-cpan@gmx.net>
 2001, Paul Marquess <pmqs@cpan.org> (Version 2.x)
 1999, Kenneth Albanowski <kjahds@kjahds.com> (Version 1.x)
License: Artistic or GPL-1+

Files: inc/inc_Capture-Tiny/*
Copyright: 2009, David Golden
License: Apache-2.0

Files: inc/inc_Config-AutoConf/*
Copyright: 2004-2020, Alberto Simões <ambs@cpan.org>
 2004-2020, Jens Rehsack <rehsack@cpan.org>
License: Artistic or GPL-1+

Files: inc/latest/private.pm
Copyright: 2009, David Golden
License: Apache-2.0

Files: debian/*
Copyright: 2017-2020, gregor herrmann <gregoa@debian.org>
License: Apache-2.0 or Artistic or GPL-1+

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
     https://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: Artistic
 This program is free software; you can redistribute it and/or modify
 it under the terms of the Artistic License, which comes with Perl.
 .
 On Debian systems, the complete text of the Artistic License can be
 found in `/usr/share/common-licenses/Artistic'.

License: GPL-1+
 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 1, or (at your option)
 any later version.
 .
 On Debian systems, the complete text of version 1 of the GNU General
 Public License can be found in `/usr/share/common-licenses/GPL-1'.