Skip to content

Commit

Permalink
Fix license info in Cargo.toml
Browse files Browse the repository at this point in the history
Signed-off-by: xiaoyuxlu <[email protected]>
  • Loading branch information
xiaoyuxlu committed Jul 23, 2024
1 parent f35e631 commit 398739c
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions codec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ authors = [
"Longlong Yang <[email protected]>"
]
edition = "2018"
license = "Apache-2.0 or MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
1 change: 1 addition & 0 deletions executor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "executor"
version = "0.1.0"
edition = "2021"
license = "Apache-2.0 or MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion idekm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "idekm"
license = "BSD-2-Clause-Patent"
version = "0.1.0"
authors = [
"Jiewen Yao <[email protected]>",
"Xiaoyu Lu <[email protected]>",
"Longlong Yang <[email protected]>"
]
edition = "2018"
license = "Apache-2.0 or MIT"

[dev-dependencies]

Expand Down
1 change: 1 addition & 0 deletions mctp_transport/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ authors = [
"Jiewen Yao <[email protected]>"
]
edition = "2018"
license = "Apache-2.0 or MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
1 change: 1 addition & 0 deletions pcidoe_transport/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ authors = [
"Jiewen Yao <[email protected]>"
]
edition = "2018"
license = "Apache-2.0 or MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
1 change: 1 addition & 0 deletions spdmlib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ authors = [
"Xiaoyu Lu <[email protected]>"
]
edition = "2018"
license = "Apache-2.0 or MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
1 change: 1 addition & 0 deletions spdmlib_crypto_mbedtls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "spdmlib_crypto_mbedtls"
version = "0.1.0"
edition = "2018"
license = "Apache-2.0 or MIT"

[dependencies]
spdmlib = { path = "../spdmlib", default-features = false}
Expand Down
1 change: 1 addition & 0 deletions sys_time/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "sys_time"
version = "0.1.0"
authors = ["Xiaoyu Lu <[email protected]>"]
edition = "2018"
license = "Apache-2.0 or MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion tdisp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "tdisp"
license = "BSD-2-Clause-Patent"
version = "0.2.0"
authors = [
"Jiewen Yao <[email protected]>",
"Xiaoyu Lu <[email protected]>",
"Longlong Yang <[email protected]>"
]
edition = "2018"
license = "Apache-2.0 or MIT"

[dev-dependencies]

Expand Down

0 comments on commit 398739c

Please sign in to comment.