From 777557d306140b00b5395a869194aa7936dea12c Mon Sep 17 00:00:00 2001 From: Tobias Klockau Date: Fri, 1 Mar 2024 10:04:44 +0100 Subject: [PATCH] chore: change DB Netz AG to DB InfraGO AG --- .editorconfig | 2 +- .git_archival.txt | 2 +- .gitattributes | 2 +- .github/workflows/build-test-publish.yml | 2 +- .github/workflows/docs.yml | 2 +- .github/workflows/lint.yml | 2 +- .gitignore | 2 +- .pre-commit-config.yaml | 2 +- CHANGELOG.md | 2 +- CONTRIBUTING.md | 2 +- LICENSES/.license_header.txt | 2 +- README.md | 4 ++-- docs/Makefile | 2 +- docs/make.bat | 2 +- docs/source/_static/github-logo.svg | 2 +- docs/source/conf.py | 2 +- docs/source/howto.rst | 2 +- docs/source/howtos/1 Validating Annotation Files.rst | 2 +- docs/source/howtos/2 Loading Annotation Files.rst | 2 +- docs/source/howtos/3 Saving Annotation Files.rst | 2 +- docs/source/howtos/4 Filtering Scenes.rst | 2 +- docs/source/index.rst | 2 +- docs/source/intro.rst | 2 +- git-conventional-commits.json.license | 2 +- pyproject.toml | 4 ++-- raillabel/__init__.py | 2 +- raillabel/_util/__init__.py | 2 +- raillabel/_util/_attribute_type.py | 2 +- raillabel/_util/_clean_dict.py | 2 +- raillabel/_util/_warning.py | 2 +- raillabel/exceptions.py | 2 +- raillabel/filter/_filter_classes/__init__.py | 2 +- raillabel/filter/_filter_classes/_filter_abc.py | 2 +- raillabel/filter/_filter_classes/_filter_annotation_ids.py | 2 +- raillabel/filter/_filter_classes/_filter_annotation_types.py | 2 +- raillabel/filter/_filter_classes/_filter_attributes.py | 2 +- raillabel/filter/_filter_classes/_filter_end.py | 2 +- raillabel/filter/_filter_classes/_filter_frames.py | 2 +- raillabel/filter/_filter_classes/_filter_object_ids.py | 2 +- raillabel/filter/_filter_classes/_filter_object_types.py | 2 +- raillabel/filter/_filter_classes/_filter_sensors.py | 2 +- raillabel/filter/_filter_classes/_filter_start.py | 2 +- raillabel/filter/filter.py | 2 +- raillabel/format/__init__.py | 2 +- raillabel/format/raillabel/__init__.py | 2 +- raillabel/format/raillabel/_object_annotation.py | 2 +- raillabel/format/raillabel/bbox.py | 2 +- raillabel/format/raillabel/cuboid.py | 2 +- raillabel/format/raillabel/element_data_pointer.py | 2 +- raillabel/format/raillabel/frame.py | 2 +- raillabel/format/raillabel/frame_interval.py | 2 +- raillabel/format/raillabel/intrinsics_pinhole.py | 2 +- raillabel/format/raillabel/intrinsics_radar.py | 2 +- raillabel/format/raillabel/metadata.py | 2 +- raillabel/format/raillabel/num.py | 2 +- raillabel/format/raillabel/object.py | 2 +- raillabel/format/raillabel/point2d.py | 2 +- raillabel/format/raillabel/point3d.py | 2 +- raillabel/format/raillabel/poly2d.py | 2 +- raillabel/format/raillabel/poly3d.py | 2 +- raillabel/format/raillabel/quaternion.py | 2 +- raillabel/format/raillabel/scene.py | 2 +- raillabel/format/raillabel/seg3d.py | 2 +- raillabel/format/raillabel/sensor.py | 2 +- raillabel/format/raillabel/sensor_reference.py | 2 +- raillabel/format/raillabel/size2d.py | 2 +- raillabel/format/raillabel/size3d.py | 2 +- raillabel/format/raillabel/transform.py | 2 +- raillabel/format/understand_ai/__init__.py | 2 +- raillabel/format/understand_ai/_annotation.py | 2 +- raillabel/format/understand_ai/_translation.py | 2 +- raillabel/format/understand_ai/bounding_box_2d.py | 2 +- raillabel/format/understand_ai/bounding_box_3d.py | 2 +- raillabel/format/understand_ai/coordinate_system.py | 2 +- raillabel/format/understand_ai/frame.py | 2 +- raillabel/format/understand_ai/metadata.py | 2 +- raillabel/format/understand_ai/point_3d.py | 2 +- raillabel/format/understand_ai/polygon_2d.py | 2 +- raillabel/format/understand_ai/polyline_2d.py | 2 +- raillabel/format/understand_ai/quaternion.py | 2 +- raillabel/format/understand_ai/scene.py | 2 +- raillabel/format/understand_ai/segmentation_3d.py | 2 +- raillabel/format/understand_ai/sensor_reference.py | 2 +- raillabel/format/understand_ai/size_3d.py | 2 +- raillabel/load_/__init__.py | 2 +- raillabel/load_/load.py | 2 +- raillabel/load_/loader_classes/__init__.py | 2 +- raillabel/load_/loader_classes/_loader_abc.py | 2 +- raillabel/load_/loader_classes/loader_raillabel.py | 2 +- raillabel/load_/loader_classes/loader_understand_ai.py | 2 +- raillabel/load_/loader_classes/translation.json.license | 2 +- raillabel/save/save.py | 2 +- raillabel/stats/__init__.py | 2 +- raillabel/stats/generate_timespan.py | 2 +- raillabel/validate/schemas/raillabel_schema.json.license | 2 +- .../validate/schemas/understand_ai_t4_schema.json.license | 2 +- raillabel/validate/validate.py | 2 +- tests/__test_assets__/metaschema.json.license | 2 +- tests/__test_assets__/openlabel_v1_schema.json.license | 2 +- tests/__test_assets__/openlabel_v1_short.json5.license | 2 +- tests/__test_assets__/understand_ai_real_life.json.license | 2 +- tests/__test_assets__/understand_ai_t4_short.json.license | 2 +- tests/conftest.py | 2 +- tests/master_test.py | 2 +- tests/test_raillabel/__init__.py | 2 +- tests/test_raillabel/_util/test_clean_dict.py | 2 +- tests/test_raillabel/_util/test_warning.py | 2 +- tests/test_raillabel/filter/test_filter.py | 2 +- tests/test_raillabel/format/__init__.py | 2 +- tests/test_raillabel/format/raillabel/__init__.py | 2 +- tests/test_raillabel/format/raillabel/conftest.py | 2 +- tests/test_raillabel/format/raillabel/test_attributes.py | 2 +- tests/test_raillabel/format/raillabel/test_bbox.py | 2 +- tests/test_raillabel/format/raillabel/test_cuboid.py | 2 +- .../format/raillabel/test_element_data_pointer.py | 2 +- tests/test_raillabel/format/raillabel/test_frame.py | 2 +- tests/test_raillabel/format/raillabel/test_frame_interval.py | 2 +- .../format/raillabel/test_intrinsics_pinhole.py | 2 +- .../test_raillabel/format/raillabel/test_intrinsics_radar.py | 2 +- tests/test_raillabel/format/raillabel/test_metadata.py | 2 +- tests/test_raillabel/format/raillabel/test_num.py | 2 +- tests/test_raillabel/format/raillabel/test_object.py | 2 +- .../test_raillabel/format/raillabel/test_object_annotation.py | 2 +- tests/test_raillabel/format/raillabel/test_object_data.py | 2 +- tests/test_raillabel/format/raillabel/test_point2d.py | 2 +- tests/test_raillabel/format/raillabel/test_point3d.py | 2 +- tests/test_raillabel/format/raillabel/test_poly2d.py | 2 +- tests/test_raillabel/format/raillabel/test_poly3d.py | 2 +- tests/test_raillabel/format/raillabel/test_quaternion.py | 2 +- tests/test_raillabel/format/raillabel/test_scene.py | 2 +- tests/test_raillabel/format/raillabel/test_seg3d.py | 2 +- tests/test_raillabel/format/raillabel/test_sensor.py | 2 +- .../test_raillabel/format/raillabel/test_sensor_reference.py | 2 +- tests/test_raillabel/format/raillabel/test_size2d.py | 2 +- tests/test_raillabel/format/raillabel/test_size3d.py | 2 +- tests/test_raillabel/format/raillabel/test_transform.py | 2 +- tests/test_raillabel/format/understand_ai/conftest.py | 2 +- .../format/understand_ai/test_uai_attributes.py | 2 +- .../format/understand_ai/test_uai_bounding_box_2d.py | 2 +- .../format/understand_ai/test_uai_bounding_box_3d.py | 2 +- .../format/understand_ai/test_uai_coordinate_system.py | 2 +- tests/test_raillabel/format/understand_ai/test_uai_frame.py | 2 +- .../test_raillabel/format/understand_ai/test_uai_metadata.py | 2 +- .../test_raillabel/format/understand_ai/test_uai_point_3d.py | 2 +- .../format/understand_ai/test_uai_polygon_2d.py | 2 +- .../format/understand_ai/test_uai_polyline_2d.py | 2 +- .../format/understand_ai/test_uai_quaternion.py | 2 +- tests/test_raillabel/format/understand_ai/test_uai_scene.py | 2 +- .../format/understand_ai/test_uai_segmentation_3d.py | 2 +- .../format/understand_ai/test_uai_sensor_reference.py | 2 +- tests/test_raillabel/format/understand_ai/test_uai_size_3d.py | 2 +- .../load_/loader_classes/test_loader_raillabel.py | 2 +- .../load_/loader_classes/test_loader_understand_ai.py | 2 +- tests/test_raillabel/load_/test_load.py | 2 +- tests/test_raillabel/save/test_save.py | 2 +- tests/test_raillabel/stats/test_generate_timespan.py | 2 +- .../validate/schemas/test_raillabel_v2_schema.py | 2 +- .../validate/schemas/test_understand_ai_t4_schema.py | 2 +- tests/test_raillabel/validate/test_validate.py | 2 +- 159 files changed, 161 insertions(+), 161 deletions(-) diff --git a/.editorconfig b/.editorconfig index 19bc9cc..2a7e36b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 # Editor configuration, see http://editorconfig.org diff --git a/.git_archival.txt b/.git_archival.txt index 1c1d2e8..5a4899c 100644 --- a/.git_archival.txt +++ b/.git_archival.txt @@ -1,4 +1,4 @@ -Copyright DB Netz AG and contributors +Copyright DB InfraGO AG and contributors SPDX-License-Identifier: CC0-1.0 node: $Format:%H$ diff --git a/.gitattributes b/.gitattributes index de62da1..e9dd5d5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: CC0-1.0 * text=auto diff --git a/.github/workflows/build-test-publish.yml b/.github/workflows/build-test-publish.yml index e55e164..b596c92 100644 --- a/.github/workflows/build-test-publish.yml +++ b/.github/workflows/build-test-publish.yml @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: CC0-1.0 name: Build diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 0a0556e..612c67a 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: CC0-1.0 name: Docs diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 0247191..4cddd7d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: CC0-1.0 name: Lint diff --git a/.gitignore b/.gitignore index 0598a50..1ecc071 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: CC0-1.0 # Byte-compiled / optimized / DLL files diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 777347f..a4b7502 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: CC0-1.0 default_install_hook_types: [commit-msg, pre-commit] diff --git a/CHANGELOG.md b/CHANGELOG.md index e778e54..de51d10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9ebf678..3b57e49 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,5 @@ diff --git a/LICENSES/.license_header.txt b/LICENSES/.license_header.txt index c3fb022..02c8c23 100644 --- a/LICENSES/.license_header.txt +++ b/LICENSES/.license_header.txt @@ -1,2 +1,2 @@ -Copyright DB Netz AG and contributors +Copyright DB InfraGO AG and contributors SPDX-License-Identifier: Apache-2.0 diff --git a/README.md b/README.md index ef56587..465eb59 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -50,7 +50,7 @@ look at our [guidelines for contributors](CONTRIBUTING.md) for details. This project is compliant with the [REUSE Specification Version 3.0](https://git.fsfe.org/reuse/docs/src/commit/d173a27231a36e1a2a3af07421f5e557ae0fec46/spec.md). -Copyright DB Netz AG, licensed under Apache 2.0 (see full text in +Copyright DB InfraGO AG, licensed under Apache 2.0 (see full text in [LICENSES/Apache-2.0.txt](LICENSES/Apache-2.0.txt)) Dot-files are licensed under CC0-1.0 (see full text in diff --git a/docs/Makefile b/docs/Makefile index fdfe666..165c707 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: CC0-1.0 # Minimal makefile for Sphinx documentation diff --git a/docs/make.bat b/docs/make.bat index ab614db..9f24710 100644 --- a/docs/make.bat +++ b/docs/make.bat @@ -1,5 +1,5 @@ @ECHO OFF -REM Copyright DB Netz AG and contributors +REM Copyright DB InfraGO AG and contributors REM SPDX-License-Identifier: CC0-1.0 pushd %~dp0 diff --git a/docs/source/_static/github-logo.svg b/docs/source/_static/github-logo.svg index a407b96..6305840 100644 --- a/docs/source/_static/github-logo.svg +++ b/docs/source/_static/github-logo.svg @@ -1,5 +1,5 @@ diff --git a/docs/source/conf.py b/docs/source/conf.py index 1ed1be0..98f3cba 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 """Configuration file for Sphinx.""" diff --git a/docs/source/howto.rst b/docs/source/howto.rst index 5cef8ca..5810e32 100644 --- a/docs/source/howto.rst +++ b/docs/source/howto.rst @@ -1,5 +1,5 @@ .. - Copyright DB Netz AG and contributors + Copyright DB InfraGO AG and contributors SPDX-License-Identifier: Apache-2.0 .. _howtos: diff --git a/docs/source/howtos/1 Validating Annotation Files.rst b/docs/source/howtos/1 Validating Annotation Files.rst index 52d4a31..c87ef96 100644 --- a/docs/source/howtos/1 Validating Annotation Files.rst +++ b/docs/source/howtos/1 Validating Annotation Files.rst @@ -1,5 +1,5 @@ .. - Copyright DB Netz AG and contributors + Copyright DB InfraGO AG and contributors SPDX-License-Identifier: Apache-2.0 ============================= diff --git a/docs/source/howtos/2 Loading Annotation Files.rst b/docs/source/howtos/2 Loading Annotation Files.rst index 75539b4..0d65c3d 100644 --- a/docs/source/howtos/2 Loading Annotation Files.rst +++ b/docs/source/howtos/2 Loading Annotation Files.rst @@ -1,5 +1,5 @@ .. - Copyright DB Netz AG and contributors + Copyright DB InfraGO AG and contributors SPDX-License-Identifier: Apache-2.0 ========================== diff --git a/docs/source/howtos/3 Saving Annotation Files.rst b/docs/source/howtos/3 Saving Annotation Files.rst index e79d4ca..dce3d7f 100644 --- a/docs/source/howtos/3 Saving Annotation Files.rst +++ b/docs/source/howtos/3 Saving Annotation Files.rst @@ -1,5 +1,5 @@ .. - Copyright DB Netz AG and contributors + Copyright DB InfraGO AG and contributors SPDX-License-Identifier: Apache-2.0 ========================= diff --git a/docs/source/howtos/4 Filtering Scenes.rst b/docs/source/howtos/4 Filtering Scenes.rst index 277da5c..4b99330 100644 --- a/docs/source/howtos/4 Filtering Scenes.rst +++ b/docs/source/howtos/4 Filtering Scenes.rst @@ -1,5 +1,5 @@ .. - Copyright DB Netz AG and contributors + Copyright DB InfraGO AG and contributors SPDX-License-Identifier: Apache-2.0 ================== diff --git a/docs/source/index.rst b/docs/source/index.rst index d24347d..46fb152 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -1,5 +1,5 @@ .. - Copyright DB Netz AG and contributors + Copyright DB InfraGO AG and contributors SPDX-License-Identifier: Apache-2.0 ***************************** diff --git a/docs/source/intro.rst b/docs/source/intro.rst index a51ab69..c243059 100644 --- a/docs/source/intro.rst +++ b/docs/source/intro.rst @@ -1,5 +1,5 @@ .. - Copyright DB Netz AG and contributors + Copyright DB InfraGO AG and contributors SPDX-License-Identifier: Apache-2.0 Motivation diff --git a/git-conventional-commits.json.license b/git-conventional-commits.json.license index 5766faf..fbb8ddf 100644 --- a/git-conventional-commits.json.license +++ b/git-conventional-commits.json.license @@ -1,2 +1,2 @@ -SPDX-FileCopyrightText: Copyright DB Netz AG and the raillabel contributors +SPDX-FileCopyrightText: Copyright DB InfraGO AG and the raillabel contributors SPDX-License-Identifier: Apache-2.0 diff --git a/pyproject.toml b/pyproject.toml index dd93d67..bebe734 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 [build-system] @@ -18,7 +18,7 @@ readme = "README.md" requires-python = ">=3.8, <3.12" license = { text = "Apache-2.0" } authors = [ - { name = "DB Netz AG" }, + { name = "DB InfraGO AG" }, ] keywords = [] classifiers = [ diff --git a/raillabel/__init__.py b/raillabel/__init__.py index 31182e0..40dfb0a 100644 --- a/raillabel/__init__.py +++ b/raillabel/__init__.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 """Devkit for working with recorded and annotated train ride data from DB.""" from importlib import metadata diff --git a/raillabel/_util/__init__.py b/raillabel/_util/__init__.py index aabc64e..dd5d085 100644 --- a/raillabel/_util/__init__.py +++ b/raillabel/_util/__init__.py @@ -1,2 +1,2 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 diff --git a/raillabel/_util/_attribute_type.py b/raillabel/_util/_attribute_type.py index ff8a7a6..3fff392 100644 --- a/raillabel/_util/_attribute_type.py +++ b/raillabel/_util/_attribute_type.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import typing as t diff --git a/raillabel/_util/_clean_dict.py b/raillabel/_util/_clean_dict.py index 0101690..77d5444 100644 --- a/raillabel/_util/_clean_dict.py +++ b/raillabel/_util/_clean_dict.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 diff --git a/raillabel/_util/_warning.py b/raillabel/_util/_warning.py index d501e0d..828b1b3 100644 --- a/raillabel/_util/_warning.py +++ b/raillabel/_util/_warning.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/raillabel/exceptions.py b/raillabel/exceptions.py index 6889422..5be884b 100644 --- a/raillabel/exceptions.py +++ b/raillabel/exceptions.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 diff --git a/raillabel/filter/_filter_classes/__init__.py b/raillabel/filter/_filter_classes/__init__.py index 3a36820..a47563f 100644 --- a/raillabel/filter/_filter_classes/__init__.py +++ b/raillabel/filter/_filter_classes/__init__.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 """Package containing the loader classes for all supported formats.""" diff --git a/raillabel/filter/_filter_classes/_filter_abc.py b/raillabel/filter/_filter_classes/_filter_abc.py index 2c001b3..237e3a1 100644 --- a/raillabel/filter/_filter_classes/_filter_abc.py +++ b/raillabel/filter/_filter_classes/_filter_abc.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import typing as t diff --git a/raillabel/filter/_filter_classes/_filter_annotation_ids.py b/raillabel/filter/_filter_classes/_filter_annotation_ids.py index 37d0d38..4ff50f5 100644 --- a/raillabel/filter/_filter_classes/_filter_annotation_ids.py +++ b/raillabel/filter/_filter_classes/_filter_annotation_ids.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import typing as t diff --git a/raillabel/filter/_filter_classes/_filter_annotation_types.py b/raillabel/filter/_filter_classes/_filter_annotation_types.py index 97f2c6e..a929983 100644 --- a/raillabel/filter/_filter_classes/_filter_annotation_types.py +++ b/raillabel/filter/_filter_classes/_filter_annotation_types.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import typing as t diff --git a/raillabel/filter/_filter_classes/_filter_attributes.py b/raillabel/filter/_filter_classes/_filter_attributes.py index f35f8b3..01d3450 100644 --- a/raillabel/filter/_filter_classes/_filter_attributes.py +++ b/raillabel/filter/_filter_classes/_filter_attributes.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import typing as t diff --git a/raillabel/filter/_filter_classes/_filter_end.py b/raillabel/filter/_filter_classes/_filter_end.py index 084ddfb..5673447 100644 --- a/raillabel/filter/_filter_classes/_filter_end.py +++ b/raillabel/filter/_filter_classes/_filter_end.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 from decimal import Decimal diff --git a/raillabel/filter/_filter_classes/_filter_frames.py b/raillabel/filter/_filter_classes/_filter_frames.py index 742494f..6cfd7fd 100644 --- a/raillabel/filter/_filter_classes/_filter_frames.py +++ b/raillabel/filter/_filter_classes/_filter_frames.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 from ._filter_abc import Frame, _FilterABC diff --git a/raillabel/filter/_filter_classes/_filter_object_ids.py b/raillabel/filter/_filter_classes/_filter_object_ids.py index deeb332..aa293fa 100644 --- a/raillabel/filter/_filter_classes/_filter_object_ids.py +++ b/raillabel/filter/_filter_classes/_filter_object_ids.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import typing as t diff --git a/raillabel/filter/_filter_classes/_filter_object_types.py b/raillabel/filter/_filter_classes/_filter_object_types.py index 2ac865f..2c652b3 100644 --- a/raillabel/filter/_filter_classes/_filter_object_types.py +++ b/raillabel/filter/_filter_classes/_filter_object_types.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import typing as t diff --git a/raillabel/filter/_filter_classes/_filter_sensors.py b/raillabel/filter/_filter_classes/_filter_sensors.py index b04f5c8..2bdf2b4 100644 --- a/raillabel/filter/_filter_classes/_filter_sensors.py +++ b/raillabel/filter/_filter_classes/_filter_sensors.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import typing as t diff --git a/raillabel/filter/_filter_classes/_filter_start.py b/raillabel/filter/_filter_classes/_filter_start.py index 4b4b533..ab1e00b 100644 --- a/raillabel/filter/_filter_classes/_filter_start.py +++ b/raillabel/filter/_filter_classes/_filter_start.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 from decimal import Decimal diff --git a/raillabel/filter/filter.py b/raillabel/filter/filter.py index 02be7e2..afa17bf 100644 --- a/raillabel/filter/filter.py +++ b/raillabel/filter/filter.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import pickle diff --git a/raillabel/format/__init__.py b/raillabel/format/__init__.py index 76ad238..5af563e 100644 --- a/raillabel/format/__init__.py +++ b/raillabel/format/__init__.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 """Module containing all relevant format classes.""" diff --git a/raillabel/format/raillabel/__init__.py b/raillabel/format/raillabel/__init__.py index fc65e56..cf306c7 100644 --- a/raillabel/format/raillabel/__init__.py +++ b/raillabel/format/raillabel/__init__.py @@ -1,3 +1,3 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 """Collection of all raillabel format classes.""" diff --git a/raillabel/format/raillabel/_object_annotation.py b/raillabel/format/raillabel/_object_annotation.py index 375ad99..3061d5a 100644 --- a/raillabel/format/raillabel/_object_annotation.py +++ b/raillabel/format/raillabel/_object_annotation.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import typing as t diff --git a/raillabel/format/raillabel/bbox.py b/raillabel/format/raillabel/bbox.py index c2c3e7d..3b254b2 100644 --- a/raillabel/format/raillabel/bbox.py +++ b/raillabel/format/raillabel/bbox.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 from dataclasses import dataclass diff --git a/raillabel/format/raillabel/cuboid.py b/raillabel/format/raillabel/cuboid.py index b4be05b..f4f88ff 100644 --- a/raillabel/format/raillabel/cuboid.py +++ b/raillabel/format/raillabel/cuboid.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 from dataclasses import dataclass diff --git a/raillabel/format/raillabel/element_data_pointer.py b/raillabel/format/raillabel/element_data_pointer.py index 457f9ae..f0e03cd 100644 --- a/raillabel/format/raillabel/element_data_pointer.py +++ b/raillabel/format/raillabel/element_data_pointer.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import typing as t diff --git a/raillabel/format/raillabel/frame.py b/raillabel/format/raillabel/frame.py index 1abd63d..575dd1f 100644 --- a/raillabel/format/raillabel/frame.py +++ b/raillabel/format/raillabel/frame.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import decimal diff --git a/raillabel/format/raillabel/frame_interval.py b/raillabel/format/raillabel/frame_interval.py index fee4cc8..5d5d728 100644 --- a/raillabel/format/raillabel/frame_interval.py +++ b/raillabel/format/raillabel/frame_interval.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import typing as t diff --git a/raillabel/format/raillabel/intrinsics_pinhole.py b/raillabel/format/raillabel/intrinsics_pinhole.py index 3b32794..4ce1a09 100644 --- a/raillabel/format/raillabel/intrinsics_pinhole.py +++ b/raillabel/format/raillabel/intrinsics_pinhole.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import typing as t diff --git a/raillabel/format/raillabel/intrinsics_radar.py b/raillabel/format/raillabel/intrinsics_radar.py index 56edb12..63c9acb 100644 --- a/raillabel/format/raillabel/intrinsics_radar.py +++ b/raillabel/format/raillabel/intrinsics_radar.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 from dataclasses import dataclass diff --git a/raillabel/format/raillabel/metadata.py b/raillabel/format/raillabel/metadata.py index 9939a97..3c06667 100644 --- a/raillabel/format/raillabel/metadata.py +++ b/raillabel/format/raillabel/metadata.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import typing as t diff --git a/raillabel/format/raillabel/num.py b/raillabel/format/raillabel/num.py index 3a9b9b6..509d938 100644 --- a/raillabel/format/raillabel/num.py +++ b/raillabel/format/raillabel/num.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import typing as t diff --git a/raillabel/format/raillabel/object.py b/raillabel/format/raillabel/object.py index 7e3ce24..b0649a4 100644 --- a/raillabel/format/raillabel/object.py +++ b/raillabel/format/raillabel/object.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import typing as t diff --git a/raillabel/format/raillabel/point2d.py b/raillabel/format/raillabel/point2d.py index 26b2699..37d913f 100644 --- a/raillabel/format/raillabel/point2d.py +++ b/raillabel/format/raillabel/point2d.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 from dataclasses import dataclass diff --git a/raillabel/format/raillabel/point3d.py b/raillabel/format/raillabel/point3d.py index a191da5..fe09775 100644 --- a/raillabel/format/raillabel/point3d.py +++ b/raillabel/format/raillabel/point3d.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 from dataclasses import dataclass diff --git a/raillabel/format/raillabel/poly2d.py b/raillabel/format/raillabel/poly2d.py index 58dd20d..cfa9e68 100644 --- a/raillabel/format/raillabel/poly2d.py +++ b/raillabel/format/raillabel/poly2d.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import typing as t diff --git a/raillabel/format/raillabel/poly3d.py b/raillabel/format/raillabel/poly3d.py index ad72930..28e092b 100644 --- a/raillabel/format/raillabel/poly3d.py +++ b/raillabel/format/raillabel/poly3d.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import typing as t diff --git a/raillabel/format/raillabel/quaternion.py b/raillabel/format/raillabel/quaternion.py index 5d2864a..2e77405 100644 --- a/raillabel/format/raillabel/quaternion.py +++ b/raillabel/format/raillabel/quaternion.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 from dataclasses import dataclass diff --git a/raillabel/format/raillabel/scene.py b/raillabel/format/raillabel/scene.py index 4af5323..d3c7fcb 100644 --- a/raillabel/format/raillabel/scene.py +++ b/raillabel/format/raillabel/scene.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import typing as t diff --git a/raillabel/format/raillabel/seg3d.py b/raillabel/format/raillabel/seg3d.py index fb9bb04..948295d 100644 --- a/raillabel/format/raillabel/seg3d.py +++ b/raillabel/format/raillabel/seg3d.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import typing as t diff --git a/raillabel/format/raillabel/sensor.py b/raillabel/format/raillabel/sensor.py index f11c6e8..94f2658 100644 --- a/raillabel/format/raillabel/sensor.py +++ b/raillabel/format/raillabel/sensor.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import typing as t diff --git a/raillabel/format/raillabel/sensor_reference.py b/raillabel/format/raillabel/sensor_reference.py index 91808c7..6f7ce70 100644 --- a/raillabel/format/raillabel/sensor_reference.py +++ b/raillabel/format/raillabel/sensor_reference.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import decimal diff --git a/raillabel/format/raillabel/size2d.py b/raillabel/format/raillabel/size2d.py index 4021ecb..9976f70 100644 --- a/raillabel/format/raillabel/size2d.py +++ b/raillabel/format/raillabel/size2d.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 from dataclasses import dataclass diff --git a/raillabel/format/raillabel/size3d.py b/raillabel/format/raillabel/size3d.py index 538cb42..61d926d 100644 --- a/raillabel/format/raillabel/size3d.py +++ b/raillabel/format/raillabel/size3d.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 from dataclasses import dataclass diff --git a/raillabel/format/raillabel/transform.py b/raillabel/format/raillabel/transform.py index c6933f3..bffddce 100644 --- a/raillabel/format/raillabel/transform.py +++ b/raillabel/format/raillabel/transform.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 from dataclasses import dataclass diff --git a/raillabel/format/understand_ai/__init__.py b/raillabel/format/understand_ai/__init__.py index cbec19e..52adc36 100644 --- a/raillabel/format/understand_ai/__init__.py +++ b/raillabel/format/understand_ai/__init__.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 """Module containing all relevant understand.ai format classes.""" diff --git a/raillabel/format/understand_ai/_annotation.py b/raillabel/format/understand_ai/_annotation.py index 22b400c..257043f 100644 --- a/raillabel/format/understand_ai/_annotation.py +++ b/raillabel/format/understand_ai/_annotation.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import typing as t diff --git a/raillabel/format/understand_ai/_translation.py b/raillabel/format/understand_ai/_translation.py index 5469505..79b56fb 100644 --- a/raillabel/format/understand_ai/_translation.py +++ b/raillabel/format/understand_ai/_translation.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import json diff --git a/raillabel/format/understand_ai/bounding_box_2d.py b/raillabel/format/understand_ai/bounding_box_2d.py index d66994c..2e86cfd 100644 --- a/raillabel/format/understand_ai/bounding_box_2d.py +++ b/raillabel/format/understand_ai/bounding_box_2d.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import typing as t diff --git a/raillabel/format/understand_ai/bounding_box_3d.py b/raillabel/format/understand_ai/bounding_box_3d.py index 914e4b4..9377695 100644 --- a/raillabel/format/understand_ai/bounding_box_3d.py +++ b/raillabel/format/understand_ai/bounding_box_3d.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import typing as t diff --git a/raillabel/format/understand_ai/coordinate_system.py b/raillabel/format/understand_ai/coordinate_system.py index eae9f3b..afe28c4 100644 --- a/raillabel/format/understand_ai/coordinate_system.py +++ b/raillabel/format/understand_ai/coordinate_system.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import typing as t diff --git a/raillabel/format/understand_ai/frame.py b/raillabel/format/understand_ai/frame.py index 172c162..7c8ed35 100644 --- a/raillabel/format/understand_ai/frame.py +++ b/raillabel/format/understand_ai/frame.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import typing as t diff --git a/raillabel/format/understand_ai/metadata.py b/raillabel/format/understand_ai/metadata.py index 88e1aa3..2a2a5a4 100644 --- a/raillabel/format/understand_ai/metadata.py +++ b/raillabel/format/understand_ai/metadata.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import json diff --git a/raillabel/format/understand_ai/point_3d.py b/raillabel/format/understand_ai/point_3d.py index 2fe0817..41e90ec 100644 --- a/raillabel/format/understand_ai/point_3d.py +++ b/raillabel/format/understand_ai/point_3d.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 from dataclasses import dataclass diff --git a/raillabel/format/understand_ai/polygon_2d.py b/raillabel/format/understand_ai/polygon_2d.py index e8128ff..0d0ca42 100644 --- a/raillabel/format/understand_ai/polygon_2d.py +++ b/raillabel/format/understand_ai/polygon_2d.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import typing as t diff --git a/raillabel/format/understand_ai/polyline_2d.py b/raillabel/format/understand_ai/polyline_2d.py index 15d8af6..861fed3 100644 --- a/raillabel/format/understand_ai/polyline_2d.py +++ b/raillabel/format/understand_ai/polyline_2d.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import typing as t diff --git a/raillabel/format/understand_ai/quaternion.py b/raillabel/format/understand_ai/quaternion.py index 8b68a89..eec6300 100644 --- a/raillabel/format/understand_ai/quaternion.py +++ b/raillabel/format/understand_ai/quaternion.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 from dataclasses import dataclass diff --git a/raillabel/format/understand_ai/scene.py b/raillabel/format/understand_ai/scene.py index 302f920..3d589c2 100644 --- a/raillabel/format/understand_ai/scene.py +++ b/raillabel/format/understand_ai/scene.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import typing as t diff --git a/raillabel/format/understand_ai/segmentation_3d.py b/raillabel/format/understand_ai/segmentation_3d.py index a4f0e74..88edaf4 100644 --- a/raillabel/format/understand_ai/segmentation_3d.py +++ b/raillabel/format/understand_ai/segmentation_3d.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import typing as t diff --git a/raillabel/format/understand_ai/sensor_reference.py b/raillabel/format/understand_ai/sensor_reference.py index e6f93e5..5df859c 100644 --- a/raillabel/format/understand_ai/sensor_reference.py +++ b/raillabel/format/understand_ai/sensor_reference.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import typing as t diff --git a/raillabel/format/understand_ai/size_3d.py b/raillabel/format/understand_ai/size_3d.py index 726599a..6be56a4 100644 --- a/raillabel/format/understand_ai/size_3d.py +++ b/raillabel/format/understand_ai/size_3d.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 from dataclasses import dataclass diff --git a/raillabel/load_/__init__.py b/raillabel/load_/__init__.py index 499cf61..cb4a105 100644 --- a/raillabel/load_/__init__.py +++ b/raillabel/load_/__init__.py @@ -1,3 +1,3 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 """Package containing all necessary modules for loading.""" diff --git a/raillabel/load_/load.py b/raillabel/load_/load.py index a4a7ab8..1f74990 100644 --- a/raillabel/load_/load.py +++ b/raillabel/load_/load.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import json diff --git a/raillabel/load_/loader_classes/__init__.py b/raillabel/load_/loader_classes/__init__.py index 3a36820..a47563f 100644 --- a/raillabel/load_/loader_classes/__init__.py +++ b/raillabel/load_/loader_classes/__init__.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 """Package containing the loader classes for all supported formats.""" diff --git a/raillabel/load_/loader_classes/_loader_abc.py b/raillabel/load_/loader_classes/_loader_abc.py index 668b800..446bfc4 100644 --- a/raillabel/load_/loader_classes/_loader_abc.py +++ b/raillabel/load_/loader_classes/_loader_abc.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import typing as t diff --git a/raillabel/load_/loader_classes/loader_raillabel.py b/raillabel/load_/loader_classes/loader_raillabel.py index adfeb16..399089c 100644 --- a/raillabel/load_/loader_classes/loader_raillabel.py +++ b/raillabel/load_/loader_classes/loader_raillabel.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import json diff --git a/raillabel/load_/loader_classes/loader_understand_ai.py b/raillabel/load_/loader_classes/loader_understand_ai.py index 14bf5d0..d196360 100644 --- a/raillabel/load_/loader_classes/loader_understand_ai.py +++ b/raillabel/load_/loader_classes/loader_understand_ai.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import typing as t diff --git a/raillabel/load_/loader_classes/translation.json.license b/raillabel/load_/loader_classes/translation.json.license index 5766faf..fbb8ddf 100644 --- a/raillabel/load_/loader_classes/translation.json.license +++ b/raillabel/load_/loader_classes/translation.json.license @@ -1,2 +1,2 @@ -SPDX-FileCopyrightText: Copyright DB Netz AG and the raillabel contributors +SPDX-FileCopyrightText: Copyright DB InfraGO AG and the raillabel contributors SPDX-License-Identifier: Apache-2.0 diff --git a/raillabel/save/save.py b/raillabel/save/save.py index 667fb14..08bafe6 100644 --- a/raillabel/save/save.py +++ b/raillabel/save/save.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import json diff --git a/raillabel/stats/__init__.py b/raillabel/stats/__init__.py index e1fb346..d6fb143 100644 --- a/raillabel/stats/__init__.py +++ b/raillabel/stats/__init__.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 """Statsmodule provides statistics.""" diff --git a/raillabel/stats/generate_timespan.py b/raillabel/stats/generate_timespan.py index 370410f..44853d7 100644 --- a/raillabel/stats/generate_timespan.py +++ b/raillabel/stats/generate_timespan.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import typing as t diff --git a/raillabel/validate/schemas/raillabel_schema.json.license b/raillabel/validate/schemas/raillabel_schema.json.license index 5766faf..fbb8ddf 100644 --- a/raillabel/validate/schemas/raillabel_schema.json.license +++ b/raillabel/validate/schemas/raillabel_schema.json.license @@ -1,2 +1,2 @@ -SPDX-FileCopyrightText: Copyright DB Netz AG and the raillabel contributors +SPDX-FileCopyrightText: Copyright DB InfraGO AG and the raillabel contributors SPDX-License-Identifier: Apache-2.0 diff --git a/raillabel/validate/schemas/understand_ai_t4_schema.json.license b/raillabel/validate/schemas/understand_ai_t4_schema.json.license index 5766faf..fbb8ddf 100644 --- a/raillabel/validate/schemas/understand_ai_t4_schema.json.license +++ b/raillabel/validate/schemas/understand_ai_t4_schema.json.license @@ -1,2 +1,2 @@ -SPDX-FileCopyrightText: Copyright DB Netz AG and the raillabel contributors +SPDX-FileCopyrightText: Copyright DB InfraGO AG and the raillabel contributors SPDX-License-Identifier: Apache-2.0 diff --git a/raillabel/validate/validate.py b/raillabel/validate/validate.py index bad5cf9..0beab3e 100644 --- a/raillabel/validate/validate.py +++ b/raillabel/validate/validate.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import json diff --git a/tests/__test_assets__/metaschema.json.license b/tests/__test_assets__/metaschema.json.license index 5766faf..fbb8ddf 100644 --- a/tests/__test_assets__/metaschema.json.license +++ b/tests/__test_assets__/metaschema.json.license @@ -1,2 +1,2 @@ -SPDX-FileCopyrightText: Copyright DB Netz AG and the raillabel contributors +SPDX-FileCopyrightText: Copyright DB InfraGO AG and the raillabel contributors SPDX-License-Identifier: Apache-2.0 diff --git a/tests/__test_assets__/openlabel_v1_schema.json.license b/tests/__test_assets__/openlabel_v1_schema.json.license index 5766faf..fbb8ddf 100644 --- a/tests/__test_assets__/openlabel_v1_schema.json.license +++ b/tests/__test_assets__/openlabel_v1_schema.json.license @@ -1,2 +1,2 @@ -SPDX-FileCopyrightText: Copyright DB Netz AG and the raillabel contributors +SPDX-FileCopyrightText: Copyright DB InfraGO AG and the raillabel contributors SPDX-License-Identifier: Apache-2.0 diff --git a/tests/__test_assets__/openlabel_v1_short.json5.license b/tests/__test_assets__/openlabel_v1_short.json5.license index 5766faf..fbb8ddf 100644 --- a/tests/__test_assets__/openlabel_v1_short.json5.license +++ b/tests/__test_assets__/openlabel_v1_short.json5.license @@ -1,2 +1,2 @@ -SPDX-FileCopyrightText: Copyright DB Netz AG and the raillabel contributors +SPDX-FileCopyrightText: Copyright DB InfraGO AG and the raillabel contributors SPDX-License-Identifier: Apache-2.0 diff --git a/tests/__test_assets__/understand_ai_real_life.json.license b/tests/__test_assets__/understand_ai_real_life.json.license index 5766faf..fbb8ddf 100644 --- a/tests/__test_assets__/understand_ai_real_life.json.license +++ b/tests/__test_assets__/understand_ai_real_life.json.license @@ -1,2 +1,2 @@ -SPDX-FileCopyrightText: Copyright DB Netz AG and the raillabel contributors +SPDX-FileCopyrightText: Copyright DB InfraGO AG and the raillabel contributors SPDX-License-Identifier: Apache-2.0 diff --git a/tests/__test_assets__/understand_ai_t4_short.json.license b/tests/__test_assets__/understand_ai_t4_short.json.license index 5766faf..fbb8ddf 100644 --- a/tests/__test_assets__/understand_ai_t4_short.json.license +++ b/tests/__test_assets__/understand_ai_t4_short.json.license @@ -1,2 +1,2 @@ -SPDX-FileCopyrightText: Copyright DB Netz AG and the raillabel contributors +SPDX-FileCopyrightText: Copyright DB InfraGO AG and the raillabel contributors SPDX-License-Identifier: Apache-2.0 diff --git a/tests/conftest.py b/tests/conftest.py index e9e018a..4e635c6 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import glob diff --git a/tests/master_test.py b/tests/master_test.py index a4968d8..5e7ef9f 100644 --- a/tests/master_test.py +++ b/tests/master_test.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tests/test_raillabel/__init__.py b/tests/test_raillabel/__init__.py index aabc64e..dd5d085 100644 --- a/tests/test_raillabel/__init__.py +++ b/tests/test_raillabel/__init__.py @@ -1,2 +1,2 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 diff --git a/tests/test_raillabel/_util/test_clean_dict.py b/tests/test_raillabel/_util/test_clean_dict.py index 33b997c..cd13563 100644 --- a/tests/test_raillabel/_util/test_clean_dict.py +++ b/tests/test_raillabel/_util/test_clean_dict.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tests/test_raillabel/_util/test_warning.py b/tests/test_raillabel/_util/test_warning.py index e8d9cbc..2fadae1 100644 --- a/tests/test_raillabel/_util/test_warning.py +++ b/tests/test_raillabel/_util/test_warning.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tests/test_raillabel/filter/test_filter.py b/tests/test_raillabel/filter/test_filter.py index db12ac6..2ddf213 100644 --- a/tests/test_raillabel/filter/test_filter.py +++ b/tests/test_raillabel/filter/test_filter.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tests/test_raillabel/format/__init__.py b/tests/test_raillabel/format/__init__.py index aabc64e..dd5d085 100644 --- a/tests/test_raillabel/format/__init__.py +++ b/tests/test_raillabel/format/__init__.py @@ -1,2 +1,2 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 diff --git a/tests/test_raillabel/format/raillabel/__init__.py b/tests/test_raillabel/format/raillabel/__init__.py index aabc64e..dd5d085 100644 --- a/tests/test_raillabel/format/raillabel/__init__.py +++ b/tests/test_raillabel/format/raillabel/__init__.py @@ -1,2 +1,2 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 diff --git a/tests/test_raillabel/format/raillabel/conftest.py b/tests/test_raillabel/format/raillabel/conftest.py index ed7b5ea..bc4a860 100644 --- a/tests/test_raillabel/format/raillabel/conftest.py +++ b/tests/test_raillabel/format/raillabel/conftest.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 from .test_attributes import ( diff --git a/tests/test_raillabel/format/raillabel/test_attributes.py b/tests/test_raillabel/format/raillabel/test_attributes.py index 3792f56..25a6927 100644 --- a/tests/test_raillabel/format/raillabel/test_attributes.py +++ b/tests/test_raillabel/format/raillabel/test_attributes.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tests/test_raillabel/format/raillabel/test_bbox.py b/tests/test_raillabel/format/raillabel/test_bbox.py index 3453d34..08a8456 100644 --- a/tests/test_raillabel/format/raillabel/test_bbox.py +++ b/tests/test_raillabel/format/raillabel/test_bbox.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tests/test_raillabel/format/raillabel/test_cuboid.py b/tests/test_raillabel/format/raillabel/test_cuboid.py index 4fcdb70..500c356 100644 --- a/tests/test_raillabel/format/raillabel/test_cuboid.py +++ b/tests/test_raillabel/format/raillabel/test_cuboid.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tests/test_raillabel/format/raillabel/test_element_data_pointer.py b/tests/test_raillabel/format/raillabel/test_element_data_pointer.py index cebbd98..5ee07a4 100644 --- a/tests/test_raillabel/format/raillabel/test_element_data_pointer.py +++ b/tests/test_raillabel/format/raillabel/test_element_data_pointer.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tests/test_raillabel/format/raillabel/test_frame.py b/tests/test_raillabel/format/raillabel/test_frame.py index 8b82e5e..06f9c3a 100644 --- a/tests/test_raillabel/format/raillabel/test_frame.py +++ b/tests/test_raillabel/format/raillabel/test_frame.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tests/test_raillabel/format/raillabel/test_frame_interval.py b/tests/test_raillabel/format/raillabel/test_frame_interval.py index cf6047c..dbae0de 100644 --- a/tests/test_raillabel/format/raillabel/test_frame_interval.py +++ b/tests/test_raillabel/format/raillabel/test_frame_interval.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tests/test_raillabel/format/raillabel/test_intrinsics_pinhole.py b/tests/test_raillabel/format/raillabel/test_intrinsics_pinhole.py index 6ee73ac..b0b9aae 100644 --- a/tests/test_raillabel/format/raillabel/test_intrinsics_pinhole.py +++ b/tests/test_raillabel/format/raillabel/test_intrinsics_pinhole.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tests/test_raillabel/format/raillabel/test_intrinsics_radar.py b/tests/test_raillabel/format/raillabel/test_intrinsics_radar.py index 1432f8d..4dd9f09 100644 --- a/tests/test_raillabel/format/raillabel/test_intrinsics_radar.py +++ b/tests/test_raillabel/format/raillabel/test_intrinsics_radar.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tests/test_raillabel/format/raillabel/test_metadata.py b/tests/test_raillabel/format/raillabel/test_metadata.py index 0338528..4aa4d27 100644 --- a/tests/test_raillabel/format/raillabel/test_metadata.py +++ b/tests/test_raillabel/format/raillabel/test_metadata.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tests/test_raillabel/format/raillabel/test_num.py b/tests/test_raillabel/format/raillabel/test_num.py index 0901dfa..c14dfb0 100644 --- a/tests/test_raillabel/format/raillabel/test_num.py +++ b/tests/test_raillabel/format/raillabel/test_num.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tests/test_raillabel/format/raillabel/test_object.py b/tests/test_raillabel/format/raillabel/test_object.py index 08a094c..647289f 100644 --- a/tests/test_raillabel/format/raillabel/test_object.py +++ b/tests/test_raillabel/format/raillabel/test_object.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tests/test_raillabel/format/raillabel/test_object_annotation.py b/tests/test_raillabel/format/raillabel/test_object_annotation.py index cfeb865..7989e55 100644 --- a/tests/test_raillabel/format/raillabel/test_object_annotation.py +++ b/tests/test_raillabel/format/raillabel/test_object_annotation.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tests/test_raillabel/format/raillabel/test_object_data.py b/tests/test_raillabel/format/raillabel/test_object_data.py index 0556794..01093de 100644 --- a/tests/test_raillabel/format/raillabel/test_object_data.py +++ b/tests/test_raillabel/format/raillabel/test_object_data.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tests/test_raillabel/format/raillabel/test_point2d.py b/tests/test_raillabel/format/raillabel/test_point2d.py index bad74e8..07b9f4c 100644 --- a/tests/test_raillabel/format/raillabel/test_point2d.py +++ b/tests/test_raillabel/format/raillabel/test_point2d.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tests/test_raillabel/format/raillabel/test_point3d.py b/tests/test_raillabel/format/raillabel/test_point3d.py index f0bf72d..07fdb12 100644 --- a/tests/test_raillabel/format/raillabel/test_point3d.py +++ b/tests/test_raillabel/format/raillabel/test_point3d.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tests/test_raillabel/format/raillabel/test_poly2d.py b/tests/test_raillabel/format/raillabel/test_poly2d.py index c0c73c6..95ce7dd 100644 --- a/tests/test_raillabel/format/raillabel/test_poly2d.py +++ b/tests/test_raillabel/format/raillabel/test_poly2d.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tests/test_raillabel/format/raillabel/test_poly3d.py b/tests/test_raillabel/format/raillabel/test_poly3d.py index 27c4b41..7013906 100644 --- a/tests/test_raillabel/format/raillabel/test_poly3d.py +++ b/tests/test_raillabel/format/raillabel/test_poly3d.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tests/test_raillabel/format/raillabel/test_quaternion.py b/tests/test_raillabel/format/raillabel/test_quaternion.py index bf3abea..fb6de00 100644 --- a/tests/test_raillabel/format/raillabel/test_quaternion.py +++ b/tests/test_raillabel/format/raillabel/test_quaternion.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tests/test_raillabel/format/raillabel/test_scene.py b/tests/test_raillabel/format/raillabel/test_scene.py index d5cd687..3854449 100644 --- a/tests/test_raillabel/format/raillabel/test_scene.py +++ b/tests/test_raillabel/format/raillabel/test_scene.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tests/test_raillabel/format/raillabel/test_seg3d.py b/tests/test_raillabel/format/raillabel/test_seg3d.py index 65f99f3..1a82408 100644 --- a/tests/test_raillabel/format/raillabel/test_seg3d.py +++ b/tests/test_raillabel/format/raillabel/test_seg3d.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tests/test_raillabel/format/raillabel/test_sensor.py b/tests/test_raillabel/format/raillabel/test_sensor.py index dd56dc1..30066f7 100644 --- a/tests/test_raillabel/format/raillabel/test_sensor.py +++ b/tests/test_raillabel/format/raillabel/test_sensor.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tests/test_raillabel/format/raillabel/test_sensor_reference.py b/tests/test_raillabel/format/raillabel/test_sensor_reference.py index 8d79011..d5a947c 100644 --- a/tests/test_raillabel/format/raillabel/test_sensor_reference.py +++ b/tests/test_raillabel/format/raillabel/test_sensor_reference.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tests/test_raillabel/format/raillabel/test_size2d.py b/tests/test_raillabel/format/raillabel/test_size2d.py index 33af92f..62d895e 100644 --- a/tests/test_raillabel/format/raillabel/test_size2d.py +++ b/tests/test_raillabel/format/raillabel/test_size2d.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tests/test_raillabel/format/raillabel/test_size3d.py b/tests/test_raillabel/format/raillabel/test_size3d.py index 2c21a8b..bf5290e 100644 --- a/tests/test_raillabel/format/raillabel/test_size3d.py +++ b/tests/test_raillabel/format/raillabel/test_size3d.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tests/test_raillabel/format/raillabel/test_transform.py b/tests/test_raillabel/format/raillabel/test_transform.py index eacdeae..1a57267 100644 --- a/tests/test_raillabel/format/raillabel/test_transform.py +++ b/tests/test_raillabel/format/raillabel/test_transform.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tests/test_raillabel/format/understand_ai/conftest.py b/tests/test_raillabel/format/understand_ai/conftest.py index 38a72d7..3ec078f 100644 --- a/tests/test_raillabel/format/understand_ai/conftest.py +++ b/tests/test_raillabel/format/understand_ai/conftest.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 from test_uai_attributes import attributes_raillabel_dict, attributes_uai, attributes_uai_dict diff --git a/tests/test_raillabel/format/understand_ai/test_uai_attributes.py b/tests/test_raillabel/format/understand_ai/test_uai_attributes.py index d234cf0..23ecf4c 100644 --- a/tests/test_raillabel/format/understand_ai/test_uai_attributes.py +++ b/tests/test_raillabel/format/understand_ai/test_uai_attributes.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/tests/test_raillabel/format/understand_ai/test_uai_bounding_box_2d.py b/tests/test_raillabel/format/understand_ai/test_uai_bounding_box_2d.py index be81c2e..59c89cb 100644 --- a/tests/test_raillabel/format/understand_ai/test_uai_bounding_box_2d.py +++ b/tests/test_raillabel/format/understand_ai/test_uai_bounding_box_2d.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import sys diff --git a/tests/test_raillabel/format/understand_ai/test_uai_bounding_box_3d.py b/tests/test_raillabel/format/understand_ai/test_uai_bounding_box_3d.py index 90b9ff5..3e82bcf 100644 --- a/tests/test_raillabel/format/understand_ai/test_uai_bounding_box_3d.py +++ b/tests/test_raillabel/format/understand_ai/test_uai_bounding_box_3d.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import sys diff --git a/tests/test_raillabel/format/understand_ai/test_uai_coordinate_system.py b/tests/test_raillabel/format/understand_ai/test_uai_coordinate_system.py index b217928..4fe0a80 100644 --- a/tests/test_raillabel/format/understand_ai/test_uai_coordinate_system.py +++ b/tests/test_raillabel/format/understand_ai/test_uai_coordinate_system.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import sys diff --git a/tests/test_raillabel/format/understand_ai/test_uai_frame.py b/tests/test_raillabel/format/understand_ai/test_uai_frame.py index 6c639aa..0e1496a 100644 --- a/tests/test_raillabel/format/understand_ai/test_uai_frame.py +++ b/tests/test_raillabel/format/understand_ai/test_uai_frame.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import sys diff --git a/tests/test_raillabel/format/understand_ai/test_uai_metadata.py b/tests/test_raillabel/format/understand_ai/test_uai_metadata.py index c7ed6d6..d890874 100644 --- a/tests/test_raillabel/format/understand_ai/test_uai_metadata.py +++ b/tests/test_raillabel/format/understand_ai/test_uai_metadata.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import sys diff --git a/tests/test_raillabel/format/understand_ai/test_uai_point_3d.py b/tests/test_raillabel/format/understand_ai/test_uai_point_3d.py index 764c148..341eacb 100644 --- a/tests/test_raillabel/format/understand_ai/test_uai_point_3d.py +++ b/tests/test_raillabel/format/understand_ai/test_uai_point_3d.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import sys diff --git a/tests/test_raillabel/format/understand_ai/test_uai_polygon_2d.py b/tests/test_raillabel/format/understand_ai/test_uai_polygon_2d.py index d1b5bfb..3b7ef99 100644 --- a/tests/test_raillabel/format/understand_ai/test_uai_polygon_2d.py +++ b/tests/test_raillabel/format/understand_ai/test_uai_polygon_2d.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import sys diff --git a/tests/test_raillabel/format/understand_ai/test_uai_polyline_2d.py b/tests/test_raillabel/format/understand_ai/test_uai_polyline_2d.py index 7655896..5230c07 100644 --- a/tests/test_raillabel/format/understand_ai/test_uai_polyline_2d.py +++ b/tests/test_raillabel/format/understand_ai/test_uai_polyline_2d.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import sys diff --git a/tests/test_raillabel/format/understand_ai/test_uai_quaternion.py b/tests/test_raillabel/format/understand_ai/test_uai_quaternion.py index b19c8ed..5364632 100644 --- a/tests/test_raillabel/format/understand_ai/test_uai_quaternion.py +++ b/tests/test_raillabel/format/understand_ai/test_uai_quaternion.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import sys diff --git a/tests/test_raillabel/format/understand_ai/test_uai_scene.py b/tests/test_raillabel/format/understand_ai/test_uai_scene.py index 401300f..e5f619e 100644 --- a/tests/test_raillabel/format/understand_ai/test_uai_scene.py +++ b/tests/test_raillabel/format/understand_ai/test_uai_scene.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import sys diff --git a/tests/test_raillabel/format/understand_ai/test_uai_segmentation_3d.py b/tests/test_raillabel/format/understand_ai/test_uai_segmentation_3d.py index 2ddde2d..6462506 100644 --- a/tests/test_raillabel/format/understand_ai/test_uai_segmentation_3d.py +++ b/tests/test_raillabel/format/understand_ai/test_uai_segmentation_3d.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import sys diff --git a/tests/test_raillabel/format/understand_ai/test_uai_sensor_reference.py b/tests/test_raillabel/format/understand_ai/test_uai_sensor_reference.py index 1bcd210..0fd1f54 100644 --- a/tests/test_raillabel/format/understand_ai/test_uai_sensor_reference.py +++ b/tests/test_raillabel/format/understand_ai/test_uai_sensor_reference.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import sys diff --git a/tests/test_raillabel/format/understand_ai/test_uai_size_3d.py b/tests/test_raillabel/format/understand_ai/test_uai_size_3d.py index 680b047..0734b03 100644 --- a/tests/test_raillabel/format/understand_ai/test_uai_size_3d.py +++ b/tests/test_raillabel/format/understand_ai/test_uai_size_3d.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import sys diff --git a/tests/test_raillabel/load_/loader_classes/test_loader_raillabel.py b/tests/test_raillabel/load_/loader_classes/test_loader_raillabel.py index 1848306..01423a4 100644 --- a/tests/test_raillabel/load_/loader_classes/test_loader_raillabel.py +++ b/tests/test_raillabel/load_/loader_classes/test_loader_raillabel.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tests/test_raillabel/load_/loader_classes/test_loader_understand_ai.py b/tests/test_raillabel/load_/loader_classes/test_loader_understand_ai.py index 4eba35c..293e5f3 100644 --- a/tests/test_raillabel/load_/loader_classes/test_loader_understand_ai.py +++ b/tests/test_raillabel/load_/loader_classes/test_loader_understand_ai.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tests/test_raillabel/load_/test_load.py b/tests/test_raillabel/load_/test_load.py index b963fc3..f929565 100644 --- a/tests/test_raillabel/load_/test_load.py +++ b/tests/test_raillabel/load_/test_load.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tests/test_raillabel/save/test_save.py b/tests/test_raillabel/save/test_save.py index 62103e2..93bb32c 100644 --- a/tests/test_raillabel/save/test_save.py +++ b/tests/test_raillabel/save/test_save.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import json diff --git a/tests/test_raillabel/stats/test_generate_timespan.py b/tests/test_raillabel/stats/test_generate_timespan.py index 46b159b..a9e0236 100644 --- a/tests/test_raillabel/stats/test_generate_timespan.py +++ b/tests/test_raillabel/stats/test_generate_timespan.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tests/test_raillabel/validate/schemas/test_raillabel_v2_schema.py b/tests/test_raillabel/validate/schemas/test_raillabel_v2_schema.py index 83d7baf..33ae8bd 100644 --- a/tests/test_raillabel/validate/schemas/test_raillabel_v2_schema.py +++ b/tests/test_raillabel/validate/schemas/test_raillabel_v2_schema.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tests/test_raillabel/validate/schemas/test_understand_ai_t4_schema.py b/tests/test_raillabel/validate/schemas/test_understand_ai_t4_schema.py index 4ad1e91..17af7dc 100644 --- a/tests/test_raillabel/validate/schemas/test_understand_ai_t4_schema.py +++ b/tests/test_raillabel/validate/schemas/test_understand_ai_t4_schema.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import os diff --git a/tests/test_raillabel/validate/test_validate.py b/tests/test_raillabel/validate/test_validate.py index 6c881e1..b22b28d 100644 --- a/tests/test_raillabel/validate/test_validate.py +++ b/tests/test_raillabel/validate/test_validate.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 import os