From 54b799d37899abfea5236b92c59140c06607ffee Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: Jul 01 2020 16:54:03 +0000 Subject: Correct the license Prior to this commit, the license did not include the licenses of the executable's bundled libraries. This commit corrects the license to do so. cargo-license was used to determine the set of licenses. This is the output from that application: $ cargo-license AGPL-3.0 (1): base100 Apache-2.0 OR MIT (9): unicode-width, winapi-i686-pc-windows-gnu, libc, vec_map, bitflags, hermit-abi, winapi, winapi-x86_64-pc-windows-gnu, yaml-rust MIT (5): textwrap, clap, strsim, ansi_term, atty Signed-off-by: Randy Barlow --- diff --git a/rust-base100.spec b/rust-base100.spec index 40da2d7..988dd09 100644 --- a/rust-base100.spec +++ b/rust-base100.spec @@ -6,12 +6,14 @@ Name: rust-%{crate} Version: 0.4.1 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Encode your data into emoji # Upstream license specification: AGPL-3.0 # The copyright headers do allow "any later version" -License: AGPLv3+ +# cargo-license was used to determine the licenses of the bundled dependencies to determine this set +# of licenses in the produced executable. +License: AGPLv3+ and (Apache 2.0 or MIT) and MIT URL: https://crates.io/crates/base100 Source: %{crates_source} @@ -53,6 +55,9 @@ Summary: %{summary} %endif %changelog +* Mon Jan 20 2020 Randy Barlow - 0.4.1-11 +- Update the license to include the licenses of bundled dependencies. + * Tue Feb 18 04:15:03 CET 2020 Igor Raits - 0.4.1-10 - Regenerate