Update copyright headers

This commit is contained in:
Marko Durkovic 2023-01-11 15:21:14 +01:00
parent 88bbf1b5e3
commit ec7cd4a4e5
44 changed files with 46 additions and 46 deletions

View File

@ -1,4 +1,4 @@
# Copyright 2020-2022 Ternaris.
# Copyright 2020-2023 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""Sphinx config."""
@ -18,7 +18,7 @@ __all__ = ['_1', '_2', '_3', '_4', '_5']
typing.TYPE_CHECKING = True
project = 'Rosbags'
copyright = '2020-2022, Ternaris'
copyright = '2020-2023, Ternaris'
author = 'Ternaris'
autoapi_python_use_implicit_namespaces = True

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
# Copyright 2020-2022 Ternaris.
# Copyright 2020-2023 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""Highlevel interfaces for rosbags."""

View File

@ -1,4 +1,4 @@
# Copyright 2020-2022 Ternaris.
# Copyright 2020-2023 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""Tools for reading all rosbag versions with unified api."""

View File

@ -1,4 +1,4 @@
# Copyright 2020-2022 Ternaris.
# Copyright 2020-2023 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""Shared interfaces."""

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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