From bed431895c1dfa5a3f995bed5b8ee6db7ca5b0ce Mon Sep 17 00:00:00 2001 From: Tobias Klockau Date: Mon, 18 Nov 2024 13:51:18 +0100 Subject: [PATCH] chore: change company name --- .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 +- 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 Converting Files.rst | 2 +- docs/source/howtos/2 Validating Scenes.rst | 2 +- docs/source/index.rst | 2 +- docs/source/intro.rst | 2 +- pyproject.toml | 4 ++-- raillabel_providerkit/__init__.py | 2 +- raillabel_providerkit/_util/__init__.py | 2 +- raillabel_providerkit/_util/_attribute_type.py | 2 +- raillabel_providerkit/_util/_filters.py | 2 +- raillabel_providerkit/_util/_warning.py | 2 +- raillabel_providerkit/convert/__init__.py | 2 +- raillabel_providerkit/convert/convert.py | 2 +- raillabel_providerkit/convert/loader_classes/__init__.py | 2 +- raillabel_providerkit/convert/loader_classes/_loader_abc.py | 2 +- .../convert/loader_classes/loader_understand_ai.py | 2 +- raillabel_providerkit/convert/translation.json.license | 2 +- raillabel_providerkit/exceptions.py | 2 +- raillabel_providerkit/format/__init__.py | 2 +- raillabel_providerkit/format/raillabel_schema.json.license | 2 +- raillabel_providerkit/format/understand_ai/__init__.py | 2 +- raillabel_providerkit/format/understand_ai/_annotation.py | 2 +- raillabel_providerkit/format/understand_ai/_translation.py | 2 +- raillabel_providerkit/format/understand_ai/bounding_box_2d.py | 2 +- raillabel_providerkit/format/understand_ai/bounding_box_3d.py | 2 +- .../format/understand_ai/coordinate_system.py | 2 +- raillabel_providerkit/format/understand_ai/frame.py | 2 +- raillabel_providerkit/format/understand_ai/metadata.py | 2 +- raillabel_providerkit/format/understand_ai/point_3d.py | 2 +- raillabel_providerkit/format/understand_ai/polygon_2d.py | 2 +- raillabel_providerkit/format/understand_ai/polyline_2d.py | 2 +- raillabel_providerkit/format/understand_ai/quaternion.py | 2 +- raillabel_providerkit/format/understand_ai/scene.py | 2 +- raillabel_providerkit/format/understand_ai/segmentation_3d.py | 2 +- .../format/understand_ai/sensor_reference.py | 2 +- raillabel_providerkit/format/understand_ai/size_3d.py | 2 +- .../format/understand_ai_t4_schema.json.license | 2 +- raillabel_providerkit/validation/__init__.py | 2 +- raillabel_providerkit/validation/validate.py | 2 +- .../validation/validate_empty_frames/__init__.py | 2 +- .../validation/validate_empty_frames/validate_empty_frames.py | 2 +- .../validation/validate_onthology/__init__.py | 2 +- .../validate_onthology/_onthology_classes/__init__.py | 2 +- .../_onthology_classes/_attributes/__init__.py | 2 +- .../_onthology_classes/_attributes/_attribute_abc.py | 2 +- .../_onthology_classes/_attributes/_boolean_attribute.py | 2 +- .../_onthology_classes/_attributes/_integer_attribute.py | 2 +- .../_onthology_classes/_attributes/_multi_select_attribute.py | 2 +- .../_attributes/_single_select_attribute.py | 2 +- .../_onthology_classes/_attributes/_string_attribute.py | 2 +- .../_onthology_classes/_attributes/_vector_attribute.py | 2 +- .../validate_onthology/_onthology_classes/_object_classes.py | 2 +- .../validate_onthology/_onthology_classes/_onthology.py | 2 +- .../validate_onthology/_onthology_classes/_sensor_type.py | 2 +- .../validation/validate_onthology/onthology_schema_v1.yaml | 2 +- .../validation/validate_onthology/validate_onthology.py | 2 +- .../validation/validate_rail_side/__init__.py | 2 +- .../validation/validate_rail_side/validate_rail_side.py | 2 +- tests/__init__.py | 2 +- tests/__test_assets__/metaschema.json.license | 2 +- tests/__test_assets__/openlabel_v1_schema.json.license | 2 +- tests/__test_assets__/openlabel_v1_short.json.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_providerkit/_util/test_filters.py | 2 +- tests/test_raillabel_providerkit/_util/test_warning.py | 2 +- .../convert/loader_classes/test_loader_understand_ai.py | 2 +- tests/test_raillabel_providerkit/convert/test_convert.py | 2 +- .../format/test_raillabel_v2_schema.py | 2 +- .../format/understand_ai/__init__.py | 2 +- .../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 +- .../format/understand_ai/test_uai_frame.py | 2 +- .../format/understand_ai/test_uai_metadata.py | 2 +- .../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 +- .../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 +- .../format/understand_ai/test_uai_size_3d.py | 2 +- tests/test_raillabel_providerkit/validation/conftest.py | 2 +- tests/test_raillabel_providerkit/validation/test_validate.py | 2 +- .../validate_empty_frame/test_validate_empty_frames.py | 2 +- .../validation/validate_onthology/test_onthology_schema_v1.py | 2 +- .../validation/validate_onthology/test_validate_onthology.py | 2 +- .../validation/validate_rail_side/test_validate_rail_side.py | 2 +- 108 files changed, 110 insertions(+), 110 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 3f998e4..94481c0 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 73d7075..080db8b 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 f6cb892..5f5af88 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 281033c..bfeef0f 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/CONTRIBUTING.md b/CONTRIBUTING.md index afec1ad..cbde42a 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 992eb3b..d0ef516 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 fce386a..8d6760d 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 Converting Files.rst b/docs/source/howtos/1 Converting Files.rst index 3d26d1d..b6f2bb8 100644 --- a/docs/source/howtos/1 Converting Files.rst +++ b/docs/source/howtos/1 Converting 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 Validating Scenes.rst b/docs/source/howtos/2 Validating Scenes.rst index 1340e9e..d19868f 100644 --- a/docs/source/howtos/2 Validating Scenes.rst +++ b/docs/source/howtos/2 Validating 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 9898c67..eecc5ea 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/pyproject.toml b/pyproject.toml index 49e3b29..7947c6b 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_providerkit/__init__.py b/raillabel_providerkit/__init__.py index 0dd16a6..3033850 100644 --- a/raillabel_providerkit/__init__.py +++ b/raillabel_providerkit/__init__.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 """A library for annotation providers of raillabel-formatted data.""" diff --git a/raillabel_providerkit/_util/__init__.py b/raillabel_providerkit/_util/__init__.py index aabc64e..dd5d085 100644 --- a/raillabel_providerkit/_util/__init__.py +++ b/raillabel_providerkit/_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_providerkit/_util/_attribute_type.py b/raillabel_providerkit/_util/_attribute_type.py index fbe8aaa..27d5782 100644 --- a/raillabel_providerkit/_util/_attribute_type.py +++ b/raillabel_providerkit/_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 from __future__ import annotations diff --git a/raillabel_providerkit/_util/_filters.py b/raillabel_providerkit/_util/_filters.py index 5b4a4b2..434c7ab 100644 --- a/raillabel_providerkit/_util/_filters.py +++ b/raillabel_providerkit/_util/_filters.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 from __future__ import annotations diff --git a/raillabel_providerkit/_util/_warning.py b/raillabel_providerkit/_util/_warning.py index 7e4d054..d82b724 100644 --- a/raillabel_providerkit/_util/_warning.py +++ b/raillabel_providerkit/_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 from __future__ import annotations diff --git a/raillabel_providerkit/convert/__init__.py b/raillabel_providerkit/convert/__init__.py index 2548b41..808b8e0 100644 --- a/raillabel_providerkit/convert/__init__.py +++ b/raillabel_providerkit/convert/__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 for converting annotations in a provider format to raillabel.""" diff --git a/raillabel_providerkit/convert/convert.py b/raillabel_providerkit/convert/convert.py index 753e5c9..6b70f13 100644 --- a/raillabel_providerkit/convert/convert.py +++ b/raillabel_providerkit/convert/convert.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 from __future__ import annotations diff --git a/raillabel_providerkit/convert/loader_classes/__init__.py b/raillabel_providerkit/convert/loader_classes/__init__.py index 2849708..adeb359 100644 --- a/raillabel_providerkit/convert/loader_classes/__init__.py +++ b/raillabel_providerkit/convert/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_providerkit/convert/loader_classes/_loader_abc.py b/raillabel_providerkit/convert/loader_classes/_loader_abc.py index ab718e9..4253a58 100644 --- a/raillabel_providerkit/convert/loader_classes/_loader_abc.py +++ b/raillabel_providerkit/convert/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 from __future__ import annotations diff --git a/raillabel_providerkit/convert/loader_classes/loader_understand_ai.py b/raillabel_providerkit/convert/loader_classes/loader_understand_ai.py index 84a5af6..dfe384d 100644 --- a/raillabel_providerkit/convert/loader_classes/loader_understand_ai.py +++ b/raillabel_providerkit/convert/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 from __future__ import annotations diff --git a/raillabel_providerkit/convert/translation.json.license b/raillabel_providerkit/convert/translation.json.license index 5766faf..fbb8ddf 100644 --- a/raillabel_providerkit/convert/translation.json.license +++ b/raillabel_providerkit/convert/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_providerkit/exceptions.py b/raillabel_providerkit/exceptions.py index eb94cb3..46c3940 100644 --- a/raillabel_providerkit/exceptions.py +++ b/raillabel_providerkit/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_providerkit/format/__init__.py b/raillabel_providerkit/format/__init__.py index 86d1cfa..ea2eb89 100644 --- a/raillabel_providerkit/format/__init__.py +++ b/raillabel_providerkit/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 """Format classes from the provider formats.""" diff --git a/raillabel_providerkit/format/raillabel_schema.json.license b/raillabel_providerkit/format/raillabel_schema.json.license index 5766faf..fbb8ddf 100644 --- a/raillabel_providerkit/format/raillabel_schema.json.license +++ b/raillabel_providerkit/format/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_providerkit/format/understand_ai/__init__.py b/raillabel_providerkit/format/understand_ai/__init__.py index 0e1e7aa..5c72132 100644 --- a/raillabel_providerkit/format/understand_ai/__init__.py +++ b/raillabel_providerkit/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_providerkit/format/understand_ai/_annotation.py b/raillabel_providerkit/format/understand_ai/_annotation.py index b8f2bbd..f2ddde9 100644 --- a/raillabel_providerkit/format/understand_ai/_annotation.py +++ b/raillabel_providerkit/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 from __future__ import annotations diff --git a/raillabel_providerkit/format/understand_ai/_translation.py b/raillabel_providerkit/format/understand_ai/_translation.py index 7b30e40..0833601 100644 --- a/raillabel_providerkit/format/understand_ai/_translation.py +++ b/raillabel_providerkit/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_providerkit/format/understand_ai/bounding_box_2d.py b/raillabel_providerkit/format/understand_ai/bounding_box_2d.py index 2bb7269..0067007 100644 --- a/raillabel_providerkit/format/understand_ai/bounding_box_2d.py +++ b/raillabel_providerkit/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 from __future__ import annotations diff --git a/raillabel_providerkit/format/understand_ai/bounding_box_3d.py b/raillabel_providerkit/format/understand_ai/bounding_box_3d.py index 0573248..e8e8c47 100644 --- a/raillabel_providerkit/format/understand_ai/bounding_box_3d.py +++ b/raillabel_providerkit/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 from __future__ import annotations diff --git a/raillabel_providerkit/format/understand_ai/coordinate_system.py b/raillabel_providerkit/format/understand_ai/coordinate_system.py index f0f39b2..f696707 100644 --- a/raillabel_providerkit/format/understand_ai/coordinate_system.py +++ b/raillabel_providerkit/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 from __future__ import annotations diff --git a/raillabel_providerkit/format/understand_ai/frame.py b/raillabel_providerkit/format/understand_ai/frame.py index d82959b..c06beda 100644 --- a/raillabel_providerkit/format/understand_ai/frame.py +++ b/raillabel_providerkit/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 from __future__ import annotations diff --git a/raillabel_providerkit/format/understand_ai/metadata.py b/raillabel_providerkit/format/understand_ai/metadata.py index 69f2507..75ddab9 100644 --- a/raillabel_providerkit/format/understand_ai/metadata.py +++ b/raillabel_providerkit/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_providerkit/format/understand_ai/point_3d.py b/raillabel_providerkit/format/understand_ai/point_3d.py index 1ffc87e..91f8524 100644 --- a/raillabel_providerkit/format/understand_ai/point_3d.py +++ b/raillabel_providerkit/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_providerkit/format/understand_ai/polygon_2d.py b/raillabel_providerkit/format/understand_ai/polygon_2d.py index 1027e3a..04f5ea9 100644 --- a/raillabel_providerkit/format/understand_ai/polygon_2d.py +++ b/raillabel_providerkit/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 from __future__ import annotations diff --git a/raillabel_providerkit/format/understand_ai/polyline_2d.py b/raillabel_providerkit/format/understand_ai/polyline_2d.py index 3e753af..c3163f1 100644 --- a/raillabel_providerkit/format/understand_ai/polyline_2d.py +++ b/raillabel_providerkit/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 from __future__ import annotations diff --git a/raillabel_providerkit/format/understand_ai/quaternion.py b/raillabel_providerkit/format/understand_ai/quaternion.py index 52a5299..0b8d2e2 100644 --- a/raillabel_providerkit/format/understand_ai/quaternion.py +++ b/raillabel_providerkit/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_providerkit/format/understand_ai/scene.py b/raillabel_providerkit/format/understand_ai/scene.py index 9d72472..fa49999 100644 --- a/raillabel_providerkit/format/understand_ai/scene.py +++ b/raillabel_providerkit/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 from __future__ import annotations diff --git a/raillabel_providerkit/format/understand_ai/segmentation_3d.py b/raillabel_providerkit/format/understand_ai/segmentation_3d.py index 9bb54e9..a4aa98d 100644 --- a/raillabel_providerkit/format/understand_ai/segmentation_3d.py +++ b/raillabel_providerkit/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 from __future__ import annotations diff --git a/raillabel_providerkit/format/understand_ai/sensor_reference.py b/raillabel_providerkit/format/understand_ai/sensor_reference.py index 8517509..885cda4 100644 --- a/raillabel_providerkit/format/understand_ai/sensor_reference.py +++ b/raillabel_providerkit/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 from __future__ import annotations diff --git a/raillabel_providerkit/format/understand_ai/size_3d.py b/raillabel_providerkit/format/understand_ai/size_3d.py index bd7fade..bc7bcf8 100644 --- a/raillabel_providerkit/format/understand_ai/size_3d.py +++ b/raillabel_providerkit/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_providerkit/format/understand_ai_t4_schema.json.license b/raillabel_providerkit/format/understand_ai_t4_schema.json.license index 5766faf..fbb8ddf 100644 --- a/raillabel_providerkit/format/understand_ai_t4_schema.json.license +++ b/raillabel_providerkit/format/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_providerkit/validation/__init__.py b/raillabel_providerkit/validation/__init__.py index a3ba7ba..cf219d6 100644 --- a/raillabel_providerkit/validation/__init__.py +++ b/raillabel_providerkit/validation/__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 for validating raillabel data regarding the format requirements.""" diff --git a/raillabel_providerkit/validation/validate.py b/raillabel_providerkit/validation/validate.py index e4f1403..2933b70 100644 --- a/raillabel_providerkit/validation/validate.py +++ b/raillabel_providerkit/validation/validate.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 from __future__ import annotations diff --git a/raillabel_providerkit/validation/validate_empty_frames/__init__.py b/raillabel_providerkit/validation/validate_empty_frames/__init__.py index 3f71fbc..702cd9d 100644 --- a/raillabel_providerkit/validation/validate_empty_frames/__init__.py +++ b/raillabel_providerkit/validation/validate_empty_frames/__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 for validating a scene for empty frames.""" diff --git a/raillabel_providerkit/validation/validate_empty_frames/validate_empty_frames.py b/raillabel_providerkit/validation/validate_empty_frames/validate_empty_frames.py index 129bb7f..c7b70bf 100644 --- a/raillabel_providerkit/validation/validate_empty_frames/validate_empty_frames.py +++ b/raillabel_providerkit/validation/validate_empty_frames/validate_empty_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 __future__ import annotations diff --git a/raillabel_providerkit/validation/validate_onthology/__init__.py b/raillabel_providerkit/validation/validate_onthology/__init__.py index 56bbc60..d7cd317 100644 --- a/raillabel_providerkit/validation/validate_onthology/__init__.py +++ b/raillabel_providerkit/validation/validate_onthology/__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 for validating a scene via an onthology.""" diff --git a/raillabel_providerkit/validation/validate_onthology/_onthology_classes/__init__.py b/raillabel_providerkit/validation/validate_onthology/_onthology_classes/__init__.py index aabc64e..dd5d085 100644 --- a/raillabel_providerkit/validation/validate_onthology/_onthology_classes/__init__.py +++ b/raillabel_providerkit/validation/validate_onthology/_onthology_classes/__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_providerkit/validation/validate_onthology/_onthology_classes/_attributes/__init__.py b/raillabel_providerkit/validation/validate_onthology/_onthology_classes/_attributes/__init__.py index aabc64e..dd5d085 100644 --- a/raillabel_providerkit/validation/validate_onthology/_onthology_classes/_attributes/__init__.py +++ b/raillabel_providerkit/validation/validate_onthology/_onthology_classes/_attributes/__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_providerkit/validation/validate_onthology/_onthology_classes/_attributes/_attribute_abc.py b/raillabel_providerkit/validation/validate_onthology/_onthology_classes/_attributes/_attribute_abc.py index a545507..b7894ba 100644 --- a/raillabel_providerkit/validation/validate_onthology/_onthology_classes/_attributes/_attribute_abc.py +++ b/raillabel_providerkit/validation/validate_onthology/_onthology_classes/_attributes/_attribute_abc.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 from __future__ import annotations diff --git a/raillabel_providerkit/validation/validate_onthology/_onthology_classes/_attributes/_boolean_attribute.py b/raillabel_providerkit/validation/validate_onthology/_onthology_classes/_attributes/_boolean_attribute.py index ca92b0b..f317ac8 100644 --- a/raillabel_providerkit/validation/validate_onthology/_onthology_classes/_attributes/_boolean_attribute.py +++ b/raillabel_providerkit/validation/validate_onthology/_onthology_classes/_attributes/_boolean_attribute.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 from __future__ import annotations diff --git a/raillabel_providerkit/validation/validate_onthology/_onthology_classes/_attributes/_integer_attribute.py b/raillabel_providerkit/validation/validate_onthology/_onthology_classes/_attributes/_integer_attribute.py index f838f56..b3ccfbe 100644 --- a/raillabel_providerkit/validation/validate_onthology/_onthology_classes/_attributes/_integer_attribute.py +++ b/raillabel_providerkit/validation/validate_onthology/_onthology_classes/_attributes/_integer_attribute.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 from __future__ import annotations diff --git a/raillabel_providerkit/validation/validate_onthology/_onthology_classes/_attributes/_multi_select_attribute.py b/raillabel_providerkit/validation/validate_onthology/_onthology_classes/_attributes/_multi_select_attribute.py index 7f6e8ac..246a0df 100644 --- a/raillabel_providerkit/validation/validate_onthology/_onthology_classes/_attributes/_multi_select_attribute.py +++ b/raillabel_providerkit/validation/validate_onthology/_onthology_classes/_attributes/_multi_select_attribute.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 from __future__ import annotations diff --git a/raillabel_providerkit/validation/validate_onthology/_onthology_classes/_attributes/_single_select_attribute.py b/raillabel_providerkit/validation/validate_onthology/_onthology_classes/_attributes/_single_select_attribute.py index 8f1ea8f..f51aabe 100644 --- a/raillabel_providerkit/validation/validate_onthology/_onthology_classes/_attributes/_single_select_attribute.py +++ b/raillabel_providerkit/validation/validate_onthology/_onthology_classes/_attributes/_single_select_attribute.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 from __future__ import annotations diff --git a/raillabel_providerkit/validation/validate_onthology/_onthology_classes/_attributes/_string_attribute.py b/raillabel_providerkit/validation/validate_onthology/_onthology_classes/_attributes/_string_attribute.py index bbbd30f..28c8fb5 100644 --- a/raillabel_providerkit/validation/validate_onthology/_onthology_classes/_attributes/_string_attribute.py +++ b/raillabel_providerkit/validation/validate_onthology/_onthology_classes/_attributes/_string_attribute.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 from __future__ import annotations diff --git a/raillabel_providerkit/validation/validate_onthology/_onthology_classes/_attributes/_vector_attribute.py b/raillabel_providerkit/validation/validate_onthology/_onthology_classes/_attributes/_vector_attribute.py index 295d4b5..6520cd4 100644 --- a/raillabel_providerkit/validation/validate_onthology/_onthology_classes/_attributes/_vector_attribute.py +++ b/raillabel_providerkit/validation/validate_onthology/_onthology_classes/_attributes/_vector_attribute.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 from __future__ import annotations diff --git a/raillabel_providerkit/validation/validate_onthology/_onthology_classes/_object_classes.py b/raillabel_providerkit/validation/validate_onthology/_onthology_classes/_object_classes.py index db7969a..a389394 100644 --- a/raillabel_providerkit/validation/validate_onthology/_onthology_classes/_object_classes.py +++ b/raillabel_providerkit/validation/validate_onthology/_onthology_classes/_object_classes.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 from __future__ import annotations diff --git a/raillabel_providerkit/validation/validate_onthology/_onthology_classes/_onthology.py b/raillabel_providerkit/validation/validate_onthology/_onthology_classes/_onthology.py index 73201d3..8efaab3 100644 --- a/raillabel_providerkit/validation/validate_onthology/_onthology_classes/_onthology.py +++ b/raillabel_providerkit/validation/validate_onthology/_onthology_classes/_onthology.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 from __future__ import annotations diff --git a/raillabel_providerkit/validation/validate_onthology/_onthology_classes/_sensor_type.py b/raillabel_providerkit/validation/validate_onthology/_onthology_classes/_sensor_type.py index 1c29cae..54fb783 100644 --- a/raillabel_providerkit/validation/validate_onthology/_onthology_classes/_sensor_type.py +++ b/raillabel_providerkit/validation/validate_onthology/_onthology_classes/_sensor_type.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 from __future__ import annotations diff --git a/raillabel_providerkit/validation/validate_onthology/onthology_schema_v1.yaml b/raillabel_providerkit/validation/validate_onthology/onthology_schema_v1.yaml index 8b3db11..f0c8bbd 100644 --- a/raillabel_providerkit/validation/validate_onthology/onthology_schema_v1.yaml +++ b/raillabel_providerkit/validation/validate_onthology/onthology_schema_v1.yaml @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 "$schema": http://json-schema.org/draft-07/schema# diff --git a/raillabel_providerkit/validation/validate_onthology/validate_onthology.py b/raillabel_providerkit/validation/validate_onthology/validate_onthology.py index aab48ba..6b2efee 100644 --- a/raillabel_providerkit/validation/validate_onthology/validate_onthology.py +++ b/raillabel_providerkit/validation/validate_onthology/validate_onthology.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 from __future__ import annotations diff --git a/raillabel_providerkit/validation/validate_rail_side/__init__.py b/raillabel_providerkit/validation/validate_rail_side/__init__.py index ea61820..073a5aa 100644 --- a/raillabel_providerkit/validation/validate_rail_side/__init__.py +++ b/raillabel_providerkit/validation/validate_rail_side/__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 for validating a scene for rail side errors.""" diff --git a/raillabel_providerkit/validation/validate_rail_side/validate_rail_side.py b/raillabel_providerkit/validation/validate_rail_side/validate_rail_side.py index d01bd76..a062322 100644 --- a/raillabel_providerkit/validation/validate_rail_side/validate_rail_side.py +++ b/raillabel_providerkit/validation/validate_rail_side/validate_rail_side.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 from __future__ import annotations diff --git a/tests/__init__.py b/tests/__init__.py index aabc64e..dd5d085 100644 --- a/tests/__init__.py +++ b/tests/__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_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.json.license b/tests/__test_assets__/openlabel_v1_short.json.license index 5766faf..fbb8ddf 100644 --- a/tests/__test_assets__/openlabel_v1_short.json.license +++ b/tests/__test_assets__/openlabel_v1_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/__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 cad0f89..641e430 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_providerkit/_util/test_filters.py b/tests/test_raillabel_providerkit/_util/test_filters.py index c6c812b..2728049 100644 --- a/tests/test_raillabel_providerkit/_util/test_filters.py +++ b/tests/test_raillabel_providerkit/_util/test_filters.py @@ -1,4 +1,4 @@ -# Copyright DB Netz AG and contributors +# Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 from __future__ import annotations diff --git a/tests/test_raillabel_providerkit/_util/test_warning.py b/tests/test_raillabel_providerkit/_util/test_warning.py index 2bd1212..291e1b8 100644 --- a/tests/test_raillabel_providerkit/_util/test_warning.py +++ b/tests/test_raillabel_providerkit/_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 pytest diff --git a/tests/test_raillabel_providerkit/convert/loader_classes/test_loader_understand_ai.py b/tests/test_raillabel_providerkit/convert/loader_classes/test_loader_understand_ai.py index 9163d94..ed38471 100644 --- a/tests/test_raillabel_providerkit/convert/loader_classes/test_loader_understand_ai.py +++ b/tests/test_raillabel_providerkit/convert/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 pytest diff --git a/tests/test_raillabel_providerkit/convert/test_convert.py b/tests/test_raillabel_providerkit/convert/test_convert.py index dd997ad..7ebc6bb 100644 --- a/tests/test_raillabel_providerkit/convert/test_convert.py +++ b/tests/test_raillabel_providerkit/convert/test_convert.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_providerkit/format/test_raillabel_v2_schema.py b/tests/test_raillabel_providerkit/format/test_raillabel_v2_schema.py index e209edf..31cba41 100644 --- a/tests/test_raillabel_providerkit/format/test_raillabel_v2_schema.py +++ b/tests/test_raillabel_providerkit/format/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_providerkit/format/understand_ai/__init__.py b/tests/test_raillabel_providerkit/format/understand_ai/__init__.py index aabc64e..dd5d085 100644 --- a/tests/test_raillabel_providerkit/format/understand_ai/__init__.py +++ b/tests/test_raillabel_providerkit/format/understand_ai/__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_providerkit/format/understand_ai/conftest.py b/tests/test_raillabel_providerkit/format/understand_ai/conftest.py index 7f14471..d60e0ad 100644 --- a/tests/test_raillabel_providerkit/format/understand_ai/conftest.py +++ b/tests/test_raillabel_providerkit/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_providerkit/format/understand_ai/test_uai_attributes.py b/tests/test_raillabel_providerkit/format/understand_ai/test_uai_attributes.py index c14d9a6..b3bcb4b 100644 --- a/tests/test_raillabel_providerkit/format/understand_ai/test_uai_attributes.py +++ b/tests/test_raillabel_providerkit/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_providerkit/format/understand_ai/test_uai_bounding_box_2d.py b/tests/test_raillabel_providerkit/format/understand_ai/test_uai_bounding_box_2d.py index b7d1a11..a97eb7b 100644 --- a/tests/test_raillabel_providerkit/format/understand_ai/test_uai_bounding_box_2d.py +++ b/tests/test_raillabel_providerkit/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 from uuid import UUID diff --git a/tests/test_raillabel_providerkit/format/understand_ai/test_uai_bounding_box_3d.py b/tests/test_raillabel_providerkit/format/understand_ai/test_uai_bounding_box_3d.py index cdf4264..8f2d74d 100644 --- a/tests/test_raillabel_providerkit/format/understand_ai/test_uai_bounding_box_3d.py +++ b/tests/test_raillabel_providerkit/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 from uuid import UUID diff --git a/tests/test_raillabel_providerkit/format/understand_ai/test_uai_coordinate_system.py b/tests/test_raillabel_providerkit/format/understand_ai/test_uai_coordinate_system.py index fc64dff..714ef0f 100644 --- a/tests/test_raillabel_providerkit/format/understand_ai/test_uai_coordinate_system.py +++ b/tests/test_raillabel_providerkit/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 pytest diff --git a/tests/test_raillabel_providerkit/format/understand_ai/test_uai_frame.py b/tests/test_raillabel_providerkit/format/understand_ai/test_uai_frame.py index 930c55e..b4bdde8 100644 --- a/tests/test_raillabel_providerkit/format/understand_ai/test_uai_frame.py +++ b/tests/test_raillabel_providerkit/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 pytest diff --git a/tests/test_raillabel_providerkit/format/understand_ai/test_uai_metadata.py b/tests/test_raillabel_providerkit/format/understand_ai/test_uai_metadata.py index 8a220ca..fa58ec8 100644 --- a/tests/test_raillabel_providerkit/format/understand_ai/test_uai_metadata.py +++ b/tests/test_raillabel_providerkit/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 pytest diff --git a/tests/test_raillabel_providerkit/format/understand_ai/test_uai_point_3d.py b/tests/test_raillabel_providerkit/format/understand_ai/test_uai_point_3d.py index 5c116d2..de1b214 100644 --- a/tests/test_raillabel_providerkit/format/understand_ai/test_uai_point_3d.py +++ b/tests/test_raillabel_providerkit/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 pytest diff --git a/tests/test_raillabel_providerkit/format/understand_ai/test_uai_polygon_2d.py b/tests/test_raillabel_providerkit/format/understand_ai/test_uai_polygon_2d.py index 9a5820c..c3a69de 100644 --- a/tests/test_raillabel_providerkit/format/understand_ai/test_uai_polygon_2d.py +++ b/tests/test_raillabel_providerkit/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 from uuid import UUID diff --git a/tests/test_raillabel_providerkit/format/understand_ai/test_uai_polyline_2d.py b/tests/test_raillabel_providerkit/format/understand_ai/test_uai_polyline_2d.py index 4f82706..b4763fe 100644 --- a/tests/test_raillabel_providerkit/format/understand_ai/test_uai_polyline_2d.py +++ b/tests/test_raillabel_providerkit/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 from uuid import UUID diff --git a/tests/test_raillabel_providerkit/format/understand_ai/test_uai_quaternion.py b/tests/test_raillabel_providerkit/format/understand_ai/test_uai_quaternion.py index f83b700..861b720 100644 --- a/tests/test_raillabel_providerkit/format/understand_ai/test_uai_quaternion.py +++ b/tests/test_raillabel_providerkit/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 pytest diff --git a/tests/test_raillabel_providerkit/format/understand_ai/test_uai_scene.py b/tests/test_raillabel_providerkit/format/understand_ai/test_uai_scene.py index ac24614..4c04b70 100644 --- a/tests/test_raillabel_providerkit/format/understand_ai/test_uai_scene.py +++ b/tests/test_raillabel_providerkit/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 pytest diff --git a/tests/test_raillabel_providerkit/format/understand_ai/test_uai_segmentation_3d.py b/tests/test_raillabel_providerkit/format/understand_ai/test_uai_segmentation_3d.py index 000b255..ee4e0c2 100644 --- a/tests/test_raillabel_providerkit/format/understand_ai/test_uai_segmentation_3d.py +++ b/tests/test_raillabel_providerkit/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 from uuid import UUID diff --git a/tests/test_raillabel_providerkit/format/understand_ai/test_uai_sensor_reference.py b/tests/test_raillabel_providerkit/format/understand_ai/test_uai_sensor_reference.py index a5b9b6b..313e0d1 100644 --- a/tests/test_raillabel_providerkit/format/understand_ai/test_uai_sensor_reference.py +++ b/tests/test_raillabel_providerkit/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 from decimal import Decimal diff --git a/tests/test_raillabel_providerkit/format/understand_ai/test_uai_size_3d.py b/tests/test_raillabel_providerkit/format/understand_ai/test_uai_size_3d.py index 66c6082..b523e28 100644 --- a/tests/test_raillabel_providerkit/format/understand_ai/test_uai_size_3d.py +++ b/tests/test_raillabel_providerkit/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 pytest diff --git a/tests/test_raillabel_providerkit/validation/conftest.py b/tests/test_raillabel_providerkit/validation/conftest.py index cfdf202..84355ce 100644 --- a/tests/test_raillabel_providerkit/validation/conftest.py +++ b/tests/test_raillabel_providerkit/validation/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 validate_onthology.test_validate_onthology import ( diff --git a/tests/test_raillabel_providerkit/validation/test_validate.py b/tests/test_raillabel_providerkit/validation/test_validate.py index 80740f0..0ac5b60 100644 --- a/tests/test_raillabel_providerkit/validation/test_validate.py +++ b/tests/test_raillabel_providerkit/validation/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 pytest diff --git a/tests/test_raillabel_providerkit/validation/validate_empty_frame/test_validate_empty_frames.py b/tests/test_raillabel_providerkit/validation/validate_empty_frame/test_validate_empty_frames.py index 7ca7f86..5b1f3c8 100644 --- a/tests/test_raillabel_providerkit/validation/validate_empty_frame/test_validate_empty_frames.py +++ b/tests/test_raillabel_providerkit/validation/validate_empty_frame/test_validate_empty_frames.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_providerkit/validation/validate_onthology/test_onthology_schema_v1.py b/tests/test_raillabel_providerkit/validation/validate_onthology/test_onthology_schema_v1.py index 8505e1c..f9f83fa 100644 --- a/tests/test_raillabel_providerkit/validation/validate_onthology/test_onthology_schema_v1.py +++ b/tests/test_raillabel_providerkit/validation/validate_onthology/test_onthology_schema_v1.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_providerkit/validation/validate_onthology/test_validate_onthology.py b/tests/test_raillabel_providerkit/validation/validate_onthology/test_validate_onthology.py index 386fe63..7a173ae 100644 --- a/tests/test_raillabel_providerkit/validation/validate_onthology/test_validate_onthology.py +++ b/tests/test_raillabel_providerkit/validation/validate_onthology/test_validate_onthology.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/tests/test_raillabel_providerkit/validation/validate_rail_side/test_validate_rail_side.py b/tests/test_raillabel_providerkit/validation/validate_rail_side/test_validate_rail_side.py index eb053be..2b69bf3 100644 --- a/tests/test_raillabel_providerkit/validation/validate_rail_side/test_validate_rail_side.py +++ b/tests/test_raillabel_providerkit/validation/validate_rail_side/test_validate_rail_side.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