bug-gnulib
[Top][All Lists]
Advanced

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

Re: Relicense findprog-in under LGPLv2+


From: Bruno Haible
Subject: Re: Relicense findprog-in under LGPLv2+
Date: Thu, 10 Dec 2020 21:51:38 +0100
User-agent: KMail/5.1.3 (Linux/4.4.0-193-generic; KDE/5.18.0; x86_64; ; )

Paul Smith wrote:
> > Would you approve this license change for this contribution?
> 
> Yes, that's fine.

Thank you. Done through the two attached patches.


2020-12-10  Bruno Haible  <bruno@clisp.org>

        findprog-in: Relicense under LGPLv2+.
        Paul Smith's approval is in
        <https://lists.gnu.org/archive/html/bug-gnulib/2020-12/msg00072.html>.
        * modules/findprog-in (License): Change to LGPLv2+.

2020-12-10  Bruno Haible  <bruno@clisp.org>

        findprog-in: Don't exit upon out-of-memory.
        * lib/findprog.h (find_in_given_path): Document ENOMEM as possible error
        code.
        * lib/findprog-in.c: Don't include xalloc.h.
        (find_in_given_path): Call concatenated_filename, not
        xconcatenated_filename. Call strdup, not xstrdup. Upon out-of-memory,
        return NULL with errno set.
        * modules/findprog-in (Depends-on): Remove xconcat-filename, xalloc. Add
        concat-filename, strdup-posix, malloc-posix.

Attachment: 0001-findprog-in-Don-t-exit-upon-out-of-memory.patch
Description: Text Data

Attachment: 0002-findprog-in-Relicense-under-LGPLv2.patch
Description: Text Data


reply via email to

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