docs: update copyright years
This commit is contained in:
parent
93df5e0e3d
commit
06ad24751f
|
@ -60,6 +60,6 @@ is licensed under the [FSF-AP](https://www.gnu.org/prep/maintain/html_node/Licen
|
|||
license.
|
||||
|
||||
Copyright (C) 2006-2019 Derrick Moser <derrick_moser@yahoo.com>
|
||||
Copyright (C) 2015-2021 Romain Failliot <romain.failliot@foolstep.com>
|
||||
Copyright (C) 2015-2023 Romain Failliot <romain.failliot@foolstep.com>
|
||||
|
||||
Icon made by [@jimmac](https://github.com/jimmac).
|
||||
|
|
|
@ -22,7 +22,7 @@ from typing import Final
|
|||
|
||||
APP_NAME: Final[str] = 'Diffuse'
|
||||
COPYRIGHT: Final[str] = '''{copyright} © 2006-2019 Derrick Moser
|
||||
{copyright} © 2015-2021 Romain Failliot'''.format(copyright=_("Copyright"))
|
||||
{copyright} © 2015-2023 Romain Failliot'''.format(copyright=_("Copyright"))
|
||||
WEBSITE: Final[str] = 'https://mightycreak.github.io/diffuse/'
|
||||
|
||||
# Constants are set in main()
|
||||
|
|
Loading…
Reference in New Issue