Skip to content

Commit

Permalink
Correct license specifiers (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
rubdos authored Sep 23, 2023
1 parent 35f9656 commit cd20d3b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions libsignal-service-actix/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "libsignal-service-actix"
version = "0.1.0"
authors = ["Ruben De Smet <[email protected]>"]
edition = "2018"
license = "AGPL-3.0"

[dependencies]
# Contrary to hyper, actix does not have Send compatible futures, which means
Expand Down
1 change: 1 addition & 0 deletions libsignal-service-hyper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "libsignal-service-hyper"
version = "0.1.0"
authors = ["Gabriel Féron <[email protected]>"]
edition = "2018"
license = "AGPL-3.0"

[dependencies]
libsignal-service = { path = "../libsignal-service" }
Expand Down
2 changes: 1 addition & 1 deletion libsignal-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "libsignal-service"
version = "0.1.0"
authors = ["Ruben De Smet <[email protected]>", "Gabriel Féron <[email protected]>", "Michael Bryan <[email protected]>", "Shady Khalifa <[email protected]>"]
edition = "2018"
license = "GPLv3"
license = "AGPL-3.0"
readme = "../README.md"

[dependencies]
Expand Down

0 comments on commit cd20d3b

Please sign in to comment.