Skip to content

Commit

Permalink
ci: fix licenses in cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
sandipndev committed May 18, 2024
1 parent b3f6ad8 commit f13a962
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cala-cel-interpreter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "An interpreter for the Common Expression Language (CEL)"
repository = "https://github.com/GaloyMoney/cala"
version = "0.1.0-dev"
edition = "2021"
license = "MIT"
license = "Apache-2.0"
categories = ["parsing", "cel"]

[features]
Expand Down
2 changes: 1 addition & 1 deletion cala-cel-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repository = "https://github.com/GaloyMoney/cala"
version = "0.1.0-dev"
authors = ["Justin Carter <[email protected]>"]
edition = "2021"
license = "MIT"
license = "Apache-2.0"
categories = ["parsing", "cel"]

[features]
Expand Down
2 changes: 1 addition & 1 deletion cala-ledger-core-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repository = "https://github.com/GaloyMoney/cala"
description = "Core types for cala"
version = "0.1.0-dev"
edition = "2021"
license = "MIT"
license = "Apache-2.0"
categories = ["core-types"]


Expand Down
2 changes: 1 addition & 1 deletion cala-ledger-outbox-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Outbox client for cala-ledger"
repository = "https://github.com/GaloyMoney/cala"
version = "0.1.0-dev"
edition = "2021"
license = "MIT"
license = "Apache-2.0"
categories = ["client", "outbox"]

[features]
Expand Down
2 changes: 1 addition & 1 deletion cala-ledger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ documentation = "https://docs.rs/cala-ledger"
readme = "../README.md"
version = "0.1.0-dev"
edition = "2021"
license = "Apache"
license = "Apache-2.0"
categories = ["accounting", "ledger"]

[features]
Expand Down
2 changes: 1 addition & 1 deletion cala-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Server to sync other cala deployments"
repository = "https://github.com/GaloyMoney/cala"
version = "0.1.0-dev"
edition = "2021"
license = "MIT"
license = "Apache-2.0"
categories = ["server", "sync"]


Expand Down
2 changes: 1 addition & 1 deletion cala-tracing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Tracing library powering cala stack"
repository = "https://github.com/GaloyMoney/cala"
version = "0.1.0-dev"
edition = "2021"
license = "Apache"
license = "Apache-2.0"

[features]

Expand Down

0 comments on commit f13a962

Please sign in to comment.