docs: update copyright years

This commit is contained in:
Romain Failliot 2023-04-03 12:38:04 -04:00
parent 93df5e0e3d
commit 06ad24751f
2 changed files with 2 additions and 2 deletions

View File

@ -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).

View File

@ -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()