[libvirt] [PATCH] man pages: update authors and copyright notice for libvirtd and virsh

Justin Clift jclift at redhat.com
Mon Jul 12 19:33:35 UTC 2010


---

This patch removes the individual author names from the libvirtd and virsh
man pages, instead referring to the main AUTHORS file distributed with
libvirt.  This approach is needed, as we can't guarantee unicode support
across all versions of pod2man used with libvirt.

Additionally, this patch includes the libvirtd man page in the spec file
used with "make rpm".

 daemon/libvirtd.pod.in |   26 +++-----------------------
 libvirt.spec.in        |    2 ++
 tools/virsh.pod        |    6 +++---
 3 files changed, 8 insertions(+), 26 deletions(-)

diff --git a/daemon/libvirtd.pod.in b/daemon/libvirtd.pod.in
index 9f578c4..45ea71c 100644
--- a/daemon/libvirtd.pod.in
+++ b/daemon/libvirtd.pod.in
@@ -1,5 +1,3 @@
-=encoding utf-8
-
 =head1 NAME
 
 libvirtd - libvirtd management daemon
@@ -148,30 +146,12 @@ L<http://libvirt.org/bugs.html>
 
 =head1 AUTHORS
 
- Stefan Berger        <stefanb at us.ibm.com>
- Daniel Berrange      <berrange at redhat.com>
- Eric Blake           <eblake at redhat.com>
- Matthias Bolte       <matthias.bolte at googlemail.com>
- Jiri Denemark        <jdenemar at redhat.com>
- Amy Griffis          <amy.griffis at hp.com>
- Guido Günther        <agx at sigxcpu.org>
- Richard W.M. Jones   <rjones at redhat.com>
- Dan Kenigsberg       <danken at redhat.com>
- Chris Lalancette     <clalance at redhat.com>
- Dave Leskovec        <dlesko at linux.vnet.ibm.com>
- John Levon           <john.levon at sun.com>
- Wolfgang Mauerer     <wolfgang.mauerer at siemens.com>
- Mark McLoughlin      <markmc at redhat.com>
- Jim Meyering         <meyering at redhat.com>
- Cole Robinson        <crobinso at redhat.com>
- Atsushi SAKAI        <sakaia at jp.fujitsu.com>
- Laine Stump          <laine at redhat.com>
- Miloslav Trmač       <mitr at redhat.com>
- Daniel Veillard      <veillard at redhat.com> or <daniel at veillard.com>
+Please refer to the AUTHORS file distributed with libvirt. 
 
 =head1 COPYRIGHT
 
-Copyright (C) 2006-2010 Red Hat, Inc. and the above mentioned AUTHORS.
+Copyright (C) 2006-2010 Red Hat, Inc., and the authors listed the libvirt
+AUTHORS file.
 
 =head1 LICENSE
 
diff --git a/libvirt.spec.in b/libvirt.spec.in
index 33e757c..0944120 100644
--- a/libvirt.spec.in
+++ b/libvirt.spec.in
@@ -828,6 +828,8 @@ fi
 %attr(0755, root, root) %{_libexecdir}/libvirt_parthelper
 %attr(0755, root, root) %{_sbindir}/libvirtd
 
+%{_mandir}/man8/libvirtd.8*
+
 %doc docs/*.xml
 %endif
 
diff --git a/tools/virsh.pod b/tools/virsh.pod
index e03dbe8..859ebac 100644
--- a/tools/virsh.pod
+++ b/tools/virsh.pod
@@ -1093,8 +1093,7 @@ Alternatively report bugs to your software distributor / vendor.
 
 =head1 AUTHORS
 
-  Andrew Puch <apuch @ redhat.com>
-  Daniel Veillard <veillard @ redhat.com>
+  Please refer to the AUTHORS file distributed with libvirt. 
 
   Based on the xm man page by:
   Sean Dague <sean at dague dot net>
@@ -1102,7 +1101,8 @@ Alternatively report bugs to your software distributor / vendor.
 
 =head1 COPYRIGHT
 
-Copyright (C) 2005, 2007-2010 Red Hat, Inc.
+Copyright (C) 2005, 2007-2010 Red Hat, Inc., and the authors listed the libvirt
+AUTHORS file.
 
 =head1 LICENSE
 
-- 
1.7.1.1




More information about the libvir-list mailing list