server is being licensed as AGPL instead of GPL

This commit is contained in:
filipriec
2025-05-21 10:29:22 +02:00
parent 66824030f2
commit ad37990da9
2 changed files with 662 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
name = "server"
version.workspace = true
edition.workspace = true
license.workspace = true
license = "AGPL-3.0-or-later"
[dependencies]
common = { path = "../common" }