GNU bug report logs - #31322
GIMP 2.10.0 update

Previous Next

Package: guix-patches;

Reported by: Leo Famulari <leo <at> famulari.name>

Date: Mon, 30 Apr 2018 20:38:02 UTC

Severity: normal

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Marius Bakke <mbakke <at> fastmail.com>
To: Leo Famulari <leo <at> famulari.name>, 31322 <at> debbugs.gnu.org
Subject: [bug#31322] [PATCH 3/6] gnu: Add poppler-data.
Date: Tue, 01 May 2018 00:40:24 +0200
[Message part 1 (text/plain, inline)]
Leo Famulari <leo <at> famulari.name> writes:

> * gnu/packages/pdf.scm (poppler-data): New variable.

[...]

> +    (home-page "")

(package-home-page poppler)

> +    ;; See COPYING in the source distribution for more information about
> +    ;; the licensing.
> +    (license (list license:non-copyleft
> +                   license:gpl2))))

Note: non-copyleft is a procedure that takes a URI and a comment.

Maybe something along these lines?

(license:non-copyleft "file://COPYING.adobe" "cMap data files are under
a three-clause BSD-like license.")

Or maybe just BSD-3, it only differs from the template in this text:

...IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE...

instead of the template (from Wikipedia):

...IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE...

I don't know how widespread this difference is, or if the added wording
has any consequences (sounds like it might).  Could we go with BSD-3?

Also, since it is never specified that it's GPL2 only, maybe we should
use GPL2+?
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 7 years and 79 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.