Skip to content

Commit

Permalink
chore: add license info missing from some crates (#3892)
Browse files Browse the repository at this point in the history
Description
---

Adds the BSD-3-Clause license field to our crates that were missing license info
  • Loading branch information
Byron Hambly committed Mar 7, 2022
1 parent 5169a80 commit 8c9e545
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions applications/deps_only/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "deps_only"
version = "0.1.0"
edition = "2021"
license = "BSD-3-Clause"

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

Expand Down
2 changes: 1 addition & 1 deletion applications/launchpad/backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "tari_launchpad"
version = "0.28.1"
description = "The Tari Launcher"
authors = ["The Tari Development Community"]
license = ""
license = "BSD-3-Clause"
repository = ""
edition = "2018"
build = "src/build.rs"
Expand Down
1 change: 1 addition & 0 deletions applications/tari_app_utilities/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "tari_app_utilities"
version = "0.28.1"
authors = ["The Tari Development Community"]
edition = "2018"
license = "BSD-3-Clause"

[dependencies]
tari_comms = { path = "../../comms" }
Expand Down
1 change: 1 addition & 0 deletions applications/tari_console_wallet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "tari_console_wallet"
version = "0.28.1"
authors = ["The Tari Development Community"]
edition = "2018"
license = "BSD-3-Clause"

[dependencies]
tari_wallet = { path = "../../base_layer/wallet", features = ["bundled_sqlite"] }
Expand Down
1 change: 1 addition & 0 deletions applications/test_faucet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "test_faucet"
version = "0.28.1"
authors = ["The Tari Development Community"]
edition = "2018"
license = "BSD-3-Clause"

[features]
simd = ["tari_crypto/simd"]
Expand Down
1 change: 1 addition & 0 deletions dan_layer/common_types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "tari_dan_common_types"
version = "0.1.0"
edition = "2021"
license = "BSD-3-Clause"

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

Expand Down
1 change: 1 addition & 0 deletions dan_layer/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "tari_dan_core"
version = "0.1.0"
edition = "2018"
license = "BSD-3-Clause"

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

Expand Down
2 changes: 1 addition & 1 deletion dan_layer/storage_sqlite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "tari_dan_storage_sqlite"
version = "0.1.0"
edition = "2018"

license = "BSD-3-Clause"

[dependencies]
tari_dan_core = {path="../core"}
Expand Down
1 change: 1 addition & 0 deletions infrastructure/libtor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "tari_libtor"
version = "0.24.0"
edition = "2021"
license = "BSD-3-Clause"

[dependencies]
tari_common = { path = "../../common" }
Expand Down

0 comments on commit 8c9e545

Please sign in to comment.