Update copyright notice (in advance)

Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
Michael Mayer 2019-12-30 19:24:15 +01:00
parent 45b689b78a
commit 8155927dd9
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ File bugs or feature requests at:
https://github.com/photoprism/photoprism/issues
Copyright © 2018 The PhotoPrism contributors.
Copyright © 2018 - 2020 The PhotoPrism contributors.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

View file

@ -16,7 +16,7 @@ func main() {
app.Name = "PhotoPrism"
app.Usage = "Browse your life in pictures"
app.Version = version
app.Copyright = "(c) 2018-2019 The PhotoPrism contributors <hello@photoprism.org>"
app.Copyright = "(c) 2018-2020 The PhotoPrism contributors <hello@photoprism.org>"
app.EnableBashCompletion = true
app.Flags = config.GlobalFlags