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

@@ -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-2024 PhotoPrism UG. All rights reserved."
const appCopyright = "(c) 2018-2025 PhotoPrism UG. All rights reserved."
// Metadata contains build specific information.
var Metadata = map[string]interface{}{

View File

@@ -6,7 +6,7 @@
</p>
<p class="hidden-xs text-sm-start">
<a href="https://raw.githubusercontent.com/photoprism/photoprism/develop/NOTICE" target="_blank" class="text-link">3rd-party software packages</a>
<a href="https://www.photoprism.app/about/team/" target="_blank" class="body-link">© 2018-2024 PhotoPrism UG</a>
<a href="https://www.photoprism.app/about/team/" target="_blank" class="body-link">© 2018-2025 PhotoPrism UG</a>
</p>
</footer>
</template>

View File

@@ -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",

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

View File

@@ -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{}{