Skip to content

Commit

Permalink
Add license to c-api macros (bytecodealliance#7005)
Browse files Browse the repository at this point in the history
Running cargo license on the c-api crate reports that this crate is
unlicensed.

We use cargo-license to automate our license tracking for this library
in our C++ application and it'd be nice to just have a license in here.

I used the standard license that wasmtime uses, but happy to use
another.

Signed-off-by: Tyler Rockwood <[email protected]>
  • Loading branch information
rockwotj authored and eduardomourar committed Sep 13, 2023
1 parent 2794dd3 commit f9a9741
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/c-api/macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "wasmtime-c-api-macros"
version = "0.0.0"
authors = ["The Wasmtime Project Developers"]
license = "Apache-2.0 WITH LLVM-exception"
edition.workspace = true
publish = false

Expand Down

0 comments on commit f9a9741

Please sign in to comment.