X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=test.py;h=6265af246a6efb5a364e5b5b68c5eed34692262f;hb=4b6a406b43f63975c48fce6e1a27ca9a136b95a8;hp=c911a57319e6a24081a05a8e16558a67c3ad71fe;hpb=08f23715d963ccdb712133fdceb9e35f62b76561;p=python-musicpd.git diff --git a/test.py b/test.py index c911a57..6265af2 100755 --- 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 +# SPDX-License-Identifier: LGPL-3.0-or-later # pylint: disable=missing-docstring """ Test suite highly borrowed^Wsteal from python-mpd2 [0] project.