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