From aed9245c18b289bdf24b008a7768a406b3966cd9 Mon Sep 17 00:00:00 2001 From: Jamil RAICHOUNI Date: Wed, 3 Jan 2024 09:08:38 +0100 Subject: [PATCH] chore: update copyright --- .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.rst | 2 +- LICENSES/.license_header.txt | 2 +- README.rst | 4 ++-- docs/Makefile | 2 +- docs/make.bat | 2 +- docs/source/conf.py | 2 +- docs/source/index.rst | 2 +- pyease/__init__.py | 2 +- pyease/ease.py | 2 +- pyease/easeexceptions.py | 2 +- pyproject.toml | 4 ++-- tests/test_pyease.py | 2 +- 19 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.git_archival.txt b/.git_archival.txt index ee6d551..3ec0a13 100644 --- a/.git_archival.txt +++ b/.git_archival.txt @@ -1,4 +1,4 @@ -SPDX-FileCopyrightText: Copyright DB Netz AG and the pyease contributors +SPDX-FileCopyrightText: Copyright DB InfraGO AG and the pyease contributors SPDX-License-Identifier: CC0-1.0 node: $Format:%H$ diff --git a/.gitattributes b/.gitattributes index 59e5c8f..032f032 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: Copyright DB Netz AG and the pyease contributors +# SPDX-FileCopyrightText: Copyright DB InfraGO AG and the pyease 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 f530aee..1ea20f4 100644 --- a/.github/workflows/build-test-publish.yml +++ b/.github/workflows/build-test-publish.yml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: Copyright DB Netz AG and the pyease contributors +# SPDX-FileCopyrightText: Copyright DB InfraGO AG and the pyease contributors # SPDX-License-Identifier: CC0-1.0 name: Build diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 4729d1e..4a95b14 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: Copyright DB Netz AG and the pyease contributors +# SPDX-FileCopyrightText: Copyright DB InfraGO AG and the pyease contributors # SPDX-License-Identifier: CC0-1.0 name: Docs diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 798ff52..23db953 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: Copyright DB Netz AG and the pyease contributors +# SPDX-FileCopyrightText: Copyright DB InfraGO AG and the pyease contributors # SPDX-License-Identifier: CC0-1.0 name: Lint diff --git a/.gitignore b/.gitignore index 293a31b..8a6e9e9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: Copyright DB Netz AG and the pyease contributors +# SPDX-FileCopyrightText: Copyright DB InfraGO AG and the pyease 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 633fac9..d353bfd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: Copyright DB Netz AG and the pyease contributors +# SPDX-FileCopyrightText: Copyright DB InfraGO AG and the pyease contributors # SPDX-License-Identifier: CC0-1.0 repos: diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 08b91bf..2295a77 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1,5 +1,5 @@ .. - SPDX-FileCopyrightText: Copyright DB Netz AG and the pyease contributors + SPDX-FileCopyrightText: Copyright DB InfraGO AG and the pyease contributors SPDX-License-Identifier: Apache-2.0 Contributing diff --git a/LICENSES/.license_header.txt b/LICENSES/.license_header.txt index c7f5e6c..6149124 100644 --- a/LICENSES/.license_header.txt +++ b/LICENSES/.license_header.txt @@ -1,2 +1,2 @@ -SPDX-FileCopyrightText: Copyright DB Netz AG and the pyease contributors +SPDX-FileCopyrightText: Copyright DB InfraGO AG and the pyease contributors SPDX-License-Identifier: Apache-2.0 diff --git a/README.rst b/README.rst index c51a4b5..e1414e6 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ .. - SPDX-FileCopyrightText: Copyright DB Netz AG and the pyease contributors + SPDX-FileCopyrightText: Copyright DB InfraGO AG and the pyease contributors SPDX-License-Identifier: Apache-2.0 pyease @@ -57,7 +57,7 @@ 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 ``__) Dot-files are licensed under CC0-1.0 (see full text in diff --git a/docs/Makefile b/docs/Makefile index 289a0de..452c38a 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: Copyright DB Netz AG and the pyease contributors +# SPDX-FileCopyrightText: Copyright DB InfraGO AG and the pyease contributors # SPDX-License-Identifier: CC0-1.0 # Minimal makefile for Sphinx documentation diff --git a/docs/make.bat b/docs/make.bat index 46183ed..53566b1 100644 --- a/docs/make.bat +++ b/docs/make.bat @@ -1,5 +1,5 @@ @ECHO OFF -REM SPDX-FileCopyrightText: Copyright DB Netz AG and the pyease contributors +REM SPDX-FileCopyrightText: Copyright DB InfraGO AG and the pyease contributors REM SPDX-License-Identifier: CC0-1.0 pushd %~dp0 diff --git a/docs/source/conf.py b/docs/source/conf.py index f223e09..87f3907 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: Copyright DB Netz AG and the pyease contributors +# SPDX-FileCopyrightText: Copyright DB InfraGO AG and the pyease contributors # SPDX-License-Identifier: Apache-2.0 diff --git a/docs/source/index.rst b/docs/source/index.rst index 8d6b5d6..1f0cb9f 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -1,5 +1,5 @@ .. - SPDX-FileCopyrightText: Copyright DB Netz AG and the pyease contributors + SPDX-FileCopyrightText: Copyright DB InfraGO AG and the pyease contributors SPDX-License-Identifier: Apache-2.0 Welcome to pyease's documentation! diff --git a/pyease/__init__.py b/pyease/__init__.py index 2c389cd..72431f4 100644 --- a/pyease/__init__.py +++ b/pyease/__init__.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: Copyright DB Netz AG and the pyease contributors +# SPDX-FileCopyrightText: Copyright DB InfraGO AG and the pyease contributors # SPDX-License-Identifier: Apache-2.0 """The pyease package.""" diff --git a/pyease/ease.py b/pyease/ease.py index 2e524df..707e821 100644 --- a/pyease/ease.py +++ b/pyease/ease.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: Copyright DB Netz AG and the pyease contributors +# SPDX-FileCopyrightText: Copyright DB InfraGO AG and the pyease contributors # SPDX-License-Identifier: Apache-2.0 """Module with helper functions to use EASE with Python. diff --git a/pyease/easeexceptions.py b/pyease/easeexceptions.py index 10f93ed..78e7df5 100644 --- a/pyease/easeexceptions.py +++ b/pyease/easeexceptions.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: Copyright DB Netz AG and the pyease contributors +# SPDX-FileCopyrightText: Copyright DB InfraGO AG and the pyease contributors # SPDX-License-Identifier: Apache-2.0 """Module with exeptions for use of EASE with Python. diff --git a/pyproject.toml b/pyproject.toml index db77d43..e03cf97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: Copyright DB Netz AG and the pyease contributors +# SPDX-FileCopyrightText: Copyright DB InfraGO AG and the pyease contributors # SPDX-License-Identifier: Apache-2.0 [build-system] @@ -14,7 +14,7 @@ readme = "README.rst" requires-python = ">=3.10, <3.12" license = { text = "Apache-2.0" } authors = [ - { name = "DB Netz AG" }, + { name = "DB InfraGO AG" }, ] keywords = [] classifiers = [ diff --git a/tests/test_pyease.py b/tests/test_pyease.py index ecb7dfc..3573946 100644 --- a/tests/test_pyease.py +++ b/tests/test_pyease.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: Copyright DB Netz AG and the pyease contributors +# SPDX-FileCopyrightText: Copyright DB InfraGO AG and the pyease contributors # SPDX-License-Identifier: Apache-2.0 import pyease