From b6ee7b2379929ec66c5bb0b385b95b201e578c9f Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Sun, 17 Mar 2019 22:00:59 +0100 Subject: license the beast as gpl-2+ --- common.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common.py') diff --git a/common.py b/common.py index ef146c0..3b106b6 100644 --- a/common.py +++ b/common.py @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0+ + import typing ByteIterable = typing.Iterable[bytes] -- cgit v1.2.3