]> git.lizzy.rs Git - rust.git/commit
Merge #10924
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Sat, 4 Dec 2021 11:44:27 +0000 (11:44 +0000)
committerGitHub <noreply@github.com>
Sat, 4 Dec 2021 11:44:27 +0000 (11:44 +0000)
commit0c6208a048c0b156aad137a711080ea65d5a29fb
tree18444aa93cf0e8ad15a4552a7c8cd15eff5390ba
parentd08118298f6b525b196ac8c86c53b320e780350b
parentacd5c1f19bf7246107aaae7b6fe3f676a516c6d2
Merge #10924

10924: minor: Add LICENSE file to make vsce happy r=lnicola a=lnicola

Newer `vsce` versions error out if a `LICENSE` file is missing, even if the license is specified in `package.json`. Concatenate the two licenses we use and add a file with that to make a future `vsce` upgrade easier.

Co-authored-by: Laurențiu Nicola <lnicola@dend.ro>