Your message dated Sun, 08 Jan 2023 18:34:55 +0000
with message-id <e1peavt-008c0m...@fasolo.debian.org>
and subject line Bug#1013894: fixed in findutils 4.9.0-4
has caused the Debian Bug report #1013894,
regarding findutils: d/copyright: Missing licenses
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1013894: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1013894
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: findutils
Version: 4.9.0-3
Severity: important
Tags: patch

findutils' copyright file misses at least the following licenses:
LGPL-2.1+,
BSD-4-clause (UC -> 3-clause), and
ISC

Please find a d/copyright file attached that contains the missing licenses
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: ftp://ftp.gnu.org/gnu/findutils
Comment: Debian maintainer history:
 The original package was put together by Ian Murdock <imurd...@debian.org>,
 afterwards Kevin Dalley <kev...@rahul.net> took over.
 2003-07 Andreas Metzler <ametz...@debian.org> followed.
 .
 GNU find was written by Eric Decker <c...@cisco.com>,
 with enhancements by David MacKenzie <d...@gnu.org>,
 Jay Plett <j...@silence.princeton.nj.us>,
 and Tim Wood <axolotl!t...@toad.com>.
 The idea for -print0 and xargs -0 came from
 Dan Bernstein <brns...@kramden.acf.nyu.edu>.
 Improvements have been made by James Youngman <j...@gnu.org>.
 .
 GNU xargs
 was originally written by Mike Rendell, with enhancements by David
 MacKenzie. Modifications by James Youngman Dmitry V. Levin
 .
 GNU locate and its associated utilities were originally
 written by James Woods, with enhancements by David MacKenzie, James Youngman
 and Bas van Gompel.
 .
 Upstream's AUTHORS lists these major contributors:
 Eric B. Decker
 Michael Rendell
 David J. MacKenzie
 Jim Meyering
 Tim Wood
 Kevin Dalley <kev...@rahul.net>
 Paul Eggert <egg...@cs.ucla.edu>
 James Youngman <j...@gnu.org>
 Jay Plett
 Paul Sheer
 Dmitry V. Levin
 Bas van Gompel
 Eric Blake <e...@byu.net>
 Andreas Metzler
 Kamil Dudka  <kdu...@redhat.com>
 Bernhard Voelker <m...@bernhard-voelker.de>
Upstream-Contact: Current upstream maintainer is James Youngman <j...@gnu.org>.

Files: *
Copyright: (C) 1990-2022 Free Software Foundation, Inc.
License: GPL-3+

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.
 .
   You should have received a copy of the GNU General Public License
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 .
 On Debian GNU/Linux systems, the complete text of the GNU General
 Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'.

Files: doc/*
Copyright: (C) 1994-2022 Free Software Foundation, Inc.
License: GFDL-NIV-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.  A copy of the license is included in the
 section entitled "GNU Free Documentation License".
 .
 On Debian GNU/Linux systems, the complete text of the GNU Free Documentation
 License, Version 1.3 can be found in `/usr/share/common-licenses/GFDL-1.3'.

Files: gl/lib/cdefs.h
Copyright: (C) 1992-2022 Free Software Foundation, Inc.
           The GNU Toolchain Authors.
License: LGPL-2.1+

Files: gl/lib/fts.c
       gl/lib/fts_.h
Copyright: (C) 2004-2022 Free Software Foundation, Inc.
           (c) 1989, 1993 The Regents of the University of California.  All 
rights reserved.
License: GPL-3+ and BSD-4-clause-UC

Files: gnulib-tests/inet_pton.c
Copyright: (C) 2006, 2008-2022 Free Software Foundation, Inc.
           (c) 1996,1999 by Internet Software Consortium.
License: LGPL-2.1+ and ISC

License: LGPL-2.1+
   This file 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 file 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.
 .
   You should have received a copy of the GNU Lesser General Public License
   along with this program.  If not, see <https://www.gnu.org/licenses/>.  */
 .
 On Debian GNU/Linux 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: BSD-4-clause-UC
 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.
 4. 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.

