make REUSE compliant

This commit is contained in:
2023-05-26 11:09:19 +02:00
parent 64c137a484
commit 87051da30f
9 changed files with 108 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2023 Max Mehl <https://mehl.mx>
#
# SPDX-License-Identifier: Apache-2.0
"""Functions for cache DB for seafile mirror"""
import json

View File

@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2023 Max Mehl <https://mehl.mx>
#
# SPDX-License-Identifier: Apache-2.0
"""Misc helper functions for seafile mirror"""
import logging

View File

@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2023 Max Mehl <https://mehl.mx>
#
# SPDX-License-Identifier: Apache-2.0
"""Functions specific to Seafile for seafile mirror"""
import datetime