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
+2 -2
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
+1 -1
View File
@@ -1,4 +1,4 @@
# Copyright 2020-2022 Ternaris.
# Copyright 2020-2023 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""Rosbags file format conversion.
+1 -1
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."""
+1 -1
View File
@@ -1,4 +1,4 @@
# Copyright 2020-2022 Ternaris.
# Copyright 2020-2023 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""Rosbag1 to Rosbag2 Converter."""
+1 -1
View File
@@ -1,4 +1,4 @@
# Copyright 2020-2022 Ternaris.
# Copyright 2020-2023 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""Highlevel interfaces for rosbags."""
+1 -1
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."""
+1 -1
View File
@@ -1,4 +1,4 @@
# Copyright 2020-2022 Ternaris.
# Copyright 2020-2023 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""Shared interfaces."""
+1 -1
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.
+1 -1
View File
@@ -1,4 +1,4 @@
# Copyright 2020-2022 Ternaris.
# Copyright 2020-2023 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""Rosbag1 v2.0 reader."""
+1 -1
View File
@@ -1,4 +1,4 @@
# Copyright 2020-2022 Ternaris.
# Copyright 2020-2023 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""Rosbag1 writer."""
+1 -1
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.
+1 -1
View File
@@ -1,4 +1,4 @@
# Copyright 2020-2022 Ternaris.
# Copyright 2020-2023 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""Rosbag2 metadata."""
+1 -1
View File
@@ -1,4 +1,4 @@
# Copyright 2020-2022 Ternaris.
# Copyright 2020-2023 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""Rosbag2 reader."""
+1 -1
View File
@@ -1,4 +1,4 @@
# Copyright 2020-2022 Ternaris.
# Copyright 2020-2023 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""Rosbag2 writer."""
+1 -1
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.
+1 -1
View File
@@ -1,4 +1,4 @@
# Copyright 2020-2022 Ternaris.
# Copyright 2020-2023 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""Code generators for CDR.
+1 -1
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."""
+1 -1
View File
@@ -1,4 +1,4 @@
# Copyright 2020-2022 Ternaris.
# Copyright 2020-2023 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""Serialization primitives.
+1 -1
View File
@@ -1,4 +1,4 @@
# Copyright 2020-2022 Ternaris.
# Copyright 2020-2023 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""Code generators for ROS1.
+1 -1
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."""
+1 -1
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."""
+1 -1
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."""
+1 -1
View File
@@ -1,4 +1,4 @@
# Copyright 2020-2022 Ternaris.
# Copyright 2020-2023 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""Rosbags Type System.
+1 -1
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."""
+1 -1
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."""
+1 -1
View File
@@ -1,4 +1,4 @@
# Copyright 2020-2022 Ternaris.
# Copyright 2020-2023 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""IDL Parser.
+1 -1
View File
@@ -1,4 +1,4 @@
# Copyright 2020-2022 Ternaris.
# Copyright 2020-2023 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""MSG Parser.
+1 -1
View File
@@ -1,4 +1,4 @@
# Copyright 2020-2022 Ternaris.
# Copyright 2020-2023 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""PEG Parser.
+2 -2
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',
+1 -1
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
+1 -1
View File
@@ -1,3 +1,3 @@
# Copyright 2020-2022 Ternaris.
# Copyright 2020-2023 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""Rosbag tests."""
+1 -1
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."""
+1 -1
View File
@@ -1,4 +1,4 @@
# Copyright 2020-2022 Ternaris.
# Copyright 2020-2023 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""Rosbag1to2 converter tests."""
+1 -1
View File
@@ -1,4 +1,4 @@
# Copyright 2020-2022 Ternaris.
# Copyright 2020-2023 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""Reader tests."""
+1 -1
View File
@@ -1,4 +1,4 @@
# Copyright 2020-2022 Ternaris.
# Copyright 2020-2023 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""Message definition parser tests."""
+1 -1
View File
@@ -1,4 +1,4 @@
# Copyright 2020-2022 Ternaris.
# Copyright 2020-2023 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""Reader tests."""
+1 -1
View File
@@ -1,4 +1,4 @@
# Copyright 2020-2022 Ternaris.
# Copyright 2020-2023 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""Reader tests."""
+1 -1
View File
@@ -1,4 +1,4 @@
# Copyright 2020-2022 Ternaris.
# Copyright 2020-2023 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""Test full data roundtrip."""
+1 -1
View File
@@ -1,4 +1,4 @@
# Copyright 2020-2022 Ternaris.
# Copyright 2020-2023 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""Test full data roundtrip."""
+1 -1
View File
@@ -1,4 +1,4 @@
# Copyright 2020-2022 Ternaris.
# Copyright 2020-2023 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""Serializer and deserializer tests."""
+1 -1
View File
@@ -1,4 +1,4 @@
# Copyright 2020-2022 Ternaris.
# Copyright 2020-2023 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""Writer tests."""
+1 -1
View File
@@ -1,4 +1,4 @@
# Copyright 2020-2022 Ternaris.
# Copyright 2020-2023 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""Writer tests."""
+1 -1
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."""
+1 -1
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."""