mirror of
https://github.com/spartanz51/tutabridge.git
synced 2026-06-24 10:54:32 +02:00
Adopt GPL-3.0-or-later license
TutaBridge links Tuta's Rust SDK, which is part of the GPLv3-licensed tutanota project, so the bridge must carry the same license. Add the full GPLv3 text, set `license = "GPL-3.0-or-later"` on all three crates, and note it in the README.
This commit is contained in:
@@ -3,6 +3,7 @@ name = "tutabridge-core"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
rust-version = "1.84.0"
|
||||
license = "GPL-3.0-or-later"
|
||||
|
||||
[dependencies]
|
||||
tuta-sdk = { path = "../../tuta-repo/tuta-sdk/rust/sdk", features = ["net"] }
|
||||
|
||||
Reference in New Issue
Block a user