Docs: Bump remaining 2025 copyright stamps to 2026

This commit is contained in:
Michael Mayer 2026-05-25 14:46:32 +00:00
parent 0141fb6c0e
commit fd5ef513d1
7 changed files with 9 additions and 9 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-2025 PhotoPrism UG. All rights reserved."
const appCopyright = "(c) 2018-2026 PhotoPrism UG. All rights reserved."
// Metadata contains build specific information.
var Metadata = map[string]any{

View file

@ -13,7 +13,7 @@
<a href="https://raw.githubusercontent.com/photoprism/photoprism/develop/NOTICE" target="_blank" rel="noopener" class="text-link"
>3rd-party software packages</a
>
<a href="https://www.photoprism.app/about/team/" target="_blank" rel="noopener" class="body-link">© 2018-2025 PhotoPrism UG</a>
<a href="https://www.photoprism.app/about/team/" target="_blank" rel="noopener" class="body-link">© 2018-2026 PhotoPrism UG</a>
</div>
</footer>
</template>

View file

@ -1,6 +1,6 @@
/*
Copyright (c) 2018 - 2025 PhotoPrism UG. All rights reserved.
Copyright (c) 2018 - 2026 PhotoPrism UG. All rights reserved.
This program is free software: you can redistribute it and/or modify
it under Version 3 of the GNU Affero General Public License (the "AGPL"):

View file

@ -4,7 +4,7 @@ const clientConfig = {
about: "PhotoPrism® CE",
edition: "ce",
version: "210710-bae1f2d7-Linux-x86_64-DEBUG",
copyright: "(c) 2018-2025 PhotoPrism UG. All rights reserved.",
copyright: "(c) 2018-2026 PhotoPrism UG. All rights reserved.",
flags: "public debug develop experimental settings",
baseUri: "",
frontendUri: "/library",

View file

@ -95,7 +95,7 @@ func NewTestContext(args []string) *cli.Context {
app.Usage = "PhotoPrism®"
app.Description = ""
app.Version = "test"
app.Copyright = "(c) 2018-2025 PhotoPrism UG. All rights reserved."
app.Copyright = "(c) 2018-2026 PhotoPrism UG. All rights reserved."
app.Flags = config.Flags.Cli()
app.Commands = PhotoPrism
app.HelpName = app.Name

View file

@ -54,7 +54,7 @@ func TestOptions_LoadDoesNotOverrideEdition(t *testing.T) {
assert.Equal(t, "PhotoPrism", c.Name)
assert.Equal(t, "PhotoPrism®", c.About)
assert.Equal(t, "test", c.Version)
assert.Equal(t, "(c) 2018-2025 PhotoPrism UG. All rights reserved.", c.Copyright)
assert.Equal(t, "(c) 2018-2026 PhotoPrism UG. All rights reserved.", c.Copyright)
dir := t.TempDir()
fileName := filepath.Join(dir, "options.yml")
@ -74,7 +74,7 @@ func TestOptions_LoadDoesNotOverrideEdition(t *testing.T) {
assert.Equal(t, "PhotoPrism", c.Name)
assert.Equal(t, "PhotoPrism®", c.About)
assert.Equal(t, "test", c.Version)
assert.Equal(t, "(c) 2018-2025 PhotoPrism UG. All rights reserved.", c.Copyright)
assert.Equal(t, "(c) 2018-2026 PhotoPrism UG. All rights reserved.", c.Copyright)
assert.Equal(t, 4242, c.HttpPort)
}

View file

@ -153,7 +153,7 @@ func NewTestOptionsForPath(dbName, dataPath string) *Options {
opts := &Options{
Name: "PhotoPrism",
Version: "0.0.0",
Copyright: "(c) 2018-2025 PhotoPrism UG. All rights reserved.",
Copyright: "(c) 2018-2026 PhotoPrism UG. All rights reserved.",
Public: true,
Sponsor: true,
AuthMode: "",
@ -374,7 +374,7 @@ func NewTestContext(args []string) *cli.Context {
app := cli.NewApp()
app.Usage = "PhotoPrism®"
app.Version = "test"
app.Copyright = "(c) 2018-2025 PhotoPrism UG. All rights reserved."
app.Copyright = "(c) 2018-2026 PhotoPrism UG. All rights reserved."
app.EnableBashCompletion = true
app.Flags = Flags.Cli()
app.Metadata = Values{