From 52b4a5f3b9982434165c42b84da8faef227a4af4 Mon Sep 17 00:00:00 2001
From: Michael Mayer
3rd-party software packages - © 2018-2024 PhotoPrism UG + © 2018-2025 PhotoPrism UG
diff --git a/frontend/tests/unit/config.js b/frontend/tests/unit/config.js index d34391d56..d5a7ea25a 100644 --- a/frontend/tests/unit/config.js +++ b/frontend/tests/unit/config.js @@ -4,7 +4,7 @@ const clientConfig = { about: "PhotoPrism® CE", edition: "ce", version: "210710-bae1f2d7-Linux-x86_64-DEBUG", - copyright: "(c) 2018-2024 PhotoPrism UG. All rights reserved.", + copyright: "(c) 2018-2025 PhotoPrism UG. All rights reserved.", flags: "public debug experimental settings", baseUri: "", staticUri: "/static", diff --git a/internal/commands/commands_test.go b/internal/commands/commands_test.go index 6e2e383f1..4b11c06b5 100644 --- a/internal/commands/commands_test.go +++ b/internal/commands/commands_test.go @@ -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 diff --git a/internal/config/test.go b/internal/config/test.go index 197e8c1f8..2eb9fa56b 100644 --- a/internal/config/test.go +++ b/internal/config/test.go @@ -88,7 +88,7 @@ func NewTestOptions(pkg string) *Options { c := &Options{ Name: "PhotoPrism", Version: "0.0.0", - Copyright: "(c) 2018-2024 PhotoPrism UG. All rights reserved.", + Copyright: "(c) 2018-2025 PhotoPrism UG. All rights reserved.", Public: true, Sponsor: true, AuthMode: "", @@ -205,7 +205,7 @@ func NewTestContext(args []string) *cli.Context { app := cli.NewApp() app.Usage = "PhotoPrism®" app.Version = "test" - app.Copyright = "(c) 2018-2024 PhotoPrism UG. All rights reserved." + app.Copyright = "(c) 2018-2025 PhotoPrism UG. All rights reserved." app.EnableBashCompletion = true app.Flags = Flags.Cli() app.Metadata = map[string]interface{}{