Update copyright headers

This commit is contained in:
Marko Durkovic
2022-04-10 23:32:25 +02:00
parent f5d3494cbb
commit 946f2edb42
40 changed files with 42 additions and 42 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
# Copyright 2020-2021 Ternaris.
# Copyright 2020-2022 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""Sphinx config."""
@@ -18,7 +18,7 @@ import sphinx_rtd_theme # type: ignore # noqa
typing.TYPE_CHECKING = True
project = 'Rosbags'
copyright = '2020-2021, Ternaris'
copyright = '2020-2022, Ternaris'
author = 'Ternaris'
autoapi_python_use_implicit_namespaces = True