diff --git a/cmd/photoprism/photoprism.go b/cmd/photoprism/photoprism.go index 5808f853b..70a0ff4bc 100644 --- a/cmd/photoprism/photoprism.go +++ b/cmd/photoprism/photoprism.go @@ -40,7 +40,7 @@ const appAbout = "PhotoPrism® CE" const appDescription = "PhotoPrism® is an AI-Powered Photos App for the Decentralized Web." + " It makes use of the latest technologies to tag and find pictures automatically without getting in your way." + " You can run it at home, on a private server, or in the cloud." -const appCopyright = "(c) 2018-2022 PhotoPrism UG. All rights reserved." +const appCopyright = "(c) 2018-2023 PhotoPrism UG. All rights reserved." // Metadata contains build specific information. var Metadata = map[string]interface{}{ diff --git a/frontend/src/component/footer.vue b/frontend/src/component/footer.vue index 652ffd2e4..31099a131 100644 --- a/frontend/src/component/footer.vue +++ b/frontend/src/component/footer.vue @@ -12,7 +12,7 @@ 3rd-party software packages Licensed to {{ customer }} - © 2018-2022 PhotoPrism UG + © 2018-2023 PhotoPrism UG diff --git a/frontend/tests/unit/config.js b/frontend/tests/unit/config.js index e44ff0a96..ee7bb6062 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-2022 PhotoPrism UG. All rights reserved.", + copyright: "(c) 2018-2023 PhotoPrism UG. All rights reserved.", flags: "public debug experimental settings", baseUri: "", staticUri: "/static", diff --git a/internal/config/test.go b/internal/config/test.go index 91716560c..a9dd1e45e 100644 --- a/internal/config/test.go +++ b/internal/config/test.go @@ -87,7 +87,7 @@ func NewTestOptions(pkg string) *Options { c := &Options{ Name: "PhotoPrism", Version: "0.0.0", - Copyright: "(c) 2018-2022 PhotoPrism UG. All rights reserved.", + Copyright: "(c) 2018-2023 PhotoPrism UG. All rights reserved.", Public: true, Sponsor: true, AuthMode: "",