Add `gnulib-tool --import' support for LGPLv3+.
authorLudovic Courtès <ludo@gnu.org>
Tue, 17 Nov 2009 20:38:51 +0000 (21:38 +0100)
committerSimon Josefsson <simon@josefsson.org>
Tue, 17 Nov 2009 21:22:29 +0000 (22:22 +0100)
* gnulib-tool (func_import): Add support for LGPLv3+.

gnulib-tool

index a1e604c51e8ce81d0520d2471b60341642821f89..dc59e481018e20817e7e67be8c441a4ccba5ffe6 100755 (executable)
@@ -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
               ;;