Update copyright year to 2023 (#85396)
* Update copyright year * Remove year from copyright string
This commit is contained in:
parent
a18a629c19
commit
d2c733628f
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ from homeassistant.const import __short_version__, __version__
|
|||
PROJECT_NAME = "Home Assistant"
|
||||
PROJECT_PACKAGE_NAME = "homeassistant"
|
||||
PROJECT_AUTHOR = "The Home Assistant Authors"
|
||||
PROJECT_COPYRIGHT = f" 2013-2020, {PROJECT_AUTHOR}"
|
||||
PROJECT_COPYRIGHT = PROJECT_AUTHOR
|
||||
PROJECT_LONG_DESCRIPTION = (
|
||||
"Home Assistant is an open-source "
|
||||
"home automation platform running on Python 3. "
|
||||
|
|
Loading…
Add table
Reference in a new issue