tizen 2.3.1 release accepted/tizen_2.4_mobile tizen_2.3.1 tizen_2.4 accepted/tizen/2.4/mobile/20151029.035642 submit/tizen_2.3.1/20150915.075101 submit/tizen_2.4/20151028.063239 tizen_2.3.1_release tizen_2.4_mobile_release
authorjk7744.park <jk7744.park@samsung.com>
Tue, 8 Sep 2015 13:01:50 +0000 (22:01 +0900)
committerjk7744.park <jk7744.park@samsung.com>
Tue, 8 Sep 2015 13:01:50 +0000 (22:01 +0900)
LICENSE.lsof [new file with mode: 0644]
packaging/lsof.spec

diff --git a/LICENSE.lsof b/LICENSE.lsof
new file mode 100644 (file)
index 0000000..9bfa12c
--- /dev/null
@@ -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.
+ */
index 4307f69..d932f54 100644 (file)
@@ -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}