License: ISC
 Permission to use, copy, modify, and distribute this software for any
 purpose with or without fee is hereby granted, provided that the above
 copyright notice and this permission notice appear in all copies.
 .
  THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
  ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
  OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
  CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
  DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
  PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
  ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
  SOFTWARE.

--- End Message ---
--- Begin Message ---
Source: findutils
Source-Version: 4.9.0-4
Done: Andreas Metzler <ametz...@debian.org>

We believe that the bug you reported is fixed in the latest version of
findutils, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1013...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Metzler <ametz...@debian.org> (supplier of updated findutils package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 08 Jan 2023 19:07:53 +0100
Source: findutils
Architecture: source
Version: 4.9.0-4
Distribution: unstable
Urgency: medium
Maintainer: Andreas Metzler <ametz...@debian.org>
Changed-By: Andreas Metzler <ametz...@debian.org>
Closes: 1013894
Changes:
 findutils (4.9.0-4) unstable; urgency=medium
 .
   * Ship machine-readable copyright generated by cme and cleaned up with
     debian/fill.copyright.blanks.yml debian/copyright-scan-patterns.yml and
     debian/fix.scanned.copyright. Closes: #1013894
Checksums-Sha1: 
 5d397fc3213be764908f005212eb363c4e90a559 2304 findutils_4.9.0-4.dsc
 8f97872030fdfc715544d2a2e220a33ee49dc793 33192 findutils_4.9.0-4.debian.tar.xz
Checksums-Sha256: 
 3bb39a6a5f96101f9bb28fed234db186fcec198e064478fef3c0fdf2434f0681 2304 
findutils_4.9.0-4.dsc
 ae73dc487b02fb00b2135e43f93733d5561fc8ca7f0997075f21247f6742ec54 33192 
findutils_4.9.0-4.debian.tar.xz
Files: 
 0ebe041bbcab8cf5b26564ade30dfbf9 2304 utils required findutils_4.9.0-4.dsc
 9273af35dc945535fbdd437ffa360ba9 33192 utils required 
findutils_4.9.0-4.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEE0uCSA5741Jbt9PpepU8BhUOCFIQFAmO7CK8ACgkQpU8BhUOC
FIQ0dA//YbVtzCstO8RJi14hZw5CslyK8SpL/A4uQFe83nvo7wFvxQp4zxPM5qLb
0T/YD7IMj6tkE+AwJ/Zy1o5/oarAKRsB5MCLNMavo3mdY6ifNbMCVY8izImytE39
Irk3Noty/FvbFKo2lFmOYHW9spr7sbkvRn3SaLpeg05CgZIqPV/TQ4Z/MJK9AV9/
NrQOZ/M6k1mr1P/c1eD8CLEG8nFSmg3zloXuA76SPr/3cstJFH+qxhs9jIxahg+u
0zPhh3r2uBpb6ihRLUOHMGErN5ZTjJY+S71dl2Q/+Ogk/ph7jPbOE14dwF3ZhY7i
/YRp7FdtNoBAu76X0qn4Pk2ukiqH1Lm56iaTgSifM4jb4NIHS3Yr93dMpesAs+JQ
YAnFSAZnFt1sRBKFMChs2H8QdHDvaIwLRG/1VQ5NpoTEzPAhHgt9vPutQeSzetbA
Z6ceNZdGQk0ux63sAcH6vjmxsfp4x3ia8tU9eJNbW1onTqiz/mWUDDupvugtjZIK
gECM07EqhyGG2tdz7T3ZsLzzWf/DO3ZrLDzeZpZR76zDayTebuOJyX7D/9kVwPEQ
dwFACQa59dglao7fq6Gxprs8WkEKkW8IBIziMfaR1IpqUQKW8+59ceBXCa7ZB9qY
wtQaOY5T16GpDLvzyWRXksVZm+nXb5FajT9t2DItKx092ASI244=
=uhve
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to