diff --git a/cmd/photoprism/photoprism.go b/cmd/photoprism/photoprism.go index e59cb3b6f..bd13b8465 100644 --- a/cmd/photoprism/photoprism.go +++ b/cmd/photoprism/photoprism.go @@ -41,7 +41,7 @@ const appEdition = "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-2023 PhotoPrism UG. All rights reserved." +const appCopyright = "(c) 2018-2024 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 2d0fd51a6..e09c2d7b7 100644 --- a/frontend/src/component/footer.vue +++ b/frontend/src/component/footer.vue @@ -11,7 +11,7 @@
3rd-party software packages - © 2018-2023 PhotoPrism UG + © 2018-2024 PhotoPrism UG
diff --git a/frontend/tests/unit/config.js b/frontend/tests/unit/config.js index c277e14ec..29d9b6a59 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-2023 PhotoPrism UG. All rights reserved.", + copyright: "(c) 2018-2024 PhotoPrism UG. All rights reserved.", flags: "public debug experimental settings", baseUri: "", staticUri: "/static",