summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-08-21 20:11:52 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-08-30 22:39:42 +0100
commit6243fe1d5d721616225e64154e4060741097df27 (patch)
tree8c7e3b69bb89c88b9c4f3f59859bf0d52178d4b9 /src
parentc9436dcb0af7c5b033a5d7147fcb57ee90c73b52 (diff)
downloadlibguestfs-6243fe1d5d721616225e64154e4060741097df27.tar.gz
libguestfs-6243fe1d5d721616225e64154e4060741097df27.tar.xz
libguestfs-6243fe1d5d721616225e64154e4060741097df27.zip
podwrapper: Add --license parameter, which is required.
This adds standard LICENSE and BUGS sections to all of the man pages that are processed by podwrapper. Modify all the calls to $(PODWRAPPER) to add the right --license parameter according to the content. Note that this relaxes the license on some code example pages, making them effectively BSD-style licensed. (cherry picked from commit 2f97bf873b64384835f257f8916bf1ebb2af62b4)
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 73a0328f..8ce01090 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -207,5 +207,6 @@ stamp-guestfs.pod: guestfs.pod \
--insert $(srcdir)/guestfs-actions.pod:@ACTIONS@ \
--insert $(srcdir)/guestfs-availability.pod:@AVAILABILITY@ \
--insert $(srcdir)/guestfs-structs.pod:@STRUCTS@ \
+ --license LGPLv2+ \
$<
touch $@