From: Roland Häder Date: Thu, 1 May 2025 18:45:41 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7fa737bf84285cb395419e125b65ca8932e4dc20;p=fba.git Continued: - missed some file headers --- diff --git a/fba/__init__.py b/fba/__init__.py index 9746ec1..8d30149 100644 --- a/fba/__init__.py +++ b/fba/__init__.py @@ -1,3 +1,4 @@ +# Fedi API Block - An aggregator for fetching blocking data from fediverse nodes # Copyright (C) 2023 Free Software Foundation # # This program is free software: you can redistribute it and/or modify diff --git a/fba/database.py b/fba/database.py index 46432ef..ae06acb 100644 --- a/fba/database.py +++ b/fba/database.py @@ -1,3 +1,4 @@ +# Fedi API Block - An aggregator for fetching blocking data from fediverse nodes # Copyright (C) 2023 Free Software Foundation # # This program is free software: you can redistribute it and/or modify diff --git a/fba/helpers/__init__.py b/fba/helpers/__init__.py index 687ff0f..9f5833a 100644 --- a/fba/helpers/__init__.py +++ b/fba/helpers/__init__.py @@ -1,3 +1,4 @@ +# Fedi API Block - An aggregator for fetching blocking data from fediverse nodes # Copyright (C) 2023 Free Software Foundation # # This program is free software: you can redistribute it and/or modify diff --git a/fba/helpers/dicts.py b/fba/helpers/dicts.py index 386a2f1..7c97e1d 100644 --- a/fba/helpers/dicts.py +++ b/fba/helpers/dicts.py @@ -1,3 +1,4 @@ +# Fedi API Block - An aggregator for fetching blocking data from fediverse nodes # Copyright (C) 2023 Free Software Foundation # # This program is free software: you can redistribute it and/or modify diff --git a/fba/helpers/processing.py b/fba/helpers/processing.py index c4d1f34..b11b53e 100644 --- a/fba/helpers/processing.py +++ b/fba/helpers/processing.py @@ -1,4 +1,5 @@ - # Copyright (C) 2023 Free Software Foundation +# Fedi API Block - An aggregator for fetching blocking data from fediverse nodes +# Copyright (C) 2023 Free Software Foundation # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published diff --git a/fba/helpers/tidyup.py b/fba/helpers/tidyup.py index 37134f2..5fe8694 100644 --- a/fba/helpers/tidyup.py +++ b/fba/helpers/tidyup.py @@ -1,3 +1,4 @@ +# Fedi API Block - An aggregator for fetching blocking data from fediverse nodes # Copyright (C) 2023 Free Software Foundation # # This program is free software: you can redistribute it and/or modify diff --git a/fba/helpers/version.py b/fba/helpers/version.py index 9a08415..f067089 100644 --- a/fba/helpers/version.py +++ b/fba/helpers/version.py @@ -1,3 +1,4 @@ +# Fedi API Block - An aggregator for fetching blocking data from fediverse nodes # Copyright (C) 2023 Free Software Foundation # # This program is free software: you can redistribute it and/or modify diff --git a/fba/http/__init__.py b/fba/http/__init__.py index a011e29..5fd607d 100644 --- a/fba/http/__init__.py +++ b/fba/http/__init__.py @@ -1,3 +1,4 @@ +# Fedi API Block - An aggregator for fetching blocking data from fediverse nodes # Copyright (C) 2023 Free Software Foundation # # This program is free software: you can redistribute it and/or modify diff --git a/fba/http/federation.py b/fba/http/federation.py index 0b9eced..087f91a 100644 --- a/fba/http/federation.py +++ b/fba/http/federation.py @@ -1,3 +1,4 @@ +# Fedi API Block - An aggregator for fetching blocking data from fediverse nodes # Copyright (C) 2023 Free Software Foundation # # This program is free software: you can redistribute it and/or modify diff --git a/fba/http/nodeinfo.py b/fba/http/nodeinfo.py index b656ff4..11fadf9 100644 --- a/fba/http/nodeinfo.py +++ b/fba/http/nodeinfo.py @@ -1,3 +1,4 @@ +# Fedi API Block - An aggregator for fetching blocking data from fediverse nodes # Copyright (C) 2023 Free Software Foundation # # This program is free software: you can redistribute it and/or modify diff --git a/fba/models/__init__.py b/fba/models/__init__.py index bd24729..a1a3dea 100644 --- a/fba/models/__init__.py +++ b/fba/models/__init__.py @@ -1,3 +1,4 @@ +# Fedi API Block - An aggregator for fetching blocking data from fediverse nodes # Copyright (C) 2023 Free Software Foundation # # This program is free software: you can redistribute it and/or modify diff --git a/fba/models/error_log.py b/fba/models/error_log.py index 5ece4b3..14d9101 100644 --- a/fba/models/error_log.py +++ b/fba/models/error_log.py @@ -1,3 +1,4 @@ +# Fedi API Block - An aggregator for fetching blocking data from fediverse nodes # Copyright (C) 2023 Free Software Foundation # # This program is free software: you can redistribute it and/or modify diff --git a/fba/networks/__init__.py b/fba/networks/__init__.py index 77902b2..4156fac 100644 --- a/fba/networks/__init__.py +++ b/fba/networks/__init__.py @@ -1,3 +1,4 @@ +# Fedi API Block - An aggregator for fetching blocking data from fediverse nodes # Copyright (C) 2023 Free Software Foundation # # This program is free software: you can redistribute it and/or modify diff --git a/fba/utils.py b/fba/utils.py index d4569a6..37024c1 100644 --- a/fba/utils.py +++ b/fba/utils.py @@ -1,4 +1,5 @@ - # Copyright (C) 2023 Free Software Foundation +# Fedi API Block - An aggregator for fetching blocking data from fediverse nodes +# Copyright (C) 2023 Free Software Foundation # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published