[quota] Add LGPLv2+ and GPLv2 to license declaration

Petr Pisar ppisar at fedoraproject.org
Mon May 27 15:50:50 UTC 2013


commit 0dad157ba6ebc4e48c109544d699183c8e9715fc
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon May 27 16:32:05 2013 +0200

    Add LGPLv2+ and GPLv2 to license declaration

 quota.spec |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/quota.spec b/quota.spec
index 41d7f78..964abfc 100644
--- a/quota.spec
+++ b/quota.spec
@@ -5,8 +5,13 @@ Name: quota
 Summary: System administration tools for monitoring users' disk usage
 Epoch: 1
 Version: 4.01
-Release: 6%{?dist}
-License: BSD and GPLv2+
+Release: 7%{?dist}
+# quota_nld.c, quotaio_xfs.h:       GPLv2
+# bylabel.c copied from util-linux: GPLv2+
+# svc_socket.c copied from glibc:   LGPLv2+
+# doc/quotas.ms, quotaops.c, quot.c, quotaon.c, edquota.c, quot.h, quota.c,
+# quotaio_v1.c:                     BSD
+License: BSD and LGPLv2+ and GPLv2 and GPLv2+
 URL: http://sourceforge.net/projects/linuxquota/
 Group: System Environment/Base
 Requires: tcp_wrappers
@@ -228,6 +233,9 @@ install -p -m644 -D %{SOURCE2} \
 
 
 %changelog
+* Mon May 27 2013 Petr Pisar <ppisar at redhat.com> - 1:4.01-7
+- Add LGPLv2+ and GPLv2 to license declaration
+
 * Mon May 20 2013 Petr Pisar <ppisar at redhat.com> - 1:4.01-6
 - Remove code for migration from systemv-style init script
 - Drop useless dependency on initscripts (bug #964440)


More information about the scm-commits mailing list