Update copyright year to 2023 (#85396)

* Update copyright year

* Remove year from copyright string
This commit is contained in:
Dave T 2023-01-08 01:05:27 +00:00 committed by GitHub
parent a18a629c19
commit d2c733628f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@ from homeassistant.const import __short_version__, __version__
PROJECT_NAME = "Home Assistant" PROJECT_NAME = "Home Assistant"
PROJECT_PACKAGE_NAME = "homeassistant" PROJECT_PACKAGE_NAME = "homeassistant"
PROJECT_AUTHOR = "The Home Assistant Authors" PROJECT_AUTHOR = "The Home Assistant Authors"
PROJECT_COPYRIGHT = f" 2013-2020, {PROJECT_AUTHOR}" PROJECT_COPYRIGHT = PROJECT_AUTHOR
PROJECT_LONG_DESCRIPTION = ( PROJECT_LONG_DESCRIPTION = (
"Home Assistant is an open-source " "Home Assistant is an open-source "
"home automation platform running on Python 3. " "home automation platform running on Python 3. "