Add SPDX-FileCopyrightText for sole author files

This commit is contained in:
2021-03-20 15:26:40 +02:00
parent dd9cf01396
commit 4b2042501d
11 changed files with 18 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
# SPDX-FileCopyrightText: 2014-2019 Christopher Kerr <chris.kerr@mykolab.ch>
from .BioLogic import MPRfile, MPTfile
__all__ = ['MPRfile', 'MPTfile']

View File

@@ -1,5 +1,7 @@
#!/usr/bin/python
# SPDX-FileCopyrightText: 2013-2020 Christopher Kerr <chris.kerr@mykolab.ch>
import subprocess as sp
import sqlite3
import re