From: Ludovic Courtès Date: Tue, 17 Nov 2009 20:38:51 +0000 (+0100) Subject: Add `gnulib-tool --import' support for LGPLv3+. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9d28ecff874f42e939b817f70244f2a46b054ae;p=pspp Add `gnulib-tool --import' support for LGPLv3+. * gnulib-tool (func_import): Add support for LGPLv3+. --- 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 ;;