From 67b502a861799b3e397fc85b3ea537d13ec82185 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Sun, 27 Dec 2020 19:20:34 +0000 Subject: [PATCH] Change license of example.py to MIT. --- example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.py b/example.py index b58c6d3..11bf8b3 100755 --- a/example.py +++ b/example.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SPDX-FileCopyrightText: 2020 Andrius Štikonas -# SPDX-License-Identifier: LGPL-3.0-or-later +# SPDX-License-Identifier: MIT import asyncio