From 1cd5a6745061cadb8323c84f554649b654c51c24 Mon Sep 17 00:00:00 2001 From: "duna.oh" Date: Wed, 23 Apr 2025 20:48:11 +0900 Subject: [PATCH] Add Apache-2.0 in License section Change-Id: I27a32ce4998d9c37bfa90504e988e0e6f95abad4 --- packaging/libinput.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/libinput.spec b/packaging/libinput.spec index c40684a2..f4f62b55 100644 --- a/packaging/libinput.spec +++ b/packaging/libinput.spec @@ -4,7 +4,7 @@ Name: libinput Version: 1.27.1 Release: 0 -License: MIT +License: MIT and Apache-2.0 Summary: Input devices for display servers and other applications Url: http://www.freedesktop.org/software/libinput/libinput-%{version}.tar.xz Group: System/Libraries @@ -89,7 +89,7 @@ ninja -C builddir install %files %manifest %{name}.manifest %defattr(-,root,root) -%license COPYING +%license COPYING doc/api/style/LICENSE %{_libdir}/*.so.* ## disable udev ## -- 2.34.1