use real GPLv3+

Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
Igor Gnatenko 2015-05-27 20:31:24 +03:00
parent b9d4c66ebd
commit bd7548f754

View File

@ -1,9 +1,9 @@
Name: iio-sensor-proxy Name: iio-sensor-proxy
Version: 1.0 Version: 1.0
Release: 3%{?dist} Release: 4%{?dist}
Summary: IIO accelerometer sensor to input device proxy Summary: IIO accelerometer sensor to input device proxy
License: GPLv2+ License: GPLv3+
URL: https://github.com/hadess/iio-sensor-proxy URL: https://github.com/hadess/iio-sensor-proxy
Source0: http://people.freedesktop.org/~hadess/%{name}-%{version}.tar.xz Source0: http://people.freedesktop.org/~hadess/%{name}-%{version}.tar.xz
@ -47,6 +47,9 @@ Requires(postun): systemd
%{_sysconfdir}/dbus-1/system.d/net.hadess.SensorProxy.conf %{_sysconfdir}/dbus-1/system.d/net.hadess.SensorProxy.conf
%changelog %changelog
* Wed May 27 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 1.0-4
- use real license (GPLv3+)
* Sun May 24 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 1.0-3 * Sun May 24 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 1.0-3
- Fix license tag - Fix license tag
- Disable silent building - Disable silent building