aboutsummaryrefslogtreecommitdiff
path: root/liburing.spec
diff options
context:
space:
mode:
authorGuillem Jover <guillem@hadrons.org>2020-04-10 18:57:14 +0200
committerGuillem Jover <guillem@hadrons.org>2020-04-11 19:22:13 +0200
commite2840c96bf308375c03e7f3a8ca5fd9044790012 (patch)
tree637c5ef11d279c8dc88f2b06fa80eb56480230a2 /liburing.spec
parent067609c69caf2f1cad676b87a905cf59dafe1bb8 (diff)
downloadliburing-e2840c96bf308375c03e7f3a8ca5fd9044790012.tar.gz
spec: Correct License field
The project contains code that is "GPLv2 with exceptions or MIT", code that is "LGPLv2+ or MIT" and code that is "MIT" licensed. Unify in a single expression. Signed-off-by: Guillem Jover <guillem@hadrons.org>
Diffstat (limited to 'liburing.spec')
-rw-r--r--liburing.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/liburing.spec b/liburing.spec
index 1665c7c..74c2ee4 100644
--- a/liburing.spec
+++ b/liburing.spec
@@ -2,7 +2,7 @@ Name: liburing
Version: 0.6
Release: 1%{?dist}
Summary: Linux-native io_uring I/O access library
-License: LGPLv2+ or MIT
+License: (GPLv2 with exceptions and LGPLv2+) or MIT
Source0: https://brick.kernel.dk/snaps/%{name}-%{version}.tar.gz
Source1: https://brick.kernel.dk/snaps/%{name}-%{version}.tar.gz.asc
URL: https://git.kernel.dk/cgit/liburing/