emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#48911: closed (incorrect license for dialog)


From: GNU bug Tracking System
Subject: bug#48911: closed (incorrect license for dialog)
Date: Tue, 08 Jun 2021 22:10:02 +0000

Your message dated Tue, 8 Jun 2021 18:09:39 -0400
with message-id <YL/qo7+opkOPt9jO@jasmine.lan>
and subject line Re: bug#48911: incorrect license for dialog
has caused the debbugs.gnu.org bug report #48911,
regarding incorrect license for dialog
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
48911: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=48911
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: incorrect license for dialog Date: Tue, 8 Jun 2021 04:07:13 -0400 User-agent: Mutt/1.10.1 (2018-07-13)
The license cited in

        https://guix.gnu.org/en/packages/dialog-1.3-20201126/

is incorrect.  The developer in this change

        
https://git.savannah.gnu.org/cgit/guix.git/commit/gnu/packages/ncurses.scm?id=44298269baae6cb8bbaa19e504f391c74cf5729b

was apparently unfamiliar with the exception in config.guess and config.sub:

        # As a special exception to the GNU General Public License, if you
        # distribute this file as part of a program that contains a
        # configuration script generated by Autoconf, you may include it under
        # the same distribution terms that you use for the rest of that
        # program.  This Exception is an additional permission under section 7
        # of the GNU General Public License, version 3 ("GPLv3").

Fix by deleting the line mentioning "Automake", and removing "gpl3" from
the following line:

    ;; Includes the gpl3 file "config.sub" from Automake.
    (license (list lgpl2.1 gpl3))))

-- 
Thomas E. Dickey <dickey@invisible-island.net>
https://invisible-island.net
ftp://ftp.invisible-island.net

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message --- Subject: Re: bug#48911: incorrect license for dialog Date: Tue, 8 Jun 2021 18:09:39 -0400
On Tue, Jun 08, 2021 at 04:07:13AM -0400, Thomas Dickey wrote:
> The license cited in
> 
>       https://guix.gnu.org/en/packages/dialog-1.3-20201126/
> 
> is incorrect.  The developer in this change
> 
>       
> https://git.savannah.gnu.org/cgit/guix.git/commit/gnu/packages/ncurses.scm?id=44298269baae6cb8bbaa19e504f391c74cf5729b
> 
> was apparently unfamiliar with the exception in config.guess and config.sub:
> 
>       # As a special exception to the GNU General Public License, if you
>       # distribute this file as part of a program that contains a
>       # configuration script generated by Autoconf, you may include it under
>       # the same distribution terms that you use for the rest of that
>       # program.  This Exception is an additional permission under section 7
>       # of the GNU General Public License, version 3 ("GPLv3").
> 
> Fix by deleting the line mentioning "Automake", and removing "gpl3" from
> the following line:
> 
>     ;; Includes the gpl3 file "config.sub" from Automake.
>     (license (list lgpl2.1 gpl3))))

Thank you for the report. It's been fixed:

https://git.savannah.gnu.org/cgit/guix.git/commit/?id=eef6aa3c91df13f27999bfa911d5c40bf691a420

Guix users will get the corrected package metadata whenever they next
update their systems, and the website should reflect it shortly.

We were actually discussing these issues regarding build tooling
licenses recently, but I did not think to go back and look at my own
early contributions to Guix. I'm sorry if this mistake caused confusion
that affected you.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]