From 71da7592a6fed343d7872f9bd79fbcb3b6eb1d08 Mon Sep 17 00:00:00 2001 From: Schmiddiii Date: Sat, 24 Feb 2024 20:59:19 +0100 Subject: [PATCH] Clarify license in Cargo.toml (#235) --- presage-cli/Cargo.toml | 1 + presage-store-cipher/Cargo.toml | 1 + presage-store-sled/Cargo.toml | 1 + presage/Cargo.toml | 1 + 4 files changed, 4 insertions(+) diff --git a/presage-cli/Cargo.toml b/presage-cli/Cargo.toml index efb62dfc0..1b655fa81 100644 --- a/presage-cli/Cargo.toml +++ b/presage-cli/Cargo.toml @@ -3,6 +3,7 @@ name = "presage-cli" version = "0.6.0-dev" edition = "2021" authors = ["Gabriel Féron "] +license = "AGPL-3.0-only" [dependencies] presage = { path = "../presage" } diff --git a/presage-store-cipher/Cargo.toml b/presage-store-cipher/Cargo.toml index 9a93a9d79..944c6c334 100644 --- a/presage-store-cipher/Cargo.toml +++ b/presage-store-cipher/Cargo.toml @@ -2,6 +2,7 @@ name = "presage-store-cipher" version = "0.1.0" edition = "2021" +license = "AGPL-3.0-only" [dependencies] blake3 = "1.5.0" diff --git a/presage-store-sled/Cargo.toml b/presage-store-sled/Cargo.toml index 79fcb5789..23983eacd 100644 --- a/presage-store-sled/Cargo.toml +++ b/presage-store-sled/Cargo.toml @@ -3,6 +3,7 @@ name = "presage-store-sled" version = "0.6.0-dev" edition = "2021" authors = ["Gabriel Féron "] +license = "AGPL-3.0-only" [build-dependencies] prost-build = "> 0.10, <= 0.12" diff --git a/presage/Cargo.toml b/presage/Cargo.toml index 32b1bcfdc..0a3fb701b 100644 --- a/presage/Cargo.toml +++ b/presage/Cargo.toml @@ -4,6 +4,7 @@ name = "presage" version = "0.6.0-dev" authors = ["Gabriel Féron "] edition = "2021" +license = "AGPL-3.0-only" [dependencies] libsignal-service = { git = "https://github.com/whisperfish/libsignal-service-rs", rev = "a2e7540a71866a62028ad0205574a5feb0e717ec" }