Skip to content

Commit

Permalink
chore add license for all crates
Browse files Browse the repository at this point in the history
  • Loading branch information
koivunej authored and dvc94ch committed Feb 23, 2020
1 parent 94d606e commit 948d039
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions base/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "libipld-base"
version = "0.1.0"
authors = ["David Craven <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"

[dependencies]
async-trait = "0.1"
Expand Down
1 change: 1 addition & 0 deletions dag-cbor-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "dag-cbor-derive"
version = "0.1.0"
authors = ["David Craven <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"

[lib]
proc-macro = true
Expand Down
1 change: 1 addition & 0 deletions dag-cbor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "dag-cbor"
version = "0.1.0"
authors = ["David Craven <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"

[dependencies]
async-std = { git = "https://github.com/dvc94ch/async-std" }
Expand Down
1 change: 1 addition & 0 deletions macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "libipld-macro"
version = "0.1.0"
authors = ["David Craven <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"

[dependencies]
libipld-base = { path = "../base" }

0 comments on commit 948d039

Please sign in to comment.