About: Update copyright notices

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2025-01-09 10:41:37 +01:00
parent 9d1c97425c
commit 52b4a5f3b9
5 changed files with 6 additions and 6 deletions

View File

@@ -44,7 +44,7 @@ func NewTestContext(args []string) *cli.Context {
app.Usage = "PhotoPrism®"
app.Description = ""
app.Version = "test"
app.Copyright = "(c) 2018-2024 PhotoPrism UG. All rights reserved."
app.Copyright = "(c) 2018-2025 PhotoPrism UG. All rights reserved."
app.Flags = config.Flags.Cli()
app.Commands = PhotoPrism
app.HelpName = app.Name