changeset 12310:4473116f2155

Add `gnulib-tool --import' support for LGPLv3+. * gnulib-tool (func_import): Add support for LGPLv3+.
author Ludovic Courtès <ludo@gnu.org>
date Tue, 17 Nov 2009 21:38:51 +0100
parents b72afd7a0c20
children ac469d255ae6
files gnulib-tool
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gnulib-tool
+++ b/gnulib-tool
@@ -2810,7 +2810,7 @@
           case "$lgpl" in
             yes | 3)
               case $license in
-                LGPL | LGPLv2+) ;;
+                LGPL | LGPLv2+ | LGPLv3+) ;;
                 *) func_append license_incompatibilities "$module $license$nl" ;;
               esac
               ;;