[Libguestfs] [PATCH libguestfs] build: tell gnulib-tool that this is an lgplv2+ library

Jim Meyering jim at meyering.net
Mon Oct 26 15:02:08 UTC 2009


This merely enforces (wrt gnulib) the existing convention that
libguestfs is covered by LGPLv2+ .

>From 99a8fab0fa0474b4ab3959a5bd5867779a1d08d6 Mon Sep 17 00:00:00 2001
From: Jim Meyering <meyering at redhat.com>
Date: Mon, 26 Oct 2009 16:01:06 +0100
Subject: [PATCH libguestfs] build: tell gnulib-tool that this is an lgplv2+ library

* bootstrap: Invoke gnulib-tool with --lgpl=2.
---
 bootstrap |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/bootstrap b/bootstrap
index c92d1e1..a4ea29d 100755
--- a/bootstrap
+++ b/bootstrap
@@ -77,6 +77,7 @@ warnings
 '

 $gnulib_tool			\
+  --lgpl=2			\
   --avoid=dummy			\
   --with-tests			\
   --m4-base=m4			\
--
1.6.5.2.344.ga473e




More information about the Libguestfs mailing list