#1 Correct the license
Merged 3 years ago by eclipseo. Opened 4 years ago by bowlofeggs.
rpms/ bowlofeggs/rust-base100 license  into  master

file modified
+7 -2
@@ -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 @@ 

  %endif

  

  %changelog

+ * Mon Jan 20 2020 Randy Barlow <bowlofeggs@fedoraproject.org> - 0.4.1-11

+ - Update the license to include the licenses of bundled dependencies.

+ 

  * Tue Feb 18 04:15:03 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.4.1-10

  - Regenerate

  

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 randy@electronsweatshop.com

Metadata Update from @eclipseo:
- Request assigned

3 years ago

rebased onto 54b799d

3 years ago

Pull-Request has been merged by eclipseo

3 years ago
Metadata