From 4941fe80d324552d1376353eca2afdaa34b73494 Mon Sep 17 00:00:00 2001 From: Andreas Dilger Date: Mon, 1 Oct 2001 16:02:20 -0600 Subject: [PATCH] Add libuuid man pages to the RPM spec file. Add a copyright statement to the libuuid man page which identifies it as being under LGPL. While this is conveyed in the source code, it is not mentioned anywhere in the man pages or other documentation. --- e2fsprogs.spec | 3 ++- lib/uuid/libuuid.3.in | 23 ++++++++++++++++++++++- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/e2fsprogs.spec b/e2fsprogs.spec index 0d99ae4..da2e27c 100644 --- a/e2fsprogs.spec +++ b/e2fsprogs.spec @@ -140,4 +140,5 @@ fi /usr/include/uuid %{_mandir}/man1/compile_et.1* %{_mandir}/man3/com_err.3* - +%{_mandir}/man3/libuuid.3* +%{_mandir}/man3/uuid*.3* diff --git a/lib/uuid/libuuid.3.in b/lib/uuid/libuuid.3.in index 9372900..0b4e107 100644 --- a/lib/uuid/libuuid.3.in +++ b/lib/uuid/libuuid.3.in @@ -37,7 +37,28 @@ was written by Theodore Y. Ts'o for the ext2 filesystem utilties. .SH AVAILABILITY .B libuuid is part of the e2fsprogs package and is available from -http://e2fsprogs.sourceforge.net. +.UR http://e2fsprogs.sourceforge.net/ +http://e2fsprogs.sourceforge.net/ +.UE +.SH COPYING +.B libuuid +is available under the terms of the GNU Library General Public License (LGPL), +version 2 (or at your discretion any later version). A copy of the LGPL +should be included with this library in the file COPYING. If not, write to +.RS +Free Software Foundation, Inc. +.br +59 Temple Place +.br +Suite 330 +.br +Boston, MA 02111-1307 USA +.RE +.PP +or visit +.UR http://www.gnu.org/licenses/licenses.html#LGPL +http://www.gnu.org/licenses/licenses.html#LGPL +.UE .SH "SEE ALSO" .BR uuid_clear (3), .BR uuid_compare (3), -- 1.8.3.1