]> kaliko git repositories - python-musicpd.git/blobdiff - test.py
Swith to SPDX for license headers
[python-musicpd.git] / test.py
diff --git a/test.py b/test.py
index c911a57319e6a24081a05a8e16558a67c3ad71fe..5215917ce898c838c2c53c3cb81f5e7ad42bbd23 100755 (executable)
--- a/test.py
+++ b/test.py
@@ -1,5 +1,7 @@
 #!/usr/bin/env python3
-# -*- coding: utf-8 -*-
+# coding: utf-8
+# SPDX-FileCopyrightText: 2012-2021  kaliko <kaliko@azylum.org>
+# SPDX-License-Identifier: GPL-3.0-or-later
 # pylint: disable=missing-docstring
 """
 Test suite highly borrowed^Wsteal from python-mpd2 [0] project.