fix the license declaration in __init__

This commit is contained in:
Laura Liberda 2020-12-04 23:37:41 +01:00
parent 10bb46f940
commit 0eea826b48

View file

@ -3,7 +3,7 @@
from __future__ import unicode_literals
__license__ = 'Public Domain'
__license__ = 'LGPL-3.0-or-later'
import codecs
import io