Your message dated Tue, 13 Apr 2010 13:32:39 +0000
with message-id <[email protected]>
and subject line Bug#572648: fixed in unifdef 2.3-1
has caused the Debian Bug report #572648,
regarding unifdef: copyright file is out of date
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 [email protected]
immediately.)


-- 
572648: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=572648
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: unifdef
Version: 1.353-1
Severity: serious
Tags: patch

Hi,

The debian/copyright file is AFAICT incomplete:

 - unifdef.1 uses the 3-clause BSD license and is
| Copyright © 1985, 1991, 1993 The Regents of the University of California.
| All rights reserved.
| Copyright © 2002 - 2010 Tony Finch <[email protected]>.  All rights reserved.
 - The tests and debian/ directory have your copyright.
 - The copyright notice in unifdefall.sh includes my name now, unfortunately.
 - The runtests.sh test harness has an obnoxiously long license:
| This was written by Tony Finch <[email protected]>
| You may do anything with it, at your own risk.
| http://creativecommons.org/publicdomain/zero/1.0/

The file also unnecessarily mentions the copyright for strlcpy.c,
which is not included or used any more.

Here’s a patch.  I did not mention copyright and licensing terms for
the debian/ directory because I do not know them.

We are not violating any licenses as far as I can tell since the
distributed unifdef.1 and /usr/bin/unifdefall reproduce the required
notices.  So I would prefer to call this minor (a documentation bug),
but it is technically serious (I think) because of the policy for
debian/copyright.

Regards,
Jonathan

-- %< --
From: Jonathan Nieder <[email protected]>
Subject: Update debian/copyright

---
 debian/copyright |  167 +++++++++++++++++++++++++++++++++++++++++++++++++----
 1 files changed, 154 insertions(+), 13 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index e82eec7..1452457 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -14,7 +14,8 @@ Upstream Authors:
 
 The 'unifdef' sources are:
 
-Copyright (c) 2002 - 2010 Tony Finch <[email protected]>
+Copyright © 2002 - 2010 Tony Finch <[email protected]>
+Copyright © 2009 - 2010 Jonathan Nieder <[email protected]>
 
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
@@ -37,18 +38,158 @@ 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.
 
-The 'strlcpy' sources are:
+The manual page is:
 
-Copyright (c) 1998 Todd C. Miller <[email protected]>
+Copyright © 1985, 1991, 1993
+       The Regents of the University of California.  All rights reserved.
+Copyright © 2002 - 2010 Tony Finch <[email protected]>.  All rights reserved.
 
-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.
+This code is derived from software contributed to Berkeley by
+Dave Yost. It was rewritten to support ANSI C by Tony Finch.
 
-THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
-WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR 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.
+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.
+
+The 'tests' directory and tests are:
+
+Copyright 2004, 2008 Bob Proulx <[email protected]>
+You may freely use, modify and/or distribute this file.
+
+'runtest.sh' test harness:
+
+This was written by Tony Finch <[email protected]>
+You may do anything with it, at your own risk.
+http://creativecommons.org/publicdomain/zero/1.0/
+
+Statement of Purpose
+
+The laws of most jurisdictions throughout the world automatically confer
+exclusive Copyright and Related Rights (defined below) upon the creator and
+subsequent owner(s) (each and all, an "owner") of an original work of
+authorship and/or a database (each, a "Work").
+
+Certain owners wish to permanently relinquish those rights to a Work for the
+purpose of contributing to a commons of creative, cultural and scientific
+works ("Commons") that the public can reliably and without fear of later
+claims of infringement build upon, modify, incorporate in other works, reuse
+and redistribute as freely as possible in any form whatsoever and for any
+purposes, including without limitation commercial purposes. These owners may
+contribute to the Commons to promote the ideal of a free culture and the
+further production of creative, cultural and scientific works, or to gain
+reputation or greater distribution for their Work in part through the use
+and efforts of others.
+
+For these and/or other purposes and motivations, and without any expectation
+of additional consideration or compensation, the person associating CC0 with
+a Work (the "Affirmer"), to the extent that he or she is an owner of
+Copyright and Related Rights in the Work, voluntarily elects to apply CC0 to
+the Work and publicly distribute the Work under its terms, with knowledge of
+his or her Copyright and Related Rights in the Work and the meaning and
+intended legal effect of CC0 on those rights.
+
+1. Copyright and Related Rights. A Work made available under CC0 may be
+protected by copyright and related or neighboring rights ("Copyright and
+Related Rights"). Copyright and Related Rights include, but are not limited
+to, the following:
+
+   i. the right to reproduce, adapt, distribute, perform, display,
+      communicate, and translate a Work; moral rights retained by the
+      original author(s) and/or performer(s);
+
+  ii. publicity and privacy rights pertaining to a person's image or
+      likeness depicted in a Work; rights protecting against unfair
+      competition in regards to a Work, subject to the limitations in
+      paragraph 4(a), below;
+
+ iii. rights protecting the extraction, dissemination, use and reuse of data
+      in a Work; database rights (such as those arising under Directive
+      96/9/EC of the European Parliament and of the Council of 11 March 1996
+      on the legal protection of databases, and under any national
+      implementation thereof, including any amended or successor version of
+      such directive); and
+
+  iv. other similar, equivalent or corresponding rights throughout the world
+      based on applicable law or treaty, and any national implementations
+      thereof.
+
+2. Waiver. To the greatest extent permitted by, but not in contravention of,
+applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and
+unconditionally waives, abandons, and surrenders all of Affirmer's Copyright
+and Related Rights and associated claims and causes of action, whether now
+known or unknown (including existing as well as future claims and causes of
+action), in the Work (i) in all territories worldwide, (ii) for the maximum
+duration provided by applicable law or treaty (including future time
+extensions), (iii) in any current or future medium and for any number of
+copies, and (iv) for any purpose whatsoever, including without limitation
+commercial, advertising or promotional purposes (the "Waiver"). Affirmer
+makes the Waiver for the benefit of each member of the public at large and
+to the detriment of Affirmer's heirs and successors, fully intending that
+such Waiver shall not be subject to revocation, rescission, cancellation,
+termination, or any other legal or equitable action to disrupt the quiet
+enjoyment of the Work by the public as contemplated by Affirmer's express
+Statement of Purpose.
+
+3. Public License Fallback. Should any part of the Waiver for any reason be
+judged legally invalid or ineffective under applicable law, then the Waiver
+shall be preserved to the maximum extent permitted taking into account
+Affirmer's express Statement of Purpose. In addition, to the extent the
+Waiver is so judged Affirmer hereby grants to each affected person a
+royalty-free, non transferable, non sublicensable, non exclusive,
+irrevocable and unconditional license to exercise Affirmer's Copyright and
+Related Rights in the Work (i) in all territories worldwide, (ii) for the
+maximum duration provided by applicable law or treaty (including future time
+extensions), (iii) in any current or future medium and for any number of
+copies, and (iv) for any purpose whatsoever, including without limitation
+commercial, advertising or promotional purposes (the "License"). The License
+shall be deemed effective as of the date CC0 was applied by Affirmer to the
+Work. Should any part of the License for any reason be judged legally
+invalid or ineffective under applicable law, such partial invalidity or
+ineffectiveness shall not invalidate the remainder of the License, and in
+such case Affirmer hereby affirms that he or she will not (i) exercise any
+of his or her remaining Copyright and Related Rights in the Work or (ii)
+assert any associated claims and causes of action with respect to the Work,
+in either case contrary to Affirmer's express Statement of Purpose.
+
+4. Limitations and Disclaimers.
+
+ a. No trademark or patent rights held by Affirmer are waived, abandoned,
+    surrendered, licensed or otherwise affected by this document.
+
+ b. Affirmer offers the Work as-is and makes no representations or
+    warranties of any kind concerning the Work, express, implied, statutory
+    or otherwise, including without limitation warranties of title,
+    merchantability, fitness for a particular purpose, non infringement, or
+    the absence of latent or other defects, accuracy, or the present or
+    absence of errors, whether or not discoverable, all to the greatest
+    extent permissible under applicable law.
+
+ c. Affirmer disclaims responsibility for clearing rights of other persons
+    that may apply to the Work or any use thereof, including without
+    limitation any person's Copyright and Related Rights in the Work.
+    Further, Affirmer disclaims responsibility for obtaining any necessary
+    consents, permissions or other rights required for any use of the Work.
+
+ d. Affirmer understands and acknowledges that Creative Commons is not a
+    party to this document and has no duty or obligation with respect to
+    this CC0 or use of the Work.



--- End Message ---
--- Begin Message ---
Source: unifdef
Source-Version: 2.3-1

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

unifdef_2.3-1.debian.tar.gz
  to main/u/unifdef/unifdef_2.3-1.debian.tar.gz
unifdef_2.3-1.dsc
  to main/u/unifdef/unifdef_2.3-1.dsc
unifdef_2.3-1_amd64.deb
  to main/u/unifdef/unifdef_2.3-1_amd64.deb
unifdef_2.3.orig.tar.gz
  to main/u/unifdef/unifdef_2.3.orig.tar.gz



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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bob Proulx <[email protected]> (supplier of updated unifdef 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sat, 03 Apr 2010 01:00:39 -0600
Source: unifdef
Binary: unifdef
Architecture: source amd64
Version: 2.3-1
Distribution: unstable
Urgency: low
Maintainer: Bob Proulx <[email protected]>
Changed-By: Bob Proulx <[email protected]>
Description: 
 unifdef    - Remove cpp '#ifdef' lines from files
Closes: 572648
Changes: 
 unifdef (2.3-1) unstable; urgency=low
 .
   * New upstream version.
   * Correct unifdefall's exit status if the cleanup rm fails.
   * Man page updates.
 .
 unifdef (2.1-1) unstable; urgency=low
 .
   * New upstream version.
   * unifdef gains embedded version information plus -V to display it.
 .
 unifdef (1.357-1) unstable; urgency=low
 .
   * New upstream version.
   * Fix copyright file snafu.  With thanks to Jonathan Nieder.
     (Closes: 572648)
   * Upstream licensing of files simplified and converged to the one
     project global 2-clause license leaving only the unifdefall file with
     the legacy 3-clause license.  Much simpler.
   * Upstream now includes an explicit COPYING file with license details.
   * Removed Debian patch for man page formating.  Fixed upstream.
Checksums-Sha1: 
 9a91aa92314029a2f244ff6b4b4f6b72f48c109c 981 unifdef_2.3-1.dsc
 62b4707c05be8726c360077fe433216f6a9b7f50 44987 unifdef_2.3.orig.tar.gz
 8f4ba0a5a1a8127acbe65ab76e7aeb8a7de89a6d 4667 unifdef_2.3-1.debian.tar.gz
 623f6e1d81460675712311ad100d32a784b30af2 40660 unifdef_2.3-1_amd64.deb
Checksums-Sha256: 
 107ca31662bd3150d8cef7fe27dc92140a55e2eaaee24d6b9d4def4a91801fe8 981 
unifdef_2.3-1.dsc
 5f862318fbb37a450f3a92969198181e844f10f3cbdf8381fc3b802a468a4277 44987 
unifdef_2.3.orig.tar.gz
 98bbf9f9fe44437293e44ad235060b12f293c3775ee3c4103823295f8d0092c7 4667 
unifdef_2.3-1.debian.tar.gz
 a00965a9a82edff7c433fe3c3ac17f3735b8c7392f4cf525729241ce8583b634 40660 
unifdef_2.3-1_amd64.deb
Files: 
 5af402df8bd528f3d17a471d836349fb 981 devel optional unifdef_2.3-1.dsc
 7f80ff1599c0b2ee129cf925454783c6 44987 devel optional unifdef_2.3.orig.tar.gz
 86d9d52ae32d5b9d9a435f6d1a56cb4a 4667 devel optional 
unifdef_2.3-1.debian.tar.gz
 8c5ce657aca7040f6a2d975daeb9f77f 40660 devel optional unifdef_2.3-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iD8DBQFLxHHf2hliNwI7P08RAmNUAJ9wHU4IlV00MvAzm5VlcRCAWLfVSwCeP4S9
RfmRVvLpF8MiunpT13AjTGA=
=6rTT
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to