Add license declarations to headers.
This commit is contained in:
@@ -3,6 +3,7 @@ name = "wasi-common-cbindgen"
|
||||
version = "0.1.0"
|
||||
authors = ["Jakub Konka <kubkon@jakubkonka.com>"]
|
||||
edition = "2018"
|
||||
license = "Apache-2.0 WITH LLVM-exception"
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
@@ -12,4 +13,4 @@ syn = { version = "0.15.34", features = ["full"] }
|
||||
quote = "0.6.12"
|
||||
|
||||
[dev-dependencies]
|
||||
trybuild = "1.0.4"
|
||||
trybuild = "1.0.4"
|
||||
|
||||
@@ -3,6 +3,7 @@ name = "winx"
|
||||
version = "0.1.0"
|
||||
authors = ["Jakub Konka <kubkon@jakubkonka.com>"]
|
||||
edition = "2018"
|
||||
license = "Apache-2.0 WITH LLVM-exception"
|
||||
|
||||
[dependencies]
|
||||
winapi = { version = "0.3", features = ["std", "errhandlingapi", "handleapi", "processthreadsapi", "securitybaseapi", "winbase", "winerror", "ws2def", "fileapi", "aclapi" ] }
|
||||
|
||||
Reference in New Issue
Block a user