From b9d28ecff874f42e939b817f70244f2a46b054ae Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ludovic=20Court=C3=A8s?= 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 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnulib-tool b/gnulib-tool index a1e604c51e..dc59e48101 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+) ;; *) func_append license_incompatibilities "$module $license$nl" ;; esac ;; -- 2.30.2