vi / timeago

In Rust, format Duration into a string like "1 hour ago" or "01hou".
https://docs.rs/timeago/
Apache License 2.0
68 stars 17 forks source link

missing license file for Apache-2.0 #30

Closed decathorpe closed 1 year ago

decathorpe commented 1 year ago

Hi! I'm working on packaging this crate for Fedora Linux since it is a new dependency of eza (a maintained exa fork). During technical review, we noticed that this crate's metadata states that the license is "MIT/Apache-2.0", but the license text only contains the MIT license.

Please also include a copy of the Apache-2.0 license text (the idiomatic way to handle this in Rust crates seems to be to have both LICENSE-MIT and LICENSE-APACHE files). Both the MIT and the Apache-2.0 license require redistributed sources to contain a copy of the license text, so the missing license text is currently preventing us from packaging eza.

vi commented 1 year ago

@decathorpe Pull request that adds proper LICENSE-MIT and LICENSE-APACHE files is welcome.

Do I need to create another tag/version with just the licence files changes?

decathorpe commented 1 year ago

Having the license file in the git repo would be enough for me to reference it, but having a new release would be even better. 👍🏼

vi commented 1 year ago

Released 0.4.2 with the licence file fix.

decathorpe commented 1 year ago

Thank you! 👍🏼