From 4a0cce8f054d06faf42ed430a253caf98a63d062 Mon Sep 17 00:00:00 2001 From: TheByronHimes Date: Mon, 15 Jul 2024 14:28:13 +0000 Subject: [PATCH] Update license headers --- Dockerfile | 2 +- src/ns/__init__.py | 2 +- src/ns/__main__.py | 2 +- src/ns/adapters/__init__.py | 2 +- src/ns/adapters/inbound/__init__.py | 2 +- src/ns/adapters/inbound/akafka.py | 2 +- src/ns/adapters/outbound/__init__.py | 2 +- src/ns/adapters/outbound/dao.py | 2 +- src/ns/adapters/outbound/smtp_client.py | 2 +- src/ns/config.py | 2 +- src/ns/core/__init__.py | 2 +- src/ns/core/models.py | 2 +- src/ns/core/notifier.py | 2 +- src/ns/inject.py | 2 +- src/ns/main.py | 2 +- src/ns/ports/__init__.py | 2 +- src/ns/ports/inbound/__init__.py | 2 +- src/ns/ports/inbound/notifier.py | 2 +- src/ns/ports/outbound/__init__.py | 2 +- src/ns/ports/outbound/dao.py | 2 +- src/ns/ports/outbound/smtp_client.py | 2 +- tests/__init__.py | 2 +- tests/conftest.py | 2 +- tests/fixtures/__init__.py | 2 +- tests/fixtures/config.py | 2 +- tests/fixtures/joint.py | 2 +- tests/fixtures/server.py | 2 +- tests/fixtures/utils.py | 2 +- tests/test_basic.py | 2 +- 29 files changed, 29 insertions(+), 29 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8f093fd..a674fb6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -# Copyright 2021 - 2023 Universität Tübingen, DKFZ, EMBL, and Universität zu Köln +# Copyright 2021 - 2024 Universität Tübingen, DKFZ, EMBL, and Universität zu Köln # for the German Human Genome-Phenome Archive (GHGA) # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/ns/__init__.py b/src/ns/__init__.py index b2eb34d..b6c27eb 100644 --- a/src/ns/__init__.py +++ b/src/ns/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2021 - 2023 Universität Tübingen, DKFZ, EMBL, and Universität zu Köln +# Copyright 2021 - 2024 Universität Tübingen, DKFZ, EMBL, and Universität zu Köln # for the German Human Genome-Phenome Archive (GHGA) # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/ns/__main__.py b/src/ns/__main__.py index 204031d..71003d3 100644 --- a/src/ns/__main__.py +++ b/src/ns/__main__.py @@ -1,4 +1,4 @@ -# Copyright 2021 - 2023 Universität Tübingen, DKFZ, EMBL, and Universität zu Köln +# Copyright 2021 - 2024 Universität Tübingen, DKFZ, EMBL, and Universität zu Köln # for the German Human Genome-Phenome Archive (GHGA) # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/ns/adapters/__init__.py b/src/ns/adapters/__init__.py index a25a8e1..5c0e811 100644 --- a/src/ns/adapters/__init__.py +++ b/src/ns/adapters/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2021 - 2023 Universität Tübingen, DKFZ, EMBL, and Universität zu Köln +# Copyright 2021 - 2024 Universität Tübingen, DKFZ, EMBL, and Universität zu Köln # for the German Human Genome-Phenome Archive (GHGA) # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/ns/adapters/inbound/__init__.py b/src/ns/adapters/inbound/__init__.py index a25a8e1..5c0e811 100644 --- a/src/ns/adapters/inbound/__init__.py +++ b/src/ns/adapters/inbound/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2021 - 2023 Universität Tübingen, DKFZ, EMBL, and Universität zu Köln +# Copyright 2021 - 2024 Universität Tübingen, DKFZ, EMBL, and Universität zu Köln # for the German Human Genome-Phenome Archive (GHGA) # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/ns/adapters/inbound/akafka.py b/src/ns/adapters/inbound/akafka.py index f0909af..f309590 100644 --- a/src/ns/adapters/inbound/akafka.py +++ b/src/ns/adapters/inbound/akafka.py @@ -1,4 +1,4 @@ -# Copyright 2021 - 2023 Universität Tübingen, DKFZ, EMBL, and Universität zu Köln +# Copyright 2021 - 2024 Universität Tübingen, DKFZ, EMBL, and Universität zu Köln # for the German Human Genome-Phenome Archive (GHGA) # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/ns/adapters/outbound/__init__.py b/src/ns/adapters/outbound/__init__.py index a25a8e1..5c0e811 100644 --- a/src/ns/adapters/outbound/__init__.py +++ b/src/ns/adapters/outbound/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2021 - 2023 Universität Tübingen, DKFZ, EMBL, and Universität zu Köln +# Copyright 2021 - 2024 Universität Tübingen, DKFZ, EMBL, and Universität zu Köln # for the German Human Genome-Phenome Archive (GHGA) # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/ns/adapters/outbound/dao.py b/src/ns/adapters/outbound/dao.py index a48a90a..d0384ea 100644 --- a/src/ns/adapters/outbound/dao.py +++ b/src/ns/adapters/outbound/dao.py @@ -1,4 +1,4 @@ -# Copyright 2021 - 2023 Universität Tübingen, DKFZ, EMBL, and Universität zu Köln +# Copyright 2021 - 2024 Universität Tübingen, DKFZ, EMBL, and Universität zu Köln # for the German Human Genome-Phenome Archive (GHGA) # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/ns/adapters/outbound/smtp_client.py b/src/ns/adapters/outbound/smtp_client.py index b800276..73b1d2e 100644 --- a/src/ns/adapters/outbound/smtp_client.py +++ b/src/ns/adapters/outbound/smtp_client.py @@ -1,4 +1,4 @@ -# Copyright 2021 - 2023 Universität Tübingen, DKFZ, EMBL, and Universität zu Köln +# Copyright 2021 - 2024 Universität Tübingen, DKFZ, EMBL, and Universität zu Köln # for the German Human Genome-Phenome Archive (GHGA) # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/ns/config.py b/src/ns/config.py index 5e3162c..d4b82aa 100644 --- a/src/ns/config.py +++ b/src/ns/config.py @@ -1,4 +1,4 @@ -# Copyright 2021 - 2023 Universität Tübingen, DKFZ, EMBL, and Universität zu Köln +# Copyright 2021 - 2024 Universität Tübingen, DKFZ, EMBL, and Universität zu Köln # for the German Human Genome-Phenome Archive (GHGA) # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/ns/core/__init__.py b/src/ns/core/__init__.py index d2715ce..ec399b9 100644 --- a/src/ns/core/__init__.py +++ b/src/ns/core/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2021 - 2023 Universität Tübingen, DKFZ, EMBL, and Universität zu Köln +# Copyright 2021 - 2024 Universität Tübingen, DKFZ, EMBL, and Universität zu Köln # for the German Human Genome-Phenome Archive (GHGA) # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/ns/core/models.py b/src/ns/core/models.py index 6e50d4f..e1202e1 100644 --- a/src/ns/core/models.py +++ b/src/ns/core/models.py @@ -1,4 +1,4 @@ -# Copyright 2021 - 2023 Universität Tübingen, DKFZ, EMBL, and Universität zu Köln +# Copyright 2021 - 2024 Universität Tübingen, DKFZ, EMBL, and Universität zu Köln # for the German Human Genome-Phenome Archive (GHGA) # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/ns/core/notifier.py b/src/ns/core/notifier.py index e7d75f5..07aac6a 100644 --- a/src/ns/core/notifier.py +++ b/src/ns/core/notifier.py @@ -1,4 +1,4 @@ -# Copyright 2021 - 2023 Universität Tübingen, DKFZ, EMBL, and Universität zu Köln +# Copyright 2021 - 2024 Universität Tübingen, DKFZ, EMBL, and Universität zu Köln # for the German Human Genome-Phenome Archive (GHGA) # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/ns/inject.py b/src/ns/inject.py index d644856..4128894 100644 --- a/src/ns/inject.py +++ b/src/ns/inject.py @@ -1,4 +1,4 @@ -# Copyright 2021 - 2023 Universität Tübingen, DKFZ, EMBL, and Universität zu Köln +# Copyright 2021 - 2024 Universität Tübingen, DKFZ, EMBL, and Universität zu Köln # for the German Human Genome-Phenome Archive (GHGA) # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/ns/main.py b/src/ns/main.py index f806686..deae195 100644 --- a/src/ns/main.py +++ b/src/ns/main.py @@ -1,4 +1,4 @@ -# Copyright 2021 - 2023 Universität Tübingen, DKFZ, EMBL, and Universität zu Köln +# Copyright 2021 - 2024 Universität Tübingen, DKFZ, EMBL, and Universität zu Köln # for the German Human Genome-Phenome Archive (GHGA) # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/ns/ports/__init__.py b/src/ns/ports/__init__.py index a25a8e1..5c0e811 100644 --- a/src/ns/ports/__init__.py +++ b/src/ns/ports/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2021 - 2023 Universität Tübingen, DKFZ, EMBL, and Universität zu Köln +# Copyright 2021 - 2024 Universität Tübingen, DKFZ, EMBL, and Universität zu Köln # for the German Human Genome-Phenome Archive (GHGA) # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/ns/ports/inbound/__init__.py b/src/ns/ports/inbound/__init__.py index a25a8e1..5c0e811 100644 --- a/src/ns/ports/inbound/__init__.py +++ b/src/ns/ports/inbound/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2021 - 2023 Universität Tübingen, DKFZ, EMBL, and Universität zu Köln +# Copyright 2021 - 2024 Universität Tübingen, DKFZ, EMBL, and Universität zu Köln # for the German Human Genome-Phenome Archive (GHGA) # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/ns/ports/inbound/notifier.py b/src/ns/ports/inbound/notifier.py index d26cb3d..a56ea25 100644 --- a/src/ns/ports/inbound/notifier.py +++ b/src/ns/ports/inbound/notifier.py @@ -1,4 +1,4 @@ -# Copyright 2021 - 2023 Universität Tübingen, DKFZ, EMBL, and Universität zu Köln +# Copyright 2021 - 2024 Universität Tübingen, DKFZ, EMBL, and Universität zu Köln # for the German Human Genome-Phenome Archive (GHGA) # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/ns/ports/outbound/__init__.py b/src/ns/ports/outbound/__init__.py index a25a8e1..5c0e811 100644 --- a/src/ns/ports/outbound/__init__.py +++ b/src/ns/ports/outbound/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2021 - 2023 Universität Tübingen, DKFZ, EMBL, and Universität zu Köln +# Copyright 2021 - 2024 Universität Tübingen, DKFZ, EMBL, and Universität zu Köln # for the German Human Genome-Phenome Archive (GHGA) # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/ns/ports/outbound/dao.py b/src/ns/ports/outbound/dao.py index 340641c..b91abbb 100644 --- a/src/ns/ports/outbound/dao.py +++ b/src/ns/ports/outbound/dao.py @@ -1,4 +1,4 @@ -# Copyright 2021 - 2023 Universität Tübingen, DKFZ, EMBL, and Universität zu Köln +# Copyright 2021 - 2024 Universität Tübingen, DKFZ, EMBL, and Universität zu Köln # for the German Human Genome-Phenome Archive (GHGA) # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/ns/ports/outbound/smtp_client.py b/src/ns/ports/outbound/smtp_client.py index 0692795..a7647f5 100644 --- a/src/ns/ports/outbound/smtp_client.py +++ b/src/ns/ports/outbound/smtp_client.py @@ -1,4 +1,4 @@ -# Copyright 2021 - 2023 Universität Tübingen, DKFZ, EMBL, and Universität zu Köln +# Copyright 2021 - 2024 Universität Tübingen, DKFZ, EMBL, and Universität zu Köln # for the German Human Genome-Phenome Archive (GHGA) # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/tests/__init__.py b/tests/__init__.py index 6f36897..a047337 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2021 - 2023 Universität Tübingen, DKFZ, EMBL, and Universität zu Köln +# Copyright 2021 - 2024 Universität Tübingen, DKFZ, EMBL, and Universität zu Köln # for the German Human Genome-Phenome Archive (GHGA) # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/tests/conftest.py b/tests/conftest.py index 3852b17..9e275be 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,4 +1,4 @@ -# Copyright 2021 - 2023 Universität Tübingen, DKFZ, EMBL, and Universität zu Köln +# Copyright 2021 - 2024 Universität Tübingen, DKFZ, EMBL, and Universität zu Köln # for the German Human Genome-Phenome Archive (GHGA) # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/tests/fixtures/__init__.py b/tests/fixtures/__init__.py index b8a4adb..955d32d 100644 --- a/tests/fixtures/__init__.py +++ b/tests/fixtures/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2021 - 2023 Universität Tübingen, DKFZ, EMBL, and Universität zu Köln +# Copyright 2021 - 2024 Universität Tübingen, DKFZ, EMBL, and Universität zu Köln # for the German Human Genome-Phenome Archive (GHGA) # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/tests/fixtures/config.py b/tests/fixtures/config.py index 1552f36..54c7abb 100644 --- a/tests/fixtures/config.py +++ b/tests/fixtures/config.py @@ -1,4 +1,4 @@ -# Copyright 2021 - 2023 Universität Tübingen, DKFZ, EMBL, and Universität zu Köln +# Copyright 2021 - 2024 Universität Tübingen, DKFZ, EMBL, and Universität zu Köln # for the German Human Genome-Phenome Archive (GHGA) # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/tests/fixtures/joint.py b/tests/fixtures/joint.py index 90fdccf..2b05aee 100644 --- a/tests/fixtures/joint.py +++ b/tests/fixtures/joint.py @@ -1,4 +1,4 @@ -# Copyright 2021 - 2023 Universität Tübingen, DKFZ, EMBL, and Universität zu Köln +# Copyright 2021 - 2024 Universität Tübingen, DKFZ, EMBL, and Universität zu Köln # for the German Human Genome-Phenome Archive (GHGA) # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/tests/fixtures/server.py b/tests/fixtures/server.py index bab105d..fe97e21 100644 --- a/tests/fixtures/server.py +++ b/tests/fixtures/server.py @@ -1,4 +1,4 @@ -# Copyright 2021 - 2023 Universität Tübingen, DKFZ, EMBL, and Universität zu Köln +# Copyright 2021 - 2024 Universität Tübingen, DKFZ, EMBL, and Universität zu Köln # for the German Human Genome-Phenome Archive (GHGA) # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/tests/fixtures/utils.py b/tests/fixtures/utils.py index 231ef5b..0dc02ad 100644 --- a/tests/fixtures/utils.py +++ b/tests/fixtures/utils.py @@ -1,4 +1,4 @@ -# Copyright 2021 - 2023 Universität Tübingen, DKFZ, EMBL, and Universität zu Köln +# Copyright 2021 - 2024 Universität Tübingen, DKFZ, EMBL, and Universität zu Köln # for the German Human Genome-Phenome Archive (GHGA) # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/tests/test_basic.py b/tests/test_basic.py index 2844bed..f1f7c1b 100644 --- a/tests/test_basic.py +++ b/tests/test_basic.py @@ -1,4 +1,4 @@ -# Copyright 2021 - 2023 Universität Tübingen, DKFZ, EMBL, and Universität zu Köln +# Copyright 2021 - 2024 Universität Tübingen, DKFZ, EMBL, and Universität zu Köln # for the German Human Genome-Phenome Archive (GHGA) # # Licensed under the Apache License, Version 2.0 (the "License");