Your message dated Mon, 20 Jan 2014 00:16:15 +0000
with message-id <[email protected]>
and subject line re: gnulib: Wrong license in debian/copyright
has caused the Debian Bug report #732036,
regarding gnulib: Wrong license in debian/copyright
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.)
--
732036: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732036
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: gnulib
Version: 20130805+stable-1
Severity: minor
Dear Maintainer,
I noted that you state in your ./debian/copyright [1] that ./lib/stdalign.in.h
has a LGPL-2+ license, while as I can read in the header of that file [2] it has
been licensed as GPL-3+.
Probably there are other wrong licenses in the copyright file, so I suggest a
complete
recheck of that file.
[1] http://sources.debian.net/src/gnulib/20130805%2Bstable-1/debian/copyright
[2] http://sources.debian.net/src/gnulib/20130805%2Bstable-1/lib/stdalign.in.h
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 3.11-2-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages gnulib depends on:
ii autoconf 2.69-2
ii automake 1:1.14-3
ii autopoint 0.18.3.1-2
ii bison 2:3.0.2.dfsg-1
ii build-essential 11.6
ii gettext 0.18.3.1-2
ii gperf 3.0.4-1
ii libtool 2.4.2-1.3
ii m4 1.4.17-1
ii texinfo 5.2.0.dfsg.1-2
gnulib recommends no packages.
Versions of packages gnulib suggests:
pn clisp <none>
ii perl 5.18.1-4
-- no debconf information
--
regards,
Mattia Rizzolo
GPG Key: 4096R/B9444540 http://goo.gl/I8TMB
more about me: http://mapreri.org
Launchpad User: https://launchpad.net/~mapreri
Ubuntu Wiki page: https://wiki.ubuntu.com/MattiaRizzolo
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Hi,
> I noted that you state in your ./debian/copyright [1] that ./lib/stdalign.in.h
> has a LGPL-2+ license, while as I can read in the header of that file [2] it
> has
> been licensed as GPL-3+.
It's actually more complicated than that.
From https://www.gnu.org/software/gnulib/manual/html_node/Copyright.html
: 2.8 Copyright
:
: Most modules are under the GPL. Some, mostly modules which can
: reasonably be used in libraries, are under LGPL. The source files
: always say "GPL", but the real license specification is in the
: module description file. If the module description file says "GPL",
: it means "GPLv3+" (GPLv3 or newer, at the licensee's choice); if it
: says "LGPL", it means "LGPLv3+" (LGPLv3 or newer, at the licensee's
: choice).
lib/stdalign.in.h is referenced in modules/stdalign
which contains:
License:
LGPLv2+
So debian/copyright is correct.
My clscan script in debian/clscan/ in the source package
attempts to handle this correctly (with manual review)
Closing bug.
cheers,
Ian.
--
Ian Beckwith - [email protected] - http://erislabs.net/ianb/
GPG fingerprint: AF6C C0F1 1E74 424B BCD5 4814 40EC C154 A8BA C1EA
signature.asc
Description: Digital signature
--- End Message ---