summaryrefslogtreecommitdiff
path: root/common.py
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2019-03-17 22:00:59 +0100
committerHelmut Grohne <helmut@subdivi.de>2019-03-17 22:00:59 +0100
commitb6ee7b2379929ec66c5bb0b385b95b201e578c9f (patch)
tree8da78c34909638f865e22a1d2194178f6bb860e0 /common.py
parent62892c1d28057bfeb17e396c316bdcd34bb8a5e9 (diff)
downloadcrossqa-b6ee7b2379929ec66c5bb0b385b95b201e578c9f.tar.gz
license the beast as gpl-2+
Diffstat (limited to 'common.py')
-rw-r--r--common.py2
1 files changed, 2 insertions, 0 deletions
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]