diff options
author | Stefano Figura <stefano@figura.im> | 2020-10-17 16:47:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-17 14:47:51 +0000 |
commit | 21eb84fc5e0e649f53e3785957fa127ee9a78688 (patch) | |
tree | 96ca92fd1cba360083b4e77aa6bb072d1414a8d7 | |
parent | f03269cab073e20af4cef7a7c894131d9c777721 (diff) | |
download | alacritty-21eb84fc5e0e649f53e3785957fa127ee9a78688.tar.gz alacritty-21eb84fc5e0e649f53e3785957fa127ee9a78688.zip |
Add license symlinks for crates
l--------- | alacritty/LICENSE-APACHE | 1 | ||||
l--------- | alacritty_terminal/LICENSE-APACHE | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/alacritty/LICENSE-APACHE b/alacritty/LICENSE-APACHE new file mode 120000 index 00000000..965b606f --- /dev/null +++ b/alacritty/LICENSE-APACHE @@ -0,0 +1 @@ +../LICENSE-APACHE
\ No newline at end of file diff --git a/alacritty_terminal/LICENSE-APACHE b/alacritty_terminal/LICENSE-APACHE new file mode 120000 index 00000000..965b606f --- /dev/null +++ b/alacritty_terminal/LICENSE-APACHE @@ -0,0 +1 @@ +../LICENSE-APACHE
\ No newline at end of file |