Add license declarations to headers.

This commit is contained in:
Dan Gohman
2019-08-20 16:16:32 -07:00
parent 500bf83082
commit 6921782fbf
2 changed files with 3 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ name = "wasi-common-cbindgen"
version = "0.1.0" version = "0.1.0"
authors = ["Jakub Konka <kubkon@jakubkonka.com>"] authors = ["Jakub Konka <kubkon@jakubkonka.com>"]
edition = "2018" edition = "2018"
license = "Apache-2.0 WITH LLVM-exception"
[lib] [lib]
proc-macro = true proc-macro = true

View File

@@ -3,6 +3,7 @@ name = "winx"
version = "0.1.0" version = "0.1.0"
authors = ["Jakub Konka <kubkon@jakubkonka.com>"] authors = ["Jakub Konka <kubkon@jakubkonka.com>"]
edition = "2018" edition = "2018"
license = "Apache-2.0 WITH LLVM-exception"
[dependencies] [dependencies]
winapi = { version = "0.3", features = ["std", "errhandlingapi", "handleapi", "processthreadsapi", "securitybaseapi", "winbase", "winerror", "ws2def", "fileapi", "aclapi" ] } winapi = { version = "0.3", features = ["std", "errhandlingapi", "handleapi", "processthreadsapi", "securitybaseapi", "winbase", "winerror", "ws2def", "fileapi", "aclapi" ] }