From a47ceaad3e0771f061a5ffee58aba1a837748735 Mon Sep 17 00:00:00 2001 From: ewuerger Date: Tue, 2 Jan 2024 13:24:59 +0100 Subject: [PATCH] chore: Rename organisation name in license header and license files `DB Netz AG` > `DB InfraGo AG` --- .gitattributes | 2 +- .github/CODEOWNERS | 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 | 4 ++-- README.md | 4 ++-- capellambse_context_diagrams/__init__.py | 2 +- capellambse_context_diagrams/_elkjs.py | 2 +- capellambse_context_diagrams/collectors/__init__.py | 2 +- capellambse_context_diagrams/collectors/default.py | 2 +- capellambse_context_diagrams/collectors/exchanges.py | 2 +- capellambse_context_diagrams/collectors/generic.py | 2 +- capellambse_context_diagrams/collectors/makers.py | 2 +- capellambse_context_diagrams/collectors/portless.py | 2 +- capellambse_context_diagrams/collectors/tree_view.py | 2 +- capellambse_context_diagrams/context.py | 2 +- capellambse_context_diagrams/elk.js | 2 +- capellambse_context_diagrams/filters.py | 2 +- capellambse_context_diagrams/serializers.py | 2 +- capellambse_context_diagrams/styling.py | 2 +- docs/assets/images/Context of Left.svg | 2 +- docs/assets/images/Interface Context of Left to right.svg | 2 +- docs/assets/images/favicon.ico.license | 2 +- docs/assets/images/favicon.png.license | 2 +- docs/credits.md | 2 +- docs/css/base.css | 2 +- docs/extras/filters.md | 2 +- docs/extras/styling.md | 2 +- docs/gen_images.py | 2 +- docs/gen_ref_pages.py | 2 +- docs/index.md | 2 +- docs/license.md | 2 +- docs/quickstart.md | 2 +- docs/tree_view.md | 2 +- license_header.txt | 2 +- mkdocs.yml | 6 +++--- overrides/.icons/custom/db.svg | 2 +- pyproject.toml | 4 ++-- setup.py | 2 +- tests/conftest.py | 2 +- tests/data/.project.license | 2 +- tests/data/ContextDiagram.afm.license | 2 +- tests/data/ContextDiagram.aird.license | 2 +- tests/data/ContextDiagram.capella.license | 2 +- tests/test_capability_diagrams.py | 2 +- tests/test_context_diagrams.py | 2 +- tests/test_filters.py | 2 +- tests/test_interface_diagrams.py | 2 +- tests/test_tree_views.py | 2 +- 52 files changed, 57 insertions(+), 57 deletions(-) diff --git a/.gitattributes b/.gitattributes index 153aa61d..e8945689 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Copyright DB Netz AG and the capellambse-context-diagrams contributors +# SPDX-FileCopyrightText: 2022 Copyright DB InfraGo AG and the capellambse-context-diagrams contributors # SPDX-License-Identifier: CC0-1.0 # “.gitattributes Best Practices - Muhammad Rehan Saeed” {{{ diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 55473d55..0f004b8c 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Copyright DB Netz AG and the capellambse-context-diagrams contributors +# SPDX-FileCopyrightText: 2022 Copyright DB InfraGo AG and the capellambse-context-diagrams contributors # SPDX-License-Identifier: CC0-1.0 * @ewuerger @vik378 diff --git a/.github/workflows/build-test-publish.yml b/.github/workflows/build-test-publish.yml index 1ecfbb27..c978eb4c 100644 --- a/.github/workflows/build-test-publish.yml +++ b/.github/workflows/build-test-publish.yml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Copyright DB Netz AG and the capellambse-context-diagrams contributors +# SPDX-FileCopyrightText: 2022 Copyright DB InfraGo AG and the capellambse-context-diagrams contributors # SPDX-License-Identifier: Apache-2.0 name: Build diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 1a7a1159..119d26e8 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Copyright DB Netz AG and the capellambse-context-diagrams contributors +# SPDX-FileCopyrightText: 2022 Copyright DB InfraGo AG and the capellambse-context-diagrams contributors # SPDX-License-Identifier: Apache-2.0 name: Docs diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 206f6a6d..6add24dc 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Copyright DB Netz AG and the capellambse-context-diagrams contributors +# SPDX-FileCopyrightText: 2022 Copyright DB InfraGo AG and the capellambse-context-diagrams contributors # SPDX-License-Identifier: Apache-2.0 name: Lint diff --git a/.gitignore b/.gitignore index 67f7ae9a..b5c87ca8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Copyright DB Netz AG and the capellambse-context-diagrams contributors +# SPDX-FileCopyrightText: 2022 Copyright DB InfraGo AG and the capellambse-context-diagrams contributors # SPDX-License-Identifier: CC0-1.0 # Templates from diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7ed76d1b..90c7e081 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Copyright DB Netz AG and the capellambse-context-diagrams contributors +# SPDX-FileCopyrightText: 2022 Copyright DB InfraGo AG and the capellambse-context-diagrams contributors # SPDX-License-Identifier: CC0-1.0 exclude: '^(versioneer\.py|.*/_version\.py)$' diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1075dc65..8d0cb4d8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,5 @@ @@ -110,7 +110,7 @@ Example: > Integration test for capability context diagrams seen in `tests/test_capability_diagrams.py`: > > ```python -> # SPDX-FileCopyrightText: 2022 Copyright DB Netz AG and the capellambse-context-diagrams contributors +> # SPDX-FileCopyrightText: 2022 Copyright DB InfraGo AG and the capellambse-context-diagrams contributors > # SPDX-License-Identifier: Apache-2.0 > > import capellambse diff --git a/README.md b/README.md index afc98b6f..d5a34a92 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -35,7 +35,7 @@ Special thanks goes to the developers and maintainers of [Eclipse Layout Kernel Copyright and license information added and maintained via the reuse tool from [Reuse Software](https://reuse.software/). -***Copyright 2022 DB Netz AG, own contributions licensed under Apache 2.0 (see full text in [LICENSES/Apache-2.0](https://github.com/DSD-DBS/capellambse-context-diagrams/blob/master/LICENSES/Apache-2.0.txt))*** +***Copyright 2022 DB InfraGo AG, own contributions licensed under Apache 2.0 (see full text in [LICENSES/Apache-2.0](https://github.com/DSD-DBS/capellambse-context-diagrams/blob/master/LICENSES/Apache-2.0.txt))*** ***Copyright (c) 2021 Kiel University and others, ELK/Sprotty contributions ([elkgraph-json.js](https://github.com/DSD-DBS/capellambse-context-diagrams/blob/master/capellambse_context_diagrams/elkgraph-json.js) & [elkgraph-to-sprotty.js](https://github.com/DSD-DBS/capellambse-context-diagrams/blob/master/capellambse_context_diagrams/elkgraph-to-sprotty.js)) licensed under EPL-2.0*** diff --git a/capellambse_context_diagrams/__init__.py b/capellambse_context_diagrams/__init__.py index 130af425..4148d9a6 100644 --- a/capellambse_context_diagrams/__init__.py +++ b/capellambse_context_diagrams/__init__.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Copyright DB Netz AG and the capellambse-context-diagrams contributors +# SPDX-FileCopyrightText: 2022 Copyright DB InfraGo AG and the capellambse-context-diagrams contributors # SPDX-License-Identifier: Apache-2.0 """The Context Diagrams model extension. diff --git a/capellambse_context_diagrams/_elkjs.py b/capellambse_context_diagrams/_elkjs.py index 7ebe3995..d3e76192 100644 --- a/capellambse_context_diagrams/_elkjs.py +++ b/capellambse_context_diagrams/_elkjs.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Copyright DB Netz AG and the capellambse-context-diagrams contributors +# SPDX-FileCopyrightText: 2022 Copyright DB InfraGo AG and the capellambse-context-diagrams contributors # SPDX-License-Identifier: Apache-2.0 """ diff --git a/capellambse_context_diagrams/collectors/__init__.py b/capellambse_context_diagrams/collectors/__init__.py index 756d10f3..1e74a199 100644 --- a/capellambse_context_diagrams/collectors/__init__.py +++ b/capellambse_context_diagrams/collectors/__init__.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Copyright DB Netz AG and the capellambse-context-diagrams contributors +# SPDX-FileCopyrightText: 2022 Copyright DB InfraGo AG and the capellambse-context-diagrams contributors # SPDX-License-Identifier: Apache-2.0 """ diff --git a/capellambse_context_diagrams/collectors/default.py b/capellambse_context_diagrams/collectors/default.py index c9785e4f..5e51fb98 100644 --- a/capellambse_context_diagrams/collectors/default.py +++ b/capellambse_context_diagrams/collectors/default.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Copyright DB Netz AG and the capellambse-context-diagrams contributors +# SPDX-FileCopyrightText: 2022 Copyright DB InfraGo AG and the capellambse-context-diagrams contributors # SPDX-License-Identifier: Apache-2.0 """ Collection of [`ELKInputData`][capellambse_context_diagrams._elkjs.ELKInputData] diff --git a/capellambse_context_diagrams/collectors/exchanges.py b/capellambse_context_diagrams/collectors/exchanges.py index c0ce776c..e3ee6e6a 100644 --- a/capellambse_context_diagrams/collectors/exchanges.py +++ b/capellambse_context_diagrams/collectors/exchanges.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Copyright DB Netz AG and the capellambse-context-diagrams contributors +# SPDX-FileCopyrightText: 2022 Copyright DB InfraGo AG and the capellambse-context-diagrams contributors # SPDX-License-Identifier: Apache-2.0 from __future__ import annotations diff --git a/capellambse_context_diagrams/collectors/generic.py b/capellambse_context_diagrams/collectors/generic.py index 955f7656..b5d1de43 100644 --- a/capellambse_context_diagrams/collectors/generic.py +++ b/capellambse_context_diagrams/collectors/generic.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Copyright DB Netz AG and the capellambse-context-diagrams contributors +# SPDX-FileCopyrightText: 2022 Copyright DB InfraGo AG and the capellambse-context-diagrams contributors # SPDX-License-Identifier: Apache-2.0 """ Functionality for collection of model data from an instance of [`MelodyModel`][capellambse.model.MelodyModel] diff --git a/capellambse_context_diagrams/collectors/makers.py b/capellambse_context_diagrams/collectors/makers.py index 469ae5b5..42f983af 100644 --- a/capellambse_context_diagrams/collectors/makers.py +++ b/capellambse_context_diagrams/collectors/makers.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Copyright DB Netz AG and the capellambse-context-diagrams contributors +# SPDX-FileCopyrightText: 2022 Copyright DB InfraGo AG and the capellambse-context-diagrams contributors # SPDX-License-Identifier: Apache-2.0 from __future__ import annotations diff --git a/capellambse_context_diagrams/collectors/portless.py b/capellambse_context_diagrams/collectors/portless.py index 8e2f1929..99645e87 100644 --- a/capellambse_context_diagrams/collectors/portless.py +++ b/capellambse_context_diagrams/collectors/portless.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Copyright DB Netz AG and the capellambse-context-diagrams contributors +# SPDX-FileCopyrightText: 2022 Copyright DB InfraGo AG and the capellambse-context-diagrams contributors # SPDX-License-Identifier: Apache-2.0 """ diff --git a/capellambse_context_diagrams/collectors/tree_view.py b/capellambse_context_diagrams/collectors/tree_view.py index 29470f05..4fd65689 100644 --- a/capellambse_context_diagrams/collectors/tree_view.py +++ b/capellambse_context_diagrams/collectors/tree_view.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Copyright DB Netz AG and the capellambse-context-diagrams contributors +# SPDX-FileCopyrightText: 2022 Copyright DB InfraGo AG and the capellambse-context-diagrams contributors # SPDX-License-Identifier: Apache-2.0 """This submodule defines the collector for the Class-Tree diagram.""" from __future__ import annotations diff --git a/capellambse_context_diagrams/context.py b/capellambse_context_diagrams/context.py index 828c3668..0dddebc0 100644 --- a/capellambse_context_diagrams/context.py +++ b/capellambse_context_diagrams/context.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Copyright DB Netz AG and the capellambse-context-diagrams contributors +# SPDX-FileCopyrightText: 2022 Copyright DB InfraGo AG and the capellambse-context-diagrams contributors # SPDX-License-Identifier: Apache-2.0 """ Definitions of Custom Accessor- and Diagram-Classtypes based on diff --git a/capellambse_context_diagrams/elk.js b/capellambse_context_diagrams/elk.js index 278a5532..c99b54ac 100644 --- a/capellambse_context_diagrams/elk.js +++ b/capellambse_context_diagrams/elk.js @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2022 Copyright DB Netz AG and the capellambse-context-diagrams contributors +// SPDX-FileCopyrightText: 2022 Copyright DB InfraGo AG and the capellambse-context-diagrams contributors // SPDX-License-Identifier: Apache-2.0 const elkgraphsprotty = require("./elkgraph-to-sprotty"); diff --git a/capellambse_context_diagrams/filters.py b/capellambse_context_diagrams/filters.py index b64c530b..fc8faa89 100644 --- a/capellambse_context_diagrams/filters.py +++ b/capellambse_context_diagrams/filters.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Copyright DB Netz AG and the capellambse-context-diagrams contributors +# SPDX-FileCopyrightText: 2022 Copyright DB InfraGo AG and the capellambse-context-diagrams contributors # SPDX-License-Identifier: Apache-2.0 """Functions and registry for filter functionality.""" from __future__ import annotations diff --git a/capellambse_context_diagrams/serializers.py b/capellambse_context_diagrams/serializers.py index d9f14e34..eceb44d1 100644 --- a/capellambse_context_diagrams/serializers.py +++ b/capellambse_context_diagrams/serializers.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Copyright DB Netz AG and the capellambse-context-diagrams contributors +# SPDX-FileCopyrightText: 2022 Copyright DB InfraGo AG and the capellambse-context-diagrams contributors # SPDX-License-Identifier: Apache-2.0 """This submodule provides a serializer that transforms data from an ELK- diff --git a/capellambse_context_diagrams/styling.py b/capellambse_context_diagrams/styling.py index 23b8206c..b996084c 100644 --- a/capellambse_context_diagrams/styling.py +++ b/capellambse_context_diagrams/styling.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Copyright DB Netz AG and the capellambse-context-diagrams contributors +# SPDX-FileCopyrightText: 2022 Copyright DB InfraGo AG and the capellambse-context-diagrams contributors # SPDX-License-Identifier: Apache-2.0 """Functions for style overrides of diagram elements.""" from __future__ import annotations diff --git a/docs/assets/images/Context of Left.svg b/docs/assets/images/Context of Left.svg index 56aae0c6..1bd38d50 100644 --- a/docs/assets/images/Context of Left.svg +++ b/docs/assets/images/Context of Left.svg @@ -1,5 +1,5 @@ diff --git a/docs/assets/images/Interface Context of Left to right.svg b/docs/assets/images/Interface Context of Left to right.svg index 366edde7..c491d050 100644 --- a/docs/assets/images/Interface Context of Left to right.svg +++ b/docs/assets/images/Interface Context of Left to right.svg @@ -1,5 +1,5 @@ diff --git a/docs/assets/images/favicon.ico.license b/docs/assets/images/favicon.ico.license index de4b43b4..b43390eb 100644 --- a/docs/assets/images/favicon.ico.license +++ b/docs/assets/images/favicon.ico.license @@ -1,2 +1,2 @@ -SPDX-FileCopyrightText: 2022 Copyright DB Netz AG and the capellambse-context-diagrams contributors +SPDX-FileCopyrightText: 2022 Copyright DB InfraGo AG and the capellambse-context-diagrams contributors SPDX-License-Identifier: Apache-2.0 diff --git a/docs/assets/images/favicon.png.license b/docs/assets/images/favicon.png.license index de4b43b4..b43390eb 100644 --- a/docs/assets/images/favicon.png.license +++ b/docs/assets/images/favicon.png.license @@ -1,2 +1,2 @@ -SPDX-FileCopyrightText: 2022 Copyright DB Netz AG and the capellambse-context-diagrams contributors +SPDX-FileCopyrightText: 2022 Copyright DB InfraGo AG and the capellambse-context-diagrams contributors SPDX-License-Identifier: Apache-2.0 diff --git a/docs/credits.md b/docs/credits.md index a6de69e5..a76a7b0b 100644 --- a/docs/credits.md +++ b/docs/credits.md @@ -5,7 +5,7 @@ hide: --- diff --git a/docs/css/base.css b/docs/css/base.css index 9892ade1..3c96e3d9 100644 --- a/docs/css/base.css +++ b/docs/css/base.css @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: 2022 Copyright DB Netz AG and the capellambse-context-diagrams contributors + * SPDX-FileCopyrightText: 2022 Copyright DB InfraGo AG and the capellambse-context-diagrams contributors * SPDX-License-Identifier: Apache-2.0 */ diff --git a/docs/extras/filters.md b/docs/extras/filters.md index f6f60e69..c079d9d9 100644 --- a/docs/extras/filters.md +++ b/docs/extras/filters.md @@ -1,5 +1,5 @@ diff --git a/docs/extras/styling.md b/docs/extras/styling.md index 142f5c1a..977e0fa2 100644 --- a/docs/extras/styling.md +++ b/docs/extras/styling.md @@ -1,5 +1,5 @@ diff --git a/docs/gen_images.py b/docs/gen_images.py index 35370863..2330ff8c 100644 --- a/docs/gen_images.py +++ b/docs/gen_images.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Copyright DB Netz AG and the capellambse-context-diagrams contributors +# SPDX-FileCopyrightText: 2022 Copyright DB InfraGo AG and the capellambse-context-diagrams contributors # SPDX-License-Identifier: Apache-2.0 from __future__ import annotations diff --git a/docs/gen_ref_pages.py b/docs/gen_ref_pages.py index 91db103d..ff00ee48 100644 --- a/docs/gen_ref_pages.py +++ b/docs/gen_ref_pages.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Copyright DB Netz AG and the capellambse-context-diagrams contributors +# SPDX-FileCopyrightText: 2022 Copyright DB InfraGo AG and the capellambse-context-diagrams contributors # SPDX-License-Identifier: Apache-2.0 """Generate the code reference pages.""" diff --git a/docs/index.md b/docs/index.md index 3a75e2ee..f52f656c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,5 +1,5 @@ diff --git a/docs/license.md b/docs/license.md index d376b528..9a609b20 100644 --- a/docs/license.md +++ b/docs/license.md @@ -1,5 +1,5 @@ diff --git a/docs/quickstart.md b/docs/quickstart.md index 9e87bd6d..1c0dda2b 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -1,5 +1,5 @@ diff --git a/docs/tree_view.md b/docs/tree_view.md index f3147ed7..5a37d42a 100644 --- a/docs/tree_view.md +++ b/docs/tree_view.md @@ -1,5 +1,5 @@ diff --git a/license_header.txt b/license_header.txt index de4b43b4..b43390eb 100644 --- a/license_header.txt +++ b/license_header.txt @@ -1,2 +1,2 @@ -SPDX-FileCopyrightText: 2022 Copyright DB Netz AG and the capellambse-context-diagrams contributors +SPDX-FileCopyrightText: 2022 Copyright DB InfraGo AG and the capellambse-context-diagrams contributors SPDX-License-Identifier: Apache-2.0 diff --git a/mkdocs.yml b/mkdocs.yml index a0463c35..bcbef162 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Copyright DB Netz AG and the capellambse-context-diagrams contributors +# SPDX-FileCopyrightText: 2022 Copyright DB InfraGo AG and the capellambse-context-diagrams contributors # SPDX-License-Identifier: Apache-2.0 site_name: Context diagrams for py-capellambse @@ -102,7 +102,7 @@ extra: - icon: fontawesome/brands/github link: https://dsd-dbs.github.io/capellambse-context-diagrams/ - icon: custom/db - name: DB Netz AG - SET + name: DB InfraGo AG - SET link: https://github.com/DSD-DBS -copyright: Copyright © 2022 DB Netz AG +copyright: Copyright © 2022 DB InfraGo AG diff --git a/overrides/.icons/custom/db.svg b/overrides/.icons/custom/db.svg index 3bfb9353..49a0266b 100644 --- a/overrides/.icons/custom/db.svg +++ b/overrides/.icons/custom/db.svg @@ -1,6 +1,6 @@ diff --git a/pyproject.toml b/pyproject.toml index 65d204b9..d6cd0bd3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Copyright DB Netz AG and the capellambse-context-diagrams contributors +# SPDX-FileCopyrightText: 2022 Copyright DB InfraGo AG and the capellambse-context-diagrams contributors # SPDX-License-Identifier: Apache-2.0 [build-system] @@ -14,7 +14,7 @@ readme = "README.md" requires-python = ">=3.9" license = { file = "LICENSES/Apache-2.0.txt" } authors = [ - { name = "DB Netz AG" }, + { name = "DB InfraGo AG" }, ] keywords = ["capella", "mbse", "context", "diagram", "automatic diagrams"] classifiers = [ diff --git a/setup.py b/setup.py index 9b0e0470..383ec3c7 100755 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# SPDX-FileCopyrightText: 2022 Copyright DB Netz AG and the capellambse-context-diagrams contributors +# SPDX-FileCopyrightText: 2022 Copyright DB InfraGo AG and the capellambse-context-diagrams contributors # SPDX-License-Identifier: Apache-2.0 import setuptools diff --git a/tests/conftest.py b/tests/conftest.py index 4fd14ab3..ccbf628b 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Copyright DB Netz AG and the capellambse-context-diagrams contributors +# SPDX-FileCopyrightText: 2022 Copyright DB InfraGo AG and the capellambse-context-diagrams contributors # SPDX-License-Identifier: Apache-2.0 """Global fixtures for pytest""" diff --git a/tests/data/.project.license b/tests/data/.project.license index de4b43b4..b43390eb 100644 --- a/tests/data/.project.license +++ b/tests/data/.project.license @@ -1,2 +1,2 @@ -SPDX-FileCopyrightText: 2022 Copyright DB Netz AG and the capellambse-context-diagrams contributors +SPDX-FileCopyrightText: 2022 Copyright DB InfraGo AG and the capellambse-context-diagrams contributors SPDX-License-Identifier: Apache-2.0 diff --git a/tests/data/ContextDiagram.afm.license b/tests/data/ContextDiagram.afm.license index de4b43b4..b43390eb 100644 --- a/tests/data/ContextDiagram.afm.license +++ b/tests/data/ContextDiagram.afm.license @@ -1,2 +1,2 @@ -SPDX-FileCopyrightText: 2022 Copyright DB Netz AG and the capellambse-context-diagrams contributors +SPDX-FileCopyrightText: 2022 Copyright DB InfraGo AG and the capellambse-context-diagrams contributors SPDX-License-Identifier: Apache-2.0 diff --git a/tests/data/ContextDiagram.aird.license b/tests/data/ContextDiagram.aird.license index de4b43b4..b43390eb 100644 --- a/tests/data/ContextDiagram.aird.license +++ b/tests/data/ContextDiagram.aird.license @@ -1,2 +1,2 @@ -SPDX-FileCopyrightText: 2022 Copyright DB Netz AG and the capellambse-context-diagrams contributors +SPDX-FileCopyrightText: 2022 Copyright DB InfraGo AG and the capellambse-context-diagrams contributors SPDX-License-Identifier: Apache-2.0 diff --git a/tests/data/ContextDiagram.capella.license b/tests/data/ContextDiagram.capella.license index de4b43b4..b43390eb 100644 --- a/tests/data/ContextDiagram.capella.license +++ b/tests/data/ContextDiagram.capella.license @@ -1,2 +1,2 @@ -SPDX-FileCopyrightText: 2022 Copyright DB Netz AG and the capellambse-context-diagrams contributors +SPDX-FileCopyrightText: 2022 Copyright DB InfraGo AG and the capellambse-context-diagrams contributors SPDX-License-Identifier: Apache-2.0 diff --git a/tests/test_capability_diagrams.py b/tests/test_capability_diagrams.py index 1550d970..63997bf8 100644 --- a/tests/test_capability_diagrams.py +++ b/tests/test_capability_diagrams.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Copyright DB Netz AG and the capellambse-context-diagrams contributors +# SPDX-FileCopyrightText: 2022 Copyright DB InfraGo AG and the capellambse-context-diagrams contributors # SPDX-License-Identifier: Apache-2.0 import capellambse diff --git a/tests/test_context_diagrams.py b/tests/test_context_diagrams.py index b8e23177..fd48f2e9 100644 --- a/tests/test_context_diagrams.py +++ b/tests/test_context_diagrams.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Copyright DB Netz AG and the capellambse-context-diagrams contributors +# SPDX-FileCopyrightText: 2022 Copyright DB InfraGo AG and the capellambse-context-diagrams contributors # SPDX-License-Identifier: Apache-2.0 import capellambse diff --git a/tests/test_filters.py b/tests/test_filters.py index a07a04e2..6d9db201 100644 --- a/tests/test_filters.py +++ b/tests/test_filters.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Copyright DB Netz AG and the capellambse-context-diagrams contributors +# SPDX-FileCopyrightText: 2022 Copyright DB InfraGo AG and the capellambse-context-diagrams contributors # SPDX-License-Identifier: Apache-2.0 from __future__ import annotations diff --git a/tests/test_interface_diagrams.py b/tests/test_interface_diagrams.py index a9e15325..6dcee337 100644 --- a/tests/test_interface_diagrams.py +++ b/tests/test_interface_diagrams.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Copyright DB Netz AG and the capellambse-context-diagrams contributors +# SPDX-FileCopyrightText: 2022 Copyright DB InfraGo AG and the capellambse-context-diagrams contributors # SPDX-License-Identifier: Apache-2.0 import capellambse diff --git a/tests/test_tree_views.py b/tests/test_tree_views.py index 04526076..10ca1eac 100644 --- a/tests/test_tree_views.py +++ b/tests/test_tree_views.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Copyright DB Netz AG and the capellambse-context-diagrams contributors +# SPDX-FileCopyrightText: 2022 Copyright DB InfraGo AG and the capellambse-context-diagrams contributors # SPDX-License-Identifier: Apache-2.0 import capellambse