Update year in copyright info
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
b2bbabb5bf
commit
251d197063
4 changed files with 4 additions and 4 deletions
|
@ -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{}{
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<a v-if="nonCommercial" href="https://raw.githubusercontent.com/photoprism/photoprism/develop/NOTICE"
|
||||
target="_blank" class="text-link">3rd-party software packages</a>
|
||||
<a v-else href="https://my.photoprism.app/" target="_blank" class="text-link">Licensed to {{ customer }}</a>
|
||||
<a href="https://photoprism.app/team/" target="_blank" class="body-link">© 2018-2022 PhotoPrism UG</a>
|
||||
<a href="https://photoprism.app/team/" target="_blank" class="body-link">© 2018-2023 PhotoPrism UG</a>
|
||||
</div>
|
||||
</v-flex>
|
||||
</v-layout>
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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: "",
|
||||
|
|
Loading…
Reference in a new issue