Add SPDX Identifiers for the (new) License to all python files

This commit is contained in:
Harald Welte 2023-01-01 21:35:17 +01:00
parent 2ba5620855
commit 4966ae5c43
4 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#!/usr/bin/env python3
# 2016, Georg Sauthoff <mail@georg.so>, LGPLv3+
# SPDX-Identifier: LGPL-3.0-or-later
import argparse
import configparser

View File

@ -1,5 +1,6 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
# SPDX-Identifier: LGPL-3.0-or-later
from datetime import date
import json

View File

@ -1,3 +1,4 @@
# SPDX-Identifier: LGPL-3.0-or-later
import hashlib
from datetime import datetime

View File

@ -9,6 +9,8 @@
# completely different API with different standards (REST vs. SOAP) with
# literally nothing in common to the old Internetmarke API
# SPDX-Identifier: LGPL-3.0-or-later
import json
import logging