bug-gnulib
[Top][All Lists]
Advanced

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

Re: [PATCH] Add ‘gnulib-tool’ support for LGPLv3+


From: Jim Meyering
Subject: Re: [PATCH] Add ‘gnulib-tool’ support for LGPLv3+
Date: Tue, 17 Nov 2009 22:16:34 +0100

Ludovic Courtès wrote:
> The attached patch fixes LGPLv3+ support in ‘gnulib-tool’.
>
> Thanks,
> Ludo’.
>
> From 29c308aa797c07f9cc40074338ae6b5e5a290be8 Mon Sep 17 00:00:00 2001
> From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= <address@hidden>
> Date: Tue, 17 Nov 2009 21:38:51 +0100
> Subject: [PATCH] Add `gnulib-tool --import' support for LGPLv3+.
>
> * gnulib-tool (func_import): Add support for LGPLv3+.
> ---
>  gnulib-tool |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/gnulib-tool b/gnulib-tool
> index a1e604c..dc59e48 100755
> --- a/gnulib-tool
> +++ b/gnulib-tool
> @@ -2810,7 +2810,7 @@ func_import ()
>            case "$lgpl" in
>              yes | 3)
>                case $license in
> -                LGPL | LGPLv2+) ;;
> +                LGPL | LGPLv2+ | LGPLv3+) ;;

Not needed, if I were paying attention.
Will fix shortly:

s/LGPLv3+/LGPL/




reply via email to

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