[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] Add ‘gnulib-tool’ support for LGPLv3+
From: |
Ludovic Courtès |
Subject: |
[PATCH] Add ‘gnulib-tool’ support for LGPLv3+ |
Date: |
Tue, 17 Nov 2009 21:40:31 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) |
Hello,
The attached patch fixes LGPLv3+ support in ‘gnulib-tool’.
Thanks,
Ludo’.
From 29c308aa797c07f9cc40074338ae6b5e5a290be8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= <address@hidden>
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 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/gnulib-tool b/gnulib-tool
index a1e604c..dc59e48 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
;;
--
1.6.4.2
pgpEnDK5RSaYS.pgp
Description: PGP signature
- [PATCH] Add ‘gnulib-tool’ support for LGPLv3+,
Ludovic Courtès <=