Re-License Vaultwarden to AGPLv3

This commit prepares Vaultwarden for the Re-Licensing to AGPLv3
Solves #2450
This commit is contained in:
BlackDex
2022-06-16 15:13:10 +02:00
parent 50fc22966c
commit 9342fa5744
4 changed files with 69 additions and 82 deletions

View File

@@ -8,7 +8,7 @@ resolver = "2"
repository = "https://github.com/dani-garcia/vaultwarden"
readme = "README.md"
license = "GPL-3.0-only"
license = "AGPL-3.0-only"
publish = false
build = "build.rs"