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