Add LGPLv2+ and GPLv2 to license declaration

This commit is contained in:
Petr Písař 2013-05-27 16:32:05 +02:00
parent a6e2e4dd68
commit 0dad157ba6

View File

@ -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@redhat.com> - 1:4.01-7
- Add LGPLv2+ and GPLv2 to license declaration
* Mon May 20 2013 Petr Pisar <ppisar@redhat.com> - 1:4.01-6
- Remove code for migration from systemv-style init script
- Drop useless dependency on initscripts (bug #964440)