From 4a014df8fff1cd9fd60645d9adeb4a248a06fa76 Mon Sep 17 00:00:00 2001 From: Juhyeon Yun Date: Tue, 15 Oct 2013 10:37:07 +0900 Subject: [PATCH] Changed spec file for license Change-Id: I92b1974f22c1508808447592b362ff8776afd998 Signed-off-by: Juhyeon Yun --- LICENSE.lsof | 25 +++++++++++++++++++++++++ packaging/lsof.spec | 5 ++++- 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 LICENSE.lsof diff --git a/LICENSE.lsof b/LICENSE.lsof new file mode 100644 index 0000000..9bfa12c --- /dev/null +++ b/LICENSE.lsof @@ -0,0 +1,25 @@ +/* + * Copyright 1994 Purdue Research Foundation, West Lafayette, Indiana + * 47907. All rights reserved. + * + * Written by Victor A. Abell + * + * This software is not subject to any license of the American Telephone + * and Telegraph Company or the Regents of the University of California. + * + * Permission is granted to anyone to use this software for any purpose on + * any computer system, and to alter it and redistribute it freely, subject + * to the following restrictions: + * + * 1. Neither the authors nor Purdue University are responsible for any + * consequences of the use of this software. + * + * 2. The origin of this software must not be misrepresented, either by + * explicit claim or by omission. Credit to the authors and Purdue + * University must appear in documentation and sources. + * + * 3. Altered versions must be plainly marked as such, and must not be + * misrepresented as being the original software. + * + * 4. This notice may not be removed or altered. + */ diff --git a/packaging/lsof.spec b/packaging/lsof.spec index 4307f69..d932f54 100644 --- a/packaging/lsof.spec +++ b/packaging/lsof.spec @@ -5,7 +5,7 @@ Name: lsof Version: 4.82 Release: 1 -License: zlib +License: BSD-style Summary: A utility which lists open files on a Linux/UNIX system Group: Development/Debuggers @@ -41,6 +41,8 @@ mkdir -p %{buildroot}%{_sbindir} install -p -m 0755 lsof %{buildroot}%{_prefix}/sbin mkdir -p %{buildroot}%{_mandir}/man8 install -p lsof.8 %{buildroot}%{_mandir}/man8/ +mkdir -p %{buildroot}/usr/share/license +cp LICENSE.lsof %{buildroot}/usr/share/license/%{name} %clean rm -rf %{buildroot} @@ -50,4 +52,5 @@ rm -rf %{buildroot} %files %defattr(644,root,root,755) %attr(0755,root,root) %{_sbindir}/lsof +/usr/share/license/%{name} -- 2.7.4