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

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

View File

@ -1,4 +1,4 @@
# Copyright 2020-2021 Ternaris.
# Copyright 2020-2022 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""Rosbags file format conversion.

View File

@ -1,4 +1,4 @@
# Copyright 2020-2021 Ternaris.
# Copyright 2020-2022 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""CLI tool for rosbag conversion."""

View File

@ -1,4 +1,4 @@
# Copyright 2020-2021 Ternaris.
# Copyright 2020-2022 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""Rosbag1 to Rosbag2 Converter."""

View File

@ -1,4 +1,4 @@
# Copyright 2020-2021 Ternaris.
# Copyright 2020-2022 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""Rosbags support for rosbag1 files.

View File

@ -1,4 +1,4 @@
# Copyright 2020-2021 Ternaris.
# Copyright 2020-2022 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""Rosbag1 v2.0 reader."""

View File

@ -1,4 +1,4 @@
# Copyright 2020-2021 Ternaris.
# Copyright 2020-2022 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""Rosbag1 writer."""

View File

@ -1,4 +1,4 @@
# Copyright 2020-2021 Ternaris.
# Copyright 2020-2022 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""Rosbags support for rosbag2 files.

View File

@ -1,4 +1,4 @@
# Copyright 2020-2021 Ternaris.
# Copyright 2020-2022 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""Rosbag2 connection."""

View File

@ -1,4 +1,4 @@
# Copyright 2020-2021 Ternaris.
# Copyright 2020-2022 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""Rosbag2 reader."""

View File

@ -1,4 +1,4 @@
# Copyright 2020-2021 Ternaris.
# Copyright 2020-2022 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""Rosbag2 writer."""

View File

@ -1,4 +1,4 @@
# Copyright 2020-2021 Ternaris.
# Copyright 2020-2022 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""Rosbags message serialization and deserialization.

View File

@ -1,4 +1,4 @@
# Copyright 2020-2021 Ternaris.
# Copyright 2020-2022 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""Code generators for CDR.

View File

@ -1,4 +1,4 @@
# Copyright 2020-2021 Ternaris.
# Copyright 2020-2022 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""Runtime message loader and cache."""

View File

@ -1,4 +1,4 @@
# Copyright 2020-2021 Ternaris.
# Copyright 2020-2022 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""Serialization primitives.

View File

@ -1,4 +1,4 @@
# Copyright 2020-2021 Ternaris.
# Copyright 2020-2022 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""Code generators for ROS1.

View File

@ -1,4 +1,4 @@
# Copyright 2020-2021 Ternaris.
# Copyright 2020-2022 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""Serialization, deserializion and conversion functions."""

View File

@ -1,4 +1,4 @@
# Copyright 2020-2021 Ternaris.
# Copyright 2020-2022 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""Python types used in this package."""

View File

@ -1,4 +1,4 @@
# Copyright 2020-2021 Ternaris.
# Copyright 2020-2022 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""Helpers used by code generators."""

View File

@ -1,4 +1,4 @@
# Copyright 2020-2021 Ternaris.
# Copyright 2020-2022 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""Rosbags Type System.

View File

@ -1,4 +1,4 @@
# Copyright 2020-2021 Ternaris.
# Copyright 2020-2022 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""Tool to update builtin types shipped with rosbags."""

View File

@ -1,4 +1,4 @@
# Copyright 2020-2021 Ternaris.
# Copyright 2020-2022 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""Types and helpers used by message definition converters."""

View File

@ -1,4 +1,4 @@
# Copyright 2020-2021 Ternaris.
# Copyright 2020-2022 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""IDL Parser.

View File

@ -1,4 +1,4 @@
# Copyright 2020-2021 Ternaris.
# Copyright 2020-2022 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""MSG Parser.

View File

@ -1,4 +1,4 @@
# Copyright 2020-2021 Ternaris.
# Copyright 2020-2022 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""PEG Parser.

View File

@ -1,4 +1,4 @@
# Copyright 2020-2021 Ternaris.
# Copyright 2020-2022 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""Code generators and registration functions for the extensible type system."""
@ -57,7 +57,7 @@ def generate_python_code(typs: Typesdict) -> str:
"""
lines = [
'# Copyright 2020-2021 Ternaris.',
'# Copyright 2020-2022 Ternaris.',
'# SPDX-License-Identifier: Apache-2.0',
'#',
'# THIS FILE IS GENERATED, DO NOT EDIT',

View File

@ -1,4 +1,4 @@
# Copyright 2020-2021 Ternaris.
# Copyright 2020-2022 Ternaris.
# SPDX-License-Identifier: Apache-2.0
#
# THIS FILE IS GENERATED, DO NOT EDIT

View File

@ -1,3 +1,3 @@
# Copyright 2020-2021 Ternaris.
# Copyright 2020-2022 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""Rosbag tests."""

View File

@ -1,4 +1,4 @@
# Copyright 2020-2021 Ternaris.
# Copyright 2020-2022 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""Reference CDR message serializer and deserializer."""

View File

@ -1,4 +1,4 @@
# Copyright 2020-2021 Ternaris.
# Copyright 2020-2022 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""Rosbag1to2 converter tests."""

View File

@ -1,4 +1,4 @@
# Copyright 2020-2021 Ternaris.
# Copyright 2020-2022 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""Message definition parser tests."""

View File

@ -1,4 +1,4 @@
# Copyright 2020-2021 Ternaris.
# Copyright 2020-2022 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""Reader tests."""

View File

@ -1,4 +1,4 @@
# Copyright 2020-2021 Ternaris.
# Copyright 2020-2022 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""Reader tests."""

View File

@ -1,4 +1,4 @@
# Copyright 2020-2021 Ternaris.
# Copyright 2020-2022 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""Test full data roundtrip."""

View File

@ -1,4 +1,4 @@
# Copyright 2020-2021 Ternaris.
# Copyright 2020-2022 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""Test full data roundtrip."""

View File

@ -1,4 +1,4 @@
# Copyright 2020-2021 Ternaris.
# Copyright 2020-2022 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""Serializer and deserializer tests."""

View File

@ -1,4 +1,4 @@
# Copyright 2020-2021 Ternaris.
# Copyright 2020-2022 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""Writer tests."""

View File

@ -1,4 +1,4 @@
# Copyright 2020-2021 Ternaris.
# Copyright 2020-2022 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""Writer tests."""

View File

@ -1,4 +1,4 @@
# Copyright 2020-2021 Ternaris.
# Copyright 2020-2022 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""Check and benchmark rosbag2 read implementations."""

View File

@ -1,4 +1,4 @@
# Copyright 2020-2021 Ternaris.
# Copyright 2020-2022 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""Tool checking if contents of two rosbags are equal."""