update copyright notice

This commit is contained in:
sebthom
2023-10-15 18:00:45 +02:00
parent 4bd466b770
commit 4acf32d3dd
15 changed files with 35 additions and 19 deletions

View File

@@ -1,6 +1,7 @@
"""
Copyright (C) 2022 Sebastian Thomschke and contributors
SPDX-FileCopyrightText: © Sebastian Thomschke and contributors
SPDX-License-Identifier: AGPL-3.0-or-later
SPDX-ArtifactOfProjectHomePage: https://github.com/Second-Hand-Friends/kleinanzeigen-bot/
"""
import atexit, copy, getopt, importlib.metadata, json, logging, os, re, signal, shutil, sys, textwrap, time, urllib
from collections.abc import Iterable

View File

@@ -1,6 +1,7 @@
"""
Copyright (C) 2022 Sebastian Thomschke and contributors
SPDX-FileCopyrightText: © Sebastian Thomschke and contributors
SPDX-License-Identifier: AGPL-3.0-or-later
SPDX-ArtifactOfProjectHomePage: https://github.com/Second-Hand-Friends/kleinanzeigen-bot/
"""
import sys
import kleinanzeigen_bot

View File

@@ -1,6 +1,7 @@
"""
Copyright (C) 2022 Sebastian Thomschke and contributors
SPDX-FileCopyrightText: © Sebastian Thomschke and contributors
SPDX-License-Identifier: AGPL-3.0-or-later
SPDX-ArtifactOfProjectHomePage: https://github.com/Second-Hand-Friends/kleinanzeigen-bot/
"""
import json
from decimal import DecimalException

View File

@@ -1,6 +1,7 @@
"""
Copyright (C) 2022 Sebastian Thomschke and contributors
SPDX-FileCopyrightText: © Sebastian Thomschke and contributors
SPDX-License-Identifier: AGPL-3.0-or-later
SPDX-ArtifactOfProjectHomePage: https://github.com/Second-Hand-Friends/kleinanzeigen-bot/
"""
import logging, os, shutil, time
from collections.abc import Callable, Iterable

View File

@@ -1,6 +1,7 @@
"""
Copyright (C) 2022 Sebastian Thomschke and contributors
SPDX-FileCopyrightText: © Sebastian Thomschke and contributors
SPDX-License-Identifier: AGPL-3.0-or-later
SPDX-ArtifactOfProjectHomePage: https://github.com/Second-Hand-Friends/kleinanzeigen-bot/
"""
import copy, decimal, json, logging, os, re, secrets, sys, traceback, time
from importlib.resources import read_text as get_resource_as_string