alacritty / vte

Parser for virtual terminal emulators
https://docs.rs/vte/
Apache License 2.0
242 stars 56 forks source link

Add LICENSE-* into vte_generate-state_changes #66

Closed ignatenkobrain closed 3 years ago

ignatenkobrain commented 4 years ago

Signed-off-by: Igor Raits i.gnatenko.brain@gmail.com

ignatenkobrain commented 4 years ago

Same reason I did it last time :)

When packaging crates, we take an archive from crates.io. All crates are separate units, so license should be present in all of them.

kchibisov commented 4 years ago

It seems like Apache license is missing the actual copyright part. Also, since you're adding MIT here, and it wasn't there before it should be updated as well.

@chrisduerr what do you think?

chrisduerr commented 4 years ago

@chrisduerr what do you think?

I think the licenses should just be symlinks to the root directory. That's true for utf8parse too.

I also think that a crates.io packaging infrastructure should be able to look at the license field of the Cargo.toml, but that's a different story.

chrisduerr commented 3 years ago

Closing due to inactivity. If someone is interested in picking this back up, please open a new PR.