diff --git a/AUTHORS.md b/AUTHORS.md index 45912ea..1d801ae 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -1,7 +1,7 @@ # Authors - Mathias Loesch (original author) -- Heinz-Alexander Fuetterer +- Heinz-Alexander Fütterer ## Contributors diff --git a/LICENSE b/LICENSE index d3a8359..36a9f0d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ BSD 3-Clause License Copyright (c) 2013, Mathias Loesch -Copyright (c) 2023, Heinz-Alexander Fuetterer +Copyright (c) 2023, Heinz-Alexander Fütterer Some rights reserved. diff --git a/pyproject.toml b/pyproject.toml index f5770ee..0d55f12 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ keywords = [ ] license = "BSD-3-Clause" authors = [ - { name = "Heinz-Alexander Fuetterer" }, + { name = "Heinz-Alexander Fütterer" }, ] requires-python = ">=3.10" classifiers = [ diff --git a/src/oaipmh_scythe/__init__.py b/src/oaipmh_scythe/__init__.py index c648588..c0135b6 100644 --- a/src/oaipmh_scythe/__init__.py +++ b/src/oaipmh_scythe/__init__.py @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2015 Mathias Loesch -# SPDX-FileCopyrightText: 2023 Heinz-Alexander Fuetterer +# SPDX-FileCopyrightText: 2023 Heinz-Alexander Fütterer # # SPDX-License-Identifier: BSD-3-Clause diff --git a/src/oaipmh_scythe/client.py b/src/oaipmh_scythe/client.py index 0702a32..0d7a5df 100644 --- a/src/oaipmh_scythe/client.py +++ b/src/oaipmh_scythe/client.py @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2015 Mathias Loesch -# SPDX-FileCopyrightText: 2023 Heinz-Alexander Fuetterer +# SPDX-FileCopyrightText: 2023 Heinz-Alexander Fütterer # # SPDX-License-Identifier: BSD-3-Clause diff --git a/src/oaipmh_scythe/exceptions.py b/src/oaipmh_scythe/exceptions.py index 1954d61..bf8faba 100644 --- a/src/oaipmh_scythe/exceptions.py +++ b/src/oaipmh_scythe/exceptions.py @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2015 Mathias Loesch -# SPDX-FileCopyrightText: 2023 Heinz-Alexander Fuetterer +# SPDX-FileCopyrightText: 2023 Heinz-Alexander Fütterer # # SPDX-License-Identifier: BSD-3-Clause diff --git a/src/oaipmh_scythe/iterator.py b/src/oaipmh_scythe/iterator.py index 4fd1487..4a95e2a 100644 --- a/src/oaipmh_scythe/iterator.py +++ b/src/oaipmh_scythe/iterator.py @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2015 Mathias Loesch -# SPDX-FileCopyrightText: 2023 Heinz-Alexander Fuetterer +# SPDX-FileCopyrightText: 2023 Heinz-Alexander Fütterer # # SPDX-License-Identifier: BSD-3-Clause diff --git a/src/oaipmh_scythe/models.py b/src/oaipmh_scythe/models.py index 2f37071..f2464d9 100644 --- a/src/oaipmh_scythe/models.py +++ b/src/oaipmh_scythe/models.py @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2015 Mathias Loesch -# SPDX-FileCopyrightText: 2023 Heinz-Alexander Fuetterer +# SPDX-FileCopyrightText: 2023 Heinz-Alexander Fütterer # # SPDX-License-Identifier: BSD-3-Clause diff --git a/src/oaipmh_scythe/response.py b/src/oaipmh_scythe/response.py index cf799af..0d49f41 100644 --- a/src/oaipmh_scythe/response.py +++ b/src/oaipmh_scythe/response.py @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2015 Mathias Loesch -# SPDX-FileCopyrightText: 2023 Heinz-Alexander Fuetterer +# SPDX-FileCopyrightText: 2023 Heinz-Alexander Fütterer # # SPDX-License-Identifier: BSD-3-Clause diff --git a/src/oaipmh_scythe/utils.py b/src/oaipmh_scythe/utils.py index e41c25b..72f6fc4 100644 --- a/src/oaipmh_scythe/utils.py +++ b/src/oaipmh_scythe/utils.py @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2015 Mathias Loesch -# SPDX-FileCopyrightText: 2023 Heinz-Alexander Fuetterer +# SPDX-FileCopyrightText: 2023 Heinz-Alexander Fütterer # # SPDX-License-Identifier: BSD-3-Clause diff --git a/tests/conftest.py b/tests/conftest.py index 30c7b16..aacb83b 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Heinz-Alexander Fuetterer +# SPDX-FileCopyrightText: 2023 Heinz-Alexander Fütterer # # SPDX-License-Identifier: BSD-3-Clause diff --git a/tests/integration/test_harvesting.py b/tests/integration/test_harvesting.py index a1afdda..bf4f301 100644 --- a/tests/integration/test_harvesting.py +++ b/tests/integration/test_harvesting.py @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2015 Mathias Loesch -# SPDX-FileCopyrightText: 2023 Heinz-Alexander Fuetterer +# SPDX-FileCopyrightText: 2023 Heinz-Alexander Fütterer # # SPDX-License-Identifier: BSD-3-Clause diff --git a/tests/unit/test_client.py b/tests/unit/test_client.py index bf1edce..d5cda85 100644 --- a/tests/unit/test_client.py +++ b/tests/unit/test_client.py @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2015 Mathias Loesch -# SPDX-FileCopyrightText: 2023 Heinz-Alexander Fuetterer +# SPDX-FileCopyrightText: 2023 Heinz-Alexander Fütterer # # SPDX-License-Identifier: BSD-3-Clause diff --git a/tests/unit/test_iterator.py b/tests/unit/test_iterator.py index c9e4bfd..3cea035 100644 --- a/tests/unit/test_iterator.py +++ b/tests/unit/test_iterator.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Heinz-Alexander Fuetterer +# SPDX-FileCopyrightText: 2023 Heinz-Alexander Fütterer # # SPDX-License-Identifier: BSD-3-Clause diff --git a/tests/unit/test_models.py b/tests/unit/test_models.py index d21b0a5..85419dd 100644 --- a/tests/unit/test_models.py +++ b/tests/unit/test_models.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Heinz-Alexander Fuetterer +# SPDX-FileCopyrightText: 2023 Heinz-Alexander Fütterer # # SPDX-License-Identifier: BSD-3-Clause diff --git a/tests/unit/test_response.py b/tests/unit/test_response.py index c6745c1..a7a5690 100644 --- a/tests/unit/test_response.py +++ b/tests/unit/test_response.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Heinz-Alexander Fuetterer +# SPDX-FileCopyrightText: 2023 Heinz-Alexander Fütterer # # SPDX-License-Identifier: BSD-3-Clause diff --git a/tests/unit/test_utils.py b/tests/unit/test_utils.py index 65f82c6..fdbab2a 100644 --- a/tests/unit/test_utils.py +++ b/tests/unit/test_utils.py @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2015 Mathias Loesch -# SPDX-FileCopyrightText: 2023 Heinz-Alexander Fuetterer +# SPDX-FileCopyrightText: 2023 Heinz-Alexander Fütterer # # SPDX-License-Identifier: BSD-3-Clause