alacritty / vte

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

Add licenses to vte_generate_state_changes #111

Closed sadmac7000 closed 9 months ago

sadmac7000 commented 9 months ago

Without these here, these don't end up in the crate tarball for this subcrate, making it hard for us to consume the crate from a legal standpoint.

kchibisov commented 9 months ago

Just symlink the thing like it's done in other crates here.

kchibisov commented 9 months ago

Ah, it's actually not symlinked in this repo, so better to make all of them symlink to root licenses...

sadmac7000 commented 9 months ago

Ah, it's actually not symlinked in this repo, so better to make all of them symlink to root licenses...

Done.