From 4146e91616a33bafa03a74d9967be88551f35398 Mon Sep 17 00:00:00 2001 From: Dominik Pschenitschni <6173598+dpschen@users.noreply.github.com> Date: Tue, 10 Jun 2025 12:07:52 +0200 Subject: [PATCH] docs: mention AGPL-3.0-or-later in CLI help (#893) --- pkg/cmd/cmd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cmd/cmd.go b/pkg/cmd/cmd.go index 1d6b3f37f..1c487b116 100644 --- a/pkg/cmd/cmd.go +++ b/pkg/cmd/cmd.go @@ -32,7 +32,7 @@ The to-do app to organize your life. Also one of the two wild South American camelids which live in the high alpine areas of the Andes and a relative of the llama. -Vikunja is a self-hosted To-Do list application with a web app and mobile apps for all platforms. It is licensed under the AGPLv3. +Vikunja is a self-hosted To-Do list application with a web app and mobile apps for all platforms. It is licensed under the AGPL-3.0-or-later. Find out more at vikunja.io.`, PreRun: webCmd.PreRun,