From 8872da51678776f92e45e127edc139c4cc02a71e Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Sun, 16 Feb 2020 14:48:39 +0100 Subject: [PATCH] Add licensing info Signed-off-by: Igor Raits --- rust-hyperfine.spec | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/rust-hyperfine.spec b/rust-hyperfine.spec index 1e6565f..2aefdd5 100644 --- a/rust-hyperfine.spec +++ b/rust-hyperfine.spec @@ -28,6 +28,13 @@ Command-line benchmarking tool.} %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 +# * MIT +# * MIT or ASL 2.0 +# * MPLv2.0 +# * Unlicense or MIT License: ASL 2.0 and MIT and MPLv2.0 %description -n %{crate} %{_description}