winch: Add license and update Cargo.toml (#5170)

This commit adds the appropriate license to `winch-codegen` and to
`wasmtime-winch`; it also add the authors entry to `winch-codegen`
This commit is contained in:
Saúl Cabrera
2022-11-01 15:31:21 -04:00
committed by GitHub
parent 3c496d8cdc
commit 0ca3249afa
3 changed files with 439 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
[package]
authors = ["The Winch Project Developers"]
name = "winch-codegen"
description = "Winch code generation library"
license = "Apache-2.0 WITH LLVM-exception"