Skip to content

Commit

Permalink
Update license to Apache 2.0 in Cargo.toml files (#1432)
Browse files Browse the repository at this point in the history
  • Loading branch information
spetz authored Jan 12, 2025
1 parent d20a25b commit 71928b5
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "bench"
version = "0.1.2"
edition = "2021"
license = "Apache-2.0"

[dependencies]
async-trait = "0.1.84"
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["[email protected]"]
repository = "https://github.com/iggy-rs/iggy"
homepage = "https://iggy.rs"
description = "CLI for Iggy message streaming platform"
license = "MIT"
license = "Apache-2.0"
keywords = ["iggy", "cli", "messaging", "streaming"]
readme = "../README.md"

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

[[example]]
name = "getting-started-consumer"
Expand Down
1 change: 1 addition & 0 deletions integration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "integration"
version = "0.0.1"
edition = "2021"
license = "Apache-2.0"

[dependencies]
ahash = { version = "0.8.11", features = ["serde"] }
Expand Down
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "iggy"
version = "0.6.63"
description = "Iggy is the persistent message streaming platform written in Rust, supporting QUIC, TCP and HTTP transport protocols, capable of processing millions of messages per second."
edition = "2021"
license = "MIT"
license = "Apache-2.0"
keywords = ["iggy", "messaging", "streaming"]
categories = ["command-line-utilities", "database", "network-programming"]
homepage = "https://iggy.rs"
Expand Down
1 change: 1 addition & 0 deletions server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "server"
version = "0.4.101"
edition = "2021"
build = "src/build.rs"
license = "Apache-2.0"

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

[[bin]]
name = "data-seeder-tool"
Expand Down

0 comments on commit 71928b5

Please sign in to comment.