projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b205080
)
Add `gnulib-tool --import' support for LGPLv3+.
author
Ludovic Courtès
<ludo@gnu.org>
Tue, 17 Nov 2009 20:38:51 +0000
(21:38 +0100)
committer
Simon 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
patch
|
blob
|
history
diff --git
a/gnulib-tool
b/gnulib-tool
index a1e604c51e8ce81d0520d2471b60341642821f89..dc59e481018e20817e7e67be8c441a4ccba5ffe6 100755
(executable)
--- 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
;;