Add GPLv3+ License-Identifier to remaining files

This commit is contained in:
2021-03-20 16:13:08 +02:00
parent c57cd523ff
commit d00319fcda
11 changed files with 20 additions and 0 deletions

View File

@@ -1,6 +1,8 @@
"""Helpers for pytest tests."""
# SPDX-FileCopyrightText: 2019 Christopher Kerr <chris.kerr@mykolab.ch>
#
# SPDX-License-Identifier: GPL-3.0-or-later
import os

View File

@@ -1,6 +1,8 @@
"""Tests for loading Arbin .res files."""
# SPDX-FileCopyrightText: 2019-2020 Christopher Kerr <chris.kerr@mykolab.ch>
#
# SPDX-License-Identifier: GPL-3.0-or-later
import os
import sqlite3

View File

@@ -1,6 +1,8 @@
# -*- coding: utf-8 -*-
# SPDX-FileCopyrightText: 2013-2020 Christopher Kerr <chris.kerr@mykolab.ch>
#
# SPDX-License-Identifier: GPL-3.0-or-later
import os.path
import re