From 0e8b28f99f45d5914c79b2be6b494ea84ead80b9 Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Mon, 27 Apr 2020 08:36:48 +0200 Subject: [PATCH] Fixup license Signed-off-by: Igor Raits --- rust-jql.spec | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/rust-jql.spec b/rust-jql.spec index 614f4a1..1bfdb5a 100644 --- a/rust-jql.spec +++ b/rust-jql.spec @@ -31,6 +31,14 @@ JSON query language CLI tool.} %if ! %{__cargo_skip_build} %package -n %{crate} Summary: %{summary} +# Install all deps (without check), grab their licenses and make it simple +# * ASL 2.0 or Boost +# * ASL 2.0 or MIT +# * EPL-2.0 +# * MIT +# * MIT or ASL 2.0 +# * (MIT or ASL 2.0) and BSD +License: MIT and EPL-2.0 and BSD and (ASL 2.0 or Boost) %description -n %{crate} %{_description}