]> git.mxchange.org Git - fba.git/commitdiff
Let's do this proper. Here you go, FSF!
authorRoland Häder <roland@mxchange.org>
Sun, 28 May 2023 16:16:00 +0000 (18:16 +0200)
committerRoland Häder <roland@mxchange.org>
Sun, 28 May 2023 16:16:00 +0000 (18:16 +0200)
api.py
fba.py
fetch_blocks.py
fetch_instances.py

diff --git a/api.py b/api.py
index f53a684d1bbe6e1b7fc9af424739dcc9df292ff2..fb76f9bbfc6b151822e3495e77d534e263aa2810 100644 (file)
--- a/api.py
+++ b/api.py
@@ -1,3 +1,19 @@
+# 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
+# by the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU Affero General Public License for more details.
+#
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
+
 from fastapi import FastAPI, Request, HTTPException, responses, Query
 from fastapi.templating import Jinja2Templates
 from datetime import datetime
diff --git a/fba.py b/fba.py
index f54789cedd5299033f4965c2aceff6d47d66119e..c871b77bc73d37e7c7d514d004ca82775bce3d93 100644 (file)
--- a/fba.py
+++ b/fba.py
@@ -1,3 +1,19 @@
+# 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
+# by the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU Affero General Public License for more details.
+#
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
+
 import bs4
 import hashlib
 import re
index 71cf74f6e82ca5c94a273a7ebdd00277c27253df..2e0ff2d006f5adbe60b421978e67bee20efef6f5 100644 (file)
@@ -1,3 +1,19 @@
+# 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
+# by the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU Affero General Public License for more details.
+#
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
+
 import reqto
 import time
 import bs4
index c5188fd62835b2c26df454a47c33f9b1f43156af..81deda07bb53357ca496abc31f0720bcd1cc268a 100644 (file)
@@ -1,3 +1,19 @@
+# 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
+# by the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU Affero General Public License for more details.
+#
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
+
 import sqlite3
 import sys
 import json