davidbarsky / tracing-tree

Apache License 2.0
123 stars 31 forks source link

Please add text(s) of license(s) #37

Closed krasimirgg closed 2 years ago

krasimirgg commented 2 years ago

The license field in Cargo.toml indicates that this package is licensed under "MIT OR Apache-2.0". It's good to have the license(s) text(s) in the repository as well (and into the cargo package) so this work can be properly attributed downstream.

Just for completeness, https://github.com/gimli-rs/addr2line is an example of a similarly licensed package. It includes the texts in LICENSE-APACHE and LICENSE-MIT.

davidbarsky commented 2 years ago

That's reasonable! Feel free to open a PR for this, by the way—I'd be happy to release a change with this, especially if this is blocking you!

krasimirgg commented 2 years ago

Could you also please update the minor version of this crate over at crates.io.

davidbarsky commented 2 years ago

Sorry for the delay—yeah, I'll push out a release.

davidbarsky commented 2 years ago

@krasimirgg sorry for the delay! it's out: https://github.com/davidbarsky/tracing-tree/releases/tag/v0.1.11

krasimirgg commented 2 years ago

This is great! Thank you @davidbarsky !