From 62881c2313d4ce66f7a9226056e60352a1cda0aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Lauzier?= Date: Tue, 22 Jun 2021 15:24:54 -0400 Subject: [PATCH] Update license --- rust-zopfli.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rust-zopfli.spec b/rust-zopfli.spec index 1ad69cc..f1ae27a 100644 --- a/rust-zopfli.spec +++ b/rust-zopfli.spec @@ -28,6 +28,11 @@ Rust implementation of the Zopfli compression algorithm.} %if ! %{__cargo_skip_build} %package -n %{crate} Summary: %{summary} +#MIT +#MIT or ASL 2.0 +#Unlicense or MIT +#zlib +License: MIT and ASL 2.0 and Unlicense and zlib %description -n %{crate} %{_description}